

/* Start:/local/templates/phantom_s1_custom/components/bitrix/catalog/collections/style.css?16831834451122*/
.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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/phantom_s1_custom/components/bitrix/catalog.section.list/section_list/style.css?17152745511265*/


.collection-sections-wrapper .collection-sections-item {
    width: 120px;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #F0EEE1;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    margin: 15px 15px;
    overflow: hidden;
    height:140px;
    position: relative;
}

.collection-sections-wrapper .collection-sections-item:hover {
    box-shadow: 0 0 10px 0 #A8A8A8;
}

.collection-sections-wrapper .collection-sections-item .collection-sections-item-img {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 72px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #F0EEE1;
}

.collection-sections-wrapper .collection-sections-item span.collection-sections-item-title {
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 1.4em;
}

.collection-sections-wrapper .collection-sections-item span.collection-sections-item-counter {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding: 0 5px;
    line-height: 1em;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16828560642917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/phantom_s1_custom/components/bitrix/catalog.section/elements_list/style.css?17567408012058*/
.collection-sections-wrapper .collections-elements-list-item {
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 18px;
    margin: 15px 15px;
    overflow: hidden;
    height: 440px;
    position: relative;
    font-weight: bold;
    border-radius: 10px;
}

.collection-sections-wrapper .collections-elements-list-item:hover {
    box-shadow: 0 0 10px 0 #A8A8A8;
}

.collection-sections-wrapper .collections-elements-list-item .collections-elements-list-item-title {
    padding-top: 10px;
    position: relative;
    line-height: 1.7em;
}

.collection-sections-wrapper .collections-elements-list-item .collections-elements-list-item-slider {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.collection-sections-wrapper .collections-elements-list-item .collections-elements-list-item-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.collection-sections-wrapper .collections-elements-list-item img {
    width: 100%;
    border-radius: 10px;
}

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

.row::before {
    display: initial;
}

.collection-sections-characteristic-list {
    margin-bottom: 10px;
}

.collection-sections-characteristic-item {
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    padding: 2px 5px;
    line-height: 26px;
    margin-right: 15px;
    border: 1px solid #585858;
    border-radius: 10px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.collection-sections-characteristic-item:hover, .collection-sections-characteristic-item.active {
    border: 1px solid #E56100;
    color: #E56100 !important;
}

.collection-sections-characteristic-item.active {
    font-weight: bold;
}

.collections-elements-list-item-counter {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
}
/* End */


/* Start:/local/templates/phantom_s1_custom/components/bitrix/catalog.section/elements_list/themes/yellow/style.css?1683276143854*/
/* catalog.section */

/*
#f4b236
#f6c042
#f7c95e
#f9d857
*/

/* Slider */
.bx-yellow .product-item-image-slider-progress-bar { background-color: #f9a91d;}
.bx-yellow .product-item-image-slider-control:hover{ background-color: rgba(249,169,29,.8);}
.bx-yellow .product-item-image-slider-control.active,
.bx-yellow .product-item-image-slider-control:hover{ background-color: #f9a91d;}

/* SCU */
.bx-yellow .product-item-scu-item-text-block:hover,
.bx-yellow .product-item-scu-item-color-block:hover,
.bx-yellow .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-yellow .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #f4b236;}

/* Amount */
.bx-yellow .product-item-amount-field:focus{border-color: #f4b236;}


.bx-yellow .catalog-section-header{border-color:#f4b236;}
/* End */
/* /local/templates/phantom_s1_custom/components/bitrix/catalog/collections/style.css?16831834451122 */
/* /local/templates/phantom_s1_custom/components/bitrix/catalog.section.list/section_list/style.css?17152745511265 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16828560642917 */
/* /local/templates/phantom_s1_custom/components/bitrix/catalog.section/elements_list/style.css?17567408012058 */
/* /local/templates/phantom_s1_custom/components/bitrix/catalog.section/elements_list/themes/yellow/style.css?1683276143854 */
