﻿.comments-tree-list{list-style: none;padding: 0px;}
.comments-tree-list .comments-tree-list{padding-left: 30px;}
.fr-element{z-index: 99999;}
.mass_comments_action{
    background: #f7f7f7;
    margin: 15px -16px 0px -16px;
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    text-align: right;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
fieldset{
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 25px;
}.cov img {
    height: 90px;
}
.navigation11{margin-top: 6px;}
.navigation11 a {
    background: #f2f2f5;
    padding: 8px 10px;
    color: #000;
    font-weight: bold;
}
.navigation11 a:hover {
    text-decoration: none;
    color: #999;
}
.navigation11 span {
    background: #f2f2f580;
    padding: 8px 10px;
    color: #000;
    font-weight: bold;
    border: 1px solid #c4caef;
}
.nwpm{
        font-size: 1.5rem!important;
    width: 40px;
    height: 40px;
    line-height: 1.4 !important;
    text-align: center;
    vertical-align: middle;
}
.hov{transition: 0.3s;}
.hov:hover{border-color: #cecece!important; transition: 0.3s;}
.prfoto{width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;}
.mass_comments_action{display: none!important;}
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #efeff1;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 4px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
        margin: 20px 0;
    margin-left: -26px;
    padding-left: 40px;
        border-bottom: 1px solid #efeff1;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 6px;
    border: 4px solid #5f9cfe;
    left: 4px;
    width: 16px;
    height: 16px;
    z-index: 400;
}

.s2 {
    background-color: rgba(248, 248, 250, 0.40);
}
/* CSS Test begin */
.comment-box {
    margin-top: 0px !important;
}
/* CSS Test end */

.comment-box img {
    width: 50px;
    height: 50px;
        object-fit: cover;
    border-radius: 6px;
}
.comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}
.comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
}
.comment-box .media-body .media p {
    margin-bottom: 0;
}
.comment-box .media-heading {
        background-color: #f8f9fa;
    border: 1px solid #efefef;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#entryform{width: 100%;}
.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f8f9fa;
    border: 1px solid #efefef;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}
.faq_section{
    margin:0px auto;
}
.FaQ_Each{
    padding-bottom: 20px;
}
.box i {
    color: #8CC152;
}
.box:hover {
    background: rgb(241, 241, 245);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid rgba(95, 156, 254, 0.32);
    transition: 0.3s;
}
.box  {
      background: rgb(248, 248, 250);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #efeff1;
transition: 0.3s;
}
.draw {
  display: none;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #efeff1;
    border-left: 1px solid #efeff1;
    border-right: 1px solid #efeff1;
    color: #000000;
    padding-left: 30px;
}
#other{
    display: none;
}
.qq-upload-button {
    background-color: #eee !important;
}
.pb{
        background: rgba(74, 137, 220, 0.2);
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 50%;
}
.wb{
        background: rgba(246, 187, 66, 0.2);
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 50%;
}
.ib{
        background: rgba(55, 188, 155, 0.2);
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 50%;
}
.sb{
        background: rgba(140, 193, 82, 0.2);
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 50%;
}
.err {
    background: #ffdd87;
    padding: 15px 30px;
        width: 100%;
    border-left: 2px solid #8a6d3b;
    color: #8a6d3b;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.08);
}
.coma{
    color: #808080;
    background: #fff;
    border: 1px solid #efefef;
    padding: 6px 12px;
    margin-bottom: 1.5rem;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.aut a {
    color: #444f61;
    transition: 0.3s;
}
.aut a:hover {
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}
.sticky-top{top: 15px!important;}
  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }
.nav-item a:hover {
    transition: 0.3s;
}
a.gradient-button:hover{text-decoration: none;color: #fff;}
.gradient-button{
    padding: 1em 4em;
    height: 5em;
    border-radius: 6px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75em;
    cursor: pointer;
    background: linear-gradient(to left, rgba(112, 124, 245, 0.68) 0%, rgba(99, 157, 247, 0.76) 51%,rgba(112, 124, 245, 0.62) 100%);
    background-size: 200% auto;
    transition: 0.5s;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.11);
}

.gradient-button:hover{
  background-position: right center;
}
.enf{
    padding: 0px;list-style: none;
}
.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
#sync1 .item{
    background: #88b5f9;
    padding: 2px;
    margin: 1px;
    color: #FFF;
    text-align: center;
}
#sync2 .item{
    background: #C9C9C9;
    padding: 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
#sync2 img {
    width: 100%;
    height: 84px;
    padding: 2px;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #88b5f9;
}
.grd a {
    color: #6c757d;
    transition: 0.3s;
}
.grd a:hover {
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}
.item img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
ul.timeline > li:last-child {
    border-bottom: 0px;
}
#userinfo{width: 100%;display: inline-flex;}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0)
}
.social-btns{
    font-size: 22px;
    list-style: none;
}

.social-btns li{
    margin-bottom: 5px;
}

.social-btns li i{
    font-size: 22px;
}

.social-btns .btn-facebook {
      background-color: #4a76a8;
    border-color: #4a76a8;
    color: #ffffff;
    min-width: 189.66px;
}

.social-btns .btn-facebook:hover {
  color: #ffffff;
  background-color: #3d6898;
}

.social-btns .btn-twitter {
  background-color: #005ff9;
    border-color: #005ff9;
  color: #ffffff;
  min-width: 189.66px;
}

.social-btns .btn-twitter:hover {
  color: #ffffff;
  background-color: #0858da;
}

.social-btns .btn-linkedin {
  background-color: #00629e;
  border-color: #044a75;
  color: #ffffff;
  min-width: 189.66px;
}

.social-btns .btn-linkedin:hover {
  color: #ffffff;
  background-color: #044a75;
}

.social-btns .btn-google {
  background-color: #fc0;
    border-color: #fc0;
    color: #000;
    min-width: 189.66px;
}

.social-btns .btn-google:hover {
      color: #000;
    background-color: #ecbf0a;
}

.social-btns .btn-tumblr{
    background-color: #274665;
    border-color: #182b3d;
    color: #ffffff;
    min-width: 189.66px;
}

.social-btns .btn-tumblr:hover {
  color: #ffffff;
  background-color: #182b3d;
}

.social-btns .btn-pinterest{
    background-color: #cc0000;
    border-color: #9b0404;
    color: #ffffff;
    min-width: 189.66px;
}

.social-btns .btn-pinterest:hover {
  color: #ffffff;
  background-color: #9b0404;
}
.owl-controls {
text-align:center
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.owl-controls .owl-prev,.owl-controls .owl-next {
position: absolute;
    top: 50%;
    color: #eee;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    z-index: 5;
    transition: .3s;
    margin-top: -20px;
    width: 39px;
    height: 38px;
    line-height: 40px;
}

.owl-controls .owl-prev {
left:10px
}

.owl-controls .owl-next {
right:10px
}

.owl-controls.clickable .owl-buttons div:hover {
background: rgba(255, 255, 255, 0.5);
transition:.3s;
color: #000;
}

.owl-pagination {
height:30px;
line-height:30px;
position:absolute;
top:-42px;
right:10px
}

@media (max-width: 467px) {
.owl-pagination {
position:static
}
}

#related-news .owl-pagination {
position:static!important;
margin-top:20px
}

.owl-controls .owl-page {
display:inline-block;
vertical-align:middle;
zoom:1;
*display:inline
}

.owl-controls .owl-page span {
display:block;
width:10px;
height:10px;
margin-left:4px;
filter:Alpha(Opacity=80);
opacity:.8;
background:#fff;
border-radius:50%
}

.owl-controls .owl-page.active span,.owl-controls.clickable .owl-page:hover span {
background:#9B59B6;
filter:Alpha(Opacity=100);
opacity:1
}
.sort {
list-style:none;
padding:0;
margin:0
}

.sort > li,.sort {
display:inline
}

.sort > li {
margin:0;
padding:0
}

.sort > li a {
color:#353535
}

.sort > li.asc a,.sort > li.desc a {
color:#656D78;
font-weight:700
}

.sort > li.asc a:after,.sort > li.desc a:after {
content:"";
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAsBAMAAACj90TiAAAAG1BMVEUAAAAzlOYzlOYzlOYzlOYzlOYzlOYzlOYzlOar6gzlAAAACHRSTlMAjesv90eHRuQt1XUAAABSSURBVBjTzdCxDQAhDENRSyzAEFdQ0zDB9axEgzw2DokEI1A9/S4OyAxADEcpPGlpFKWoSpEKp0Dlb6SvG2jY4Fka4tw4PqbEsDNTcb8gn/d4LPQHQDdjhblbAAAAAElFTkSuQmCC);
display:inline-block;
vertical-align:middle;
margin:-1px 0 0 .4em;
width:6px;
height:11px;
-webkit-background-size:6px auto;
background-size:6px auto
}

.sort > li.asc a:after {
background-position:0 -11px
}

.ics{
    list-style: none;
    padding: 0;
    margin: 0px;
}
footer{
        background: #ffffff;
}
.owl-dots{
        display: none;
}
.poster {
       width: 100%;
    border-radius: 4px;
    max-height: 120px;
    height: 120px;
    object-fit: cover;
}
.ln{
    background-image: repeating-linear-gradient(-45deg, rgba(82, 91, 171, 0.08), rgba(82, 91, 171, 0.05) 1px, transparent 1px, transparent 6px) !important;
    background-size: 8px 8px !important;
}
ul.fmenu{
        padding: 0;
    list-style: none;
        margin-top: -48px;
    background: #f3f3f3;
}
ul.fmenu li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fmenu li a {
    color: #000;
}
.icus{
        -webkit-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    -moz-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    border: 1px solid #F69F00;
    background: #F69F00!important;
    color: #fff;
    padding: 2px 3px 3px 2px;
    border-radius: 50%;
    font-size: 20px;
}
.icus2{
    -webkit-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    -moz-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    box-shadow: 0 0 0 3px rgba(93, 156, 236, 0.15);
    border: 1px solid #508edc;
    background: #5D9CEC;
    color: #fff;
    padding: 3px 3px 3px 3px;
    border-radius: 50%;
    font-size: 20px;
}
.icus3{
        -webkit-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    -moz-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    box-shadow: 0 0 0 3px rgba(172, 146, 236, 0.15);
    border: 1px solid #9278d2;
    background: #AC92EC;
    color: #fff;
    padding: 3px 3px 3px 3px;
    border-radius: 50%;
    font-size: 20px;
}
.lgg{
        background: #5f9cfe;
    color: #fff;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-table;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}
.ffx{
        -webkit-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    -moz-box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    box-shadow: 0 0 0 3px rgba(246,159,0,.15);
    border: 1px solid #F69F00;
    background: #F69F00!important;
    color: #fff;
    padding: 2px 3px 3px 2px;
    border-radius: 50%;
}
.gss a {
    font-size: 16px;
    font-weight: 600;
    
}
.gss a:hover{
    color: #9b8fad !important;
    text-decoration: none;
}
.nvsh{
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}
.noimg img{
    display: none;
}
#online a{color: #8CC152;}
.profoto{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: -5px 0px 0px 5px;
    object-fit: cover;
}
.lfoto{
        width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.commfoto{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}
.dropdown-menu a:hover {text-decoration: none;cursor: pointer;}
.dropdown-menu button:hover {text-decoration: none;cursor: pointer;}

/* Стилизуем ТЕГИ в постах  (сайдбар) */
.tags {
	font-size: 0px;
}
.tags a{
	padding: 6px 12px;
	font-size: 14px;
	margin: 5px 3px 3px 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid rgb(209,213,219);
	border-radius: .5rem;
	box-sizing: border-box;
	color: #111827;
	text-decoration: none #D1D5DB solid;
	text-decoration-thickness: auto;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	text-align: center;
	font-weight: 500;
	line-height: 1.2rem;
}
.tags a:hover {
    background-color: rgb(249,250,251);
}
.tags a:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
	box-shadow: none;
}
.tags a:before{
   content: "#";
}

.clouds_medium a{
    color: #b3b3b3;
    background: #f3f3f3;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    transition: 0.3s;
    margin: 3px;
}
.clouds_medium a:hover{
    color: #b3b3b3;
    background: #eaeaea;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.clouds_xsmall a{
    color: #b3b3b3;
    background: #f3f3f3;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    transition: 0.3s;
    margin: 3px;
}
.clouds_xsmall a:hover{
    color: #b3b3b3;
    background: #eaeaea;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.clouds_xlarge a{
    color: #b3b3b3;
    background: #f3f3f3;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    transition: 0.3s;
    margin: 3px;
}
.clouds_xlarge a:hover{
    color: #b3b3b3;
    background: #eaeaea;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.auth a{
    color: #b3b3b3;
    background: #fff;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    transition: 0.3s;
}
.auth a:hover{
    color: #b3b3b3;
    background: #eaeaea;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    text-decoration: none;
    cursor: pointer;
}
.f90{font-size: 90%;}
.ava{width: 100px;height: 100px;object-fit: cover;}
.isize i{font-size: 92%;color: #AAB2BD;}
.dropdown-menu{
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
}
#dle-speedbar a{color: #17a2b8 !important;}
#dle-speedbar{color: #9ea4ad;}
.title{font-size: 20px;}
.qq-upload-button {
        background: #eee;
    border: 1px solid #d0d0d0;
}
.ui-dialog-buttonset button{
    background: #fff;
    border: 1px solid #a6aef9;
    color: #656D78;
    padding: 4px 8px 4px 8px;
    font-size: 90%;
    border-radius: 0.25rem;
    margin-left: 6px;
    margin-right: 6px;
    transition: 0.3s;
}
.ui-dialog-buttonset button:hover{
    background: #f1f1f1;
    border: 1px solid #dfdfdf;
    color: #656D78;
    padding: 4px 8px 4px 8px;
    font-size: 90%;
    border-radius: 0.25rem;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}

.bbcodes{
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #656D78;
    padding: 2px 8px 4px 8px;
    font-size: 90%;
    border-radius: 0.25rem;
    margin-left: 6px;
    margin-right: 6px;
    transition: 0.3s;
}
.bbcodes:hover{
    background: #f1f1f1;
    border: 1px solid #dfdfdf;
    color: #656D78;
    padding: 2px 8px 4px 8px;
    font-size: 90%;
    border-radius: 0.25rem;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0; top: 0; right: 0; bottom: 0;
    position: fixed;
    }
    .ui-helper-clearfix:after { 
       clear: both; 
       content: "."; 
       display: block; 
       height: 0; 
       visibility: hidden 
}
    .ui-helper-clearfix { 
       display: inline-block 
}
    * html .ui-helper-clearfix { 
        height: 1% 
}
    .ui-helper-clearfix { 
        display: block 
}
.ui-dialog {
    z-index: 9999;
    text-align:left;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:370px;
    border-radius:10px;
    border: 1px solid #272727;
    background-color:#fff;
    background-clip:padding-box;
}

    
    .ui-dialog-titlebar { 
   padding: 15px 20px;
    background: #eff2f6;
    position: relative; 
}

    .ui-dialog-title { 
     float: left;
    font-weight: 500;
    font-size: 1em;
}

    .ui-dialog-titlebar-close {
        position: absolute;
        right: 10px; top: 50%;
        margin-top: -16px;
        height: 32px; width: 32px;
        border: 0 none !important;
    }
    .ui-dialog-titlebar-close .ui-icon {
        display: block;
        margin: 10px auto 0 auto;
        width: 12px; height: 12px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
        -webkit-background-size: 12px auto; background-size: 12px auto;
        opacity: .5;
    }
    .ui-button {
        float: right;
        border: 0 none;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        height: 36px;
        border-radius: 18px;
        line-height: 22px;
        outline: none;
        background-color: #3394e6;
        color: #fff;
        border: 0 none;
        padding: 7px 22px;
        text-decoration: none !important;
    }
    .ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
    .ui-icon { overflow: hidden; text-indent: -9999px; }
    .ui-dialog label { color: #575757; }
    .ui-dialog-content { 
       padding: 20px;       
       border: 1px solid #fff;
        overflow: auto;
        position: relative; zoom: 1;
       }
    .loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
    .ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
    .ui-dialog .ui-dialog-buttonpane {     
    padding: 0.75rem 1.25rem;
    text-align: center;
    background: #f7f7f7;
    border-top: 1px solid #dfdfdf; }
    .ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
    .ui-draggable .ui-dialog-titlebar { cursor: move; }
    .ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
    .ui-button { margin: 0 3px; }
    .ui-helper-hidden-accessible{display: none;}

    /* --- Поля форм --- */
select, textarea, input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #525460;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedee8;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
    textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
    input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
    input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
    input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
    input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
    input[type="color"]:focus, .uneditable-input:focus {
        background-color: #fff;
    }
    input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
    input[type="file"], input[type="image"],
 input[type="opt_holder_comments"], input[type="opt_holder_main"],
 input[type="opt_holder_rating"], input[type="allow_rating"],
 input[type="approve"],
    input[type="submit"], input[type="reset"],
    input[type="button"], input[type="radio"],
    input[type="checkbox"] { width: auto; }
    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
    select[multiple], select[size], textarea { height: auto; }
    ::-moz-placeholder, :-moz-placeholder, ::-webkit-input-placeholder { opacity: 0.6; }

    input:focus { outline: none; }
    input[type="file"], input[type="image"] {
        padding: 0;
        border-width: 0;
        background: none;
        box-shadow: none; -webkit-box-shadow: none;
    }
    .wide, .bb-editor textarea, .ui-dialog textarea, select#category, .timezoneselect, .quick-edit-text { width: 100% !important; }
    #searchuser, #searchinput { width: 100% !important; margin-bottom: 10px; }

    table.xfields input { width: 100%; }
    table.xfields tr > td:first-child { padding-right: 10px; }

    /* Настройка стандартной капчи */
    .form_submit .c-capcha { float: right; }
    .c-capcha { position: relative; }
    .c-capcha:after { clear: both; display: block; content: ""; }
    .c-capcha > a { float: left; margin-right: 5px; }
    .c-capcha img {
        position: relative;
    display: block;
    width: 100px;
    height: 37px;
    border-radius: 4px;
    z-index: 1;
    padding: 1px;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    }
    .c-capcha:hover img { 
        box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
        -webkit-transform: scale(1.3,1.3); transform: scale(1.3,1.3);
        border-color: #1a1a1a;
    }
    .c-capcha > input { float: left; width: 150px; text-align: center; }

    /* Настройка стандартной капчи при ответах на комментарии */
    .dle-captcha { position: relative; }
    .dle-captcha:after { clear: both; display: block; content: ""; }
    .dle-captcha > a { float: left; margin-right: 5px; }
    .dle-captcha img {
        position: relative;
        display: block;
        width: 130px; height: 46px;
        -webkit-transition: all ease .2s; transition: all ease .2s;
    }
    .dle-captcha > input { float: left; width: 130px; }


/* --- Вывод результатов голосования на сайте --- */
.voteprogress, .pollprogress {
    overflow: hidden;
    height: 9px;
    margin-bottom: 10px;
    background-color: #e7e7e7;
    border-radius: 3px;
    margin-top: 6px;
}
    .voteprogress span, .pollprogress span {
        text-indent: -9999px;
        height: 9px;
        display: block;
        overflow: hidden;
        background-color: #007bff;
    }

    
.arrow_box {
        position: relative;
    background: #fff;
    border: 1px solid #dfdfdf;
        padding: 10px;
            border-radius: 0.25rem;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}
.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}

.xfieldsnote{
    display: inline-block;
    margin-left: 5px;
    font-size: 90%;
    color: #c5c5c5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.addnews{
    vertical-align: middle;
}
.classic{width: 100%;}
input{width: 100%;}
.uploadedfile{
    display: inline-block;
    width: 33%;
}
.info{
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qq-upload-button{    margin: 5px 0 5px 0;}
.file{
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 90%;
    color: #666;
}
.pagination {
display:inline-block;
padding-left:0;
margin:0 0 15px;
border-radius:4px
}

.pagination > li {
display:inline
}
.pagination li span {
    background: #f8f8fa;
    border-color: #5f9cfe52 !important;
}
.pagination > li > a,.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 18px;
    line-height: 1.42857143;
    margin: 0 3px;
    font-weight: bold;
    color: #343a40;
    text-decoration: none;
    background-color: #ffffff;
    transition: .3s;
    border: 1px solid #f3f3f3;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
margin-left:0;
border-top-left-radius:4px;
border-bottom-left-radius:4px
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
border-top-right-radius:4px;
border-bottom-right-radius:4px
}

.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:focus {
z-index: 2;
    color: #343a40;
    background-color: #e6e6f1;
    border-color: #d3d3e2;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
z-index:3;
color:#fff;
cursor:default;
background-color:#337ab7;
border-color:#337ab7
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
color:#777;
cursor:not-allowed;
background-color:#fff;
border-color:#ddd
}

.pagination-lg > li > a,.pagination-lg > li > span {
padding:10px 16px;
font-size:18px;
line-height:1.3333333
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
border-top-left-radius:6px;
border-bottom-left-radius:6px
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
border-top-right-radius:6px;
border-bottom-right-radius:6px
}

.pagination-sm > li > a,.pagination-sm > li > span {
padding:5px 10px;
font-size:12px;
line-height:1.5
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
border-top-left-radius:3px;
border-bottom-left-radius:3px
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
border-top-right-radius:3px;
border-bottom-right-radius:3px
}

/*--- Таблица Персональных сообщений и лучших пользователей ---*/
.userstop td, .pm td.pm_list, .pm td.pm_head { border-bottom: 1px solid #efefef; padding: 12px 2px; }
    table.pm, table.userstop { width: 100%; margin-bottom: 0; }
    table.pm select { width: 150px; }
    .userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold; }
    table.pm .navigation { border-top-width: 0; margin: 0; }

.pm_list a{color: #17a2b8!important;}

.row-flex, .row-flex > div[class*='col-'] { 
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex:1 1 auto;
}
form{width: 100%;}
#druzya .item{
        display: block;
    padding: 0px;
    margin: 10px;
    color: #FFF;
    height: 54px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#druzya .item img{
      display: block;
    max-width: 100%;
    height: 100%;
        object-fit: scale-down;
}

ul.ui-form {
    list-style: none;
}
.row-flex-wrap {
    -webkit-flex-flow: row wrap;
 align-content: flex-start;
 flex:0;
}
li.form-group {
    background-color: #f8f8fa;
    border: 1px solid #eee;
    padding: 20px;
}
.row-flex > div[class*='col-'] {
     margin:-.2px; 
}


#searchsuggestions {
    z-index: 2200;
    width: 290px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
    border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
    background-clip: padding-box;
    font-size: .9em;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    #searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
    #searchsuggestions a { color: inherit; }
    #searchsuggestions a:hover { background-color: #f7f7f7; }
    #searchsuggestions a span { display: block; cursor: pointer; }
    #searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
    #searchsuggestions span.seperator { display: block; }
    #searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
    #searchsuggestions span.notfound { padding: 15px 25px; display: block; }
    #searchsuggestions .break { display: none; }







.skrinshoty img {
    width: 100%;
    height: 180px;
    max-height: 280px;
    border-radius: 4px;
    border: 2px solid #49505c;
    transition: .3s;
}




.catimg{
    width:20px;
    height:20px;
    margin-right:5px
}
.nice-nav li.child-menu span.toggle-right{
    text-align:right;
    float:right;
    display:inline-block;
    position:absolute;
    right:0;
    padding:15px;
    color:#000;
    top:0;
    background:#f8f9fa;
    border-radius: 13px;
    bottom:0
}
.nice-nav li.child-menu span.toggle-right:focus{
    background:#000!important
}
.child-menu-ul img{
    display:none
}
.nice-nav ul li.child-menu ul{
   
    display:none
}
.nice-nav ul li.child-menu ul li a{
    background:#f8f9fa;
    padding:10px 30px;
    font-size:90%
}
.nice-nav ul li a {
    padding: 12px;
    border-bottom: 1px solid #f5f5f9;
    display: block;
    color: #212529;
    position: relative;
    text-decoration: none;

}
.nice-nav {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out 0s;
}
.nice-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.csard {
	  background-color: #fef1d9;
    color: #bb7d0b;
}
.soc-vk {
	background-color: #f3f6fd;
	padding: 8px;
	border-radius: 10px;
}

.soc-tg {
	background-color: #f3f6fd;
	padding: 8px 10px;
	border-radius: 10px;
}

.soc-mail {
	background-color: #f3f6fd;
	padding: 8px 10px;
	border-radius: 10px;
}


.position-relative {
  position: relative !important;
}

#example{padding:0px 0px 0px 100px;display:none;}
#example .new{opacity: 0;}
#example .div_opacity{
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;}


.premiumm {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #ff9007;
    height: 2rem;
    width: 8rem;
    transform: rotate(45deg);
    top: 1rem;
    right: -2rem;
    color: #fff;
    letter-spacing: .1rem;
    font-weight: 700;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}
.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}


.checkbox{
	display: inline-block;
	padding: 5px 5px 5px 46px;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.checkbox input{
	position: absolute;
	opacity: 0;
	cursor: inherit;
}
.checkbox span{
	display: inline-block;
	font: normal 12px/18px Arial;
	padding: 1px 0;
}
.checkbox span:before,
.checkbox span:after{
	content: '';
	position: absolute;
	top: 50%;
	transition: .3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.checkbox span:before{
	left: 0;
	height: 14px;
	margin-top: -7px;
	width: 36px;
	border-radius: 7px;
	background: #aaa;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}
.checkbox span:after{
	left: 0;
	margin-top: -10px;
	height: 20px;
	width: 20px;
	background: #fafafa;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.checkbox input:checked + span:before{
	background-color: #93c9f3;
}
.checkbox input:checked + span:after{
	background-color: #2793e6;
	left: 16px;
}

.checkbox input:focus + span:before{
	box-shadow: 0 0 0 3px rgba(50,150,255,.2);
}

.checkbox input:disabled + span{
	opacity: .35;
}
.checkbox input:disabled + span:before{
	background: #ccc;
}


.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
@media only screen and (min-width: 992px){
    @media only screen and (min-width: 992px)
body::-webkit-scrollbar {
    width: 9px;
}
	body::-webkit-resizer{
		background-image:url();
		background-repeat:no-repeat;
		width:9px;
		height:1px
	}
	body::-webkit-scrollbar{
		width:9px
	}
	body::-webkit-scrollbar-button{
		background-image:url();
		background-repat:no-repeat;
		width:9px;
		height:0
	}
	body::-webkit-scrollbar-thumb{
		-webkit-border-radius:0;
		border-radius:0;
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	}
	body::-webkit-scrollbar-track{
		background-color:#141D23
	}
}




#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 20px 16px 16px;
  background: rgb(42 62 82 / 90%);
  border-radius: 30px;
  box-shadow: 0 20px 40px rgb(42 62 82 / 25%);
  align-items: center;
  flex-direction: row;
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
.info-cookie-image {
    width: 42px;
    height: 42px;
}
.info-cookie-img {
    max-width: none;
    height: 100%;
}
.probka{
color: rgba(245, 245, 245, 0.6);
 }

.absdf {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
input[type="radio"],
 input[type="opt_holder_comments"], input[type="opt_holder_main"],
 input[type="opt_holder_rating"], input[type="allow_rating"],
 input[type="approve"],
input[type="checkbox"] {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: -5px 8px 0 0;
  background-color: #fff;
  outline: 2px solid #007eb4;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  cursor: pointer;
  outline-offset: 0;
}
input[type="radio"]:checked,
 input[type="opt_holder_comments"], input[type="opt_holder_main"],
 input[type="opt_holder_rating"], input[type="allow_rating"],
 input[type="approve"],
input[type="checkbox"]:checked {

  background-color: #007eb4;
}
input[type="radio"]:focus-visible,
 input[type="opt_holder_comments"], input[type="opt_holder_main"],
 input[type="opt_holder_rating"], input[type="allow_rating"],
 input[type="approve"],
input[type="checkbox"]:focus-visible {
  -webkit-box-shadow: 0 0 0 4px #008ed6;
          box-shadow: 0 0 0 4px #008ed6;
}
input[type="radio"]:disabled,
 input[type="opt_holder_comments"], input[type="opt_holder_main"],
 input[type="opt_holder_rating"], input[type="allow_rating"],
 input[type="approve"],
input[type="checkbox"]:disabled {
  cursor: not-allowed;
  background-color: #e0e0e0;
  border: 2px solid #e0e0e0;
  opacity: 0.4;
}
input[type="radio"]:disabled:checked,
input[type="checkbox"]:disabled:checked {
  background-color: #007eb4;
}
input[type="radio"] {
  border-radius: 7px;
}

.rate-star {
  span {
    color: #f0a900;
  }
 .flex-grow-1 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.toasts {position: fixed; right: 10px; top: 20px; z-index: 990; display: grid; gap: 20px;}
.toast {background-color: #fff; color: #000; border-radius: 6px; overflow: hidden;
	position: relative; width: 400px; display: flex; align-items: center; gap: 20px; 
	padding: 16px 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); --accent: #00a2ff; 
	animation: showToast 0.5s ease forwards; max-width: calc(100vw - 40px);}
.toast__icon {font-size: 28px; color: var(--accent);}
.toast__title {font-weight: 700;}
.toast__text {font-size: 14px;}
.toast__close {font-size: 18px; margin: 0 -10px; display: grid; place-items: center; 
	cursor: pointer; opacity: 0.6; width: 40px; height: 40px;}
.toast::after {content: ''; width: 100%; height: 3px; background-color: var(--accent); 
	position: absolute; left: 0; bottom: 0; animation: progressToast var(--toast-timer) linear forwards}
.toast--success {--accent: #41b92f;}
.toast--warning {--accent: #f4bd00;}
.toast--error {--accent: #dd3954;}
.toast--is-hiding {animation: hideToast 0.5s ease forwards;}
@keyframes progressToast {
	100% {width: 0}
}
@keyframes showToast {
	0% {transform: translateX(calc(100% + 20px));}
	40% {transform: translateX(-5%);}
	80% {transform: translateX(0%);}
	100% {transform: translateX(-10px);}
}
@keyframes hideToast {
	0% {transform: translateX(-10px);}
	40% {transform: translateX(0%);}
	80% {transform: translateX(-5%);}
	100% {transform: translateX(calc(100% + 20px));}
}
    .DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}
.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}
.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}
.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}
.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="file"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedee8;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} 
.table-bordered th, .table-bordered td {
    border: 1px solid #202020;
} 
.avatarlogin{position:relative;text-align:center;width:100px;height:100px;margin:0 auto 20px;border-radius:100%;background-size:cover}
.avatarlogin img{border-radius:100%}
.form-group .admin_checkboxs label{display:inline;font-weight:400}
.navbar-light .navbar-brand{font-weight:bold;font-size:30px}
.ui-dialog-buttonset {display: flex; justify-content: end;}
.ui-dialog-buttonset button{margin-left:10px!important}
.ui-dialog-content{font-weight:400;color:#fff}
.ui-dialog-titlebar {
    padding: 0.75rem 1.25rem;
    position: relative;
    background:#0f0f0f;
    color:#fff;
    border-bottom: 1px solid #272727;
    }
.pm_progress_bar{border:1px solid #d8d8d8;background:#f7f7f7;padding:1px;margin-top:10px;margin-bottom:10px;height:40px}
.pm_progress_bar span{background:#000;font-size:0;text-indent:-2000em;height:10px;display:block;overflow:hidden}
.usinf{list-style:none;padding:0;margin:0}
.usinf > li{padding:10px 0;margin-bottom:10px;background:#fff;box-shadow:0 5px 5px -5px #0000001c}
.ui-c1,.ui-c2{display:inline-block;vertical-align:top}
.ui-c1{width:30%;margin-right:1%;font-weight:500;padding-left:0}
.ui-c2{width:60%;border-left:1px solid #e7e7e7;padding-left:15px;font-weight:400}
.social_btn{color:#fff;text-align:center;font-weight:500;font-size:16px;border-radius:5px;text-decoration:none;display:block;width:100%;background:#ffd8a2;padding:10px;margin-top:15px}
.social_btn:hover{opacity:.8;color:#fff}
.social_btn.facebook{background:#3b5998}
.social_btn.vk{background:#5d84ae}
.social_btn.googleplus{background:#DD4B39}
.social_btn.yandex{background:red}
.social_btn.mailru{background:#005ff9}
.social_btn.odnoklassniki{background:#f93}
.ui-dialog-buttonset button,.bbcodes,.ui-button{letter-spacing:.5px;position:relative;border:1px solid transparent;padding:.5rem 1rem;font-size:.9375rem;border-radius:.575rem;border:1px solid transparent;padding:.5rem 1rem;font-size:.9375rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;outline:0;white-space:nowrap;cursor:pointer;color:#fff;background-color:#686de0;border-color:#686de0;display:inline-block;font-weight:500;line-height:1.5;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ui-dialog-buttonset button:hover,.bbcodes:hover,.ui-button:hover{background:#595edb;border-color:#595edb;color:#fff}
.vote_list input,.form-group input{margin-right:5px}
.full-footer a{background-color:rgba(33,99,232,0.1);color:#595d69;font-size:11px;border-radius:.25rem;text-transform:uppercase;padding:.25rem 1rem;margin:.25rem .25rem .25rem 0;display:inline-block}
.full-footer a:hover{background:#2163e8;color:#fff}
.form-group{margin-bottom:25px}
.form-group label{font-weight:500;margin-bottom:10px}
.form-group input[type="text"],#dlepopup-news-edit input[type="text"],#dlepopup-news-edit textarea,.form-group input[type="password"],.form-group input[type="file"],.form-group input[type="email"],.form-group select,.form-group textarea,.bb-editor textarea{display:block;width:100%;padding:.8rem 1rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#fff;background-color:#0f0f0f;background-clip:padding-box;border: 1px solid rgba(255, 255, 255, 0.1);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.575rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}
.form-group textarea,#dlepopup-news-edit textarea{min-height:160px;padding:1rem .75rem}
#loading-layer{display:block!important;background-color:rgba(0,0,0,0.5);z-index:9999!important;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;text-indent:-9999px}
#loading-layer::before,#loading-layer::after{border-radius:50%;width:100px;height:100px;content:'';background-color:var(--primary-color);position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px}
#loading-layer::after{width:40px;height:40px;margin:-30px 0 0 -30px;border:10px solid rgba(255,255,255,0.2);border-left-color:#fff;animation:spin 1s infinite linear}
@keyframes spin {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
    
.btn-default {
    color: #fff;
    background-color: #51536f;
    border-color: #51536f;
}
    .btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
    .christmas .group-item__item:nth-child(odd) .red-button:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M35.547.5C26.824-.055 17.942.66 9.377 2.483c-1.427.317-2.934.713-4.044 1.665-1.11.952-1.745 2.617-1.03 3.886.475.872 1.427 1.348 2.378 1.665 3.33 1.031 6.9.476 10.31.793 3.41.317 7.295 2.141 7.93 5.551.237 1.349-.08 2.776.237 4.124.318 1.348 1.586 2.696 2.934 2.22 1.904-.634 1.19-3.806 2.697-5.233 1.269-1.19 3.41-.318 4.282 1.19.872 1.506.793 3.25.872 4.995.08 3.014-1.823 7.93-.317 10.468 1.983 3.33 4.362-.159 5.313-1.586 1.27-1.824 2.776-1.19 2.934 1.348.238 3.41.952 6.74 1.983 8.882.714 1.507 1.903 3.093 3.569 3.33 2.458.397 4.123-3.251 4.758-5.55 2.458-8.883 2.775-18.637-1.27-26.884C48.87 5.1 39.672-1.006 30.63.58' fill='%23fff'/%3E%3C/g%3E%3Cmask id='b' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='0' width='52' height='46'%3E%3Cpath d='M35.547.5C26.824-.055 17.942.66 9.377 2.483c-1.427.317-2.934.713-4.044 1.665-1.11.952-1.745 2.617-1.03 3.886.475.872 1.427 1.348 2.378 1.665 3.33 1.031 6.9.476 10.31.793 3.41.317 7.295 2.141 7.93 5.551.237 1.349-.08 2.776.237 4.124.318 1.348 1.586 2.696 2.934 2.22 1.904-.634 1.19-3.806 2.697-5.233 1.269-1.19 3.41-.318 4.282 1.19.872 1.506.793 3.25.872 4.995.08 3.014-1.823 7.93-.317 10.468 1.983 3.33 4.362-.159 5.313-1.586 1.27-1.824 2.776-1.19 2.934 1.348.238 3.41.952 6.74 1.983 8.882.714 1.507 1.903 3.093 3.569 3.33 2.458.397 4.123-3.251 4.758-5.55 2.458-8.883 2.775-18.637-1.27-26.884C48.87 5.1 39.672-1.006 30.63.58' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23336EC2'%3E%3Cpath opacity='.3' d='M6.205 1.371c-3.489.397-4.203 4.837-2.775 7.534 3.251 6.106 10.943 2.855 15.86 5.234 4.758 2.3.872 9.278 5.868 11.578 1.824.793 3.886.555 5.393-.635.793-.634 2.379-4.6 2.934-4.679-.872-.237-1.665-.475-2.538-.634 4.996 4.52-3.33 13.323 2.38 17.684 2.14 1.586 4.758 1.11 6.82-.317.95-.634 2.378-1.665 2.775-2.776-.317-.237-.555-.555-.872-.792.079.396.237.872.237 1.268 0 .793.238 1.745.397 2.459.793 4.758 3.727 10.864 9.516 9.595 6.74-1.507 9.913-11.42 9.754-17.288 0-2.22-2.855-2.3-3.648-.475-1.19 2.775-2.379 5.947-3.885 8.564-.635 1.031-1.666 3.41-2.776 3.807-1.665.634-2.696-1.031-3.251-2.3-1.19-3.014-.873-7.216-3.093-9.596-1.11-1.19-2.696-1.823-4.441-.555-1.19.873-2.22 4.52-3.886 3.886-1.269-.476.08-4.361.238-5.472.317-2.14.397-4.44 0-6.582-.714-3.093-3.33-7.216-6.9-4.837-1.664 1.11-1.03 3.41-2.457 4.282-1.19.714-1.19-2.141-1.349-3.251-.555-3.965-2.934-6.662-6.899-7.692C15.721 8.35 2.4 10.094 6.522 2.243c.397-.317.16-.872-.317-.872Z'/%3E%3Cpath opacity='.15' d='M24.762-13.456C10.25-23.526-11.082-7.032-5.848 9.543c5.392 17.05 26.09 12.53 39.095 16.336-.634-.159-4.837-.396-4.203-2.141.159-.397 1.507 3.41.555.476 3.807 11.816 3.886 26.883 18.716 30.134 13.719 3.093 21.966-9.199 24.82-20.856 2.221-8.961-4.36-29.42-14.036-14.75-2.934 4.44-3.965 18.874-7.375 18.636-3.41-.238-3.172-10.389-4.361-14.512C43.16 8.51 33.803 8.908 20.956 7.559 9.219 6.45 7.395 2.484 13.026-.609 15.8-2.749 33.801-7.27 24.761-13.456Z'/%3E%3C/g%3E%3Cpath opacity='.35' d='M39.686 2.854c0 .08-.08.08-.08.159v.317c0 .079 0 .079.08.079 0 0 .079 0 .079.08h.238c.08 0 .08 0 .158-.08.08 0 .08-.08.159-.08.08 0 .08-.079.159-.158 0-.08.079-.158.079-.158v-.08c0-.08-.08-.158-.08-.158s-.079-.08-.158-.08h-.159c-.238 0-.396.08-.475.159Z' fill='%23336EC2'/%3E%3Cpath opacity='.15' d='M44.285 5.154c.317 0 .317-.476 0-.476s-.317.476 0 .476Z' fill='%23336EC2'/%3E%3Cpath opacity='.35' d='M42.54 7.136c.16 0 .16-.238 0-.238-.158 0-.158.238 0 .238Z' fill='%23336EC2'/%3E%3Cpath opacity='.15' d='M51.502 31.008c.237 0 .237-.397 0-.397-.318 0-.318.397 0 .397Z' fill='%23336EC2'/%3E%3Cpath opacity='.35' d='M53.88 25.375c.476 0 .476-.793 0-.793-.555.08-.555.793 0 .793Z' fill='%23336EC2'/%3E%3Cpath opacity='.15' d='M49.519 21.805c.238 0 .238-.397 0-.397s-.238.397 0 .397Z' fill='%23336EC2'/%3E%3Cpath opacity='.35' d='M15.499 1.903c.238 0 .238-.317 0-.317s-.238.317 0 .317Z' fill='%23336EC2'/%3E%3Cpath opacity='.15' d='M20.574 3.571h.238c.08 0 .08 0 .08-.08l.079-.078v-.238c0-.08-.08-.08-.08-.159 0 0-.08 0-.08-.08-.078 0-.078-.079-.158-.079h-.238c-.079 0-.079 0-.079.08l-.08.079v.238c0 .08.08.08.08.159 0 0 .08 0 .08.079.079.08.158.08.158.08Z' fill='%23336EC2'/%3E%3Cpath opacity='.35' d='M25.094.317c.238 0 .238-.317 0-.317s-.238.317 0 .317Z' fill='%23336EC2'/%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='.316' width='60' height='53.494' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_11987_78993'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_11987_78993' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E);
    background-repeat: no-repeat;
    content: "";
    height: 54px;
    position: absolute;
    right: -7%;
    top: -21%;
    width: 60px;
}
    .christmas .group-item__item:nth-child(odd) .red-button {
    position: relative;
}
    
   .discount {
    position: relative;
    display: inline-flex;
    align-self: center;
    padding: 4px 12px;
    background: #eee;
    border-radius: 14px;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}
    
.pre {
        display: block;
    padding: 6px;
    margin: 1em 0;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #1c1d2f;
	border-left: 2px solid #4880ff;
	border-right: 2px solid #4880ff;
    border-radius: 4px;
}
.pre .code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
    
.code,
.kbd,
.pre,
.samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
.kbd .kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pre {
    display: block;
    padding: 6px;
    margin: 1em 0;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #1c1d2f;
    border-left: 2px solid #4880ff;
    border-right: 2px solid #4880ff;
    border-radius: 4px;
}
    .pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}
    
    .ribbon-top-right {
    top: 0;
    right: 0;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 3 !important;
}
    
    .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: var(--accent);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-align: center;
}
.ribbon-top-right span {
    left: -25px;
    z-index: 2;
    top: 30px;
    transform: rotate(45deg);
}
    .ribbon1 span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: var(--accent);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-align: center;
}
.ribbon1-top-right span {
    left: -25px;
    z-index: 2;
    top: 30px;
    transform: rotate(45deg);
}
    
    .it-short_price > span {
    color: #FF0000;
    text-decoration: line-through;
    margin-left: 15px;
}



.bot_list_container {
    margin-top: 15px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.bot_list_container .lightstat_user_list_title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.bot_item {
    padding: 3px 0;
    font-size: 14px;
}

.quote_link {
	float: right;
}
.quote_link svg {
	color: #6c838e;
	vertical-align: middle;
}
.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}
/* Оформление Яндекс Captcha */
.smart-captcha {
    display: inline-block;
}

/* Оформление математических формул */
.mathml-container {
	font-family: math;
}
div.mathml-block {
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .139em .35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .12em;
}

/* Оформление блока скрытого текста */
.dleshowhidden {
	color: #104d92;
	background-color: #E3F2FD;
	border: 1px solid #1E88E5;
	box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	padding: .83em;	
}
/* Коррекция оформления спойлера */
.text_spoiler {
    display: none;
}

/* Коррекция оформления календаря */
.monthselect-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3em;
}
.monthselect-title {
	display: inline-block;
}

/* Коррекция оформления редактора при быстром редактировании публикаций */
.dlepopupnewsedit .wseditor{
    border-top: none;
}

.dlepopupnewsedit .tox .tox-toolbar-overlord {
    background-color: #f7f7f7;
}
/* Коррекция оформления спойлера */
.text_spoiler {
    display: none;
}

/* Коррекция оформления календаря */
.monthselect-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3em;
}
.monthselect-title {
	display: inline-block;
}

/* Коррекция оформления редактора при быстром редактировании публикаций */
.dlepopupnewsedit .wseditor{
    border-top: none;
}

.dlepopupnewsedit .tox .tox-toolbar-overlord {
    background-color: #f7f7f7;
}