

/* Start:/local/templates/main/components/bitrix/catalog.element/main_template/style.css?17689071804386*/
/* Tabs */
.product-item-detail-tabs-container {
	margin: 0;
}

.product-item-detail-tabs-list {
	display: flex;
	gap: 0.9375vw 18px;
}

.product-item-detail-tab {
	width: fit-content;
	transition: .3s linear;
}

.product-item-detail-tab-link {
	position: relative;
	padding-left: 1.25vw;
	font-family: 'Gilroy-Semibold';
	font-size: 1.04vw;
	font-weight: 500;
	color: rgba(13, 34, 53, 1);
	cursor: pointer;
	transition: .3s linear;
}

.product-item-detail-tab.active {
	padding-left: 1.25vw;
}

.product-item-detail-tab.active:first-child {
	padding-left: 0;
}

.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #BC0203;
}

.product-item-detail-tab-link:after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	background-color: #BC0203;
	border-radius: 0.6250vw;
	transition: .3s linear;
}

.product-item-detail-tab.active .product-item-detail-tab-link:after {
	width: 0.6250vw;
	height: 0.6250vw;
}

.product__nav-content {
	background-color: #fff;
	border-radius: 34px;
	padding: 36px;
	margin-bottom: 4rem;
}


/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
	min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
	display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
	top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
	display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
	display: none;
}

.product-item-detail-tab-content.active {
	display: block;
}

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl {
	clear: both;
}

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.comments/main_template/style.css?17689071804648*/
.item_comments {
	display: block;
	padding-left: 0;
}

.item_comments li {
	display: block;
	padding-bottom: 10px;
}

.item_comments_username {
	display: inline-block;
	color: #5d90bd;
	font-size: 14px;
}

.item_comments_date {
	display: inline-block;
	color: #b8b8b8;
	font-size: 14px;
	margin-left: 10px;
}

.item_comments_container p {
	margin-top: 5px;
	color: #3f3f3f;
	font-size: 14px;
}

div.blog-comment-form {
	width: 100% !important;
}

div.blog-comment .blog-author {
	font-size: 0.85em;
}

.blog-comment-content {
	font-size: 13px;
	overflow: hidden !important;
	padding-top: 0 !important;
}

div.blog-comment-buttons input {
	font-size: 13px !important;
	padding: 0 3px !important;
}

.blog-post-rating {
	padding: 10px 0 0 0;
}

@media (max-width:540px) {
	.bx_soc_comments_div .bx-catalog-tab-list li a {
		font-size: 11px;
	}
}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button {
	height: 27px;
	line-height: 27px;
}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:hover {}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:active {}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 {
	font-weight: bold
}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2:hover {}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2:active {}

.bx_soc_comments_div.bx_important .blog-comment-nav {}

.bx_soc_comments_div.bx_important .blog-comment-nav a,
.bx_soc_comments_div.bx_important .blog-comment-nav a:link,
.bx_soc_comments_div.bx_important .blog-comment-nav a:visited,
.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
	text-decoration: none;
	color: #969696 !important;
}

.bx_soc_comments_div.bx_important .blog-comment-nav a:hover,
.bx_soc_comments_div.bx_important .blog-comment-nav a:active,
.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
	text-decoration: underline;
	color: #969696 !important;
}

.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
	font-size: 0.85em;
}

.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
	font-size: 0.85em;
}

.bx_soc_comments_div .bx-catalog-tab-section-container {
	position: relative;
}

.bx_soc_comments_div .bx-catalog-tab-list {
	border-bottom: 1px solid #d9e1e3;
	text-align: left;
	padding: 0;
	vertical-align: bottom;
	margin: 16px 0;
}

.bx_soc_comments_div .bx-catalog-tab-list li {
	vertical-align: bottom;
	border: 1px solid #d9e1e3;
	border-bottom: none;
	display: inline-block;
	border-radius: 3px 3px 0 0;
	background: #f7f7f7;
	box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, .12);
}

.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before {
	content: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li a,
.bx_soc_comments_div .bx-catalog-tab-list li>span {
	display: block;
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	color: #999;
	text-decoration: none;
	font-size: 13px;
	padding: 0 20px;
	box-shadow: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li:hover,
.bx_soc_comments_div .bx-catalog-tab-list li.active {
	background: #fff;
}

.bx_soc_comments_div .bx-catalog-tab-list li.active a,
.bx_soc_comments_div .bx-catalog-tab-list li.active>span {
	background: #fff;
	line-height: 35px;
	height: 35px;
	color: #3f3f3f;
	position: relative;
	bottom: -2px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div.tab-off {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div {
	opacity: 1;
	-webkit-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	padding: 0 10px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden {
	display: none;
}

.bx-catalog-tab-list.comments {
	display: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/main_template/themes/blue/style.css?17689071801064*/
/* 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/main/components/bitrix/catalog.element/main_template/style.css?17689071804386 */
/* /local/templates/main/components/bitrix/catalog.comments/main_template/style.css?17689071804648 */
/* /local/templates/main/components/bitrix/catalog.element/main_template/themes/blue/style.css?17689071801064 */
