

/* Start:/local/templates/optmast/components/bitrix/catalog/custom_bootstrap_v4/style.css?1736418535853*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/local/templates/optmast/components/bitrix/catalog.section.list/optmast/style.css?173641853542169*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	/*padding-top: 100%;
	padding-top: 165px;*/
	height:100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); border-color:#ffcd4e; color:#000;}

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }

	.catalog-section-list-item-img{
		padding-top:100%;
	}
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }

.catalog-section-list-item{
	margin-bottom:10px;
}

.catalog-section-list-tile-img-container{
	width: 100%;
    height: 100%;
    display: block;
}

.catalog-section-list-item .catalog-section-list-item{
	width:auto;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:8px;
} 


.catalog-section-list-item .catalog-section-list-item>div{
	width:178px;
	height: 160px;
}


.catalog-section-list-item{
	margin-top:5px;

}

a.catalog-section-list-item-img .catalog-section-list-item-inner{
	position: relative;
    height: 100%;
	margin: 0px 10px;
}

.catalog-section-list-item-inner h3.catalog-section-title{
	text-transform: lowercase;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom:21px;
    margin-left:-4px;
}

.catalog-section-list-item-inner h3.catalog-section-title:first-letter{
	text-transform: uppercase;
}

.catalog-section-list-item-img .catalog-section-list-item-title{
	font-size: 17px;
	line-height: 21.25px;
	font-weight: 500;
	text-overflow: initial;
}

.opt-container .row .row{
	margin-right: -10px;
    margin-left: -10px;
}

.catalog-section-list-item .catalog-section-list-item:nth-child(1)>div,
.catalog-section-list-item .catalog-section-list-item:nth-child(4)>div{
	width:178px;
}
/*
.catalog-section-list-item .catalog-section-list-item:nth-child(n+7)>div{
	width:270.5px;
}*/

.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1)>div{
	width:551px;
}

.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1)>div,
.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2)>div{
	width:551px;
}

.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1)>div{
	width:551px;
}

.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2)>div,
.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3)>div{
	width:270.5px;
}

.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item>div{
	width:270.5px;
}
.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(1)>div,
.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(2)>div{
	width:270.5px;
}

@media (min-width:1200px){
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 1)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 3)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 4)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 5)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 6)>div{
		width: 178px;
	}

	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 7)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 8)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 9)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 10)>div{
		width:270.5px;
	}

	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:551px;
	}

	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:551px;
	}

	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:551px;
	}

	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(3)>div{
		width:270.5px;
	}

	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:551px;
	}

	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(3)>div{
		width:270.5px;
	}

	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:551px;
	}

	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(3)>div,
	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(4)>div{
		width: 178px;
	}

	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(2)>div{
		width:270.5px;
	}

	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(3)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(4)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(5)>div{
		width: 178px;
	}

	.opt-container .catalog-section-unic-5.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:551px;
	}

}

@media (max-width: 1199px){
	.catalog-section-list-item .catalog-section-list-item>div{
		width:154px;
		height:141px;
	}
	
	.catalog-section-list-item .catalog-section-list-item:nth-child(1)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(4)>div{
		width: 154px;
	}

	/*.catalog-section-list-item .catalog-section-list-item:nth-child(n+7)>div{
		width:235px;
	}
*/
	.catalog-section-list-item-img .catalog-section-list-item-title{
		font-size: 16.25px;
	}
	
}

@media (max-width:1199px) and (min-width:992px){
	.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3)>div{
		width: 235px;
	}

	.opt-container .catalog-section-unic-4 .catalog-section-list-item>div{
		width:154px;
	}
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(2)>div{
		width: 235px;
	}
	
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item>div{
		width: 235px;
	}
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 1)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 3)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 4)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 5)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 6)>div{
		width:154px;
	}

	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 7)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 8)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 9)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 10)>div{
		width:235px;
	}

	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(3)>div{
		width:235px;
	}

	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(3)>div{
		width:235px;
	}

	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:478px;
	}

	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(3)>div,
	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(4)>div{
		width:154px;
	}

	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(2)>div{
		width:235px;
	}

	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(3)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(4)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(5)>div{
		width:154px;
	}

	.opt-container .catalog-section-unic-5.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:478px;
	}
}

@media (max-width:991px) and (min-width:768px){
	.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3)>div{
		width: 172px;
	}

	.opt-container .catalog-section-unic-4 .catalog-section-list-item>div{
		width: 112.5px;
	}
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(2)>div{
		width: 172px;
	}
	
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item>div{
		width: 172px;
	}
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 1)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 3)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 4)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 5)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 6)>div{
		width: 112.5px;
	}

	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 7)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 8)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 9)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(10n + 10)>div{
		width: 172px;
	}

	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(3)>div{
		width: 172px;
	}

	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-1.more-12 .catalog-section-list-item:nth-last-child(3)>div{
		width: 172px;
	}

	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:350px;
	}

	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(3)>div,
	.opt-container .catalog-section-unic-2.more-12 .catalog-section-list-item:nth-last-child(4)>div{
		width: 112.5px;
	}

	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(2)>div{
		width: 172px;
	}

	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(3)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(4)>div,
	.opt-container .catalog-section-unic-3.more-12 .catalog-section-list-item:nth-last-child(5)>div{
		width: 112.5px;
	}

	.opt-container .catalog-section-unic-5.more-12 .catalog-section-list-item:nth-last-child(1)>div{
		width:350px;
	}
}


@media (max-width: 991px){
	.opt-container .row .row.catalog-row {
    	margin-right: -10px;
    	margin-left: -10px;
	}

	.opt-container .row .catalog-row ul ul{
		margin-left: -10px;
    	margin-right: -10px;
    	margin: auto;
	}

	.catalog-section-list-item .catalog-section-list-item>div{
		width: 112.5px;
		height:100px;
	}

	.catalog-section-list-item .catalog-section-list-item:nth-child(1)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(4)>div{
		width: 112.5px;
	}

	.catalog-section-list-item .catalog-section-list-item{
		padding-left: 3px;
    	padding-right: 3px;
	}

	.catalog-section-list-item-img .catalog-section-list-item-title{
		font-size: 13px;
		line-height: 16.25px;
		bottom:11px;
	}
	
	.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1)>div{
		width: 350px;
	}

	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2)>div{
		width: 350px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1)>div{
		width: 350px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3)>div{
		width: 172px;
	}

	.opt-container .catalog-section-unic-4 .catalog-section-list-item>div{
	    width: 112.5px;
	}
	
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item>div{
		width: 172px;
	}
}



@media (max-width:767px) and (min-width:375px){
	.opt-container .big-sec .catalog-section-list-item:nth-last-child(1),
	.opt-container .big-sec .catalog-section-list-item:nth-last-child(1)>div{
		display:flex;
		flex-grow:1;
	}
}

@media (max-width: 767px){
    .catalog-section-list-item-img{
    	padding-top:initial;
    }

    .opt-container .row .catalog-row ul ul{
    	margin:0px 14px 18px!important;
    	max-width: 472px;
    }

    .catalog-section-list-item-inner h3.catalog-section-title{
    	margin-left: 16px;
    }

    .catalog-section-list-item .catalog-section-list-item>div,
    .catalog-section-list-item .catalog-section-list-item:nth-child(8)>div{
    	width:154px;
    	height:120px;
    }

    .catalog-section-list-item .catalog-section-list-item:nth-child(1)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(7)>div{
		width:154px;
	}
	.catalog-section-list-item .catalog-section-list-item:nth-child(4)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(5)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(n+9)>div{
		width: 233px;
	}

	.catalog-section-list-item .catalog-section-list-item{
		padding-left: 1.5px !important;
    	padding-right: 1.5px !important;
    	margin-bottom: 3px;
	}

	.catalog-section-list-item{
		margin-top: 0px;
	}

	.opt-container .row .row.catalog-row{
		margin-top: -13px;
	}

	.catalog-section-list-item-inner h3.catalog-section-title{
		margin-bottom:16px;
	}
	
	.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1)>div{
		width: 233px;
	}

	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2)>div{
		width: 233px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1)>div{
		width: 468px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3)>div{
		width: 233px;
	}

	.opt-container .catalog-section-unic-4 .catalog-section-list-item>div{
	   width: 233px;
	}
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(2)>div{
		width: 172px;
	}
	
	.opt-container .catalog-section-unic-6 .catalog-section-list-item:nth-last-child(1)>div{
		width: 468px;
	}
	
	.opt-container .catalog-section-unic-4.num-even:not(.big-sec) .catalog-section-list-item:nth-last-child(1)>div{
		width:468px;
	}
	
	.opt-container .catalog-section-unic-4.num-even:not(.big-sec) .catalog-section-list-item:nth-child(1)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item:nth-child(2)>div,
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item:nth-child(3)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-5:not(.big-sec) .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5:not(.big-sec) .catalog-section-list-item:nth-last-child(2)>div{
		width:233px;
	}
	
	/*.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:233px;
	}
	
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-child(5n+1)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-child(5n+2)>div,
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-child(5n+3)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+1)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+7)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+1)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+7)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+7)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+2)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+3)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+6)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+8)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+2)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+3)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+6)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+8)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+2)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+3)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+6)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+8)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:468px;
	}
	
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(5n+4)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(5n+5)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(6n+4)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(6n+5)>div{
		width: 233px;
	}
	
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+11)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+12)>div{
		width: 233px;
	}*/
	/*.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+1)>div, 
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+7)>div{
		width: 179px;
	}*/
	
	/*.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+1)>div, 
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+7)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+1)>div, 
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+7)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+2)>div, 
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+3)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+6)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+8)>div{
		width:154px;
	}
	
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(10n+1)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(10n+2)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(10n+3)>div{
		width:154px;
	}*/
	
	/*.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:468px;
	}*/
	
	/*.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(5n+1)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(5n+2)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(5n+3)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(6n+6)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(6n+7)>div{
		width: 233px;
	}
	
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(6n+6)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(6n+7)>div{
		width: 154px;
	}
	
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width: 468px;
	}
	
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width: 233px;
	}*/
	
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+1)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+2)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+3)>div{
		width: 154px;	
	}
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+4)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+5)>div{
		width: 233px;
	}
	
	/*.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:468px !important;
	}
	*/
	/*.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:233px !important;
	}*/
	
	/*.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		display:flex;
		flex-grow:1;
	}*/
	
	
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width: 233px;
	}
	
	.opt-container .catalog-section-unic-5.more-12 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5.more-12 .catalog-section-list-item:nth-last-child(2)>div{
		width: 233px;
	}
	
	.opt-container .catalog-section-unic-6.more-12 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-6.more-12 .catalog-section-list-item:nth-last-child(2)>div{
		width: 154px;
	}
	
	
}

@media (max-width: 575px){

	.opt-catalog-container .row>*{
		padding:0px;
	}

	/*.opt-container .row .row{
		margin-left: -15px !important; 
        margin-right: -15px !important;
	}*/

	.workarea .opt-container .row .row{
		/*margin-left: -13px !important;
    	margin-right: -13px !important;*/
	}

    .workarea .opt-container .catalog-row > div{
    	padding: 0px;
    }

	.catalog-section-list-item-inner h3.catalog-section-title{
		margin-left:-10px;
		margin-left: 0px;
		margin-bottom: 22px;
		font-size: 16px;
    	font-weight: 700;
    	line-height: 20px;
	}


	.catalog-section-list-item .catalog-section-list-item>div,
    .catalog-section-list-item .catalog-section-list-item:nth-child(8)>div{
    	width:121px;
    	height:100px;
    }

    .catalog-section-list-item .catalog-section-list-item:nth-child(1)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(7)>div{
		width:121px;
	}
	.catalog-section-list-item .catalog-section-list-item:nth-child(4)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(5)>div,
	.catalog-section-list-item .catalog-section-list-item:nth-child(n+9)>div{
		width: 183px;
	}

	.workarea .opt-container .row .row.catalog-row .row{
		justify-content: unset;
	}

	/*.catalog-section-list-item-inner h3.catalog-section-title{
		margin-left: 0px;
	}*/

	.opt-catalog-container .catalog-section-list-tile-list{
		margin-left: auto;
		margin-right: auto;
	}

	.opt-container .row .catalog-row ul ul{
	 	margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	
	.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1)>div{
		width: 233px;
	}

	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2)>div{
		width: 183px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1)>div{
		width: 370px;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2)>div,
	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3)>div{
		width: 183px;
	}

	.opt-container .catalog-section-unic-4 .catalog-section-list-item>div{
	   width: 183px;
	}
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(2)>div{
		width: 172px;
	}
	
	.opt-container .catalog-section-unic-6 .catalog-section-list-item:nth-last-child(1)>div{
		width: 370px;
	}
	
	.opt-container .catalog-section-unic-4.num-even:not(.big-sec) .catalog-section-list-item:nth-last-child(1)>div{
		width:370px;
	}
	
	.opt-container .catalog-section-unic-4.num-even:not(.big-sec) .catalog-section-list-item:nth-child(1)>div{
		width: 179px;
		width: 121px;
	}
	
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item:nth-child(2)>div,
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item:nth-child(3)>div{
		
		width: 108px;width: 121px;
	}
	
	.opt-container .catalog-section-unic-5:not(.big-sec) .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-5:not(.big-sec) .catalog-section-list-item:nth-last-child(2)>div{
		width:183px;
		
	}
	/*
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(1)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-last-child(2)>div{
		width:183px;
	}
	
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-child(5n+1)>div{
		width: 121px;
	}
	
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-child(5n+2)>div,
	.opt-container .catalog-section-unic-3.big-sec .catalog-section-list-item:nth-child(5n+3)>div{
		width: 121px;
	}
	
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+1)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+7)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+1)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+7)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+1)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+7)>div{
		width: 121px;
	}
	
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+2)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+3)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+6)>div,
	.opt-container .catalog-section-unic-4.big-sec .catalog-section-list-item:nth-child(10n+8)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+2)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+3)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+6)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(11n+8)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+2)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+3)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+6)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+8)>div{
		width: 121px;
	}
	
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:370px;
	}
	
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(5n+4)>div,
	.opt-container .catalog-section-unic-5.big-sec .catalog-section-list-item:nth-child(5n+5)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(6n+4)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(6n+5)>div{
		width: 183px;
	}
	
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+11)>div,
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+12)>div{
		width: 183px;
	}*/
	/*.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+1)>div, 
	.opt-container .catalog-section-unic-6.big-sec .catalog-section-list-item:nth-child(12n+7)>div{
		width: 179px;
	}*/
	/*
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+1)>div, 
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+7)>div{
		width: 179px;
	}
	
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+1)>div, 
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+7)>div{
		width: 179px;
	}
	
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+2)>div, 
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+3)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+6)>div,
	.opt-container .catalog-section-unic-1.big-sec .catalog-section-list-item:nth-child(10n+8)>div{
		width:121px;
	}
	
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(10n+1)>div{
		width: 177px;
	}
	
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(10n+2)>div,
	.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-child(10n+3)>div{
		width:121px;
	}*/
	
	
	
	
	/*.opt-container .catalog-section-unic-2.big-sec .catalog-section-list-item:nth-last-child(1)>div{
		width:368px;
	}*/
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+1)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+2)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+3)>div{
		width: 121px;	
	}
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+4)>div,
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+5)>div{
		width: 183px;
	}
	

}

@media (max-width: 400px) and (min-width: 375px){
	
	.catalog-section-list-item .catalog-section-list-item,
    .catalog-section-list-item .catalog-section-list-item:nth-child(8){
    	width:33.333%;
    	height:100px;
    }

	.catalog-section-list-item .catalog-section-list-item:nth-child(1),
	.catalog-section-list-item .catalog-section-list-item:nth-child(7){
		width:33.333%;
	}
	
	.catalog-section-list-item .catalog-section-list-item:nth-child(4),
	.catalog-section-list-item .catalog-section-list-item:nth-child(5),
	.catalog-section-list-item .catalog-section-list-item:nth-child(n+9){
		width: 50%;
	}

	.workarea .opt-container .row .row.catalog-row .row{
		justify-content: unset;
	}

	/*.catalog-section-list-item-inner h3.catalog-section-title{
		margin-left: 0px;
	}*/

	.opt-catalog-container .catalog-section-list-tile-list{
		margin-left: auto;
		margin-right: auto;
	}

	.opt-container .row .catalog-row ul ul{
	 	margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	
	.opt-container .catalog-section-unic-1 .catalog-section-list-item:nth-last-child(1){
		width: 233px;
	}

	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-2 .catalog-section-list-item:nth-last-child(2){
		width: 50%;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(1){
		width: 100%;
	}

	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(2),
	.opt-container .catalog-section-unic-3 .catalog-section-list-item:nth-last-child(3){
		width: 50%;
	}

	.opt-container .catalog-section-unic-4 .catalog-section-list-item{
	   width: 50%;
	}
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-5 .catalog-section-list-item:nth-last-child(2){
		width: 172px;
	}
	
	.opt-container .catalog-section-unic-6 .catalog-section-list-item:nth-last-child(1){
		width: 100%;
	}
	
	.opt-container .catalog-section-unic-4.num-even:not(.big-sec) .catalog-section-list-item:nth-last-child(1){
		width:100%;
	}
	
	.opt-container .catalog-section-unic-4.num-even:not(.big-sec) .catalog-section-list-item:nth-child(1){
		width:33.333%;
	}
	
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item:nth-child(2),
	.opt-container .catalog-section-unic-4:not(.big-sec) .catalog-section-list-item:nth-child(3){
		
		width:33.333%;
	}
	
	.opt-container .catalog-section-unic-5:not(.big-sec) .catalog-section-list-item:nth-last-child(1),
	.opt-container .catalog-section-unic-5:not(.big-sec) .catalog-section-list-item:nth-last-child(2){
		width: 50%;
		
	}
		
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+1),
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+2),
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+3){
		width:33.333%;
	}
	
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+4),
	.opt-container .big-sec .catalog-section-list-item:nth-child(5n+5){
		width: 50%;
	}
	
	.catalog-section-list-item .catalog-section-list-item>div{
		width: 100% !important;
	}
} 


@media (max-width: 374px){
	.catalog-section-list-item .catalog-section-list-item>div{
		width:120px !important;
	}

	.opt-container .row .row.catalog-row>.col,
	.opt-container .row .row >.col{
		padding-left: 0px;
		padding-right:0px;	
	}

	.catalog-section-list-item-inner h3.catalog-section-title{
		margin-left:0px;
	}

	.workarea .opt-container .row .row{
		margin-left: 0px !important;
    	margin-right: 0px !important;
	}

	.workarea .opt-container .row .row.catalog-row .row{
		justify-content: center;
	}

	.opt-container  .bx-content{
		padding:0px;
	}

	.opt-container .num-odd .catalog-section-list-item:nth-last-child(1){
		max-width: 246px;
		display: flex;
		flex-grow: 1;
	}
	
	.opt-container .num-odd .catalog-section-list-item:nth-last-child(1)>div{
		display: flex;
		flex-grow: 1;
	}
}
/* End */
/* /local/templates/optmast/components/bitrix/catalog/custom_bootstrap_v4/style.css?1736418535853 */
/* /local/templates/optmast/components/bitrix/catalog.section.list/optmast/style.css?173641853542169 */
