

/* Start:/local/templates/ktb_inner/components/bitrix/news.list/structure/style.css?17512827111001*/
.sub-nav .structure.nav {
		max-width: none !important;
}
.nav-tabs.structure .nav-item.structure-item {
	min-width: 290px;
}
.sub-nav.bg-white.border-b.desktop-only {
	overflow: hidden;

}

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.structure.nav div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
	list-style-type: none;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 1 auto;
    flex: 0 0 auto;
    display: flex!important;
    overflow: hidden;
}
/* End */
/* /local/templates/ktb_inner/components/bitrix/news.list/structure/style.css?17512827111001 */
