﻿/* Адаптирован и доработан DLETM.RU */

.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 #dc3545;
    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 {
    background: #f5f5f9;
    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: 100%;
    height: 150px;
    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_one {
    width: 100%;
    border-radius: 4px;
    max-height: 160px;
    height: 160px;
    object-fit: contain;
}
.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: #dc3545;
    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: 4px;
    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 a{
    color: #b3b3b3;
    background: #f3f3f3;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    transition: 0.3s;
}
.tags a:hover{
    color: #b3b3b3;
    background: #eaeaea;
    padding: 0px 6px 3px 6px;
    border-radius: 0.2rem;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.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 {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 0.2rem;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.4);
    border: 3px solid #dc3545;
    border-color: #a5aff9;
    background-color: #ffffff;
    background-clip: padding-box;
    }
    .ui-dialog-titlebar { padding: 0.75rem 1.25rem;
    position: relative;
    background: #f8f8fa;
    border-bottom: 1px solid #f1f1f1; }
    .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="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;
}
    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="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%;
}

.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    cursor: -webkit-grabbing;
}

.sortable-ghost {
    opacity: 0.4;
}

.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: #dc354552 !important;
}
.pagination > li > a,.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 14px;
    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; }

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline { background: #fff }
	.highslide-image { border: 2px solid #fff }
	.highslide-active-anchor { visibility: hidden } 
	.highslide-active-anchor img { visibility: hidden }
	.highslide-dimming { background-color: black }
	.highslide-html { background-color: white }
	.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
	a.highslide-full-expand { background: url(../dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
	.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) no-repeat 0 -90px; 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) no-repeat 100% -90px }
	.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 { display: none }
 
/*---Навигация по картинкам галереи---*/
.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 }

/* Цытаты */
.quote {
    padding: 2px 20px;
    margin: 1.0em 0;
    border-left: 3px solid #a2aff9;
    font-family: Georgia, serif;
    font-style: italic;
    color: #999;
}
    
.title_quote {
    margin-top: 2px;
    font-weight: bold;
}

/*menu*/
.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;
    bottom: 0
}

.nice-nav li.child-menu span.toggle-right:focus {
    background: #000!important
}

.nice-nav ul li a {
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #f5f5f9;
    display: block;
    color: #6b6e84;
    position: relative
}

.nice-nav ul li a:focus,
.nice-nav ul li a:hover {
    text-decoration: none;
    background: #f5f5f9;
    transition: .2s;
    color: #000
}

.followed-user-name:hover,
.user-screenname-span:hover {
    text-decoration: underline
}

a.active1 {
    background: #eaeaf7!important;
    border-color: #eaeaf7!important
}

.child-menu-ul img {
    display: none
}

.nice-nav ul li:last-child a {
    border-bottom: 0
}

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

.nice-nav ul li.child-menu ul {
    background: #aaa;
    display: none
}

.nice-nav ul li.child-menu ul li a {
    background: #f8f9fa;
    padding: 10px 30px;
    font-size: 90%
}

body::-webkit-scrollbar {
    width: 1.4em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(148, 148, 148, 0.22); /*цвет*/
    background:none; /*фон у вас не будет фоновой цвета потому что он на none изменяем его на любой цветом*/
        opacity:.7;
}
 
body::-webkit-scrollbar-thumb {	
  background: rgba(134, 132, 132, 0.22); 
 -webkit-box-shadow: inset 0px 0px 1px rgb(148, 148, 148, 0.22);
  cursor: pointer;
}

.wrap {
    /* background: #999; */
    display: inline-block;
    /* height: 50%; */
    /* margin: 1em; */
    width: 50%;
}

.instagram-media, .twitter-tweet {display: inline-block !important;}

.ui-front { z-index: 1000; }
.ui-button-icon-only { overflow: hidden; text-indent: -9999px; }

.emoji_box {
	width:100%;
	max-width: 390px;
}
.emoji_category {
	padding:7px;
	clear:both;
}
.emoji_list {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	font-family:'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
	font-size:2em;
}
.emoji_symbol {
	float:left;
	margin-bottom: 10px;
	width:12.5%;
	text-align:center;
}
	
.emoji_symbol a,  .emoji_symbol a:hover {
	cursor: pointer;
	text-decoration:none;
}

.native-emoji {
    font-size: 1.3em;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
}


/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

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

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

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

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}