


/* Start:/bitrix/templates/infostart/jquery.cluetip.css*/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/bitrix/templates/infostart/images/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
  font-size: 0.75em; 
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #F0F0F0;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  /*font-size: 1.1em;*/
  font-weight: normal;
  background-color: #ccc;
  color: #000;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.75em; 
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #000;
}
.cluetip-default div#cluetip-close a{
	color: #000;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 0.75em; 
  font-weight: bold;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(/bitrix/templates/infostart/images/cluetip/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(/bitrix/templates/infostart/images/cluetip/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/bitrix/templates/infostart/images/cluetip/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/bitrix/templates/infostart/images/cluetip/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/bitrix/templates/infostart/images/cluetip/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
/* End */



/* Start:/bitrix/templates/adaptive/js/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css*/
/*

XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>

*/

.hljs {
  display: block; padding: 0.5em;
  background: #fff; color: black;
}

.hljs-comment,
.hljs-template_comment,
.hljs-javadoc,
.hljs-comment * {
  color: #006a00;
}

.hljs-keyword,
.hljs-literal,
.nginx .hljs-title {
  color: #aa0d91;
}
.method,
.hljs-list .hljs-title,
.hljs-tag .hljs-title,
.setting .hljs-value,
.hljs-winutils,
.tex .hljs-command,
.http .hljs-title,
.hljs-request,
.hljs-status {
  color: #008;
}

.hljs-envvar,
.tex .hljs-special {
  color: #660;
}

.hljs-string {
  color: #c41a16;
}
.hljs-tag .hljs-value,
.hljs-cdata,
.hljs-filter .hljs-argument,
.hljs-attr_selector,
.apache .hljs-cbracket,
.hljs-date,
.hljs-regexp {
  color: #080;
}

.hljs-sub .hljs-identifier,
.hljs-pi,
.hljs-tag,
.hljs-tag .hljs-keyword,
.hljs-decorator,
.ini .hljs-title,
.hljs-shebang,
.hljs-prompt,
.hljs-hexcolor,
.hljs-rules .hljs-value,
.css .hljs-value .hljs-number,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-number,
.css .hljs-function,
.clojure .hljs-title,
.clojure .hljs-built_in,
.hljs-function .hljs-title,
.coffeescript .hljs-attribute {
  color: #1c00cf;
}

.hljs-class .hljs-title,
.haskell .hljs-type,
.smalltalk .hljs-class,
.hljs-javadoctag,
.hljs-yardoctag,
.hljs-phpdoc,
.hljs-typename,
.hljs-tag .hljs-attribute,
.hljs-doctype,
.hljs-class .hljs-id,
.hljs-built_in,
.setting,
.hljs-params,
.clojure .hljs-attribute {
  color: #5c2699;
}

.hljs-variable {
 color: #3f6e74;
}
.css .hljs-tag,
.hljs-rules .hljs-property,
.hljs-pseudo,
.hljs-subst {
  color: #000;
}

.css .hljs-class,
.css .hljs-id {
  color: #9B703F;
}

.hljs-value .hljs-important {
  color: #ff7700;
  font-weight: bold;
}

.hljs-rules .hljs-keyword {
  color: #C5AF75;
}

.hljs-annotation,
.apache .hljs-sqbracket,
.nginx .hljs-built_in {
  color: #9B859D;
}

.hljs-preprocessor,
.hljs-preprocessor *,
.hljs-pragma {
  color: #643820;
}

.tex .hljs-formula {
  background-color: #EEE;
  font-style: italic;
}

.diff .hljs-header,
.hljs-chunk {
  color: #808080;
  font-weight: bold;
}

.diff .hljs-change {
  background-color: #BCCFF9;
}

.hljs-addition {
  background-color: #BAEEBA;
}

.hljs-deletion {
  background-color: #FFC8BD;
}

.hljs-comment .hljs-yardoctag {
  font-weight: bold;
}

.method .hljs-id {
  color: #000;
}

/* 1c 8*/
.language-onec8 {
  color: blue;
  font-family: "Consolas", "JetBrains Mono", "Courier New", Courier, monospace;
  font-size: 1.1em;
}

.language-onec8 .hljs-params{
  color: blue;
}
.language-onec8 .hljs-title{
  color: blue;
}

.language-onec8 .hljs-special_symbols{
  color: red;
}
.language-onec8 .hljs-keyword{
  color: red;
}

.language-onec8 .hljs-string{
  color: black;
}
.language-onec8 .hljs-number {
  color: black;
}

.language-onec8 .hljs-comment{
  color: #008200;
}

.language-onec8 .hljs-meta{
  color: #963200;
}
.language-onec8 .hljs-preprocessor{
  color: #963200;
}

/* 1c 7*/
.language-onec7 {
  color: blue;
  font-family: "Consolas", "JetBrains Mono", "Courier New", Courier, monospace;
  font-size: 1.1em;
}

.language-onec7 .hljs-params{
  color: blue;
}
.language-onec7 .hljs-title{
  color: blue;
}

.language-onec7 .hljs-special_symbols{
  color: red;
}
.language-onec7 .hljs-keyword{
  color: red;
}

.language-onec7 .hljs-string{
  color: black;
}
.language-onec7 .hljs-number {
  color: black;
}

.language-onec7 .hljs-comment{
  color: #008200;
}

.language-onec7 .hljs-meta{
  color: #963200;
}
.language-onec7 .hljs-preprocessor{
  color: #963200;
}
/* End */



/* Start:/bitrix/templates/sandbox_empty/assets/css/cisrate.css*/
.obj-rate-wrap {
    display: inline-block;
    vertical-align: top;
}

.obj-rate-wrap > a, .obj-rate-wrap > div {
    display: inline-block;
    vertical-align: middle;
}

.obj-rate-plus {
}

.obj-rate-minus {
}

.v1 .obj-rate-plus.rated, .v1 .obj-rate-minus.rated {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.obj-rate-star {
    color: #fe6e07;
    display: block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}

.obj-rate-star:hover, .obj-rate-star.rated {
    color: #fe6e07;
}

.obj-rate-star:hover i::before, .obj-rate-star.rated i::before {
    content: "\f005";
}

.obj-rate-star > i {
    vertical-align: sub;
}


.obj-rate-fav:hover i.fa {
    color: #fe6e07;
}

.obj-rate-fav:hover i.fa::before, .obj-rate-fav.rated i.fa::before {
    content: "\f004";
}

.obj-rate-wrap-bs5 .obj-rate-fav:hover i::before, .obj-rate-wrap-bs5 .obj-rate-fav.rated i::before {
}

.obj-rate-fav i.fa {
    vertical-align: middle;
}

.obj-rate-fav.rated {
    opacity: 1 !important;
}

.obj-rate-fav.rated i.fa {
    color: #fe6e07;
    opacity: 1 !important;
    animation: wiggle 0.5s ease-in-out;
}

.obj-rate-fav.rated i {
    color: #fe6e07;
    animation: wiggle 0.5s ease-in-out;
}

.obj-rate-fav:hover {
    opacity: 0.6;
}

.obj-rate-fav:hover i.fa {
    color: #fe6e07;
}

.obj-rate-wrap-bs5 .obj-rate-fav, .obj-rate-wrap-bs5 .obj-rate-fav.rated {
}

.obj-rate-fav span, .obj-rate-fav.rated span.fav-text-main {
    display: none;
}

.obj-rate-fav.rated span, .obj-rate-fav span.fav-text-main {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
}

@keyframes wiggle {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
}

.obj-rate-total-wrap {
}

.obj-rate-total {
    color: #fd6d07;
}

.obj-rate-wrap .popover {
    font-size: 14px;
    text-align: left;
}

.obj-rate-wrap-public .obj-rate-plus,
.obj-rate-wrap-public .obj-rate-minus,
.obj-rate-wrap-public .obj-rate-star {
    width: 32px;
    height: 35px;
    font-size: 19px;
}

.obj-rate-wrap-public .obj-rate-fav {
    width: 32px;
    height: 35px;
    line-height: 30px;
}

.obj-rate-wrap-public .obj-rate-fav i {
    font-size: 19px;
    line-height: inherit;
}

.obj-rate-wrap-public > a,
.obj-rate-wrap-public > div {
    vertical-align: top;
    margin: 2px 2px 2px 0;
    text-align: center;
}

.obj-rate-wrap-public .obj-rate-total-wrap {
    vertical-align: top;
    text-align: center;
    margin: 10px 2px 10px 0;
    height: 17px;
    padding-right: 0;
    width: auto;
    color: #FB7C1F;
}

.obj-rate-wrap-public .obj-rate-star {
    width: 32px;
    height: 35px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.obj-rate-wrap.v2 > a {
    min-width: 22px;
    width: auto;
}

.obj-rate-wrap-public.v2 > a {
    min-width: 35px;
}

.obj-rate-wrap.v2 .btn-default.disabled:not(.obj-rate-fav) {
    color: #fff;
}

@media (max-width: 600px) {
    .obj-rate-wrap-public > a, /* .obj-rate-wrap-public > div, */
    .obj-rate-wrap-public .obj-rate-plus, .obj-rate-wrap-public .obj-rate-minus, .obj-rate-wrap-public .obj-rate-star, .obj-rate-wrap-public .obj-rate-fav {
        width: 26px;
        height: 29px;
        margin: 0;
    }

    .obj-rate-wrap-public .obj-rate-plus, .obj-rate-wrap-public .obj-rate-minus {
        font-size: 17px;
    }

    .obj-rate-wrap-public .obj-rate-total-wrap {
        margin: 5px 2px 8px 0;
    }

    .obj-rate-wrap-public .obj-rate-star {
        font-size: 22px;
    }

    .obj-rate-wrap-public.v2 > a {
        min-width: 29px;
    }
}

.obj-rate-wrap-bs5 .public-favorites {
    --bs-btn-font-weight: 400;
    --bs-btn-font-size: 0.65rem;
    --bs-btn-line-height: 0.8rem;
    --bs-btn-border-radius: 4px;
}

.obj-rate-wrap-bs5 .public-favorites.obj-rate-plus:not(.rated), .obj-rate-wrap-bs5 .public-favorites.obj-rate-fav:not(.rated) {
    --bs-btn-bg: transparent;
    --bs-btn-color: #3B5998;
    --bs-btn-border-color: #BDBDBD;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: 38, 43, 50;
    --bs-btn-active-color: #fff;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #262b32;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #262b32;
    --bs-gradient: none;
}

.public-favorites .text-favorites {
    margin-right: 0.25rem;
}

.public-favorites.rated .text-rate-plus,
.public-favorites:not(.rated) .text-rate-in-fav,
.text-rate-re-plus,
.public-favorites.rated:hover .text-rate-in-fav {
    display: none;
}

.public-favorites.rated:hover .text-rate-re-plus {
    display: inline-block;
}
/* End */



/* Start:/bitrix/templates/sandbox_empty/include/public_&_object_list/public_&_object_list.css*/
div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item {
  height: auto;
}
div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item .publication-name a {
  font-size: 18px !important;
  line-height: 24px;
}
div:not(.sandboxTemplate) > .view-ls.view-ls,
div:not(.sandboxTemplate) > .view-ls.view-ls + .publication-item {
  margin-bottom: -1px;
  padding: 10px;
}
div:not(.sandboxTemplate) > .view-ls.view-ls:last-child,
div:not(.sandboxTemplate) > .view-ls.view-ls + .publication-item:last-child {
  margin-bottom: 15px;
}
div:not(.sandboxTemplate) > .view-ls.view-ls:not(.unactive):hover,
div:not(.sandboxTemplate) > .view-ls.view-ls:not(.unactive) + .publication-item-tpl:hover {
  background-color: rgba(195, 195, 195, 0.1215686275) !important;
}
div:not(.sandboxTemplate) > .view-ls.ribbon-wrap p.ribbon {
  transform: scale(0.38);
  top: -34px;
  left: -34px;
  z-index: 1;
}
div:not(.sandboxTemplate) > .view-ls.ribbon-wrap p.ribbon {
  transform: scale(0.55);
  top: -25px;
  left: -25px;
  z-index: 1;
}
div:not(.sandboxTemplate) > .view-ls.view-ls + .publication-item .publication-name {
  margin-bottom: 0;
}
div:not(.sandboxTemplate) > .view-ls.view-ls + .publication-item .publication-name a {
  font-size: 15px !important;
}
div:not(.sandboxTemplate) > .view-profile .view-ls.view-ls {
  padding-left: 0;
  padding-right: 0;
}
div:not(.sandboxTemplate) > .view-table-badge {
  font-size: 10px;
  vertical-align: text-top;
}
@media (min-width: 992px) {
  div:not(.sandboxTemplate) > .view-table-row {
    display: flex;
  }
  div:not(.sandboxTemplate) > .view-table-row:before,
  div:not(.sandboxTemplate) > .view-table-row:after {
    content: none;
  }
  div:not(.sandboxTemplate) > .view-table {
    --view-tl: 21%;
    --view-tr: 25%;
    --view-tpad: 15px;
  }
  div:not(.sandboxTemplate) > .view-table-profile {
    --view-tl: 100%;
    --view-tr: 100%;
  }
  div:not(.sandboxTemplate) > .view-table-profile .view-table-row {
    flex-wrap: wrap;
  }
  div:not(.sandboxTemplate) > .view-table-left {
    width: calc(var(--view-tl) - var(--view-tpad) * 2);
  }
  div:not(.sandboxTemplate) > .view-table:not(.view-table-profile) .view-table-center {
    width: auto;
    flex: 1;
  }
  div:not(.sandboxTemplate) > .view-table-right {
    width: calc(var(--view-tr) - var(--view-tpad) * 2);
  }
  div:not(.sandboxTemplate) > .view-ls.ribbon-wrap p.ribbon {
    transform: scale(0.38);
    top: -34px;
    left: -34px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  div:not(.sandboxTemplate) > .view-table {
    --view-tl: 16%;
    --view-tr: 22%;
  }
  div:not(.sandboxTemplate) > .view-table-profile {
    --view-tl: 30%;
    --view-tr: 30%;
  }
  div:not(.sandboxTemplate) > .view-table-profile .view-table-row {
    flex-wrap: nowrap;
  }
  div:not(.sandboxTemplate) > .view-table-profile .view-table-center {
    width: auto;
    flex: 1;
  }
}
@media (min-width: 1400px) {
  div:not(.sandboxTemplate) > .view-table {
    --view-tl: 16%;
    --view-tr: 18%;
  }
  div:not(.sandboxTemplate) > .view-table-profile {
    --view-tl: 25%;
    --view-tr: 35%;
  }
}
div:not(.sandboxTemplate) > .grid-boxes {
  padding-top: 15px;
}
div:not(.sandboxTemplate) > .grid-boxes.view-g {
  --view-g-im: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  font-size: 0;
}
div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .grid-width-fix {
  width: 100%;
}
div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item {
  width: calc(100% - var(--view-g-im));
  margin: 0 0 15px 15px;
  font-size: 15px;
}
@media (min-width: 576px) {
  div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item {
    width: calc(50% - var(--view-g-im));
  }
}
@media (min-width: 768px) {
  div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item {
    width: calc(33.33% - var(--view-g-im));
  }
}
@media (min-width: 992px) {
  div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item {
    width: calc(25% - var(--view-g-im));
  }
}
@media (min-width: 1200px) {
  div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g .publication-item {
    width: calc(20% - var(--view-g-im));
  }
}
@media (min-width: 768px) {
  div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g.view-profile .publication-item {
    width: calc(50% - var(--view-g-im));
  }
}
@media (min-width: 1200px) {
  div:not(.sandboxTemplate) > .grid-boxes.view-g.view-g.view-profile .publication-item {
    width: calc(33.33% - var(--view-g-im));
  }
}
div:not(.sandboxTemplate) > .view-g .publication-item-tpl .publication-name {
  margin-bottom: 31px;
}
div:not(.sandboxTemplate) > .view-g .rate-article {
  display: inline-block;
}
div:not(.sandboxTemplate) > .view-g .public-buttons-wrap .dropdown-menu {
  top: auto;
  bottom: 100%;
}
div:not(.sandboxTemplate) > .view-ls.view-ls .wrap-fa-star,
div:not(.sandboxTemplate) > .view-g.view-g .wrap-fa-star {
  display: inline-block;
}

.view-ls.view-ls + .publication-item-tpl .pub-ban-img,
.view-ls.view-ls + .publication-item-tpl .pub-ban-text,
.view-ls.view-ls + .publication-item-tpl .price-block,
.view-ls.view-ls + .publication-item-tpl .grid-width-fix:not(.view-table) {
  display: none;
}

.view-ls.view-ls + .publication-item-tpl .view-table {
  display: block !important;
}

.view-table {
  color: #777;
}

.rate-article,
.view-g .obj-rate-wrap,
.view-g .public-tags-wrap,
.view-g .price-block,
.view-g .desc-article,
.view-g .publication-name + .text-danger {
  display: none;
}

.wrap-fa-star {
  display: none;
}

.view-ls.view-ls .wrap-fa-star,
.view-g.view-g .wrap-fa-star,
.view-g.view-g .rate-article {
  color: #f0ad4e;
}

/*# sourceMappingURL=public_&_object_list.css.map */

/* End */



/* Start:/bitrix/templates/sandbox_empty/components/infostart/object.list/.default/style.css*/
.is-rating-but{text-decoration:none !important;  }
.is-rating-but > .fa-star:before{content:"\f006"}
.is-rating-but > .fa-star:hover:before{content:"\f005"}
.is-rating-but.is-voted > .fa-star:before{content:"\f005"}
.h1-margin-md{margin:15px 0}
.top-line-banner {margin-top: 20px;}
.smart-style-2 .pagination>.active>a.red-dropdown{background-color: #b94743;border-color: #b94743;}


h2.publication-name{
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: normal;
}
.publication-item .publication-name .badge{
    vertical-align: top;
    margin-top: 5px;
}
.spec-offer-text {
	color: #c26565;
}
.colored-public .spec-offer-text {
	color:#ffc107;
}
div.wrap-banner-selection {
	position:relative;
	margin: 30px 0px;
	cursor: pointer;
}
div.wrap-banner-selection:hover:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(58,14,56,0.1);
	content: "";
}
.SmallBox .close {
	position:absolute;
	top:0;
	right:10px;
	color:#fff;
}
.SmallBox {
	top:55px;
}
#category-select-wrap .dropdown-menu{
    width: 970px;
    max-width: calc(100VW - 300px);
    animation-duration: 0s;
    margin-left: 0;
}
@media (max-width: 990px) {
    #category-select-wrap .dropdown-menu{
        max-width: calc(100VW - 50px);
    }
}

.row.row-flex
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.select2-results {
    max-height: 600px;
}
.select2-search{
    display: none !important;
}

.popover-fav{
    color: #000;
    font-size: 14px;
    margin-left: -3px;
}
.publication-item.ribbon-wrap{
    overflow: visible;
}
.publication-item.publication-item-tpl{
    background-color: #fffbf0;
}

.ribbon-wrap p.ribbon {
	position: absolute;
    overflow: hidden;
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    -webkit-perspective: 100px;
    -moz-perspective: none;
    z-index: 2;
}
.ribbon-wrap p.ribbon span{
    left: -36px;
    top: 25px;
}

.publication-item.table-row {
    table-layout: fixed;
}
.grid-boxes.active .public-preview-text-wrap, .grid-boxes.active .public-preview-text-wrap + p.text-muted{display: none;}

.grid-boxes.active .publication-item{
    width: 265px;
    height: 350px;
    overflow: hidden;
}
.grid-boxes.active .publication-item .public-tags-wrap{
    height: 20px;
    overflow: hidden;
}
.grid-boxes.active .publication-item .publication-name a+span.txt-color-orangeDry{
    font-size: 100% !important;
}
.grid-boxes.active .publication-item .publication-name a{
    font-size: 100% !important;
}
.grid-boxes.active .publication-item .publication-name{
    height: 100px;
    overflow: hidden;
}

.grid-boxes.active .publication-item .publication-name a {
    font-size: 110% !important;
    line-height: 100%;
}

.grid-boxes .public-tag.active{
    color:#fff;
}
/* End */



/* Start:/bitrix/templates/sandbox_empty/components/bitrix/system.pagenavigation/new2016/style.css*/
@media (max-width: 575px) {
    .pagination-public-list .page-link{
        /* width: 1.66rem;  do not changed, for 9 items (320px) */
        width: 1.86rem;
    }
}
/* End */



/* Start:/bitrix/templates/sandbox_empty/components/infostart/asd.forum.mess.list/redesign_adpt_new/style.css*/
div.forum-bbcode-line a, div.forum-bbcode-line img, div.forum-reply-field-upload a, div.forum-smiles-line a, div.forum-smiles-line img {
    outline: 0
}

.post-mesages .avatar {
    display: block;
    overflow: hidden;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 0 0 8px;
    box-shadow: 1px 1px 2px #bdbdbd;
    border: 1px solid #fff;
    border-radius: unset;
    letter-spacing: unset;
    line-height: 1;
    font-weight: normal;
}

.post-mesages .content {
    width: calc(100% - 63px);
    position: relative;
}

.m-tree-p.nonactive {
    background-color: #EBEBEB;
}

.message-date {
    color: #C1C1DA
}

.count_reit {
    color: #FF6E1B;
    font-weight: 700
}

.ureit {
    display: none
}

.show-hide-props {
    padding-top: 5px
}

.show-hide-props:hover .ureit {
    display: inline
}

.reply-block {
    text-align: right;
    color: #888
}

.wrap-post-menu img {
    margin-bottom: -3px
}

.show-hide-props .btn:not(:hover):not(.color) {
    opacity: 0.6;
}

.comment-wrap .quote {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    max-height: 200px;
    overflow: auto
}

.forum-note-error {
    color: red
}

.forum-item-payeddiv.forum-info-box {
    padding: .7em 0 .7em .7em;
    border: none;
    line-height: 1.5em;
    margin-bottom: 0;
    zoom: 1
}

div.forum-menu-box {
    margin-bottom: 0
}

div.forum-menu-box span.forum-menu-item {
    margin-right: 0;
    padding-right: .25em;
    white-space: nowrap
}

span.forum-menu-item {
    border-right-width: 1px;
    border-right-style: solid
}

span.forum-menu-item-last {
    border: none
}

table.forum-table td, table.forum-table tr.forum-row-last td {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

span.forum-footer-option, table.forum-table td.forum-column-alone {
    border-left-width: 1px;
    border-left-style: solid
}

div.forum-breadcrumb-top {
    padding: 1em 1em 1em 0
}

div.forum-breadcrumb-bottom {
    padding: 1em
}

div.forum-breadcrumb {
    line-height: 1em
}

div.forum-breadcrumb span {
    white-space: nowrap
}

div.forum-breadcrumb a {
    text-decoration: none
}

span.forum-crumb-last {
    font-weight: 400
}

div.forum-header-box {
    padding: 0 1.117em;
    border-style: solid;
    border-width: 1px
}

div.forum-header-title a {
    text-decoration: underline
}

div.forum-header-options {
    padding: .5em 0
}

div.forum-header-title {
    font-size: 1em;
    padding: .462em 5em .426em 0
}

table.forum-table {
    width: 100%
}

table.forum-forum-list {
    margin-bottom: 1em
}

table.forum-table th {
    font-size: 1em;
    padding: .462em 1em;
    font-weight: 400;
    vertical-align: middle;
    text-align: left
}

.forum-new-paypost, div.forum-statistics-allusers span, div.forum-statistics-replies span, div.forum-statistics-topics span, div.forum-statistics-users span, span.forum-page-current, span.forum-status-closed, span.forum-status-sticky, span.forum-users-birthday span, span.forum-users-online span {
    font-weight: 700
}

table.forum-table td {
    vertical-align: top;
    padding: .4em 1em
}

table.forum-table tr.forum-row-first td {
    border-top-width: 1px;
    border-top-style: solid
}

table.forum-table tr.forum-row-even td {
    background-color: #f4f4f4
}

div.forum-post-selected, table.forum-post-selected td.forum-cell-actions, table.forum-post-selected td.forum-cell-post, table.forum-table td.forum-cell-selected, table.forum-table tr.forum-row-selected td {
    background-color: #FF9
}

div.forum-post-hidden, table.forum-post-hidden td.forum-cell-actions, table.forum-post-hidden td.forum-cell-post, table.forum-table td.forum-cell-hidden, table.forum-table tr.forum-row-hidden td {
    background-color: #e4e4e4
}

table.forum-table tbody.forum-category-separator {
    display: none
}

table.forum-table td.forum-column-icon {
    padding: 0;
    width: 1%
}

div.forum-icon-container {
    width: 3.3em;
    text-align: center
}

div.forum-icon {
    height: 20px;
    width: 20px;
    margin: 5px auto
}

table.forum-table td.forum-column-title, table.forum-table th.forum-column-title {
    text-align: left
}

table.forum-table td.forum-column-title {
    line-height: 1.4em;
    padding: 0
}

table.forum-table th.forum-column-title {
    padding-left: 1.117em
}

div.forum-item-info {
    padding: .4em 1em
}

div.forum-item-subforums {
    line-height: 1.4em;
    margin-top: .9em
}

div.forum-item-payed {
    font-size: 10px;
    color: red;
    float: right
}

.forum-new-paypost, div.forum-new-post a, span.new-post a {
    color: #0A0
}

span.forum-item-desc-sep {
    vertical-align: middle;
    font-size: 1em
}

div.forum-moderator-stat {
    margin-top: .9em
}

table.forum-table td.forum-column-replies, table.forum-table td.forum-column-topics, table.forum-table td.forum-column-views {
    text-align: center;
    padding: .4em
}

table.forum-table th.forum-column-replies, table.forum-table th.forum-column-views {
    width: 3%
}

table.forum-table th.forum-column-replies, table.forum-table th.forum-column-topics, table.forum-table th.forum-column-views {
    padding-left: .5em;
    padding-right: .5em
}

table.forum-table td.forum-column-lastpost, table.forum-table th.forum-column-lastpost {
    padding: .4em;
    text-align: left;
    width: 30%
}

table.forum-table td.forum-column-lastdate, table.forum-table th.forum-column-lastdate {
    padding: .4em;
    text-align: right;
    width: 5%;
    word-wrap: normal
}

table.forum-table td.forum-column-author, table.forum-table td.forum-column-lastuser {
    width: 50px
}

table.forum-table td.forum-column-lastpost {
    line-height: 1.5em
}

table.forum-table th.forum-column-lastpost {
    padding-left: .4em
}

table.forum-table td.forum-column-forum {
    line-height: 1em
}

table.forum-table td.forum-column-author, table.forum-table td.forum-column-forum, table.forum-table td.forum-column-icon, table.forum-table td.forum-column-lastdate, table.forum-table td.forum-column-lastpost, table.forum-table td.forum-column-lastuser, table.forum-table td.forum-column-replies, table.forum-table td.forum-column-title, table.forum-table td.forum-column-topics, table.forum-table td.forum-column-views, table.forum-table th.forum-column-author, table.forum-table th.forum-column-forum, table.forum-table th.forum-column-icon, table.forum-table th.forum-column-lastdate, table.forum-table th.forum-column-lastpost, table.forum-table th.forum-column-lastuser, table.forum-table th.forum-column-replies, table.forum-table th.forum-column-title, table.forum-table th.forum-column-topics, table.forum-table th.forum-column-views {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #e8e8e8
}

table.forum-table td.forum-column-forum, table.forum-table td.forum-column-lastuser, table.forum-table th.forum-column-forum, table.forum-table th.forum-column-lastuser {
    border-right: 1px solid #e8e8e8
}

div.forum-page-navigation a.forum-page-previous, table.forum-post-table td.forum-cell-actions, table.forum-post-table td.forum-cell-post, table.forum-table th.forum-last-column {
    border-right-width: 1px;
    border-right-style: solid
}

div.forum-select-box {
    float: right;
    padding: .1em;
    text-align: center
}

div.forum-footer-box, table.forum-post-table td.forum-column-footer, table.forum-table td.forum-column-footer {
    padding: .5em 1em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em
}

div.forum-footer-box {
    margin-bottom: 1em
}

table.forum-table td.forum-column-footer {
    border-top: none
}

div.forum-footer-inner {
    text-align: center;
    zoom: 1
}

span.forum-footer-option {
    margin-left: .5em;
    padding-left: .5em
}

span.forum-footer-option-first {
    border-left: none
}

span.forum-footer-rss {
    padding-left: 20px;
    padding-top: 2px
}

div.forum-statistics {
    zoom: 1
}

div.forum-statistics-allusers, div.forum-statistics-users {
    clear: both;
    float: left;
    white-space: nowrap
}

div.forum-statistics-replies, div.forum-statistics-topics {
    text-align: right;
    white-space: nowrap
}

div.forum-navigation-box {
    padding: 0 1.117em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em;
    overflow: hidden;
    zoom: 1
}

div.forum-page-navigation {
    float: left;
    padding: .5em 0
}

a.forum-spoiler-hide, div.forum-new-post, div.forum-post-moderate, div.forum-topics-moderate, span.new-post {
    float: right
}

div.forum-navigation-top {
    border-bottom: none
}

div.forum-navigation-bottom {
    border-top: none;
    margin-bottom: 1em
}

div.forum-page-navigation a, span.forum-page-current, span.forum-page-dots {
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: .75em;
    padding-right: .5em;
    text-decoration: none
}

div.forum-page-navigation a.forum-page-previous {
    border-left: none
}

div.forum-page-navigation a.forum-page-first, div.forum-page-navigation span.forum-page-first {
    border-left: none;
    padding-left: .5em
}

div.forum-new-post {
    text-align: right;
    padding: .5em 0;
    font-weight: 700
}

span.new-post {
    padding-left: 20px
}

ul.list-subforum li {
    border-bottom: 1px dashed #CCC
}

table.forum-table td.forum-first-column, table.forum-table th.forum-first-column {
    border-left-width: 1px;
    border-left-style: solid
}

table.forum-post-table {
    width: 100%;
    line-height: 1.5em;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

table.forum-post-first {
    border-top: none
}

table.forum-post-table td {
    padding: 0;
    vertical-align: top
}

table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-user {
    width: 200px;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    overflow: hidden
}

table.forum-post-table td.forum-cell-actions, table.forum-post-table td.forum-cell-contact {
    border-top-width: 1px;
    border-top-style: dashed;
    height: 1.5em
}

div.forum-post-date, div.forum-post-entry {
    padding: .5em 1em;
    font-size: 1em;
    font-weight: 400
}

div.forum-post-date {
    border-bottom-width: 1px;
    border-bottom-style: dashed
}

div.forum-post-number {
    float: right;
    display: inline
}

div.forum-post-number input {
    margin: 0 0 0 .2em;
    vertical-align: middle
}

div.forum-post-number a {
    vertical-align: middle
}

div.forum-post-number span {
    font-weight: 700
}

div.forum-post-text {
    padding: .5em 0
}

div.forum-post-attachments {
    margin: 1.5em 0
}

div.forum-post-attachments label {
    font-weight: 700;
    padding-bottom: .5em
}

div.forum-post-attachment {
    padding-left: .5em
}

div.forum-post-lastedit {
    padding: .5em 0
}

div.forum-user-signature {
    margin-top: 1em
}

div.forum-signature-line {
    border-top-width: 1px;
    border-top-style: solid;
    width: 200px;
    height: 1px;
    line-height: 1px;
    font-size: 1px
}

div.forum-user-signature span {
    line-height: .95em;
    padding-top: .5em;
    display: block;
    font-size: .95em
}

div.forum-user-info {
    padding: .5em 1em 1.5em
}

div.forum-user-avatar {
    margin: .5em 0
}

div.forum-user-status {
    margin-bottom: .5em
}

div.forum-user-additional {
    font-size: .95em
}

div.forum-user-additional span {
    display: block
}

div.forum-user-additional span span {
    display: inline
}

div.forum-user-name span {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.1em
}

div.forum-user-name a, span.forum-vote-user a {
    font-size: 1.1em;
    text-decoration: none
}

span.forum-vote-user a {
    vertical-align: top
}

div.forum-bbcode-line a, div.forum-reply-field-lastedit label, div.forum-reply-field-settings label, div.forum-reply-header, div.forum-smiles-line a, div.forum-uploaded-file a {
    vertical-align: middle
}

div.forum-user-status span {
    font-weight: 700;
    line-height: normal
}

div.forum-contact-links {
    padding: .5em 1em
}

div.forum-action-links {
    padding: .5em 2em .5em 1em;
    text-align: right;
    border-right: 1px solid #CCC
}

div.forum-action-links span {
    white-space: nowrap
}

div.forum-post-entry {
    font-size: 1em;
    padding-bottom: 1em;
    height: 100%
}

table.forum-post-table td.forum-column-footer {
    border-bottom: none
}

div.forum-topic-moderate {
    text-align: left
}

div.forum-topics-moderate input, div.forum-topics-moderate select {
    font-size: 1.1em
}

div.forum-post-entry ol, div.forum-post-entry ul {
    padding: .5em 0 .5em 2em
}

table.forum-code, table.forum-quote, table.forum-spoiler {
    font-size: 1em;
    margin: .5em 0 1em;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse
}

table.forum-code table.forum-code, table.forum-quote table.forum-quote, table.forum-spoiler table.forum-spoiler {
    width: 95%;
    margin: .5em 0 0
}

table.forum-code th, table.forum-quote th, table.forum-spoiler th {
    font-weight: 700;
    padding: .25em 1em;
    text-align: left
}

table.forum-code td, table.forum-quote td, table.forum-spoiler td {
    padding: .9em 1em
}

div.forum-code-box {
    font-family: Consolas, Monaco, "Courier New", Courier, monospace;
    font-size: 1em;
    width: 100%;
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    margin: .5em 0
}

div.forum-code-box ol, div.forum-code-box ol li, div.forum-code-box ol li span {
    margin: 0;
    padding: 0;
    border: none
}

div.forum-code-box ol {
    list-style: decimal;
    margin-left: 3em;
    padding: .5em 0
}

div.forum-code-box ol li {
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    padding: 0 .5em 0 1.5em !important;
    margin: 0;
    line-height: 1.5em
}

div.forum-reply-form {
    border-style: solid;
    border-width: 1px;
    line-height: 1.5em;
    margin-bottom: 1em
}

div.forum-reply-header {
    font-size: 1em;
    padding: .462em 1.117em
}

div.forum-note-box {
    border-width: 1px;
    border-style: solid;
    margin: 1.117em 0;
    padding: .4em 1.117em
}

div.forum-reply-form div.forum-note-box {
    margin: 1.117em
}

div.forum-note-box ul {
    padding: .3em 0 .3em 2em;
    margin: 0
}

div.forum-note-box ul li {
    margin: 0;
    padding: 0
}

div.forum-clear-float, div.forum-filter-field div.forum-clear-float, div.forum-topic-move {
    clear: both
}

div.forum-reply-field-desc input, div.forum-reply-field-title input {
    width: 80%
}

div.forum-reply-field-captcha-label label, div.forum-reply-field-desc label, div.forum-reply-field-lastedit-reason label, div.forum-reply-field-tags label, div.forum-reply-field-title label {
    display: block
}

div.forum-reply-field-user {
    width: 100%
}

div.forum-reply-field-author, div.forum-reply-field-email {
    float: left;
    width: 39%
}

div.forum-reply-field-user-sep {
    width: 2%;
    float: left
}

div.forum-reply-field-author input, div.forum-reply-field-email input {
    width: 100%
}

div.forum-reply-field-bbcode {
    line-height: 1.7em;
    zoom: 1
}

div.forum-bbcode-line {
    margin-right: 2em;
    float: left
}

div.forum-smiles-line {
    white-space: nowrap;
    float: left
}

div.forum-bbcode-line img, div.forum-smiles-line img {
    border: 0
}

table.palette, table.palette td {
    border: 1px solid gray
}

div.forum-bbcode-line a {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .2em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block
}

div.forum-reply-field-tags, div.forum-upload-file-hint {
    display: none
}

div.forum-bbcode-line select {
    float: left;
    margin-left: 3px;
    padding: 0;
    height: 20px
}

div.forum-reply-field-text textarea {
    width: 95%
}

div.forum-reply-field-lastedit-reason input, div.forum-reply-field-tags input {
    width: 80%
}

div.forum-reply-field-captcha input {
    width: 180px
}

div.forum-reply-field-lastedit-view input, div.forum-reply-field-settings input, div.forum-uploaded-file input {
    width: 1.55em;
    height: 1.55em;
    margin: 0 0 0 -.25em;
    vertical-align: middle;
    font-size: 1em
}

div.forum-reply-field-upload {
    overflow: visible
}

div.forum-upload-file-hint span {
    font-weight: 700
}

div.forum-upload-file {
    display: none;
    margin-top: .262em
}

div.forum-filter-field label, div.forum-filter-field span {
    display: block;
    float: left;
    height: 2em
}

div.forum-upload-file input {
    /*font-size: 1.184em*/
}

div.forum-reply-buttons {
    margin-top: 1em
}

div.forum-reply-buttons input {
    padding: 0 .5em;
    font-size: 1.184em;
    overflow: visible
}

div.forum-topic-move {
    float: none;
    position: relative;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 100%
}

div.forum-topic-move input {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    height: 1.55em;
    margin: 0 0 0 -.25em;
    width: 1.55em
}

div.forum-topic-move a, div.forum-topic-move label {
    display: block;
    margin-left: 1.8em
}

div.forum-topic-move-buttons {
    margin-top: 1em
}

div.forum-topic-move-buttons select {
    width: 200px;
    font-size: 1.184em
}

div.forum-topic-move-buttons input {
    font-size: 1.184em;
    padding: 0 .417em;
    overflow: visible
}

table.forum-spoiler thead {
    cursor: pointer;
    cursor: hand
}

table.forum-spoiler thead div {
    padding-left: 15px;
    background-position: left center;
    background-repeat: no-repeat
}

table.palette td, table.palette td img {
    padding: 0;
    height: 10px;
    width: 10px;
    margin: 0
}

td.forum-column-action, th.forum-column-action {
    width: 5%
}

div.forum-filter-field label {
    width: 10em
}

div.forum-filter-field span label {
    display: inline;
    height: 2em;
    float: none
}

div.forum-filter div.forum-filter-forums label {
    display: block;
    width: 10em;
    height: 5em;
    float: left
}

div.forum-filter div.forum-filter-forums span {
    display: block;
    height: 20em;
    float: left
}

div.forum-filter div.forum-filter-forums span select.forum-filter-forums {
    height: 19em
}

div.forum-filter input.search-input, div.forum-filter select {
    width: 400px
}

div.forum-filter-footer input {
    margin: .2em
}

table.palette {
    background-color: gray;
    border-collapse: collapse
}

table.palette td img {
    border: none
}

div.forum-popup-postform {
    width: 502px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: #000
}

div.forum-popup-postform table.forum-popup {
    border: 1px solid gray;
    width: 500px;
    background-color: #fff;
    font-size: 1em;
    cursor: default
}

div.forum-popup-postform table.forum-popup td {
    border: none;
    background-color: #fff;
    font-size: 1em
}

div.forum-popup-postform table.forum-popup thead td {
    font-weight: 700;
    padding: .5em .5em .1em .8em;
    font-size: 1.1em;
    text-align: left
}

div.forum-popup-postform table.forum-popup thead td div.close {
    cursor: pointer;
    cursor: hand;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 13px;
    height: 13px;
    float: right
}

div.forum-popup-postform table.forum-popup tbody td {
    padding: 1em
}

div.forum-popup-postform table.forum-popup tbody td div.forum-field {
    width: 100%
}

div.forum-popup-postform table.forum-popup tbody td div.forum-field span.title {
    width: 100%;
    display: block
}

div.forum-popup-postform table.forum-popup tbody td div.forum-field input {
    width: 95%
}

div.forum-popup-postform table.forum-popup tfoot td {
    padding: .3em;
    text-align: center
}

select.forum-selector-multiple, select.forum-selector-single {
    width: 250px
}

select.forum-selector-multiple optgroup, select.forum-selector-single optgroup {
    font-weight: 400;
    background: 0 0;
    font-size: 1em;
    font-style: normal
}

select.forum-selector-multiple option.active, select.forum-selector-single option.active {
    background-color: #DDD
}

div.forum-user-interests {
    float: none;
    clear: both
}

div.forum-user-information div.forum-user-photo {
    margin: 10px
}

table.forum-post-table table.forum-table td {
    vertical-align: top;
    padding: .4em 1em
}

div.forum-tabs {
    margin: 0;
    width: 100%
}

div.forum-tabs div {
    margin: 0;
    padding: 0
}

div.forum-tabs div.forum-tabs-header {
    float: left;
    position: relative;
    left: 1px;
    top: 20px;
    z-index: 100;
    width: 220px;
    display: block
}

div.forum-tabs-header div.forum-profile-edit-inner div.tab-container {
    cursor: hand;
    cursor: pointer;
    padding: 1px 0 1px 1px;
    border-right: 1px solid;
    border-left: 0 none;
    border-top: 0 none;
    border-bottom: 0 none
}

div.forum-tabs-header div.forum-profile-edit-inner div.tab-container div {
    padding: 5px 0 5px 9px
}

div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected {
    border-width: 1px;
    border-right: 1px solid #fff;
    cursor: default
}

#fm-quote, .coded + i, .do_hide_forum_message, .fm-mess-lnk, .forum-message-wrap [data-bx-viewer=image] {
    cursor: pointer
}

div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected div {
    padding: 4px 0 4px 8px;
    font-weight: 700
}

div.forum-tabs div.forum-tabs-body {
    margin-left: 220px;
    display: block;
    border: none;
    z-index: 99
}

div.forum-tabs div.forum-tabs-body div.forum-info-box {
    border-width: 1px;
    display: block;
    zoom: 0;
    float: left;
    width: 500px
}

div.forum-tabs div.forum-tabs-body div.forum-info-box div.forum-info-box-inner {
    padding: 20px 0
}

div.forum-tabs div.forum-tabs-body table.forum-table {
    width: 97%
}

div.forum-tabs div.forum-tabs-body table.forum-table th {
    white-space: normal;
    text-align: right;
    width: 40%;
    background: 0 0;
    border: none;
    padding: 2px;
    margin: 0;
    vertical-align: top
}

.message-author, span.forum-option-subscribe div.forum-header-box, span.forum-pmessage-recipient {
    white-space: nowrap
}

div.forum-tabs div.forum-tabs-body table.forum-table td {
    text-align: left;
    background: 0 0;
    border: none;
    padding: 2px;
    margin: 0;
    vertical-align: top
}

div.forum-tabs div.forum-tabs-body table.forum-table tr.header th {
    text-align: center
}

div.forum-user-edit-buttons {
    margin: 10px 0 0 220px
}

div.out, div.out1 {
    width: 200px;
    position: relative;
    margin: 0;
    display: block
}

div.tags-cloud {
    padding-bottom: 1em
}

div.out {
    padding: 1px;
    border: 1px solid;
    top: 0;
    text-align: left;
    background-color: transparent;
    line-height: 10px;
    color: #DDD
}

div.out1 {
    padding: 0;
    top: -12px
}

div.in1 {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 9px;
    font-weight: 400
}

.is_best_answer, li.vote-question-item div.vote-item-question, tr.forum-pmessage-new td {
    font-weight: 700
}

span.forum-pmessage-action, span.forum-pmessage-move {
    float: left
}

div.forum-pmessage-navigation {
    float: right
}

table.forum-pmessages thead th {
    width: 7em
}

div.forum-subscribes div {
    padding: 0 0 0 25px
}

div.forum-subscribes div.forum-group-buttons {
    padding: 10px 0 0
}

div.forum-reply-field-bbcode div.forum-reply-field-showsmiles, div.forum-smiles-line, div.forum-smiles-line a {
    float: left
}

div.forum-smiles-line span.forum-smiles-item {
    display: block;
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

div.forum-smiles-line span.forum-smiles-item a {
    text-decoration: none;
    border: none;
    float: left;
    margin-right: 5px
}

div.forum-smiles-line div.forum-smiles-item {
    float: left
}

div.forum-smiles-corrected {
    overflow: hidden
}

div.forum-reply-field-vote-question-title input {
    width: 80%
}

div.forum-reply-field-vote-question {
    margin-bottom: .462em
}

div.forum-reply-field-vote-question label {
    margin-left: .27em
}

ol.forum-reply-field-vote-answers input {
    width: 60%
}

ol.forum-reply-field-vote-answers li {
    margin-top: .462em
}

div.forum-post-vote {
    margin-bottom: 0
}

div.forum-post-vote div.voting-form-box, div.forum-post-vote ol.vote-items-list, div.forum-post-vote ol.vote-items-list li {
    border: none
}

div.forum-post-vote ol.vote-items-list, div.forum-post-vote ol.vote-items-list li {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    list-style-type: none
}

div.forum-post-vote ol.vote-items-list li.vote-question-item {
    padding-bottom: .55em
}

div.forum-post-vote ol.vote-items-list ol {
    padding-left: 1em
}

li.vote-answer-item {
    padding-bottom: .24em !important
}

div.vote-answer-item {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    position: relative;
    text-align: left
}

div.vote-answer-item-bar-inner {
    padding: 0;
    position: absolute;
    top: 0
}

div.vote-answer-item-title-inner {
    width: 100%;
    padding-left: .55em;
    margin: 0;
    position: relative
}

body.forum-popup-body {
    padding: 1.51em;
    font-size: .75em
}

#forum-login-form-window {
    display: none;
    border: 1px solid #000;
    background: #F5F5ED;
    padding: 10px;
    z-index: 10000;
    position: absolute;
    top: 10%;
    left: 45%;
    width: 200px;
    color: #454545
}

a.forum-new-message-marker {
    color: red !important;
    margin-left: 3px;
    text-decoration: none
}

div.forum-error {
    color: red
}

div.forum-note {
    color: green
}

div.forum-legend-info div.forum-legend-item {
    float: left;
    width: 15em
}

div.forum-legend-info div.forum-legend-item div.forum-icon {
    margin: 0
}

div.forum-legend-info div.forum-legend-item div.forum-icon-container {
    float: left;
    width: auto;
    padding-right: 10px
}

div.forum-legend-info div.forum-legend-item span {
    display: block;
    white-space: nowrap
}

div.forum-main-footer div.forum-rapid-access-items {
    float: right;
    width: 300px;
    display: block;
    border: none;
    text-align: right
}

.comment_id, div.forum-main-footer div.forum-search-input {
    float: left
}

div.forum-main-footer div.forum-rapid-access-items select.forum-selector-single {
    width: 250px
}

div.forum-main-footer div.forum-legend-info {
    margin-right: 1em;
    display: block;
    border: none;
    overflow: hidden
}

div.forum-first-post {
    margin-bottom: 1em
}

.forum-rss-atom, .forum-rss-rss1, .forum-rss-rss2 {
    background-repeat: no-repeat;
    width: 80px !important;
    height: 15px !important;
    display: block;
    margin: 0 0 0 2px;
    padding: 0;
    overflow: hidden;
    border: none;
    text-decoration: none;
    float: left
}

div.forum-user-description {
    margin-top: .78em
}

table.forum-forum-list-part {
    margin-bottom: 0
}

form.forum-form {
    padding: 0;
    margin: 0
}

.row .content .code .begin, .row .content .quote .begin {
    margin-bottom: -25px
}

div.forum-bbcode-line a:hover, div.forum-bbcode-line a:hover img, div.forum-reply-header, table.forum-table th {
    background-color: #f8f8f8
}

div.forum-info-box, div.forum-reply-form, table.forum-table td, table.forum-table th.forum-column-lastpost, table.forum-table th.forum-column-title, table.forum-table th.forum-first-column, table.forum-table th.forum-last-column {
    border-color: #e8e8e8
}

table.forum-table td {
    border-right: none !important
}

table.forum-table td.forum-column-alone, table.forum-table td.forum-column-footer, table.forum-table td.forum-column-lastpost, table.forum-table td.forum-last-column {
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-right-color: #e8e8e8 !important
}

div.forum-info-box, div.forum-reply-form, table.forum-table td {
    background: #fff
}

table.forum-post-hidden td.forum-cell-actions, table.forum-post-hidden td.forum-cell-post, table.forum-table td.forum-cell-hidden, table.forum-table tr.forum-row-hidden td, table.forum-table tr.forum-row-inactive td.forum-column-icon {
    background: #fffcdb !important
}

table.forum-post-selected td.forum-cell-actions, table.forum-post-selected td.forum-cell-post, table.forum-table td.forum-cell-selected, table.forum-table tr.forum-row-selected td {
    background: #eaeaea !important
}

div.forum-footer-box, table.forum-post-table td.forum-column-footer, table.forum-table td.forum-column-footer {
    background: #fafafa
}

table.forum-post-table td.forum-cell-actions, table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-user {
    background: #fff
}

div.forum-post-date {
    background: #f8f8f8;
    border-bottom-color: #eaeaea
}

div.forum-page-navigation a, div.forum-page-navigation a.forum-page-previous, span.forum-menu-item, span.forum-page-current, span.forum-page-dots {
    border-color: #e3e3e3
}

table.forum-table tr.forum-row-first td {
    border-top-color: #e7e7e7
}

table.forum-table tr.forum-row-last td {
    border-bottom-color: #e7e7e7
}

div.forum-footer-box, table.forum-post-table td.forum-column-footer, table.forum-table td.forum-column-footer {
    border-color: #e7e7e7
}

span.forum-footer-option {
    border-color: #d5d5d5
}

table.forum-post-table {
    border-top-color: #fff;
    border-bottom-color: #e3e3e3
}

table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-user {
    border-left-color: #e9e9e9;
    border-right-color: #eaeaea
}

table.forum-post-table td.forum-cell-actions, table.forum-post-table td.forum-cell-post {
    border-right-color: #e9e9e9
}

div.forum-signature-line, table.forum-post-table td.forum-cell-actions, table.forum-post-table td.forum-cell-contact {
    border-top-color: #eaeaea
}

.forum-required-field {
    color: red
}

div.forum-header-box {
    color: #333;
    background: #e8e8e8;
    border-color: #eaeaea
}

div.forum-navigation-box {
    background: #fff;
    border-color: #e8e8e8
}

div.forum-code-box, table.forum-code, table.forum-quote, table.forum-spoiler {
    border-color: #dedede
}

div.forum-code-box ol, table.forum-code td, table.forum-quote td, table.forum-spoiler td {
    background: #fff !important;
    color: #6a6a6a
}

div.forum-code-box, table.forum-code th, table.forum-quote th, table.forum-spoiler th {
    background: #ebebeb !important;
    color: #636363
}

div.forum-note-box {
    border-color: #ffd687;
    background: #fffdd2
}

div.vote-answer-item-bar-inner {
    background-color: #f0f0f0
}

.isright, .ratecomm {
    float: right
}

.comment_line {
    padding: 10px;
    clear: left;
    border: 5px solid #f0f0f0;
    border-left: 10px solid #f0f0f0;
    border-right: 10px solid #f0f0f0;
    position: relative
}

.comment_body {
    margin-left: 25px
}

.rated_users {
    font-size: 100%;
    clear: both
}

.ratecomm {
    padding: 2px
}

.tool .author, .tool .author a {
    color: #999
}

.rated_users_minus, .rated_users_plus {
    color: #999;
    font-size: .84em
}

.is_best_answer, .make_best_answer, .make_best_answer a {
    color: green
}

.isleft {
    float: left
}

.row .content .code .spoilerCaption, .row .content .code .spoilerCaptionSlide {
    position: relative;
    float: right;
    background-position: 100% 70%;
    background-repeat: no-repeat;
    padding-right: 10px;
    font-family: Verdana, sans-serif;
    z-index: 5
}

.clright {
    clear: right
}

.clleft {
    clear: left
}

.coded {
    overflow: auto;
    width: 800px;
    height: 200px
}

.coded + i {
    display: block;
    text-align: right
}

.row .content .code .spoilerCaption:hover {
    text-decoration: none
}

.row .content .code .spoilerCaptionSlide {
    display: none;
    margin-right: 15px
}

.row .content .code .spoilerCaptionSlide:hover {
    text-decoration: none
}

.row .content .code .hidecode {
    display: none;
    padding: 20px
}

.row .content .low-height {
    height: auto;
    max-height: 240px;
    overflow-y: hidden !important;
}

.row .content .quote {
    background-color: #fff;
    border: 1px solid #CCC;
    padding: 5px 10px;
    overflow: auto;
    width: auto;
    margin-left: 20px;
    color: #606060
}

.row .content .quote .spoilerCaption, .row .content .quote .spoilerCaptionSlide {
    position: relative;
    float: right;
    background-position: 100% 70%;
    background-repeat: no-repeat;
    padding-right: 10px;
    font-family: Verdana, sans-serif
}

.row .content .quote .spoilerCaption {
    z-index: 5
}

.row .content .quote .spoilerCaption:hover {
    text-decoration: none
}

.row .content .quote .spoilerCaptionSlide {
    z-index: 3;
    display: none;
    margin-right: 15px
}

.row .content .quote .spoilerCaptionSlide:hover {
    text-decoration: none
}

.row .content .quote .hidecode {
    display: none;
    padding: 20px
}

.row.yellow:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 23px;
    left: 0;
    background-color: #F8D726
}

.hide_forum_message {
    display: none
}

@media (max-width: 991px) {
    .post-mesages .avatar {
        display: none
    }

    .post-mesages .content, .row.yellow .content {
        margin-left: auto !important
    }
}

.post-mesages .well .row {
    border: none
}

.smart-style-2 .donat-wrap {
    border-color: #ffd687;
    background: #fffdd2
}

.donat-wrap fieldset {
    padding-top: 12px
}

.donat-wrap .smart-form fieldset, .donat-wrap .smart-form header {
    background: 0 0
}

.donat-wrap .text-success {
    color: #3c763d
}

.donat-wrap .text-danger {
    color: #a94442
}

#payed_topic_block {
    padding-top: 14px;
    padding-bottom: 0
}

#payed_topic_block header {
    margin: 0 0 10px;
    padding: 0
}

#payed_topic_block footer {
    margin: 14px -14px 0
}

.rate-popup-area {
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    color: #000;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    border: 1px solid rgba(162, 162, 162, .4);
    padding: 4px 10px;
    max-width: 300px;
    box-shadow: 2px 2px 6px rgba(162, 162, 162, .4);
    top: 100%;
    left: 0;
}

.rate-popup-area a {
    font-size: 12px
}
.rate-popup-area-wrap{
    display: inline-block;
    /*position: relative;*/
}
span.rate-popup-area-wrap:hover .rate-popup-area {
    visibility: visible;
    opacity: 1
}

.message-best {
    background-color: #fefcd1
}

div.forum-post-vote ol.vote-items-list ol {
    margin: 16px 0;
    font-size: 12px
}

.forum-message-wrap {
    padding-top: 8px
}

.padding-left-10 {
    padding-left: 10px
}

.moderate-btn .text-danger {
    color: #a94442 !important
}

@media (max-width: 991px) {
    .row-for-scroll .col-md-9 {
        padding: 0
    }

    .row-for-scroll {
        margin: 0
    }

    body #content {
        padding: 0 5px
    }
}

.row-for-scroll h1 {
    margin: 10px 0
}

.message-author {
    max-width: 300px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.btn-group.open > .dropdown-menu {
    right: 0;
    left: auto
}

.row .content .quote {
    margin: 5px 0;
    border-radius: 0
}

.row .content .code .begin {
    margin: 10px 0;
    border-radius: 0
}

.row .content .code pre {
    border-radius: 0
}

.forum-message-wrap .code > a {
    margin-top: -36px
}

.youtube-frame {
    display: block;
    width: 426px;
    height: 240px;
    max-width: 100%;
    margin: 15px 0
}

.fa.active {
    color: #fd6d07
}

.message-files {
    margin: 6px 0 10px
}

.fm-best-wrap {
    border: 1px solid #f0ad4e;
    box-shadow: 2px 2px 4px rgba(240, 173, 78, .25)
}

.fm-best-wrap .show-hide-props:last-child {
    border-bottom: none
}

.smart-form .margin-bottom-10 {
    margin-bottom: 10px
}

.post-mesages .post-form-wrap {
    margin: -1px -1px 0
}

.fm-btn-like {
    min-width: 22px;
    text-align: center
}
.fm-btn-like,
.fm-reply-btn,
.open-modal-form-complaint,
.btn-action-for-link-msg,
.bestAnswer,
.sendMoney,
.btn-setting-msg,
.fm-open-answer,
.btn-setting-topic,
.btn-collapse-tree,
.btn-sort-tree,
.btn-payed-topic-link,
.btn-subscribe-topic,
.btn-multi-action{
    --bs-btn-padding-x: 0.4rem;
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-font-size: 0.7rem;
    --bs-btn-line-height: 1.5;
}
.fm-btn-like::after,
.fm-reply-btn::after,
.open-modal-form-complaint::after,
.btn-action-for-link-msg::after,
.bestAnswer::after,
.sendMoney::after,
.btn-setting-msg::after,
.fm-open-answer::after,
.btn-setting-topic::after,
.btn-collapse-tree::after,
.btn-sort-tree::after,
.btn-payed-topic-link::after,
.btn-subscribe-topic::after,
.btn-multi-action::after{
    font-size: 0.55rem;
}

.show-hide-props b.label.label-sm {
    vertical-align: top;
    display: inline-block;
    padding: 4px;
    background-color: #5cb85c
}

.fm-answers-wrap {
    margin-left: -2px;
    background: #fbfbfb
}

.fm-answers-wrap .fm-answers-wrap, .fm-answers-wrap .post-form-wrap {
    margin-left: 10px
}

.fm-answers-wrap > .show-hide-props {
    margin-left: 10px;
    border-left: 1px solid #DBD8D8
}
.fm-answers-wrap > .show-hide-props:not(.nonactive) {
    background: #fff;
}

.show-hide-props + .fm-answers-wrap > .show-hide-props:first-child { /*box-shadow:inset 0 3px 5px 0 rgba(204,204,204,.35)*/
    box-shadow: none
}

.fm-answers-wrap .fm-answers-wrap .show-hide-props {
    box-shadow: none
}

.show-hide-props + .fm-answers-wrap + .show-hide-props {
    border-top: 1px solid #DBD8D8;
    margin-top: -1px; /*box-shadow:0 -2px 4px rgba(204,204,204,.35)*/
    box-shadow: none
}

.fm-answers-wrap .show-hide-props + .fm-answers-wrap + .show-hide-props {
    border-top: none;
    margin-top: 0
}

.fm-answers-wrap > .show-hide-props.message-best {
    background-color: #fefcd1
}

.fm-answers-wrap .fm-answers-wrap:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #dbd8d8;
    margin-top: -1px
}

.post-menu .popover {
    max-width: none
}

.fm-reply-btn .fa {
    padding-left: 6px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px
}

.wrap-post-menu .bestAnswer .uil{
    display: none;
}

.fm-ban-wrap > span {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.fm-ban-wrap:hover > span {
    opacity: 1;
    visibility: visible;
}

body div.fm-admin-message {
    background-color: #fae7e7 !important;
}

.forum-message-text img {
    max-width: 160px;
}

.fm-author-rating {
    color: #fd6d07;
    white-space: nowrap;
}

.fm-is-online {
    display: none;
    vertical-align: top;
    line-height: 19px;
    font-size: 10px;
}

.fm-is-online.active {
    display: inline-block;
    color: #5cb85c;
}

.donate-pay-wrap {
    max-height: 100px;
    overflow: hidden;
    transition: all 1s;
    margin-bottom: 10px;
}

.vp-toggled .donate-pay-wrap {
    max-height: none;
}

.block-pay-wrap .timeline-seperator {
}

.block-pay-wrap .timeline-seperator::after {
    border: 0
}

.btn-toggle-height-wrap {
    display: none;
    margin-bottom: -15px !important
}

.vp-shown.btn-toggle-height-wrap {
    display: block
}

.smart-form .donate-pay-wrap section {
    margin-bottom: 0;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table.forum-spoiler {
    margin-bottom: 0
}

.table-responsive > .table.forum-spoiler > tbody > tr > td, .table-responsive > .table.forum-spoiler > tbody > tr > th, .table-responsive > .table.forum-spoiler > tfoot > tr > td, .table-responsive > .table.forum-spoiler > tfoot > tr > th, .table-responsive > .table.forum-spoiler > thead > tr > td, .table-responsive > .table.forum-spoiler > thead > tr > th {
    white-space: nowrap
}

.multi-action {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.block-multi-action {
    position: fixed;
    z-index: 1001;
    top: 132px;
    left: 73%;
}

.ddmenu-item {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: pointer;
}

.ddmenu-item:hover {
    /*background-color: #3e90d4;*/
}

.code .timeline-seperator, .quote-wrap .timeline-seperator {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

.code .timeline-seperator:after, .quote-wrap .timeline-seperator:after {
    border: none;
}

.timeline-seperator .show-all-code, .timeline-seperator .show-all-quote {
    z-index: 1;
    position: relative;
}

.forum-mess-list-nav-top .pagination {
    margin: 0 0 7px 0;
}

.forum-mess-list-nav-bottom .pagination {
    margin: 0 0 10px 0;
}

@media (max-width: 991px) {
    .forum-mess-list-nav-bottom .pagination {
        margin: 7px 0 10px 0;
    }
}

.hide_forum_message {
    display: block;
}

.do_hide_forum_message {
    display: none;
}

.forum-message-wrap .forum-message-text a {
    word-break: break-all;
}

@media (max-width: 570px) {
    .forum-message-wrap .forum-message-text {
        word-break: break-word;
    }
}

@media (min-width: 571px) {
    .forum-message-wrap .forum-message-text {
        overflow-x: auto;
    }
}

.tmp-block .fm-answers-wrap {
    background-color: #f5f5f5;
}

.m-tree-toogle {
}

.m-tree-p {
    border-bottom: 1px solid #DBD8D8;
}

.m-tree-p + .m-tree-c {
    display: none;
}

.m-tree-p + .m-tree-c .m-tree-c {
    display: block;
}

.m-tree-c.open {
    display: block;
}

.fm-open-answer {
    opacity: 1 !important;
    background-color: #f5f5f5 !important;
}

.dropdown-menu{
    --bs-dropdown-divider-bg: #e5e5e5;
}
.forum-msg-info{
    padding-right: 40px;
}
.block-moderator {
    margin: 15px 15px 15px 0;
    padding: 15px;
    background-color: rgba(185, 71, 67, 0.15);
    position: relative;
}
.forum-action-reply .fm-btn-like:not(.color-vars-ash)
{
    /* vars from .btn-soft-ash */
    --bs-btn-color: #343f52;
    --bs-btn-bg: rgba(164, 174, 198, 0.2);
    --bs-btn-border-color: transparent;
    --bs-btn-disabled-color: #343f52;
    --bs-btn-disabled-bg: rgba(164, 174, 198, 0.2);
    --bs-btn-disabled-border-color: transparent;
}
/* End */



/* Start:/bitrix/templates/sandbox_empty/components/infostart/forum_main.post_form/adaptive_new/style.css*/
.smart-form .btn.btn-xs {
    padding: 1px 5px;
}

.post-form-file {
    max-width: 500px;
    min-width: 200px;
}

.forum_bbcode_line {
    position: absolute;
    top: -11.5%;
    width: 100%;
}

.forum_bbcode_line .btn {
    --bs-btn-padding-x: 0.1rem;
    --bs-btn-padding-y: 0.1rem;
}

.forum-upload-info blockquote {
    padding: 9px 18px;
    margin: 0 0 8px;
    font-size: 12px;
    border-left: 5px solid #eee;
}

.forum-alert-wrap > div.alert {
    margin: 0;
}

.forum-alert-wrap > div.alert a {
    color: #cd1713;
}

.thumbnail.post-form-img {
    border-radius: 0;
    box-shadow: 3px 2px 6px #bdbdbd;
    border-color: #fff;
}

.post-form-wrap .text-danger {
    color: #a94442;
}

.form-post-min td {
    vertical-align: top;
}

.open-additional-filter {
    z-index: 1;
    position: relative;
}

.vote-title {
    display: inline-block !important;
    min-width: 400px;
    max-width: 100%;
}

.vote-title + a {
    font-size: 20px;
    vertical-align: bottom;
    display: inline-block;
    color: #8e0b10;
}

.forum-reply-header {
    font-size: 18px;
    color: #000;
    margin-bottom: 4px;
}

.forum-reply-field-vote-answers {
    list-style: none;
    padding-left: 30px;
}

.forum-reply-field-vote-answers li {
    margin-bottom: 10px;
}

.forum-reply-field-vote-answers label.input {
    min-width: 368px;
}

.forum-reply-field-vote-question + .forum-reply-field-vote-question {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.select-topic-wrap .topic-title {
    padding-top: 2px;
}

.smart-form .textarea textarea[name=POST_MESSAGE] {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    resize: none;
}

.fix-post-padding {
    padding-top: 48px;
}

.bx-core-waitwindow {
    display: none !important;
}

.smart-form .select2-container-multi .select2-search-choice-close {
    padding: 0;
    position: absolute;
}

.smart-form .select2-container-multi .select2-search-choice-close:before {
    left: 4px;
    top: 2px;
    position: absolute;
}

.smart-form .select .select2 + i {
    top: 12px;
}

.state-error .select2-choices {
    background: #fff0f0;
    border-color: #a90329;
}

.state-success + em {
    display: none !important;
}

.captcha-check i.stat-check {
    position: absolute;
    right: 9px;
    top: 6px;
    display: none;
    font-size: 16px;
}

.new-email-result, .action-rez {
    font-size: 12px;
}

.radio > span.input input {
    left: 0;
    position: relative;
}

/* End */
/* /bitrix/templates/infostart/jquery.cluetip.css */
/* /bitrix/templates/adaptive/js/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css */
/* /bitrix/templates/sandbox_empty/assets/css/cisrate.css */
/* /bitrix/templates/sandbox_empty/include/public_&_object_list/public_&_object_list.css */
/* /bitrix/templates/sandbox_empty/components/infostart/object.list/.default/style.css */
/* /bitrix/templates/sandbox_empty/components/bitrix/system.pagenavigation/new2016/style.css */
/* /bitrix/templates/sandbox_empty/components/infostart/asd.forum.mess.list/redesign_adpt_new/style.css */
/* /bitrix/templates/sandbox_empty/components/infostart/forum_main.post_form/adaptive_new/style.css */
