

/* Start:/local/templates/akuvox_template/components/bitrix/breadcrumb/akuvox_breadcrumb/style.min.css?1776247186467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/akuvox_template/components/bitrix/catalog/custom_catalog/style.css?17769489843642*/
.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;
}


/* fix ховер ссылки с бутстрапа*/
.catalog-section-list-item-link:hover {
	text-decoration: none;
	color: #F6F6F6;
}

.catalog-layout {
	display: flex;
	gap: 40px;
}

.catalog-sidebar {
	width: 370px;
	flex: 0 0 370px
}

.catalog-content {
	flex: 1 1 auto;
	min-width: 0
}

@media (max-width:1024px) {
	.catalog-layout {
		flex-direction: column
	}

	.catalog-sidebar {
		width: 100%;
		flex: 0 0 auto
	}
}

.c-frequent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	max-width: 890px;
	padding-bottom: 50px;
}

.c-frequent__title {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #f6f6f6;
	margin: 0;
}

.c-frequent__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.c-frequent__tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	height: 50px;
	border: 1px solid #383838;
	border-radius: 50px;
	background: #1C1C1E;

	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	text-align: center;
	color: #f6f6f6;
	text-decoration: none;
}

.category-products-1 {
	position: relative;
	background: #1c1c1e;
	z-index: 1; 
	overflow: hidden;   
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 80px;
	min-height: 400px;
}
.category-products-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #383839 0%, #161617 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1; 
	border-radius: inherit;
}
.category-products-1:hover::before {
  opacity: 1;
}
.category-products>.category-products-1 {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: fit-content;
}

.category-products-1 * {
	min-width: 0;
}
.related-products img {
	width: 100%;
	max-width: 200px;
}
.category-products-1 {
	overflow: hidden;
}

.scope .col-xs-12 .col-xs-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

a.c-frequent__tag {
	text-decoration: none;
	color: #f6f6f6;
}
@media (max-width: 767px) {
	.c-frequent__tags {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 8px;
			gap: 8px;
    	}
	}
	.c-frequent__tag {
		font-size: 14px;
		padding: 10px 10px;
    	height: unset;
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
	}
}
/* End */


/* Start:/local/templates/akuvox_template/components/bitrix/catalog/custom_catalog/bitrix/catalog.element/custom_detail/style.css?17769493278164*/
.product-description li {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  list-style-type: none;
  text-align: left;
}

.product-description li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 11px;
  height: 11px;
  background-color: #e7b765;
  transform: rotate(-315deg);
  border-radius: 2px;
}

.product-detail-page {
  display: flex;
  gap: 40px;
  padding: 40px;
  color: #fff;
}
.product-detail-left .main-image a {
  display: flex;
  justify-content: center;
}
.product-detail-left img {
  width: 100%;
  object-fit: contain;
  max-width: fit-content;
}

.product-detail-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  width: 60%;
}

.product-title {
  font-family: Montserrat;
  font-size: 48px;
  line-height: 0.9;
  color: #fff;
  font-weight: 400;
}


.product-description {
  color: rgba(246, 246, 246, 0.7) !important;
  font-size: 17px;
  text-align: left !important;
}

.Frame-40014 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.Frame-40014 div {
  display: flex;
  justify-content: space-between;
  padding: 5px 40px;

}


.category-products {
    display: grid !important;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr)  !important;
    grid-gap: 10px  !important;
    gap: 10px  !important;
    padding-bottom: 0 !important;
}
@media (max-width: 1000px) {
    .category-products {
      grid-template-columns: repeat(2, 1fr)  !important;
    }
}
@media (max-width: 600px) {
  .category-products {
    grid-template-columns: repeat(1, 1fr)  !important;
  }
}
.category-products a {
  border: 1px solid rgba(214, 214, 214, 0.37);
  border-radius: 10px;
  text-decoration: none;
}

.product-name {
  color: #fff !important;
}

.product-video {
  width: 100%;
  max-width: 872px;
  max-height: 490px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.product-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-specs h3,
.product-docs h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.product-specs table,
.product-docs table {
  width: 100%;
  border-collapse: collapse;
}

.product-specs th,
.product-specs td,
.product-docs th,
.product-docs td {
  text-align: left;
  padding: 20px 12px;
  font-size: 17px;
  color: #F6F6F6;
  font-weight: 400;
}

.product-specs th,
.product-docs th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-specs td,
.product-docs td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-specs tr:last-child td,
.product-docs tr:last-child td {
  border-bottom: none;
}

.product-specs td:first-child,
.product-docs td:first-child {
  width: 40%;
}

.product-specs td:last-child,
.product-docs td:last-child {
  width: 60%;
}

.doc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.doc-name {
  color: #fff;
  font-size: 17px;
}

.product-docs a {
  color: #c4c4c4ff;
  text-decoration: none;
  font-weight: 600;
}

.doc-link a:hover {
  text-decoration: underline;
}

.main-work-area {
  background-color: #1C1C1E !important;
}

.page-title,
.bx-breadcrumb .bx-breadcrumb-item a,
.bx-breadcrumb i,
.bx-breadcrumb .bx-breadcrumb-item span {
  color: #fff !important;
}

@media (max-width: 480px) {
  .product-title {
    font-size: 24px;
  }

  .product-detail-left img {
    width: 100%;
  }

  .product-detail-page {
    padding: 20px;
  }
}


tr:has(input[name="form_text_12"]),
tr:has(input[name="form_text_13"]) {
    display: none !important;
}

form h3 {
    display: none;
}

@media (min-width: 1024px) {

    .product-detail-left {
        position: sticky;
        top: 100px;
        width: 40%;
        flex-shrink: 0;
        align-self: flex-start;
    }
}

.price_container.hide{
  display: none;
}

.price_container{
  display: flex;
  gap: 4px;
  /*margin-bottom: 20px;*/
  flex-direction: column;
  flex-wrap: nowrap;
}

.nds-row{
  line-height: 0.9;
  color: #969696;
  letter-spacing: -3%;
  font-size: 14px;
}

.price{
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -2%;
  color: #F6F6F6;
}

/* Di accordeon */
.product-accordion {
    margin-top: 20px;
}
.accordion-item {
    border-bottom: 1px solid #e0e0e0;
    color: #fff;
}
.table-responsive, .table-responsive table {
  color: #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0.5px solid #ddd;
}
.table-bordered>tbody>tr>td {
  padding: 8px;
}
.accordion-item h6 {
  display: none;
}
.accordion-item input[type="checkbox"] {
    display: none;
}
.accordion-item label {
    display: block;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}
.accordion-item label:hover {
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}
.accordion-item input[type="checkbox"]:checked + label + .accordion-content {
    max-height: unset;
    padding: 15px;
}
/* DI thumbnail */
.thumbnails {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    gap: 10px;
}
.thumbnail img {
  width: 100%;
  height: 1000px; 
  object-fit: cover;
}
/* Di zoom images */
.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
    overflow: hidden;
    cursor: default;
}
.modal-image {
    display: block;
    position: absolute;
    cursor: grab;
    user-select: none;
    transform-origin: 0 0;
    max-width: none;
    max-height: none;
    opacity: 0;
    transition: opacity 0.2s;
}
.modal-close-new {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 10001;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    user-select: none;
}
.modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 5px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10002;
    display: none;
    pointer-events: none; 
}
.modal-prev,
.modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    padding: 10px 25px;
    border-radius: 50%;
    user-select: none;
    z-index: 1001;
}
.modal-prev { left: 20px; }
.modal-next { right: 20px; }
.modal-prev:hover,
.modal-next:hover {
    background: rgba(0,0,0,0.7);
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
@media (max-width: 1000px) {
  .product-detail-page {
    flex-direction: column;
  }
  .product-detail-left, .product-detail-right {
    width: 100%;
  }
}
/*-- rel --*/
.related-products .product-name {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    color: #1c1c1e;
}
.related-products .product-brand {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.related-products .product-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.related-products .category-products-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid rgba(12, 12, 12, 0.1);
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    position: relative;
    background: #1c1c1e;
    z-index: 1;
    width: 100%;
    flex-wrap: wrap;
    min-height: 400px;
}
/* End */
/* /local/templates/akuvox_template/components/bitrix/breadcrumb/akuvox_breadcrumb/style.min.css?1776247186467 */
/* /local/templates/akuvox_template/components/bitrix/catalog/custom_catalog/style.css?17769489843642 */
/* /local/templates/akuvox_template/components/bitrix/catalog/custom_catalog/bitrix/catalog.element/custom_detail/style.css?17769493278164 */
