

/* Start:/local/templates/titan/components/bitrix/catalog/catalog/style.css?17222557481945*/
.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: 14rem;
	font-weight: bold;
	text-align: left;
	margin: 5rem 0;
	padding: 5rem 15rem;
	border-bottom: 2rem 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;
}

.catalog-section {
	background-color: #F1F6F7;
}

.catalog-section-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25rem;
}

.catalog-section-desr {
	max-width: 720rem;
}

.catalog-section-btn {
	cursor: pointer;
	display: none;
	gap: 5px;
}

.catalog-section-btn p {
	font-weight: 500;
	font-size: 16rem;
}

.catalog-section-btn svg {
	width: 30rem;
	height: 30rem;
}

.bx-sidebar-block.active {
	display: block;
}

.sections {}

@media(max-width: 768.98px) {
	.bx-sidebar-block {
		display: none;
	}

	.catalog-section-desr {
		max-width: 580rem;
	}

	.catalog-section-btn {
		display: flex;
		margin-left: auto;
	}

	.catalog-section-title {
		flex-direction: column;
		justify-content: flex-end;
		gap: 15rem;
	}

}
/* End */


/* Start:/local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog-element/style.css?17224079025839*/
.catalog-element {
  background-color: #F1F6F7;
}
.catalog-element h1 {
  color: #000;
  font-size: 34rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10rem;
}
.catalog-element .js-tab-content:not(.active) {
  display: none;
}
.catalog-element__article {
  font-size: 16rem;
  color: #3D3D3D;
  line-height: 1.5;
}
.catalog-element__article:first-child {
  color: rgba(61, 61, 61, 0.8);
}
.catalog-element-wrapper {
  padding: 10rem 0 100rem;
}
.catalog-element-item {
  display: flex;
  gap: 40rem;
  margin-bottom: 25rem;
}
.catalog-element-item__img {
  width: 100%;
  max-width: 460rem;
  max-height: 500rem;
  background-color: #fff;
}
.catalog-element-item__img img {
  visibility: hidden;
  max-height: 550rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.catalog-element-item__order {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30rem;
}
.catalog-element-item__order button {
  width: 100%;
  padding: 20rem 5rem;
  color: #000;
  background: transparent;
  border: 1rem solid #000;
}
.catalog-element-item__order-link {
  display: flex;
  gap: 12rem;
}
.catalog-element-item__order-link a {
  display: none;
  color: #000;
  font-family: "Acrom";
  font-size: 18rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline !important;
  text-transform: uppercase;
}
.catalog-element-item__order-link a.active {
  display: block;
}
.catalog-element-item__components {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  flex: auto;
}
.catalog-element-item__components h4 {
  color: #000;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.catalog-element-item__icon {
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 75rem;
  max-height: 75rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.catalog-element-item__icon img {
  margin: 10rem auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100rem;
}
.catalog-element-item__component {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18rem;
}
.catalog-element-item__component p {
  font-size: 16rem;
}
.catalog-element-item__component.active .catalog-element-item__icon {
  outline: 3rem solid #D5E0E2;
}
.catalog-element-content__drawing {
  margin-left: 20rem;
  max-width: 400rem;
  width: 100%;
}
.catalog-element-content__title {
  color: #000;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 1rem solid #CDCDCD;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
}
.catalog-element-content__name {
  font-size: 18rem;
  font-weight: 500;
  line-height: 2.5;
}
.catalog-element-content__list {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  max-width: 1000rem;
}
.catalog-element-content__list li {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.catalog-element-content__list li span {
  width: 100%;
  height: 1rem;
  border: 1rem dashed #CDCDCD;
}
.catalog-element-content__list li p {
  flex-shrink: 0;
}
.catalog-element-content__list li p:last-child {
  color: #464646;
}
.catalog-element-content__characteristics {
  display: none;
  justify-content: space-between;
}
.catalog-element-content__characteristics.active {
  display: flex;
}
.catalog-element-content .tab-btn-active {
  pointer-events: none;
  color: red;
}
.catalog-element .slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-element .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.catalog-element .slick-list {
    width: 100%;
}
.catalog-element .slick-dots {
  bottom: 0;
}
.catalog-element .slick-dots .slick-active button {
  width: 10rem;
  height: 10rem;
  background-color: #000;
  border-color: #000;
  border-radius: 50%;
}
.catalog-element .slick-dots button {
  width: 10rem;
  height: 10rem;
  border: 2rem solid #464646;
  border-radius: 50%;
}
.catalog-element .slick-dots button::before {
  display: none;
}
.catalog-element .slick-dots li:only-child {
  display: none;
}
.catalog-element .prev,
.catalog-element .next {
  position: absolute;
  top: 50%;
  height: clamp(38rem, 4vw, 48rem);
  width: clamp(38rem, 4vw, 48rem);
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-element .slick-disabled {
  filter: invert(80%);
}
.catalog-element .prev {
  background-image: url(/local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog-element/images/arrowLeft.svg);
  left: 15rem;
}
.catalog-element .next {
  background-image: url(/local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog-element/images/arrowRight.svg);
  right: 15rem;
}
@media (max-width: 767.98px) {
  .catalog-element h1 {
    font-size: 22rem;
  }
  .catalog-element__article {
    font-size: 14rem;
  }
  .catalog-element-item {
    gap: 30rem;
    flex-wrap: wrap;
  }
  .catalog-element-item__component p {
    font-size: 14.6rem;
  }
  .catalog-element-item__icon {
    max-width: 70rem;
    max-height: 70rem;
  }
  .catalog-element-item__order {
    width: 100%;
  }
  .catalog-element-item__order button {
    width: 80%;
    padding: 15rem 5rem;
  }
  .catalog-element-item__order-link a {
    font-size: 16px;
  }
  .catalog-element-wrapper {
    padding: 5rem 0 50rem;
  }
  .catalog-element-content__name {
    font-size: 16rem;
    line-height: 1.5;
  }
  .catalog-element-content__list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .catalog-element-content__list li span {
    display: none;
  }
  .catalog-element-content__list li p {
    margin-bottom: 0;
  }
  .catalog-element-content__drawing {
    margin: 0 auto 15rem;
  }
  .catalog-element-content__characteristics {
    flex-direction: column-reverse;
  }
  .catalog-element__components {
    max-width: 100%;
    margin-right: 0;
  }
}
/* End */


/* Start:/local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.recommended.products/recommendations/style.css?17222557482576*/
.recommendations {
  padding: 50rem 0;
  background-color: #fff;
}
.recommendations h4 {
  margin-bottom: 30rem;
  margin-top: 0;
}
.recommendations__wrapper {
  max-width: 1440rem;
}
.recommendations__btn {
  display: flex;
  gap: 30rem;
  justify-content: flex-end;
  margin-bottom: 30rem;
  margin-right: 10rem;
}
.recommendations .arrow-prev,
.recommendations .arrow-next {
  cursor: pointer;
  height: clamp(38rem, 4vw, 48rem);
  width: clamp(38rem, 4vw, 48rem);
  background-repeat: no-repeat;
  background-size: contain;
}
.recommendations .arrow-prev {
  background-image: url(/local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.recommended.products/recommendations/images/arrowLeft.svg);
}
.recommendations .arrow-next {
  background-image: url(/local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.recommended.products/recommendations/images/arrowRight.svg);
}
.recommendations .slick-disabled {
  filter: invert(80%);
}
.recommendations .slick-slide {
  margin: 10rem;
}

.recommendation {
  display: flex;
  gap: 20rem;
}
.recommendation-item {
  max-width: 345rem;
  width: 100%;
  max-height: 375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1rem solid rgba(0, 0, 0, 0.1);
}
.recommendation-item__text {
  display: block;
  text-align: center;
  padding: 20rem;
  margin: 0 auto;
  color: #000;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.5;
}
.recommendation-item__img {
  max-width: 345rem;
}
.recommendation-item__img img {
  margin: 0 auto;
  max-height: 245rem;
  -o-object-fit: contain;
  object-fit: contain;
  visibility: hidden;
}
.recommendation-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 8rem 24rem;
}
.recommendation .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.recommendation .slick-dots {
  height: 33rem;
  position: relative;
  bottom: 0;
}
.recommendation .slick-dots li {
  width: 20rem;
  height: 20rem;
  margin: 0 5rem;
  padding: 10rem;
}
.recommendation .slick-dots .slick-active button {
  width: 10rem;
  height: 10rem;
  background-color: #000;
  border-color: #000;
  border-radius: 50%;
}
.recommendation .slick-dots button {
  width: 10rem;
  height: 10rem;
  border: 2rem solid #464646;
  border-radius: 50%;
  padding: 5rem;
}
.recommendation .slick-dots button::before {
  display: none;
}
.recommendation .slick-dots li:only-child {
  display: none;
}

@media (max-width: 767.98px) {
  .recommendations {
    padding: 50rem 0;
  }
  .recommendations__btn {
    gap: 15rem;
    margin-bottom: 0;
    margin-right: 0;
  }
  .recommendation-item__text {
    font-size: 16rem;
    padding: 10rem 10rem 20rem;
  }
  .recommendation-item__img img {
    max-height: 120rem;
  }
  .recommendation .slick-dots button {
    padding: 4rem;
  }
}
/* End */
/* /local/templates/titan/components/bitrix/catalog/catalog/style.css?17222557481945 */
/* /local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog-element/style.css?17224079025839 */
/* /local/templates/titan/components/bitrix/catalog/catalog/bitrix/catalog.recommended.products/recommendations/style.css?17222557482576 */
