

/* Start:/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog/goprosubsector/style.css?1701028720150*/
/*.catalog {
    display: flex;
}*/

.prods {
    width: calc(100% - 280px);
    margin-left: 15px;
}

.catalog-main {
    display: flex;
}
/* End */


/* Start:/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section.list/groups/style.css?1740581716824*/
.cslg {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 13px;
}


.cslg .cslg-section {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    background: #f0f0f0;
    transition: all .3s;

    margin-right: 3px;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.cslg .cslg-section a {
    color: black;
}


.cslg .cslg-group {
    display: flex;
    gap: 15px;
    align-items: center;
}


.cslg .cslg-group-name {
    font-weight: bold;
    font-size: 14px;
}

.cslg .cslg-group-list {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
/* End */


/* Start:/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.smart.filter/gopro/slider/slider.css?16680248882176*/
.smartfilter .bx_ui_slider_track{
	position:relative;
	height:6px;
	margin:28px 25px 10px 25px;
	background: url('/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.smart.filter/gopro/slider/trackbar_full.png') 0px 0px no-repeat;
}
.smartfilter .bx_ui_slider_part{
	position:absolute;
	top:-6px;
	width:1px;
	height:17px;
	background:#a2bfc7;
}
.smartfilter .bx_ui_slider_part.p1{left:-1px;}
.smartfilter .bx_ui_slider_part.p2{left:25%;}
.smartfilter .bx_ui_slider_part.p3{left:50%;}
.smartfilter .bx_ui_slider_part.p4{left:75%;}
.smartfilter .bx_ui_slider_part.p5{right:-1px;}
.smartfilter .bx_ui_slider_part span{
	font-size:11px;
	font-weight: bold;
	position:absolute;
	top:-16px;
	left:50%;
	display:block;
	width:100px;
	margin-left:-50px;
	text-align:center;
	color:#000;
}
.smartfilter .bx_ui_slider_part.p2 span,
.smartfilter .bx_ui_slider_part.p3 span,
.smartfilter .bx_ui_slider_part.p4 span{color:#6b8086;}

.smartfilter .bx_ui_slider_range,
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_pricebar_V{
	position:absolute;
	top:0px;
	bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.smartfilter .bx_ui_slider_range{
	z-index:100;
}
.smartfilter .bx_ui_slider_pricebar{
	z-index:100;
}

.smartfilter .bx_ui_slider_pricebar_VD{
	background:#849da4;
	z-index:60;
}
.smartfilter .bx_ui_slider_pricebar_VN{
	background: url('/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.smart.filter/gopro/slider/trackbar_full.png') 0px 0px no-repeat;
	z-index:70;
}
.smartfilter .bx_ui_slider_pricebar_V{
	background: #f4ab41;
	z-index:80;
}
.smartfilter .bx_ui_slider_handle{
	position:absolute;
	top:-6px;
	width:22px;
	height:22px;
}
.smartfilter .bx_ui_slider_handle:hover{
	-webkit-cursor:grab;
	-ms-cursor:grab;
	-o-cursor:grab;
	cursor:grab;
}
.smartfilter .bx_ui_slider_handle:active{
	-webkit-cursor:grabbing;
	-ms-cursor:grabbing;
	-o-cursor:grabbing;
	cursor:grabbing;
}
.smartfilter .bx_ui_slider_handle.left{
	left:0;
	margin-left:-9px;
	background-position:0px -647px;
}
.smartfilter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-9px;
	background-position: 0px -647px;
}

/* End */


/* Start:/local/components/sections.sidemenu/templates/.default/style.css?167707091248*/
.sections-sidemenu.hide {
    display: none;
}
/* End */


/* Start:/local/components/pixelplus/catalog.section.list/templates/bitrix_menu/style.css?17618177342093*/
.csl-bx {
    border: 1px solid #f3f3f3;
    font-size: 13px;
    color: #000;
    background: url(/local/components/pixelplus/catalog.section.list/templates/bitrix_menu/images/submenu-bg.png);
    user-select: none;
}

.csl-bx-header {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    padding: 24px 20px 24px;
    background-color: #f5f5f5;
}

.csl-bx ul {
    margin: 0;
}

.csl-bx ul:not(.active) {
    display: none
}


.csl-bx-li-wrapper {
    display: flex;
    justify-content: space-between;
}

.csl-bx-li-wrapper a {
    width: calc(100% - 30px);
    padding: 10px 0;
}


.csl-bx-toggle-arrow {
    width: 20px;
    height: 20px;
    background: url(/local/components/pixelplus/catalog.section.list/templates/bitrix_menu/images/bx-admin-sprite.png) no-repeat -7px -238px;
    margin: 10px 3px 0 0;
    float: right;
    /*transition: 0.2s ease;*/
}

.csl-bx-toggle:hover .csl-bx-toggle-arrow {
    background-position: -7px -261px;
}

.csl-bx-toggle.active .csl-bx-toggle-arrow {
    background-position: -7px -282px;
}

.csl-bt-toggle-arrow-animate-open {
    transition: .25s linear;
    transform: rotate(90deg);
}

.csl-bt-toggle-arrow-animate-close {
    transition: .25s linear;
    transform: rotate(-90deg);
}


.csl-bx-level-1 .csl-bx-toggle, .csl-bx-level-1 .csl-bx-notoggle {
    width: 40px;
}

.csl-bx-level-2 .csl-bx-toggle, .csl-bx-level-2 .csl-bx-notoggle {
    width: 60px;
}

.csl-bx-level-3 .csl-bx-toggle, .csl-bx-level-3 .csl-bx-notoggle {
    width: 80px;
}

.csl-bx-notoggle .csl-bx-notoggle-noarrow {
    width: 20px;
    height: 20px;
    background: url("/local/components/pixelplus/catalog.section.list/templates/bitrix_menu/images/bx-admin-sprite-small-2.png") no-repeat right -1131px;
    margin: 5px 5px 0 0;
    float: right;
}


.csl-bx ul {
    list-style: none;
}

.csl-bx-catalog ul:first-child {
    padding: 0;
}


.csl-bx-catalog {
    padding: 15px 0 15px 0;
}

.csl-bx-li-wrapper:hover:not(.csl-bx-active-link) {
    background-color: #f2f5f6;
}

.csl-bx ul > li::before {
    display: none;
}

.csl-bx-active-link {
    background-color: #ccd7db;
}


.csl-bx ul {
    padding: 0;
    overflow: hidden;
}

.csl-bx a:hover {
    text-decoration: none;
}

.csl-bx a, .csl-bx a:hover {
    color: #000;
}

.adm-submenu-item-arrow-icon-animate
/* End */


/* Start:/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section/gopro/style.css?16779426481861*/
.section-list-sort {
    display: flex;
    margin: 15px 0;
}

.section-list-sort > div {
    margin: 0 15px;
}

.section-list-sort-img.asc {
    background: url("/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section/gopro/images/arrow_up.png") no-repeat;
}

.section-list-sort-img.desc {
    background: url("/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section/gopro/images/arrow_down.png") no-repeat;
}

.section-list-sort-img {
    width: 7px;
    height: 9px;
    margin: 5px 5px 0;
}


.section-list-sort a {
    display: flex;
}


a.preview-item-modal-win {
    border-bottom: 1px dashed #3389c4;
    margin-left: 10px;
    color: #3389c4;
}

a.preview-item-modal-win:hover {
    text-decoration: none;
    border-bottom: none;
}


.modal-body {
    /*width: 600px;*/
    height: 600px;
    overflow: auto;
}

.modal-dialog {
    max-width: 1100px !important;
    width: 1100px;
}


.modal h1.page_title {
    margin: 0;
}

.modal .detail {
    margin-bottom: 0;
}

.modal .detail__pic .owl-item .detail__pic__a {
    height: 350px;
}

.modal .detail__pic .owl-item {
    height: 350px;
}

.modal .detail__pic {
    min-height: 350px;
}

.modal .detail__pic__inner {
    height: 350px;
}

.modal .detail__pic__carousel {
    height: 350px;
}

.modal .owl-stage-outer {
    height: 350px;
}

.modal .detail__pic .owl-item .detail__pic__a {
    line-height: 350px;
}

.modal a.modal-close, .modal a:not([href]):not([tabindex]) {
    cursor: pointer;
    background-color: #3389c4;
    color: #fff;
    padding: 7px 25px;
}

.modal a.modal-close:hover, .modal a:not([href]):not([tabindex]):hover {
    color: #fff;
    background-color: #4db7ff;
}

/*
@media (min-width: 1200px) {
    .catalog-section-gopro-table-prices.col-lg-6 {
        width: calc(50% - 20px);
    }
}

.list-table__inner > .row > [class*="col-"].list-table__prices {
    margin-right: 20px;
}*/
/* End */


/* Start:/bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section.list/lines/style.css?1687785372115*/
.show-all-ct {
    display: none;
}

.show-all-ct .swiper-slide {
    float: left;
    margin-bottom: 5px;
}
/* End */


/* Start:/local/components/youmayneed/templates/.default/style.css?1643911200372*/
.sections-children {
    display: flex;
}

.sections-children .sc-column {
    width: 33%;
}

.sections-children .sc-header, .sections-children .sc-header a {
    font-size: 14px;
    color: #2D4583;
    font-weight: bold;
}


.sections-children .sc-child, .sections-children .sc-child > a {
    font-size: 12px;
    color: #333333;
    margin: 6px 0;
}
/* End */


/* Start:/local/components/tags/templates/.default/style.css?16443432001719*/
.tags-ct {
    position: relative;
    padding: 0 23px;
    margin-bottom: 30px;
    /*height: 29px;*/
    overflow: hidden;
}


.tags-ct .tags-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.tags-ct .swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}


.tags-ct .swiper-slide {
    margin-right: 3px;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.tags-ct .swiper-slide a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    background: #f0f0f0;
    transition: all .3s;
}

.tags-ct .tags-swiper-next {
    left: auto;
    right: 0;
}

.tags-ct .tags-swiper-next .svg-icon {
    transform: rotate(180deg);
}


.tags-ct .swiper-prev, .tags-ct .swiper-next {
    background: #f0f0f0;
    border-radius: 4px;
    width: 20px;
    height: 29px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 6;
}

.tags-swiper-prev, .tags-swiper-next {
    cursor: pointer;
    position: absolute;
    /*top: 50%;*/
    top: 14px;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
}

/* End */


/* Start:/bitrix/templates/profurniture_default_tovtrub/components/bitrix/news.list/advantages/style.css?1682834484430*/
.news-list-advantages {
    display: flex;
}

.news-list-advantages-item {
    width: 110px;
    display: block;
    margin: auto;
    min-height: 260px;
}

.news-list-advantages-item picture {

}

.news-list-advantages-item:first-child {
    margin-left: 0;
}

.news-list-advantages-item:last-child {
    margin-right: 0;
}


.news-list-advantages-name {
    margin-top: 20px;
    text-align: center;
}
/* End */


/* Start:/local/components/main.feedback/templates/gopro_ajax/style.css?1759253591159*/
.feedback-form-ajax-result {
    color: green;
}

.feedback-form-ajax-error {
    color: red;
}

.feedback-form-ajax .captcha {
    margin: 10px 0;
}
/* End */
/* /bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog/goprosubsector/style.css?1701028720150 */
/* /bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section.list/groups/style.css?1740581716824 */
/* /bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.smart.filter/gopro/slider/slider.css?16680248882176 */
/* /local/components/sections.sidemenu/templates/.default/style.css?167707091248 */
/* /local/components/pixelplus/catalog.section.list/templates/bitrix_menu/style.css?17618177342093 */
/* /bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section/gopro/style.css?16779426481861 */
/* /bitrix/templates/profurniture_default_tovtrub/components/bitrix/catalog.section.list/lines/style.css?1687785372115 */
/* /local/components/youmayneed/templates/.default/style.css?1643911200372 */
/* /local/components/tags/templates/.default/style.css?16443432001719 */
/* /bitrix/templates/profurniture_default_tovtrub/components/bitrix/news.list/advantages/style.css?1682834484430 */
/* /local/components/main.feedback/templates/gopro_ajax/style.css?1759253591159 */
