

/* Start:/local/templates/sivik/components/bitrix/catalog/parts/style.css?17653625273722*/
.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;}

.card__slider {
    height: auto !important;
}

.card-single-product__product img {
    width: 100%;
}
.card-single-product__price::after {
	display: none !important;
}
ul.product-item-scu-item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-item-scu-list {
    position: relative;
}
div#current-sku {
	position: relative;
    text-align: left;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
    overflow: hidden;
    width: fit-content;
    height: 36px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 31px 6px 12px;
    display: block;
    line-height: normal;
}
div#current-sku::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 12px;
	width: 9px;
	height: 22px;
	background-image: url("/local/templates/sivik/img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
ul.product-item-scu-item-list {
    position: absolute;
    left: 0;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    background: #FFF;
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
    transform: translateY(10px);
}
li.product-item-scu-item-text-container {
    display: block;
    cursor: pointer;
    height: 36px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 12px;
    line-height: normal;
}
.checkbox input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.docs .block__content.all-docs {
    height: auto !important;
}
.product-item-detail-compare-container {
    position: absolute;
    left: 80px;
    top: 115px;
}
.card-single-product__inner .card__like {
    position: absolute;
    left: 80px;
    top: 85px;
    z-index: 100;
    color: #333333;
    transition: color 0.3s ease;
}
.card-single-product__inner .card__like:hover {
    color: #005FE5;
}
.card-single-product__inner .card__like:active {
    color: #0749CA;
}
.card-single-product__inner .card__like._active {
    color: #0749CA;
}
.card-single-product__inner .card__like._active:hover {
    color: #005FE5;
}
/* End */


/* Start:/local/templates/sivik/components/bitrix/catalog/parts/bitrix/catalog.compare.list/.default/style.css?17503128901320*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/sivik/components/bitrix/catalog/parts/bitrix/catalog.element/.default/style.min.css?17503128902313*/
.card-single-product__product img {
    width: 100%;
}
.card-single-product__price::after {
	display: none !important;
}
ul.product-item-scu-item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-item-scu-list {
    position: relative;
}
div#current-sku {
	position: relative;
    text-align: left;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
    overflow: hidden;
    width: fit-content;
    height: 36px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 31px 6px 12px;
    display: block;
    line-height: normal;
}
div#current-sku::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 12px;
	width: 9px;
	height: 22px;
	background-image: url("/local/templates/sivik/img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
ul.product-item-scu-item-list {
    position: absolute;
    left: 0;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    background: #FFF;
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
    transform: translateY(10px);
}
li.product-item-scu-item-text-container {
    display: block;
    cursor: pointer;
    height: 36px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 12px;
    line-height: normal;
}
.checkbox input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.docs .block__content.all-docs {
    height: auto !important;
}
.product-item-detail-compare-container {
    position: absolute;
    left: 80px;
    top: 115px;
}
.card-single-product__inner .card__like {
    position: absolute;
    left: 80px;
    top: 85px;
    z-index: 100;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.min.css?1711917743604*/
.bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;line-height:38px;font-size:14px}.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#fbf1f0}.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#f2fbea}.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7}.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#fbf7db}
/* End */


/* Start:/local/templates/sivik/components/bitrix/catalog/parts/bitrix/catalog.element/.default/themes/blue/style.css?17503128901094*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/sivik/components/bitrix/catalog/parts/style.css?17653625273722 */
/* /local/templates/sivik/components/bitrix/catalog/parts/bitrix/catalog.compare.list/.default/style.css?17503128901320 */
/* /local/templates/sivik/components/bitrix/catalog/parts/bitrix/catalog.element/.default/style.min.css?17503128902313 */
/* /bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.min.css?1711917743604 */
/* /local/templates/sivik/components/bitrix/catalog/parts/bitrix/catalog.element/.default/themes/blue/style.css?17503128901094 */
