


/* Start:/bitrix/templates/.default/css/spoiler.css*/
/* spoiler */
div.spoiler {
	padding: 5px;
	line-height: 1.6;
}

div.spoiler div.spoiler-title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 7px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	background: #cfd1cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
	background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 14px;
	margin-left: 4px;
	margin-right: 6px;
	cursor: pointer;
	-webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
	background: url('/bitrix/templates/adaptive/js/ckeditor/plugins/spoiler/images/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
	background: url('/bitrix/templates/adaptive/js/ckeditor/plugins/spoiler/images/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
	font-size: 15px;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 #F5F5F5;
	padding: 4px 10px;
}
/* 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/components/infostart/public.detail.new/adaptive/style.css*/
.public-detail__top{
    font-size: 13px;
    line-height: 16px;
}
.public-detail:not(.simple) .public-detail__preview{
    background-color: var(--bg_alone, #3c5898);
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.public-detail__preview-title{
    color: inherit;
    overflow-wrap: break-word;
    font-size: calc((100vw - 576px)/(1320 - 576) * (30 - 20) + 20px); /*font-size: calc( (100vw - Vmin)/(Vmax - Vmin) * (Fmax - Fmin) + Fmin);*/
    line-height: calc((100vw - 576px)/(1320 - 576) * (40 - 30) + 30px);
}
.public-detail__preview__image{
    overflow: hidden;
}
@media (min-width: 768px) {
    .public-detail__preview__image{
        margin-top: 55px;
    }
}
.public-detail .public-detail-container{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 1200px) {
    .public-detail:not(.simple) .public-detail-container{
        padding: 2rem 4.5rem 3.8rem 4.5rem;
    }
}
.simple .public-detail__preview{
    text-align:center;
}
.public-detail__preview-object-view-link{
    color: inherit;
    line-height: 20px;
}
.public-detail__preview-object-view-link:hover{
    color: inherit;
    opacity: .7;
}
.simple .public-detail__preview__object_view a{
    color: #3b5998;
}
.price-table .file-info {
    display: inline-block;
    white-space: nowrap;
    margin:0 14px 5px 0;
    color: #777;
}
.text-overflow{
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
}
.hidden2 {
    display: none;
}

table.public-properties  tr > td{
    width:50%;
}
body table.public-properties  tr > th{
    font-size: 20px;
    background: #e3e2e2 !important;
    border-bottom: 2px solid #ccc;
}
table.public-properties  tr > td:first-child{
    font-weight: bold;
}
table.public-properties select {
    margin: 20px 0;
}

@media (max-width: 991px) {
    .public-detail__preview{
        display: block;
    }
    html{
        overflow:hidden;
    }
}

.detail-text img:not(.icon-svg) {
    max-width: 100%;
    height: auto !important;
}

.sreen-main .add-to-marketplace-request-demo, .sreen-main .add-to-marketplace-request-demo:active{
    top:auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -80px;
}

.stickyTabs.sticky-top{
    z-index: 1000;
}
.public-btn-edit,
.public-btn-edit-action{
    --bs-btn-padding-x: 0.2rem;
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-font-size: 0.7rem;
    --bs-btn-line-height: 1.118;
    --bs-btn-border-radius: 2px;
}
.public-btn-edit-action{
    padding-left: var(--bs-btn-padding-x);
    padding-right: calc(var(--bs-btn-padding-x) * 2);
}
.price-table .butts .btn{
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.2rem;
}
.public-detail__files input:checked + .form-check-label{
    font-weight:bold;
}
.price-table.table > :not(caption) > * > *{
    padding: 0.5rem 0.5rem;
}
@media (max-width: 575px) {
    .price-table.table > :not(caption) > * > * {
        padding: 0.5rem 0;
    }
}
@media (max-width: 767px) {
    .stickyTabs .nav-tabs{
        flex-direction: row;
    }
    .stickyTabs .nav-tabs .nav-item,
    .stickyTabs .nav-tabs.nav-tabs-basic .nav-item,
    .stickyTabs .nav-tabs.nav-pills .nav-item{
        margin-bottom: 0.2rem;
    }
    .stickyTabs .nav-tabs .nav-link {
        margin-right: 0.5rem;
    }
}

.public-detail__preview-block-buttons .btn{
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.4rem;
}
/* animate bg */
.public-detail__preview-zi-0{
    position: relative;
    z-index: 0;
}
.public-detail-container{
    position: relative;
    z-index: 0;
}
.public-detail .public-detail__preview {
    overflow: hidden;
    position: relative;
}
.public-detail__price-p{
    line-height: 24px;
}
.public-detail__price-block .public-detail__price-border{
    border-bottom: 5px dotted #F3F3F3;
    height: 19px;
}
.public-detail .public-detail__preview-animation {
    animation: slide_detail_preview 12s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, var(--bg_animate_color_first) 50%, var(--bg_animate_color_second) 0);
    height:100%;
    left:-50%;
    opacity:.3;
    position:absolute;
    right:-50%;
    top:0
}
.public-detail .public-detail__preview-animation_second,
.public-detail .public-detail__preview-animation_third {
    animation-duration:16s
}
@keyframes slide_detail_preview {
    0% {
        -webkit-transform:translateX(-25%);
        transform:translateX(-25%)
    }
    to {
        -webkit-transform:translateX(25%);
        transform:translateX(25%)
    }
}
.nav-tabs.nav-tabs-public-detail{
    --bs-nav-pills-border-radius: 4px;
    --bs-nav-pills-link-bg: #F3F3F3;
    --bs-nav-pills-link-active-bg: #FEF1E9;
    padding-top: 12px;
    margin-bottom: -0.5rem;
}
.nav-tabs.nav-tabs-public-detail .nav-link{
    --bs-nav-link-font-size: 13px;
    --bs-nav-link-font-weight: 600;
    line-height: 24px;
    background-color: var(--bs-nav-pills-link-bg);
    border-width: var(--bs-nav-tabs-border-width);
    border-style: solid;
    border-color: var(--bs-nav-pills-link-bg);
    box-shadow: none;
    margin-bottom: 0.5rem;
}
.nav-tabs.nav-tabs-public-detail .nav-link:not(.active){
    background-color: var(--bs-nav-pills-link-bg) !important;
}
.nav-tabs.nav-tabs-public-detail .nav-link.active{
    border-color: var(--bs-btn-border-color);
}
.nav-tabs.nav-tabs-sticky .nav-link{
    border: none;
    color: #333333 !important;
    padding: 0.25rem 0;
    line-height: 1.25;
    font-weight: 500;
    font-size: 0.8rem;
}
@media (min-width: 992px){
    .nav-tabs.nav-tabs-sticky .nav-link{
        margin-bottom: 20px;
    }
}
.nav-tabs.nav-tabs-sticky .nav-link.active{
    border-bottom: 2px solid var(--bs-btn-bg);
    font-weight: 600;
}
.detail-text hr{
    margin: 1rem 0;
}
.swiper-bg-gray{
    background-color: #d5d5d5;
    border: 1px solid #BDBDBD;
}
.swiper-container .swiper-thumbs .swiper-thumbs-img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-decor{
    position: relative;
    z-index: 0;
}
.swiper-slide-decor:after{
    background-image: linear-gradient(358.21deg, rgba(0, 0, 0, 0.2) 2.57%, rgba(0, 0, 0, 0) 33.8%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.swiper-thumbs .swiper-slide-thumb-active.swiper-slide-decor:after {
    background-color: var(--bs-btn-bg);
    opacity: .52;
}
.swiper-thumbs .swiper-slide{
    max-height: 105px;
    max-width: 120px;
}
.wrap-img-video-presentation{
    position: absolute;
    z-index: 0;
}
.wrap-btn-pay-video-presentation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.wrap-player-plyr{
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.detail-text .plyr{
    border-radius: 0;
}
.cursor-pointer{
    cursor: pointer;
}
.form-check-input_brd{
    border: 1px solid #D6DEEC;
}
.fast-delivery-img{
    width: 18px;
    height: 20px;
    object-fit: cover;
    object-position: right;
}
.fast-delivery{
    width: max-content;
}
.tooltip-preview-text-product,
.tooltip-max-width-550 {
    --bs-tooltip-max-width: 550px;
}
pre[class*="language-"] {
    padding: .25rem 0;
}

@media print {
    body {
        overflow: visible !important;
    }
    #support-ticket-wrap, .progress-wrap, footer, #similiar_public_h3, #similiar_public, .public-detail__top, .public-detail__preview, .public-detail__sub-preview, .public-detail__video, .public-detai, .detail-text img, .public-detail__files, #stickyTabs, video, .is-d-header__top, .is-d-header__bottom{
        display: none !important;
    }
    a[href]:after {
        content: "";
    }
    .butts a[href]:after, .sub-title a[href]:after {
        content: none !important;
    }
}
/* 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/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/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 */



/* Start:/bitrix/templates/sandbox_empty/components/infostart/new.public.list/.default/style.css*/
/*áëîê Îáçîð*/
.browse{
    margin-bottom
}
.browse__main{
    padding-right: 25px;
}
.main__b{
    margin-bottom: 57px;
}
.browse__title{
    font-size: 25px;
    font-weight: 400;
}
.main__breadcrumb{
    color:#959CA9;
    font-size: 14px;
}
.main__img{
    min-width: 100%;
    height: auto;
}
.browse__date{
    display:flex;
    align-items: center;
    color: #959CA9;
    font-size: 14px;
}
.b-text__header{
    height:200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date__icon{
    font-size: 18px;
}
.date__text{
    margin-left:10px;
}
.browse__p-title{
    font-size: 36px;
}
.main__b-text{
    position:relative;
}
.b-text__inner{
    position:absolute;
    bottom:42px;
    left:35px;
    right:35px;
    z-index:1000;
}
.main__list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}
.item_b__img{

}
.item_b__title{
    font-size:19px;
    font-weight:700;
    color:#343F52;
}
.item__img{
    max-width: 100%;
    width: 100%;
    max-height:300px;
    height:300px;
}
.main__img, .item__img{
    border-radius: 0.4rem;
}
.main__img{
    width: 100%;
    max-height: 525px;
}
.main__img_bg{
    filter: brightness(30%);
}
.list__item{
    flex: 1 1 0;
}
.list__all{
    font-size: 0.68rem;
    color:#343F52;
    font-weight:600;
}
.all__icon{
    font-size: 0.9rem;
}
.b-text__title, .browse__date_color, .main__breadcrumb_color{
    color:#fff;
}
.sub-title, .browse__p-title{
    margin:0px!important;
}

/*--adaptive--*/
@media (max-width:375.98px){
    .b-text__inner{
        bottom: 18px;
    }
}
@media (max-width:479.98px){
    .browse__p-title {
        font-size: 12px;
    }
}
@media (max-width:575.98px){
    .b-text__header{
        height: auto;
    }
}
@media (min-width:480px) and (max-width:575.98px){
    .browse__p-title {
        font-size: 20px;
    }
}
@media (min-width:576px) and (max-width:767.98px){
    .browse__p-title {
        font-size: 22px;
    }
}
@media (max-width:767.98px){
    .main__list{
        display:block;
    }
}
@media (min-width:768px) and (max-width:991.98px){
    .browse__p-title {
        font-size: 28px;
    }
}
@media (min-width:576px) and (max-width:991.98px){
    .b-text__header {
        height: 165px;
    }
    .item_b__title{
        font-size: 16px;
    }
}
@media (min-width:992px) and (max-width:1199.98px){
    .browse__p-title {
        font-size: 28px;
    }
}
@media (min-width:768px) and (max-width:1199.98px){
    .item__img{
        max-height: 220px;
    }
}
@media (min-width:1200px) and (max-width:1399.98px){
    .item__img{
        max-height: 250px;
    }
    .b-text__header {
        height: 180px;
    }
    .browse__p-title {
        font-size: 32px;
    }
}
/*--adaptive--*/

/*áëîê Îáçîð*/


.card-table-row:hover{
    background-color: #c3c3c31f;
}
/*.post-wrap-img{
    display: flex;
}*/
.post-img{
    object-fit: contain;
    height: 100% !important;
}
.post-img-view-g{
    object-fit: contain;
}
.post-title .badge{
    vertical-align: middle;
}
.post-nm{
    margin-bottom: -1px;
}
.post-meta{
    color: #777;
}
.post-star{
    color: #f0ad4e;
}
.post-meta li::before{
    content: none;
}
.post-meta li:not(:first-child){
    margin-left: 0.2rem;
}
.post-tag{
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 0 4px 0;
    display: inline-block;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 25px);
    overflow: hidden;
    vertical-align: top;
}
.post-tag .uil-pricetag-alt{
    color: #777;
}
.card-footer-view-g li:not(.post-star){
    display: none;
}
.post-obj-rate-wrap,
.post-cisrate{
    display: inline-block;
}
.post-cisrate-pd .p-1{
    padding: 0.1rem !important;
}
@media (max-width: 487px) {
    .search-submit, .search-submit .btn-group{
        width:100%!important;
    }
}
@media (min-width: 992px) {
    .card-top-width{
        width: 13%;
    }
    .card-footer-width{
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .card-top-width{
        width: 13%;
    }
    .card-footer-width{
        width: 22%;
    }
}
@media (min-width: 1400px) {
    .card-top-width{
        width: 13%;
    }
    .card-footer-width{
        width: 18%;
    }
}
.pagination-sorter,
.pagination-period{
    --bs-list-group-action-hover-bg: #f8f9fa;
}
.sort__ul{
    z-index:10000;
}
.article__slide .bg-navy{
    background: rgba(var(--bs-white-rgb))!important;
}
.article__slide .overlay span.bg {
    background: rgba(var(--bs-gray-rgb))!important;
}
.public-filter-submit{
    /*--bs-btn-padding-y: .25rem;*/
    --bs-btn-padding-x: .35rem;
    /*--bs-btn-font-size: .75rem;*/
}
@media (max-width: 575px) {
    [for="public-filter-search"],
    .public-filter-toggle,
    .wrap-spinner{
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-padding-y: 0.5rem;
        padding-left: var(--bs-btn-padding-x);
        padding-right: var(--bs-btn-padding-x);
    }
}
.post-tooltip{
    --bs-tooltip-padding-y: .1rem;
    --bs-tooltip-padding-x: .2rem;
}
.articles h2 + article {
    margin-top: 5px !important;
}
.dropdown-menu_hidden{
    visibility: hidden !important;
}
/* End */
/* /bitrix/templates/.default/css/spoiler.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/components/infostart/public.detail.new/adaptive/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/style.css */
/* /bitrix/templates/sandbox_empty/components/infostart/forum_main.post_form/adaptive/style.css */
/* /bitrix/templates/sandbox_empty/components/infostart/new.public.list/.default/style.css */
