/* 
Theme Name: Brasil-4K
Author: ML 
Author URI: ML 
Version: 1.0 
*/

/* @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;
}

input {
    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;
}

.button {
    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;
}

.button:hover {
    background: #CB131E;
}

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

a {
    text-decoration: none;
}

img {
    border: none;
}

span {
	color: #fff;
}

.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: 30px 0px 0px;
    padding: 0;
    height: 80px;
    text-transform: uppercase;

}

.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 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 a:hover {
    color: #fff;
}

.top-menu-link li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.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;
}

.menu-item-has-children {
    position: absolute;
}

.menu-item-has-children li {
    display: inline;

}

.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);
    z-index: 9999;
}

.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 {}

.slider-item {
    -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;
}

.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 {}

.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
}

.widget {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 0;
    color: #222;
    position: relative;
    float: right;
}

.widget h3 {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #343434;
    display: inline-block;
    background-image: url(img/title.png);
    border-bottom: 2px solid #dbdbdb;
}

.widget h3:before {
    content: '\f105';
    font-family: "fontello";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d50208;
    margin: 0 6px 0 0;
}

.widget .textwidget {
    font-size: 15px;
    padding: 0;
}

.widget img {
    vertical-align: middle;
    border: 0;
}

.widget ul {
    margin: 0 0 -5px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.widget ul li {
    width: 49%;
    width: calc(50% - 2px);
    font-size: 14px;
    margin: 0 0 4px 0;
    float: left;
}

.widget ul li:nth-child(even) {
    float: right;
}

.widget ul li a {
    width: 100%;
    color: #fff;
    display: inline-block;
    padding: 12px 12px;
    background: #62594d;
    border-left: 4px solid #423c33;
}

.widget ul li a:hover {
    background: #423c33;
    padding: 12px 6px 12px 18px;
}

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

.mcbm .main-center-block {
    padding-top: 60px;
}

.widget ul {
    margin: 0 0 -5px 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.widget ul li {
    width: 49%;
    width: calc(50% - 2px);
    font-size: 14px;
    margin: 0 0 5px 0;
    float: left;
}

.widget ul li:nth-child(even) {
    float: right;
}

.widget ul li a {
    width: 85%;
    color: #fff;
    display: inline-block;
    padding: 12px 12px;
    background: #303030;
    border-left: 4px solid #141414;
    border-radius: 10px;
}

.widget ul li a:hover {
    background: #141414;
    padding: 12px 6px 12px 18px;
    border-left: 4px solid #303030;
    border-radius: 10px;
}

#respond {
    padding: 20px 0px 50px 0px;
}

.head-blog-wrap {
    background: #141414
}

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

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

.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;
}

.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;
}

.blog-full-intro img {
    display: none;
}

.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: #fff;
    padding: 5px 0 0 0;
}

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

.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 {
    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;
}

.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: #62676e;
    font-size: 16px;
}

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

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

.footer-soc {}

.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;
}

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

.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;
    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: 365px;
    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-image-single {
    position: relative;
/*     height: 218px; */
    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-category a {}

.main-news-category a:hover {}

.main-news-text {
    margin: 0 20px 10px 20px;
    font-size: 14px;
    color: #848A94;
    line-height: 23px;
    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;
}

.navigation {
    width: 100%;
    clear: both;
    padding: 10px 0 20px 0;
    vertical-align: top;
    text-align: center;
}

.navigation li {
    display: inline-block;
    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 {}

.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: #242424;
    color: #ccc;
}

.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 {}

.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: 250px;
    border-radius: 10px;
}

.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 {
    font-size: 17px;
    line-height: 24px;
    color: #848A94;
    margin: 5px 0 18px 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;
}

.favlink {
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 40px;
    color: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.favlink>span {
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    left: 14px;
    top: 0px;
}

.favlink: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;
}

.ftitle a {
    color: #E81522;
}

.full-news-text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
    padding: 0 0 1px 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 80px 0;
}

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

.dwlink {
    background: #1D1D1D;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    color: #fff;
    font-weight: bold;
    align-items: center;
    margin: 0 0 30px 0;
}

.dwlink i {
    font-size: 20px;
    font-style: normal;
    padding: 0 20px 0 0;
}

.dwlink u {
    text-decoration: none;
    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='M13.4062 11.2969H10.5937C10.205 11.2969 9.89054 11.6114 9.89054 12V18.3281H8.48429C8.21785 18.3281 7.97481 18.4785 7.85532 18.7168C7.73654 18.955 7.76195 19.24 7.92193 19.4528L11.4376 23.7185C11.5701 23.8956 11.7788 24 11.9999 24C12.221 24 12.4298 23.8956 12.5623 23.7185L16.0779 19.4528C16.2379 19.24 16.2633 18.955 16.1445 18.7168C16.025 18.4785 15.782 18.3281 15.5155 18.3281H14.1093V12C14.1093 11.6114 13.7948 11.2969 13.4062 11.2969Z' fill='white'/%3E%3Cpath d='M19.6636 7.07883C19.3746 5.66297 18.2244 4.5547 16.7365 4.3192C16.1226 1.84795 13.8766 0 11.2969 0C8.72264 0 6.50133 1.82048 5.8717 4.27111C5.80575 4.26769 5.73919 4.26562 5.67188 4.26562C2.5703 4.26562 0 6.78905 0 9.89062C0 12.9922 2.5703 15.5156 5.67188 15.5156H8.48438V12C8.48438 10.8368 9.43059 9.89062 10.5938 9.89062H13.4062C14.5694 9.89062 15.5156 10.8368 15.5156 12V15.5156H19.7344C22.0607 15.5156 24 13.6232 24 11.2969C24 8.94717 22.0284 7.02047 19.6636 7.07883Z' fill='white'/%3E%3C/svg%3E%0A") 0px center no-repeat;
    padding: 0 0 0 35px;
    /* border-left: 2px #777 solid; */
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
}

.dwlink:hover {
    background: #2F2F2F;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

.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;
    border-radius: 25px;
}

.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;
}

.text_spoiler a {}

.text_spoiler a:hover {}

.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-block-content {}

.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 -414px 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;
}

.rblock-content {}

.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-right {}

.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;
}

.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper {}

.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 {}

.add-comment-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #ccc solid;
}

.add-comment .form-line-tt-left {}

.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, .14);
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .14);
    box-shadow: 0 0 18px rgba(0, 0, 0, .14);
}

.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, .17);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .17);
    box-shadow: 0 0 8px rgba(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-card-tt-info-right {}

.user-profile-tt {
    padding: 0 0 20px 0;
}

.tabs-profile {}

.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 .index-tabs span:hover {}

.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 .index-panel {}

.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;
}

.herh .form-line-tt:nth-child(2n) {
    /*background: #f8f8f8;
    */
}

.herh input, .herh textarea {}

.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 {}

.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 {
    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);
}

.loginactive a {
    color: #fff;
}

.loginactive a:hover {
    color: #cb131e;
}

.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 {}

.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;
    width: 100%;
    margin: -65px 0px 0px 155px;
}

.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 {}

.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 {}

.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;
}

.pmtt-status-content {}

.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 {}

.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-content {}

.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, .04), inset 0 2px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, .04), inset 0 2px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .04), inset 0 1px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .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, .06), 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-box-shadow: inset 0 -9px 18px rgba(0, 0, 0, .06), 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 -9px 18px rgba(0, 0, 0, .06), 0 1px 1px rgba(255, 255, 255, .75);
}

.feedback-tt {}

.feedback-tt textarea {
    width: 95%;
}

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

.lost-tt {}

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

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

.reg-tt {}

.reg-tt .form-line-tt-right input {}

.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;
}

.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 {
    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;
}

#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 {}

.add-news-table td {
    padding: 10px 0 10px 5px;
}

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

.add-news-table tr:nth-child(2n) td {
    /*background: #f7f7f7;
    */
}

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

.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;
}

#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;
}

.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: .2em .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;
}

pre code {
    display: block;
    padding: 0.5em;
    background: #f9fafa;
    border: 1px solid #dce7e7;
    overflow: auto;
    white-space: pre;
}

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-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, AAEAAAALAIAAAwAwT1MvMg8SDwYAAAC8AAAAYGNtYXA29C0zAAABHAAAAPRnYXNwAAAAEAAAAhAAAAAIZ2x5ZjJsQmgAAAIYAAAh4GhlYWQFqWKMAAAj+AAAADZoaGVhCAwELgAAJDAAAAAkaG10eINuAK8AACRUAAAAlGxvY2FzLnwUAAAk6AAAAExtYXhwADQA3wAAJTQAAAAgbmFtZb8AOU4AACVUAAABhHBvc3QAAwAAAAAm2AAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADx3APA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAOAAAAA0ACAABAAUAAEAIOYB6RHpE+kw6XfpjenR6mHqaOpy6o3wA/A08DnwPvDB8M3xGPEh8SzxZvHc //3//wAAAAAAIOYA6RHpE+kw6XfpjenR6mHqaOpy6o3wA/Ax8DbwPvDB8MrxGPEh8SvxZvHc//3//wAB/+MaBBb1FvQW2BaSFn0WOhWrFaUVnBWCEA0P4A/fD9sPWQ9RDwcO/w72Dr0OSAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABgAA/8AEAAPAAAMABwALABgAJQAyAAABITUhASE1IQEhNSEBNDYzMhYVFAYjIiY1ITQ2MzIWFRQGIyImNSE0NjMyFhUUBiMiJjUEAPwABAD+gP2AAoABgPwABAD8ACUbGyUlGxslAgAlGxslJRsbJf8AJRsbJSUbGyUDQID+gID+gID+QBslJRsbJSUbGyUlGxslJRsbJSUbGyUlGwAAAAIAGgAIA+gDqwAOACsAABMGFgcGFj4BNzYmJy4BBwEmDgIHDgEHBhYXHgEXHgEXHgE3PgE3PgMnjToVThE7Z3gtJQ8oKGMmA1sPncbAMTErDwYLAxQeERIWCgIHCBQ5MTGkmGQPARY5flcUDBIyKyVhKCcPJQKVD2OVoTEwOBQIBwIKFRERHhMECgYPKjAwvcKbDwABAAD/wAQAA8AAKwAAATMRFA4CIyIuAjU0PgIzMhYXEQURFA4CIyIuAjU0PgIzMhYXESUDwEAjPVIuLlI9IyM9Ui4vUx7+ACM9Ui4uUj0jIz1SLi9THgJAA8D9ICE6LBkZLDohITosGRoWAXBy/hIhOiwZGSw6ISE6LBkaFgJwgAAAAAAJAAAAQAQAA0AABAAJAA4AEwAYAB0AIgAnACoAABMRIREhEyM1MxURIzUzFREjNTMVASERIREzIzUzFREjNTMVESM1MxUhESUABAD8AMCAgICAgIACQP4AAgDAgICAgICA/cABAANA/QADAP1AgIABAICAAQCAgP4AAoD9gICAAQCAgAEAgID+gMAAAAIAAAAABAADQAADAAoAACUTIQMTAxEhFyEVA0DA/MDAgIABIIABoAACAP4AAkD9wANAgIAAAAAAAgAAAEAEAQMAAB8APwAAEzIeAhUUDgIjIi4CNSc0PgIzFSIGBw4BBz4BMyEyHgIVFA4CIyIuAjUnND4CMxUiBgcOAQc+ATPhLlI9IyM9Ui4uUj0jAUZ6o11AdS0JEAcIEgkCQC5SPSMjPVIuLlI9IwFGeqNdQHUtCRAHCBIJAgAjPVIuLlI9IyM9Ui4gXaN6RoAwLggTCgIBIz1SLi5SPSMjPVIuIF2jekaAMC4IEwoCAQAAAgAA/8AEAAPAACIALwAAASIOAhUUFhcBFRQWOwE1MzUzNTM3HgEzMj4CNTQuAiMTIiY1NDYzMhYVFAYjAsBCdVcyAwL+eyUbQICAgFMaNh1CdVcyMld1QmAoODgoKDg4KAPAMld1Qg8dD/57wBslQICAUwkKMld1QkJ1VzL+wDgoKDg4KCg4AAUAAAAABAADsgAdACgAOQBGAGMAAAEmIg8BLgEjIg4CBx4BFwcGFBceATMyNjcBNjQnATIWFwcuATU0NjMFPgE3PgE3DgEVFBYXBy4BJyU0JicBHgEzMj4CNTcHHgEVHgEXDgEHDgEjIiYnBx4BMzI+AjcuAScDsg4oDsonUitUmoRqJB9YNp8ODgcSCQkSBwNgDg797iAxCnocJTgo/s4dSy4CBgMHCBkWPShCGgKSBgb+vhMnFDVdRig+RQECLksdHUsuOIFDHTkcTS1gMlSahGokImM9A7IODsoMDC9Udkc+aSifDigOBwcHBwNgDigO/s4lHHoKMSAoOMAtTRwCBAIVLBcpSx89G0YpRhQnE/6+BgYoRl01mEUBAQEcTS0tTRwkJgcHTRARL1R2R0NxKgAAAgBA/8ADwANAAAcADwAAEyEVIxEjESMBIxEjESM1IUABgICAgAOA/Ij8AoABwID+gAGAAYD9AAMAgAAABwAA/8AEAAPAAAMABwALAA8AEwAbACMAABMzFSM3MxUjJTMVIzczFSMlMxUjAxMhEzMTIRMBAyEDIwMhAwCAgMDAwAEAgIDAwMABAICAEBD9ABAgEAKAEP1AEAMAECAQ/YAQAcBAQEBAQEBAQEACQP5AAcD+gAGA/AABgP6AAUD+wAAADgAA/8AEAAPAAAMABwAPABMAFwAfACMAJwAvADMANwA/AEQASgAAATMVIzczFSMlESM1MzUjNQUzFSM3MxUjJRUzFSMRMxUTMxUjNzMVIyURIzUzNSM1BTMVIzczFSMlFTMVIxEzFQEhESERNzERIREhAYCAgMCAgAFAwIBA/kCAgMCAgP7AQIDAQICAwICAAUDAgED+QICAwICA/sBAgMACgPyAA4BA/AAEAAMAQEBAQP8AQIBAwEBAQMCAQAEAQP7AQEBAQP8AQIBAwEBAQMCAQAEAQAJA/IADgED8AAQAAAAAAQAA/8AEAAPAACQAAAEhIgYVERQWMyERIzUzNTQ2OwEVIyIGHQEzByMRMzI2NRE0JiMDVf1WR2RkRwFVgIBeQqCgDROwIJDVR2RkRwPAZEf9VkdkAcCAYEJegBMNYID+QGRHAqpHZAADAAAAAAQAAyUAIABQAGUAACURBgcGBwYHBgcGKwEiJyYnJicmJyYnERQXFjMhMjc2NRE1MTUmIwYnJgcGJyEiBwYVFBcWFxYXFhcWFxYXFjsBMjc2NzY3Njc2NzY3Njc2NTcRFAcGIyEiJyY1ETQ3NjMhMhcWFQO3EhaZWh0SEx8fGwIbHx8TEh1amRYSBgUHA0oHBQYBAQIBAgMEBPy2BwUGVG53BBARCgkQEA0NCwILDQ0QEAkKERAEd24fGhtJGxsl/LYlGxsbGyUDSiUbG1sBtxQRdkwYDg4ODg4ODg4YTHYRFP5JBwUGBgUHAlkOBwgBBgUBAQIFBQhgQldeAw4OCAcLCgUFBQUKCwcIDg4DXlcYKikiFf2SJRsbGxslAm4mGxsbGyYAAAACAAAAAAO3A24ACQBrAAABAzIXFjMyNyYnATc2NzY3Njc2NzY3GwEzFhcTFhcWFxYXFhcWFxYXFhcWFRQVBhUiJyYjIgcGIzQ/ATI3NjcyNzY3Njc2NzY1NCcmJyYnJQYHBhUUFxYXFhcWFxYzFBUUByInJiMiBwYjBiMBnmETOzshCxUxOP5iAQ0TEw4NDw8KCweIoEkEAnUTKikYCBkZEAwICycoCAQBJEhJJCxPUBYCSwEGBwICBgYDAwMEAQISEhcXAf7/Dx0dCAgREQsLFRYCASFCQyEFCgsCLT4Cd/7/AQEBkXH9iS0EAwMDAwYFCwsSAWABnggE/u0sZ2Y3Ez8/IRoHCQgIBBULAgYFAgUEBAQYFBACAQECAgICAgMEAwUJLi43OAECIk5PDg0ICQUGAgMCAgsWBgoGBgMCCAAAAAADAAAAAAMlA24AHgA9AI0AACUWMzI1NCcmJyYnJicmJyYjIgcUFRQVFAcGFxQXFhcDFjMyNzY3Njc2NTQnJicmJyYjIgcUFxYVFBUUFRQVATc2NzY3Njc2NzY3NjU0PQEQJyYnJicmJyYnJiMnNjc2MzIXMjMyFxYXFhcWFxYVFAcGBwYHBgcGBxYXFhUUBwYHBgcGBwYjIicmIyIHBgcBPSom1xcQFBMTExsbFRUhKhABAQECAwQIGCYvIyMcHA8OEBEdHCEhJh0tAgL+ywEJKCgUBAMEAQIBAgwCCwoPDw0ODg8DAjiKi0sNGhoMKCYmJCMaGxAQCgkNDRgYEhEfWDs7FBQiIS4tMDA1GTIyGjxzcxFSE8BBJhkREQoJBQUBAQYePTweBCIiFhUaGwsBqgQHCBISISEwKB4eEREICAgcOjodDx4fDxoN/gQ2AgcHCAcJCAsKCAgODQYmAjEYBQQDAwMBAQIBMAEFBgEHCBARGBgkIyseGRkQEBEQCQoNFDk4VjktLh0dFBMICAECBgYBAAEAAAAAAkkDbgBOAAA/ATY3Njc2NzY3Njc2PQEmJyYnJic3FhcWFxYzMjc2NzY3BgcGBwYHBgcGBwYHBgcGBwYHBgcGBwYHBhUXFhcGByIHBiMiJyYjJiMiBwYHAAoDKysVEAcBIyMeHg4REhYWCwsSMjIkIyEcHR0oKBADCBEpKRUEBAMCAgIDAQ8jIgoBBwYFBQQEAQpgAgcHDAwHECEhEE8nHTU0EQExAQsLChQmBKGhlpUUDwcDAwIBAjsBAwMBAQEBAwMBFxwGCgsJCg4NCgkREAhUm5wwBRwcFxgYGAkKAhAZHwEBBgUCBgUBAAIAAAAAA/0DbgAiAKQAACUyFxYPAQYjIi8BJjc2OwERIyInJj8BNjMyHwEWBwYrAREzARcWMzI3NjMyMzI7ATIXMjM2NzY3Nj8BMhcyMxYVFAcGByYnJicmJyYjJicmJyYjJiMGIyInIiMiBwYHBhcUFxYVFAcGFxYXFhcWFxYVFA8BBicmIyIHBiMmPQE2NzY3Njc2NTQnJj0BNDU0NTQ1JicmJyYjIgcGBwYHBgcGByYnNQPlEgYFDEgLERAMSAsFBRMuLhMFBQtIDBARC0gMBQYSLi78SR8HchkyMhoUKSkUqAMJCAQDBgYEBAQYAwUGAgECFxAPEAIEBQQDAQMEAwYFAgIICQEKHBwODxYWEwUBAQEBAgIBBhcwMBQDAhMrUlElHDo6HQIKGRofHw0LAgEBAQECBlYTIyILCwkICgkPGAiSCgsPXA8PXA8LCgJJCwsOXQ8PXQ4LC/23AtsPAwEBAQEBAQQEBgEBQIAuEAgCGTAFFhYUFAUDAgEBAQEBAQEDLh82qKhcCSAgFBUTDAwMCRcGCAgBAQYFBQUdAQUPCQoHBwgYwzpzdDpCAgcIBwYICAYGAgcHBwgHIiIeHQEOC9sAAAQAAABJBAADbgAUACkAPgBTAAAlFRQHBiMhIicmPQE0NzYzITIXFhUnFRQHBiMhIicmPQE0NzYzITIXFhU3FRQHBiMhIicmPQE0NzYzITIXFhUnFRQHBiMhIicmPQE0NzYzITIXFhUEAAsLD/xKDwsLCwsPA7YPCwvbCwsP/SUPCwsLCw8C2w8LC5ILCw/8kw8LCwsLDwNtDwsL3AoLD/1uDwsLCwsPApIPCwq3SQ8LCwsLD0kPCwoKCw/bSQ8LCgoLD0kPCwsLCw/cSQ8LCwsLD0kPCgsLCg/bSQ8LCwsLD0kPCwsLCw8AAAAABAAAAEkEAANuABQAKQA+AFMAACUVFAcGIyEiJyY9ATQ3NjMhMhcWFScVFAcGIyEiJyY9ATQ3NjMhMhcWFTcVFAcGIyEiJyY9ATQ3NjMhMhcWFScVFAcGIyEiJyY9ATQ3NjMhMhcWFQQACwsP/EoPCwsLCw8Dtg8LC9sLCw/+AA8LCwsLDwIADwsLkgsLD/zcDwsLCwsPAyQPCwvcCgsP/pIPCwoKCw8Bbg8LCrdJDwsLCwsPSQ8LCgoLD9tJDwsKCgsPSQ8LCwsLD9xJDwsLCwsPSQ8KCwsKD9tJDwsLCwsPSQ8LCwsLDwAAAAAEAAAASQQAA24AFAApAD4AUwAAJRUUBwYjISInJj0BNDc2MyEyFxYVNRUUBwYjISInJj0BNDc2MyEyFxYVNRUUBwYjISInJj0BNDc2MyEyFxYVNRUUBwYjISInJj0BNDc2MyEyFxYVBAALCw/8Sg8LCwsLDwO2DwsLCwsP/SUPCwsLCw8C2w8LCwsLD/yTDwsLCwsPA20PCwsLCw/9bg8LCgoLDwKSDwsLt0kPCwsLCw9JDwsKCgsP20kPCwoKCw9JDwsLCwsP3EkPCwsLCw9JDwoLCwoP20kPCwsLCw9JDwsLCwsPAAAABAAAAEkEAANuABQAKQA+AFMAACUVFAcGIyEiJyY9ATQ3NjMhMhcWFTUVFAcGIyEiJyY9ATQ3NjMhMhcWFTUVFAcGIyEiJyY9ATQ3NjMhMhcWFTUVFAcGIyEiJyY9ATQ3NjMhMhcWFQQACwsP/EoPCwsLCw8Dtg8LCwsLD/xKDwsLCwsPA7YPCwsLCw/8Sg8LCwsLDwO2DwsLCwsP/EoPCwsLCw8Dtg8LC7dJDwsLCwsPSQ8LCgoLD9tJDwsKCgsPSQ8LCwsLD9xJDwsLCwsPSQ8KCwsKD9tJDwsLCwsPSQ8LCwsLDwAAAAQAAAAABEkDbgAQABcALABBAAABFAcGIyInJjU0NzYzMhcWFQURITU3FwElISIHBhURFBcWMyEyNzY1ETQnJiMXERQHBiMhIicmNRE0NzYzITIXFhUBbiAgLi4gICAgLi4gIAJJ/Nu3XAEkASX8bQcFBgYFBwOTBwYFBQYHWxsbJfxtJRsbGxslA5MlGxsCbi4gICAgLi0gICAgLdz/AG63XAElpQYFCP1JBwUGBgUHArcIBQYT/UklGxsbGyUCtyYbGxsbJgAAAwAJAAkDrgOuACsAVwCAAAABNC8BJiMiBxYXFhcWFxYXFhUUBwYjIicmJyYnJicmJwYVFB8BFjMyPwE2NQE0LwEmIyIPAQYVFB8BFjMyNyYnJicmJyYnJjU0NzYzMhcWFxYXFhcWFzY1ARQPAQYjIi8BJjU0NycGIyIvASY1ND8BNjMyHwEWFRQHFzYzMh8BFhUDQBB3EBcYEQIJCQMDBgUCAhAQFwgHBwgHBAMJCQISEHUQFxcQVBD+bhB1EBcXEFQQEHcPGBgRAgkJAwQFBQICEBAWCQcHCAcEAwkJARMCADFUL0VFL3YwMzMxRUUwdzAxVC9FRS92LzIyMkVFMHcwAQAXEHcQEwEJCQMEBwgHBwkWEBACAgUFBAMJCQISGBcQdhAPVBAWAZMXEHYQD1QQFhcQdw8RAgkJAwQHCAcHCBcQEAICBQYDAwkJAhIY/m1FL1MwMXYvRUYxMzMwdzBFRDBTMDF2MERGMjIyMHYwRQAABgAAACUEAANJABAAIQA2AEcAXABxAAA3FAcGIyInJjU0NzYzMhcWFREUBwYjIicmNTQ3NjMyFxYVBRUUBwYjISInJj0BNDc2MyEyFxYVARQHBiMiJyY1NDc2MzIXFhUFFRQHBiMhIicmPQE0NzYzITIXFhURFRQHBiMhIicmPQE0NzYzITIXFhXbICAtLiAgICAuLSAgICAtLiAgICAuLSAgAyUFBgf9SQgFBQUFCAK3BwYF/NsgIC0uICAgIC4tICADJQUGB/1JCAUFBQUIArcHBgUFBgf9SQgFBQUFCAK3BwYFki0gICAgLS4gICAgLgElLiAgICAuLiAgICAu7m4HBQYGBQduCAUFBQUIAhItICAgIC0uICAgIC7tbgcGBQUGB24HBgUFBgcBJG0IBQYGBQhtCAUGBgUIAAYACf+3BAADsgAlAE4AYwB1AIoAnwAANxQHBiMiJzcWMzI3NjU0Byc2NzY3Njc1IgciIxUjNTMVBxYXFhUTFSMmNTQ3Njc2NzY3NjU0JyYjIgcnNjc2MzIXFhUUBwYHBgcGBzM1MwUVFAcGIyEiJyY9ATQ3NjMhMhcWFQEVIzUzNDU2PQEjBgcnNzMVMwUVFAcGIyEiJyY9ATQ3NjMhMhcWFREVFAcGIyEiJyY9ATQ3NjMhMhcWFdofIC48JiAcIREMDDwPBQ4OCgoLCRITCT2/Nx0SEQHPAw0NExMTEw0OCQgOGhQxDhsbISocHRMUFxgTFAFJPAMlBQYH/UkIBQUFBQgCtwcGBfzbvz0BAQUYKU49PQMlBQYH/UkIBQUFBQgCtwcGBQUGB/1JCAUFBQUIArcHBgUZLhoaJjIaCAkQJAQgBRQTCwwKAQEeVjJCBhYVHQFmWhQKHhgYDg8NDAwNDQ4ICCEhHhAQGBcpHBgYDQ0QEA4itm4HBQYGBQduCAUFBQUIAgI5ORcvLhcHChUrSefdbgcGBQUGB24IBQUFBgcBJG0IBQYGBQhtCAUGBgUIAAADAAAAAAQAA24AFAA7AG4AAAEyFxYdARQHBiMhIicmPQE0NzYzISUmJyY1NDc2MzIXFhcWFxYVFA8BLwEmJyYjIgcGFRQXFhcWFxYXIQUzFhUUBwYHBgcGBwYjIi8BJicmPQE0JyY/ATU3FhcWFxYXFhcWFxYzMjc2NzY1NCcmJwPuCAUFBQUI/CQIBQUFBQgD3P0mEA0cTUyVHEMmPwYGCAMHMAgcHjNFQiYnJiZ5KDshFv5XASLrBBgNGxYpLSouRkEvUCAJBAEBAQE6CQgJBAQDFBoYJCIpJSssGRsuEzsBtwUFCCUIBQUFBQglCAUFJBQaODRnSUkLBxUVLkYjCg8CAwJVIDQiITIqJicjDBoQDpIWHkA6HxwUGhwKDA0XCQcFCAc+GxEWFRkBExUVCwsFIBUVDAwPDyIjJzAqEBgAAAACAAAAAANuA24AaAB9AAATJi8BNjMyFxYzMjc2NzI3FRcVBiMiBwYVFBcUFR8BFhcWFxYzMjc2NzY3Njc2NTQnJicmLwEmJyYPASc3MxcWNxcWFRQHBgcGBwYVFBcUFRYXFgcGBwYHBgcGIyInJicmJyY9ATQnJicBNTQnJiMhIgcGHQEUFxYzITI3NjUbFQQCBxAiHksUMS9CESARASIlIgsIAQEIAxoUIzIzOzIgGBwKFAoMAgIEBQMCAwsUGDkIATB1K0UKBAMZFykECAEFCAMMCA8WKis9PlRfQ0QiIw0JCg5GA1MFBgj8twgFBQUFCANJCAYFAzcCATIBAwQCAgEBCCUFBQ4IRAcLCwSDoEYtIhMaEAoTFBAgISpZLRwcKioyIScMFAEBAjEGAggBFggEDQcBBgMJDwQLDAYL13A+KxslISESExsaKyxELVq+bA4VAfzbJQgFBQUFCCUIBQUFBQgAAAAFAAAAAANuA24AIAAxAEIAYwB8AAABBgcGIyInJicmNzY3NhcWFxYXFjMyNzY3Njc2FxYXFgclFAcGIyInJjU0NzYzMhcWFSEUBwYjIicmNTQ3NjMyFxYVFzQnJicmJyYjIgcGBwYHBhUUFxYXFhcWMzI3Njc2NzY1MxQHBgcGIyInJicmNTQ3Njc2MzIXFhcWFQKIFTo6SEk5OhUFBwcPDg0OBA8mJzAwJicOBQ4NDw4HBwX+5hYVHh8VFhYVHx4VFgEkFRYeHhYVFRYeHhYVkx4dMTBEREpKREQxMR0dHR0xMURESkpERDAxHR5JOztlZXd4ZGU7Ozs7ZWR4d2VlOzsBUUYqKioqRg4NDgQFBwcPLR0cHB0tDwcHBQQODQ74HhYVFRYeHhYVFRYeHhYVFRYeHhYVFRYekkpERDAxHR4eHTEwRERKSkREMTEdHR0dMTFEREp4ZGU7Ozs7ZWR4d2VlOzs7O2VldwAAAwAaAAsELwMaABoALwBKAAAlBwYjIicBJjU0NwE2MzIfARYVFA8BFxYVFAcBAwYHBi8BJicmNxM2NzYfARYXFgcJAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVFAcBYR0GBwgF/vUFBQELBQgHBh0FBeHhBQUBUdUCBwYHJAcEAwLVAgcGByQHBAQDAXj+9QUIBwYcBgbg4AYGHAYHCAUBCwUFlxwGBgEKBgcIBQELBQUdBgcHBuHgBgcIBgJi/R4HBAMCCgIGBwcC4ggDBAIKAgcGCP6M/vYGBhwGCAcG4OEGBwcGHQUF/vUFCAcGAAAAAgADAEkDbQNiACMAVQAAJRUjLwEmJyMHBg8BIzUzNycjNTMXFhcWFzM2PwIzFSMHFzMBFSEnJjU0NzY3Njc2NzY3NjU0JyYjIgcGByc2NzYzMhcWFRQHBgcGBwYHBgcGBzM1MwIBjlsOBAICBQYIWZNJcWpOnVABDAQCAgIEDlCTR2l0PwFs/toCAg8PFhYaGhYWDw8RERcdGwgMPA8VLzw/JycODhYVGRkWFhAPAoVIqWCQGAUHDAsOj2Cmm2CCAhYFBwUHGIJgmKkBhHYPEAskHh8TExISDQ0SEhMVDg4WBhA1FRElIiI5IBsbEBEREA0MERETLgACAAP/twNuAkoAIwBTAAAlFSMvASYnIwcGDwEjNTM3JyM1MxcWFxYXMzY/AjMVIwcXMwUVIScmNTQ3Njc2NzY3Njc2NTQnJiMiBwYHJzY3NjMyFxYVFAcGBwYHBgcGBzM1MwIBjlsOBAICBQYIWZNJcWpOnVABDAQCAgIEDlCTR2l0PwFt/toCAg8PFhYaGhYWDw8RERcdGwgMPA8VLj0/JycUFBwcHRwVFgKFSKlgkBgFBwwLDo9gpptgggIWBQcFBxiCYJipfHYPGgEkHh8TExISDQ0SEhMVDg4WBhA1FRElIiI5Jh4eExMQERMUFi4AAAAADAAAAAADbgNuAAoAEgAbADAAQwBlAHAAkQCfALIAxwDcAAAlNTQjIgcVFjMyNTczNTQjIh0BJRUjFSM1IzUzFxUjNQYjIicmPQEzFRQXFjMyNzUzFxUUBwYjIicVIxEzFTYzMhcWFRcVFAcGBwYjIicmPQE0NzYzMhcWHQEjFRQzMjc0NTQ9ATMBFRQjIj0BNDMyFQE0JyYnJicmIyIHBgcGBwYVFBcWFxYXFjMyNzY3Njc2NQE3IwcnIxcxFxYXFTM1FzU0JyYjIgcGHQEUFxYzMjc2NRczNSMVBiMiJzQ9ASMVFBcWMzI3FSURFAcGIyEiJyY1ETQ3NjMhMhcWFQINEAoJCQoQaSYTE/66LiothXMmFxUTBQMlAQEICw0mkAQHFxQTJycSFRcHBI8BAgYQHh4QDAsRHR0PDEwUDQQn/v8TEhITATALBRMTGU2enU4ZExIGCwsGEhMYT52dThkSEwYL/lEzKx0eLQ4NFAYrpQwRHB0PDAwPHRwRDGcnJwwMCAEnBAYSFRcBIDEwRP3cRDEwMDFEAiREMDHOWh0KgAkcRhMeHhOYKPLyKEjSFxoQChWmmg4BCRKgP1QeDBgYFQEaXBcYDB5KBREIDAsXFhAhSiIPFhYQISsmHQ8BAwQGDAHXWR4eWR0d/mhlMBkREQMICAMRERkyY2QwGRERAwkJAxERGTBkAXSpb28nJzsgc3MuSiERFhYRIUohERUVECJF1KISCgENnKgVCg8ZF6793EQxMDAxRAIkRDAxMTBEAAEAIwAAA90DbgCzAAAlIicmIyIHBiMiJyY1NDc2NzY3Njc2PQE0JyYjISIHBh0BFBcWFxYzFhcWFRQHBiMiJyYjIgcGIyInJjU0NzY3Njc2NzY9ARE0NTQ1NCc0JyYnJicmJyYnJiMiJyY1NDc2MzIXFjMyNzYzMhcWFRQHBiMGBwYHBh0BFBcWMyEyNzY9ATQnJicmJyY1NDc2MzIXFjMyNzYzMhcWFRQHBgciBwYHBhURFBcWFxYXMhcWFRQHBiMDwRkzMhoZMjMZDQgHCQoNDBEQChIBBxX+fhYHARUJEhMODgwLBwcOGzU1GhgxMRgNBwcJCQsMEA8JEgECAQIDBAQFCBIRDQ0KCwcHDho1NRoYMDEYDgcHCQoMDRAQCBQBBw8BkA4HARQKFxcPDgcHDhkzMhkZMTEZDgcHCgoNDRARCBQUCRERDg0KCwcHDgACAgICDAsPEQkJAQEDAwUMROAMBQMDBQzUUQ0GAQIBCAgSDwwNAgICAgwMDhEICQECAwMFDUUhAdACDQ0ICA4OCgoLCwcHAwYBAQgIEg8MDQICAgINDA8RCAgBAgEGDFC2DAcBAQcMtlAMBgEBBgcWDwwNAgICAg0MDxEICAEBAgYNT/3mRAwGAgIBCQgRDwwNAAABAAAAAQAAxj3R918PPPUACwQAAAAAANEgjwwAAAAA0SCPDAAA/7cESQPAAAAACAACAAAAAAAAAAEAAAPA/8AAAARJAAD//wRJAAEAAAAAAAAAAAAAAAAAAAAlAAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAADtwAAAyUAAAJJAAAEAAAABAAAAAQAAAAEAAAABAAAAARJAAADtwAJBAAAAAQAAAkEAAAABAAAAAQAAAAESQAaBAAAAwQAAAMEAAAABAAAIwAAAAAACgAUAB4AbgC4APoBQAFcAbYB+gKUArIC9ANmA5oEMATSBZwGFAb4B24H5AhYCMwJMAnqCogLYgwEDLgNbg3mDmIO3A/+EPAAAQAAACUA3QAOAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABwAAAABAAAAAAACAA4AeAABAAAAAAADABwAMgABAAAAAAAEABwAhgABAAAAAAAFABYAHAABAAAAAAAGAA4ATgABAAAAAAAKADQAogADAAEECQABABwAAAADAAEECQACAA4AeAADAAEECQADABwAMgADAAEECQAEABwAhgADAAEECQAFABYAHAADAAEECQAGABwAXAADAAEECQAKADQAogBiAGIALQBlAGQAaQB0AG8AcgAtAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGIAYgAtAGUAZABpAHQAbwByAC0AZgBvAG4AdGJiLWVkaXRvci1mb250AGIAYgAtAGUAZABpAHQAbwByAC0AZgBvAG4AdABSAGUAZwB1AGwAYQByAGIAYgAtAGUAZABpAHQAbwByAC0AZgBvAG4AdABGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) 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: .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 .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .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 .4s, visibility 0s;
    -moz-transition: opacity .4s, visibility 0s;
    -o-transition: opacity .4s, visibility 0s;
    transition: opacity .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 .4s, visibility 0s;
    -moz-transition: opacity .4s, visibility 0s;
    -o-transition: opacity .4s, visibility 0s;
    transition: opacity .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 .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .4s, visibility 0s;
    -moz-transition: opacity .4s, visibility 0s;
    -o-transition: opacity .4s, visibility 0s;
    transition: opacity .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, .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, .03);
    -webkit-box-shadow: 3px 4px 2px rgba(0, 0, 0, .03);
    box-shadow: 3px 4px 2px rgba(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;
}

.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, .45);
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .45);
        box-shadow: 0 0 13px rgba(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);
    }

    .top-menu a {
        height: auto;
        line-height: 20px;
        color: #848A94;
        font-size: 16px;
        padding: 20px 20px;
    }

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

    .top-menu-link li {
        height: auto;
        line-height: 20px;
        color: #848A94;
        font-size: 16px;
        padding: 0px 80px 0px 0px;
    }

    .top-menu-link li:hover {
        height: auto;
        line-height: 20px;
        color: #848A94;
        font-size: 16px;
        padding: 0px 80px 0px 0px;
    }

    .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;
    }

    .main-news {
        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;
    }
}

@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: 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;
    }
}

@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;
    }

    .favlinkblog {}
}

.mob-login {
    display: none;
}

@media (max-width: 600px) {}

@media (max-width: 500px) {}

@media (max-width: 460px) {
    .full-news-right {
        width: auto;
        margin: 0 20px;
    }

    .lbt {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: -65px 0px 0px 130px;
    }

    .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-size: 16px;
        font-style: normal;
        padding: 0 10px 0 0;
    }

    .dwlink u {
        background-position: 13px center;
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .mob-menu {
        width: 50px;
    }

    .head-line-w {
        padding: 0 5px 0 56px;
    }

    .mob-search {
        right: 15px;
    }

    .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 {}

    .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: 200px !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 {}

.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, .04), inset 0 2px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, .04), inset 0 2px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .04), inset 0 1px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .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, .04), inset 0 2px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, .04), inset 0 2px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .04), inset 0 1px 2px rgba(255, 255, 255, .08), 0 1px 1px rgba(255, 255, 255, .75);
}

.white .pmtt-mess-menu a:hover {
    background: #f1f1f1;
    -moz-box-shadow: inset 0 -9px 18px rgba(0, 0, 0, .06), 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-box-shadow: inset 0 -9px 18px rgba(0, 0, 0, .06), 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 -9px 18px rgba(0, 0, 0, .06), 0 1px 1px rgba(255, 255, 255, .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: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+label: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;
}

.sdsad {}

.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;
}

/
/* COMENTÃƒÂRIOS */
.respond2 {
    text-align: left;
    font-size: 14px;
}

#commentform {
    margin: 10px 0 2px
}

#commentform .autent, #commentform input, #commentform textarea {
    width: 75%;
    background: #fff;
    border: 1px solid #adadad;
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 4px;
    margin: 10px 0 0
}

#commentform input:focus, #commentform textarea:focus {
    border-color: #303030;
    outline: 0
}

.bypostauthor:before {
    content: "Author";
    float: right;
    background-color: #FF1100;
    padding: 5px;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
}

.bypostauthor .avatar {
    border: 1px dotted #FF1100;
}

.comment-author-label {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 15px;
}

.comment-author-label-editor {
    background-color: #efefef;
}

.comment-author-label-author {
    background-color: #faeeee;
}

.comment-author-label-contributor {
    background-color: #f0faee;
}

.comment-author-label-subscriber {
    background-color: #eef5fa;
}

.comment-author-label-administrator {
    background-color: #303030;
}

#commentform .autent, #commentform textarea {
    width: 100%;
    max-width: 100%
}

#commentform input[type=submit] {
    width: 300px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 1.4rem;
    display: block;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #E81522;
    height: inherit;
    line-height: inherit;
    border: 1px solid #E81522;
    border-radius: 10px;
    text-transform: uppercase;
}

#commentform input[type=submit]:hover {
    border: 1px solid #242424;
    background: #242424;
    color: #fff;
}

#comments #respond #commentform .autent p {
    font-weight: 400
}

#comments #respond #commentform .autent p span {
    text-align: right;
    float: right
}

/* PAGINACAO DOS COMENTARIOS */
#comments .navigation {
    text-align: left;
}

#comments .page-numbers.current {
    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;
}

#comments .page-numbers.current:hover {
    background: #E81522;
}

#comments .page-numbers {
    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;
}

#comments .page-numbers:hover {
    background: #F4F4F4;
}

#comments li {
    list-style: none;
}

#comments header {
    /*! background: #eee;
    */
    /*! border: 1px solid #ddd;
    */
    padding: 10px 16px;
}

#comments header p {
    position: relative;
    top: 5px;
    float: right;
    margin: 0;
    font-size: 11px;
}

#comments header h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.comment-body {
    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;
}

.avatar-autor {
    float: left;
    margin-right: 16px;
}

.comment-author .avatar {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-meta.commentmetadata {}

/* COMENTARIOS INLINE*/
.center-widget ul li {
    padding: 10px 5px 5px 5px;
    background: none;
}

#commentsWrapper {
    margin: 0 auto;
    width: 600px;
}

.commentlist {
    list-style: none;
    text-align: left;
    padding: 5px;
    /*! border-radius: 10px;
    */
}

.comment-awaiting-moderation {
    font-size: 11px;
    color: #E81522;
}

.commentlist a {
    color: #E81522;
    ;
}

.comment-edit-link {
    font-size: 11px;
    float: right;
    margin: -20px 0px 0px 0px;
}

.commentlist p {
    /*font-weight: 500;
   */
    font-size: 15px;
    line-height: 24px;
    color: #848A94;
    margin: 20px 0px 0px 0px;
}

.commentlist li {
    width: 480px;
    border-top: 1px dashed silver;
}

.commentlist li p {
    font-size: 13px;
}

.commentlist .comment-author img {
    float: left;
}

#cancel-comment-reply-link {
    font-size: 11px;
    /*! padding: 3px;
    */
    color: #fff;
    float: right;
    margin: -42px 0px 0px 0px;
    background-color: #E81522;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

#cancel-comment-reply-link:hover {
    color: #fff;
    background-color: #303030;
}

.commentlist .comment-reply-link {
    font-size: 11px;
}

.commentlist .fn {
    font-family: Oswald;
    font-style: normal;
}

.commentlist .says {
    display: none;
}

.commentlist .reply {
    float: right;
    margin: -20px 0px 0px 0px;
}

.commentlist .comment-meta {
    padding-left: 50px;
}

.commentlist li .children {
    list-style: none;
}

.commentlist li .children li {
    border-top: none;
    max-width: 100%;
}

.children {
    margin: 0;
    padding: 6 0 0 46px;
    background: url(images/linha_comentario.png) no-repeat 18px 0px;
}

/* input */
#searchform {
    margin: 0;
}

#colRight {
    background: url(images/bk_grad_up.jpg) 0 100% repeat-x;
    padding: 20px 0;
    padding-left: 13px;
    margin: 0;
}

textarea#comment {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 776px;
    color: #555;
    border: 1px solid #CFCBCB;
    resize: vertical;
    border-radius: 10px;
}

textarea#comment:hover {
    background: #242424;
    border: 1px solid #303030;
    color: #fff;
}

input#author, input#email, input#url {
    width: 350px;
    color: #555;
    border: 1px solid #CFCBCB;
    border-radius: 10px;
}

input#author:hover, input#email:hover, input#url:hover {
    background: #242424;
    border: 1px solid #303030;
    color: #fff;
}

.links-comentario a {
    color: #818181;
}

.links-comentario a:hover {
    color: #cb131e;
    ;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #cb131e #fff;
}

/* Chrome, Edge, e Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #cb131e;
    border-radius: 20px;
    border: 3px solid #fff;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #cb131e;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fff;
    /* creates padding around scroll thumb */
}

.lista-servers {
    background: #303030;
    border-radius: 10px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    margin: 0px 0px 0px 10px;
    display: flex;
    flex-wrap: wrap;
}

.lista-servers a {
    color: #fff;
}

.lista-servers a:hover {
    color: #CB131E;
    text-decoration: none;
}

/* ARROW NAV */
.arrowNav {
    position: fixed;
    top: 50%;
    z-index: 9090;
}

.arrowNav a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    max-width: 180px;
    color: #979da5;
    font-weight: 900;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.arrowNav span {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: #979da5;
    border-radius: 3px;
    margin: 0 -2px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.arrowNav a div {
    -webkit-transition: all 0ms linear;
    -moz-transition: all 0ms linear;
    -ms-transition: all 0ms linear;
    transition: all 0ms linear;
}

.arrowNav.arrowLeft {
    left: 30px;
    text-align: left;
}

.arrowNav.arrowRight {
    right: 30px;
    text-align: right;
}

.arrowNav.arrowLeft span {
    transform: rotate(-135deg);
}

.arrowNav.arrowRight span {
    transform: rotate(45deg);
}

.arrowNav a:hover {
    color: #E81522;
}

.arrowNav a:hover span {
    border-color: #E81522;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(83, 100, 125, 0.7);
    z-index: 99;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    visibility: hidden;
    -webkit-filter: opacity(0%);
    filter: opacity(0%);
}

#toTop.show {
    visibility: visible;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
}

#toTop:hover {
    background: rgb(232, 21, 34);
}

#toTop:before {
    content: '';
    width: 12px;
    height: 12px;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin: 6px 0 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* DESKTOP */
@media screen and (min-width: 1199px) {}

/* MOBILE & TABLET */
@media screen and (max-width: 1200px) {



    /* ARROW NAV */
    .arrowNav {
        position: fixed;
        top: 50%;
    }

    .arrowNav a {
        background: #979da5;
        padding: 15px 0;
        width: 28px;
        -webkit-filter: opacity(80%);
        filter: opacity(80%);
    }

    .arrowNav.arrowLeft a {
        border-radius: 0 6px 6px 0;
    }

    .arrowNav.arrowRight a {
        border-radius: 6px 0 0 6px;
    }

    .arrowNav span {
        display: inline-block;
        min-width: 12px;
        min-height: 12px;
        width: 12px;
        height: 12px;
        border-width: 3px 3px 0 0;
        border-style: solid;
        border-color: #fff;
        border-radius: 3px;
        margin: 0;
    }

    .arrowNav a div {
        display: none;
    }

    .arrowNav.arrowLeft,
    .arrowNav.arrowLeft:hover {
        left: 0;
    }

    .arrowNav.arrowRight,
    .arrowNav.arrowRight:hover {
        right: 0;
    }

    .arrowNav.arrowLeft span {
        margin-left: 11px;
    }

    .arrowNav.arrowRight span {
        margin-left: 6px;
    }

    #toTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

    #toTop:before {
        content: '';
        width: 8px;
        height: 8px;
        border-width: 4px 4px 0 0;
        margin: 5px 0 0 0;
    }


}

/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1100px) {}

/* TABLET FIX */
@media screen and (min-width: 768px) and (max-width: 1012px) {}