

/* Start:/local/templates/svema2025/components/bitrix/catalog/svema_catalog/style.css?17754845991028*/
.catalog_page {
	display: flex;
	flex-wrap: no-wrap;
}

.catalog_page .catalog_content {
	width: 100%;
}

.catalog_page .catalog_sidebar+.catalog_content {
	width: calc(100% - 248px - 33px);
}

.catalog_page .catalog_sidebar {
	width: 248px;
	margin-right: 33px;
	padding-right: 40px;
	max-height: 700px;

	overflow-y: auto;
	overflow-x: hidden;

	scrollbar-width: thin;
	scrollbar-color: var(--neutral-400) var(--neutral-100);
}

.catalog_page .catalog_sidebar .catalog_section {
	display: block;
	margin-bottom: 20px;
	overflow-wrap: break-word;
}

.catalog_page .catalog_sidebar .catalog_section a {
	display: block;
	width: 100%;

	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--neutral-600);
}

.catalog_page .catalog_sidebar .catalog_section:hover{
	cursor: pointer;
}

.catalog_page .catalog_sidebar .catalog_section:hover a,
.catalog_page .catalog_sidebar .catalog_section.active a{
	color: var(--brand-blue---deffault);
}

.catalog_smart_filter {
	display: none;
}
/* End */


/* Start:/local/templates/svema2025/components/bitrix/catalog.element/.default/style.css?17754846011838*/
/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-container.main-product{
	height: auto;
}
.product-item-container.main-product .product-item {
    min-height: 360px;
}

.product-item-container.main-product .product-item .product_img,
.product-item-container.main-product .product-item .product_img a,
.product-item-container.main-product .product-item .product_img img {
	width: 320px;
	height: 320px;
}

.product-item-container.main-product .product-item-detail-slider-container{
	display: none;
}


.product-item-container.main-product .product_info .art_info .article{
	font-weight: 600;
	font-size: 24px;
	color: var(--neutral-600);
	margin-top: 18px;
}

.product-item-container.main-product .product-item-chars{
	margin-top: 18px;
}
.product-item-container.main-product .product-item-chars .propertie_header{
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--neutral-600);
	margin-bottom: 15px;
}
.product-item-container.main-product .product-item-chars .property{
	margin-bottom: 10px;
	
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--neutral-600);
}
.product-item-container.main-product .product-item-chars .property:last-child{
	margin-bottom: 0;
}

.product-item-container.main-product .product_info .warehouse_info{
	margin-top: auto;
}
.product-item-container.main-product .product_info .warehouse_info .product-item-price-container{
	margin-left: 20px;
}

.product-item-container.main-product .product-item .product_actions{
	margin-left: 40px;
}


#tab-content-popular .catalog_title{
	display: none;
}
/* End */


/* Start:/local/templates/svema2025/components/bitrix/catalog.product.subscribe/.default/style.css?17754846032986*/
.subscribe{
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-left: 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 19V9C5 5.134 8.134 2 12 2C15.866 2 19 5.134 19 9V19M2 19H22M12 22C12.663 22 13.2989 21.7366 13.7678 21.2678C14.2366 20.7989 14.5 20.163 14.5 19.5V19H9.5V19.5C9.5 20.163 9.76339 20.7989 10.2322 21.2678C10.7011 21.7366 11.337 22 12 22Z' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.subscribe:hover,
.subscribe.disabled{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 19V9C5 5.134 8.134 2 12 2C15.866 2 19 5.134 19 9V19M2 19H22M12 22C12.663 22 13.2989 21.7366 13.7678 21.2678C14.2366 20.7989 14.5 20.163 14.5 19.5V19H9.5V19.5C9.5 20.163 9.76339 20.7989 10.2322 21.2678C10.7011 21.7366 11.337 22 12 22Z' stroke='%23120a8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.subscribe span{
	display: none;
}

/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/svema2025/components/bitrix/catalog/svema_catalog/bitrix/catalog.section/.default/style.css?1775484634122*/
.catalog-section .catalog_title {
	font-weight: 400;
	font-size: 16px;
	color: var(--neutral-400);
	margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/svema2025/components/bitrix/catalog.element/.default/themes/blue/style.css?17754846201064*/
/* 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 */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17264290352802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/svema2025/components/bitrix/catalog/svema_catalog/style.css?17754845991028 */
/* /local/templates/svema2025/components/bitrix/catalog.element/.default/style.css?17754846011838 */
/* /local/templates/svema2025/components/bitrix/catalog.product.subscribe/.default/style.css?17754846032986 */
/* /local/templates/svema2025/components/bitrix/catalog/svema_catalog/bitrix/catalog.section/.default/style.css?1775484634122 */
/* /local/templates/svema2025/components/bitrix/catalog.element/.default/themes/blue/style.css?17754846201064 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17264290352802 */
