


/* 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/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/infostart/new.public.list/.default/style.css */
