

/* Start:/bitrix/components/bitrix/catalog/templates/kk/style.css?17754832313522*/
.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%;
	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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}


.banner {
	position: relative;
	height: fit-content;
	margin-top: 80px;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 4px 0px 10px #262529;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner__arrows {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	cursor: pointer;
}

.banner__arrows img {
	width: 50px;
}

.banner__arrows img:nth-child(1),
.banner__arrows img:nth-child(2),
.banner__arrows img:nth-child(3) {
	animation-name: arrows-transition;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-timing-function: ease;
}

.banner__arrows img:nth-child(2) {
	animation-delay: .4s;
}

.banner__arrows img:nth-child(3) {
	animation-delay: .8s;
}

@keyframes arrows-transition {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}

}

/* .h+.b {
	display: none;
} */

@media (max-width: 1024px) {
	.banner {
		margin-top: 70px;
		height: auto;
		overflow: hidden;
	}

	.banner h1 {
		font-size: 40px;
		line-height: 118.5%;
	}

	.banner__arrows {
		display: none;
	}
}

.gde-kupit__left {
	background-color: #1f1e21c2;
	height: 820px;
	margin-left: auto;
	width: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 65px 0 52px;
}

.gde-kupit__content h2 {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	padding: 42px 0;
}

.gde-kupit__content a {
	width: fit-content;
	background: #670d22;
	gap: 30px;
	display: flex;
	padding: 18px;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.gde-kupit__line {
	width: 297px;
	height: 1px;
	background-color: white;
	margin: 0;
	opacity: 1;
}


.gde-kupit {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	max-height: 100vh;
}

@media (max-width: 768px) {


	.gde-kupit__left {
		height: 500px;
		padding: 0 3px 0 25px;
	}

	.gde-kupit__content h2 {
		font-size: 28px;
		line-height: 33px;
	}

	.gde-kupit__left {
		width: 100%;
	}
}

@media (max-width: 768px) {


	.gde-kupit__left {
		padding: 0;
	}

	.gde-kupit__line {
		width: 100%;
	}

	.gde-kupit__content {
		align-items: center;
		display: flex;
		flex-direction: column;
	}


}
/* End */


/* Start:/bitrix/templates/hisun/components/bitrix/catalog.element/kk/style.css?177512287135425*/
.gde-kupit__left {
  background-color: #1f1e21c2;
  height: 943px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 65px 0 52px;
}

.gde-kupit__content h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  padding: 42px 0;
}

.gde-kupit__content a {
  width: fit-content;
  background: #670d22;
  gap: 30px;
  display: flex;
  padding: 18px;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.gde-kupit__line {
  width: 297px;
  height: 1px;
  background-color: white;
  margin: 0;
  opacity: 1;
}

.feedback,
.gde-kupit {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.feedback {
  height: 901px;
  display: flex;
  justify-content: flex-end;
}

.feedback__content {
  background-color: #1f1e21c2;
  padding: 90px 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.feedback__right {
  width: 45%;
}

.feedback__content h2 {
  margin-bottom: 53px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #e3e3e3;
  max-width: 510px;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 510px;
}

.feedback-form textarea,
.feedback-form input[type="text"],
.feedback-form input[type="tel"] {
  width: 100%;
  background: #a6a6a6;
  padding: 17px 26px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #e3e3e3;
}

.feedback-form textarea::placeholder,
.feedback-form input[type="text"]::placeholder,
.feedback-form input[type="tel"]::placeholder {
  color: white;
}

.feedback-form textarea {
  height: 182px;
}

.agreement {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: top;
  margin-top: 10px;
}

.agreement label {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #e3e3e3;
}

.feedback-form input[type="submit"] {
  padding: 19px 39px;
  background: #670d22;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  width: fit-content;
  margin-top: 10px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .feedback__content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .feedback__right {
    width: 100%;
  }

  .gde-kupit__left {
    height: 500px;
    padding: 0 3px 0 25px;
  }
}

.properties_block {
  background-image: url(/assets/img/properties_back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0 100px 0;
}

@media (max-width: 768px) {
  .properties_block {
    padding: 45px 0 0 0;
  }
}

.properties_block h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #262529;
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}

.property {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #c4c4c4;
  background: #eae9e900;
  transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
}

.property__title {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 42px 0;
  color: #2f2e33;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.property__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  padding-left: 17px;
  border-left: 1px solid #696969;
}

.properties .template-btn-arrow {
  margin: 0 auto;
  margin-bottom: 20px;
  width: fit-content;
}

.property__infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 60px 10px;
  transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
  overflow-y: hidden;
  overflow-x: hidden;
}

.property__value {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000000;
}

.property__name {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #696969;
}

.property:not(.active) .property__infos {
  margin-bottom: 0px;
}

.property.active .property__infos {
  margin-bottom: 40px;
}

.property.active {
  background: #eae9e9;
}

.property__title button {
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eae9e9;
  border: none !important;
  transition: 0.2s all ease;
  outline: none;
}

.property__title button img {
  transform: rotate(180deg);
}

.property__title button:hover {
  opacity: 0.75;
}

.property__title button img {
  transition: 0.2s all ease;
  width: 25px;
  height: 25px;
}

.property.active .property__title button {
  background-color: white;
}

.property.active .property__title button img {
  transform: rotate(0deg);
}

.properties__hide {
  background: #711e31;
  padding: 18px 39px;
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
  width: fit-content;
  margin-top: 110px;
  cursor: pointer;
}

.properties__hide:hover {
  opacity: 0.75;
}

.properties_block.hidden {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 0;
  transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
}

@media (max-width: 1200px) {
  .property__value {
    font-size: 24px;
    line-height: 120%;
  }

  .property__title {
    padding: 20px 0;
  }
}

@media (max-width: 1000px) {
  .properties__hide {
    margin-top: 50px;
  }

  .property__infos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .property__infos {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

#add_compare button {
  opacity: 0;
  border: 2px solid #a99d99;
  border-radius: 10px;
  color: #a99d99;
  font-family: "hnc";
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  padding: 12px 28.5px;
  transition: 0.2s all ease;
  pointer-events: none;
}

#add_compare.initialized button {
  pointer-events: all;
  opacity: 1;
}

#add_compare button:hover {
  background: #670d22;
  border: 2px solid #670d22;
  color: white;
}

.compare__block {
  background-color: white;
  position: fixed;
  right: -120px;
  bottom: 20%;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  padding: 25px 28px;
  z-index: 9;
  padding-left: 0;
  overflow-y: clip;
  transition: 0.2s all ease;
}

.compare__block:hover {
  right: 0px;
}

.compare__block:before {
  content: "";
}

.compare__block #compare_count {
  background: #d44242;
  border-radius: 60px;
  font-family: "hnc";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  padding: 4px 9px;
  color: white;
}

.compare__block a {
  font-family: "hn";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}

.d20 {
  margin-bottom: 20px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 70px solid white;
  position: relative;
  top: -50px;
}

.d20:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -50px;
  top: 70px;
  border: 50px solid transparent;
  border-top: 70px solid white;
}

.romb {
  position: absolute;
  left: -29.5px;
  z-index: -1;
}

@media (max-width: 768px) {
  .compare__block {
    right: -175px;
    bottom: 5%;
  }

  #add_compare.initialized button {
    width: 100%;
  }
}

.properties_show {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px;
  background-image: url(/assets/img/new_product_template/props_show_back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.properties_show_blocks {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.properties_show_block {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.properties_show_block p {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 0;
}

.properties_show_block img {
  width: 78px;
  height: auto;
}

.properties_show_block:not(:nth-child(1)) {
  border-left: 1px solid #9595a2;
  padding-left: 40px;
}

.buy-row {
  display: flex;
  gap: 12px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.buy-row button,
.buy-row span {
  text-transform: uppercase;
}

.buy-row span {
  font-size: 12px;
}

.buy-price {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 37px;
  line-height: 44.4px;
  color: #fff;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

@media (min-width: 830px) {
  .buy-price {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 37px;
    line-height: 44.4px;
    color: #fff;
  }
}

.template-btn-arrow {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 122%;
  color: #ffffff;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 19px 23px;
  transition: 0.2s all ease;
  background: #670d22;
  outline: none !important;
  white-space: nowrap;
  border-radius: 10px;
}

.in-btn {
  background: #fbca10;
  color: #232323 !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.template-btn-arrow:hover {
  opacity: 0.8;
}

.template-btn-arrow:active {
  opacity: 0.7;
}

.template-btn-arrow::after {
  content: url(/assets/img/new_product_template/arrow-down.svg);
  width: 12px;
  height: 12px;
}

.anchors-sticky .swiper-slide {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  transition: 0.2s all ease;
}

.anchors-sticky .swiper-slide.visible {
  border-bottom: 4px solid #670d22;
}

.swiper-slide.visible + .swiper-slide.visible {
  border-bottom: 4px solid transparent;
}

@media (max-width: 1440px) {
  .properties_show_blocks {
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .properties_show_block:not(:nth-child(1)) {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 1220px) {
  .properties_show {
    flex-direction: column;
    padding: 40px;
  }
}

@media (max-width: 600px) {
  .properties_show_blocks {
    grid-template-columns: 1fr;
  }

  .properties_show_block {
    flex-direction: column;
    justify-content: center;
    gap: 22px;
  }

  .properties_show_block p {
    text-align: center;
  }
}

.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 75px 50px;
  gap: 40px;
  background: #2f2e33;
}

.advantages h3 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #f3f3f3;
  margin-top: 16px;
  margin-bottom: 8px;
}

.advantages p {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: #ababac;
  text-align: justify;
}

@media (max-width: 1170px) {
  .advantages {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .advantages {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.technicals {
  background-image: url(/assets/img/new_product_template/technicals_back.jpg);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 104px;
  padding-bottom: 75px;
  background-size: cover;
}

.technicals__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 63px;
  gap: 20px;
}

.technicals h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.technicals__footer {
  display: flex;
}

.technicals__props {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.technicals__prop span {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 120%;
  text-transform: capitalize;
  color: #dbd9e2;
}

.technicals__value p {
  font-family: "Black Ops One";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 3rem;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 0;
}

.technicals__value p.technicals__small {
  font-family: "Roboto Condensed";
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: #ffffff;
}

.technicals__value {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
}

.technicals__prop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.technicals__props.right .technicals__prop {
  align-items: flex-end;
}

.technicals__footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: 34px;
}

.technical__footer-prop {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.technical__footer-prop img {
  height: 23px;
  width: auto;
}

.technical__footer-prop .technicals__prop {
  margin-top: -12px;
}

.technical__footer-prop:not(:nth-child(1)) {
  padding-left: 50px;
  border-left: 1px solid #9595a2;
}

.technical__image {
  max-width: 70%;
}
.technical__image {
  width: 50%;
}
@media (max-width: 768px) {
  .technicals {
    padding: 67px 10px 80px 10px;
  }

  .technical__footer-prop:not(:nth-child(1)) {
    padding-left: 0px;
    border: none;
  }

  .technicals__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .technicals__head .left {
    order: 1;
  }

  .technicals__head .right {
    order: 2;
  }

  .technicals__head .technical__image {
    order: 3;
  }

  .technicals__head {
    flex-wrap: wrap;
  }

  .technicals__footer .technical__footer-prop img {
    height: 15px;
  }

  .technicals__footer .technicals__value p:not(.technicals__small) {
    font-size: 2rem;
  }

  .technicals__footer .technicals__prop span {
    max-width: 100px;
    font-size: 12px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.gallery_image-1 {
  grid-area: 1 / 1 / 2 / 2;
}

.gallery_image-2 {
  grid-area: 1 / 2 / 2 / 3;
}

.gallery_image-3 {
  grid-area: 2 / 1 / 4 / 3;
}

.gallery_image-4 {
  grid-area: 1 / 3 / 3 / 5;
}

.gallery_image-5 {
  grid-area: 3 / 3 / 4 / 4;
}

.gallery_image-6 {
  grid-area: 3 / 4 / 4 / 5;
}

.gallery_image-7 {
  grid-area: 4 / 1 / 5 / 2;
}

.gallery_image-8 {
  grid-area: 4 / 2 / 5 / 3;
}

.gallery_image-9 {
  grid-area: 5 / 1 / 7 / 3;
}

.gallery_image-10 {
  grid-area: 7 / 1 / 8 / 2;
}

.gallery_image-11 {
  grid-area: 7 / 2 / 8 / 3;
}

.gallery_image-12 {
  grid-area: 8 / 1 / 10 / 3;
}

.gallery_image-13 {
  grid-area: 4 / 3 / 6 / 5;
}

.gallery_image-14 {
  grid-area: 6 / 3 / 7 / 4;
}

.gallery_image-15 {
  grid-area: 6 / 4 / 7 / 5;
}

.gallery_image-16 {
  grid-area: 7 / 3 / 9 / 5;
}

.gallery_image-17 {
  grid-area: 9 / 3 / 10 / 4;
}

.gallery_image-18 {
  grid-area: 9 / 4 / 10 / 5;
}

.gallery_image-3 a,
.gallery_image-4 a {
  display: block;
  height: 350px;
}

.gallery_image-3 img,
.gallery_image-4 img {
  object-fit: cover;
  height: 100%;
}

.gallery_image-1 a,
.gallery_image-2 a,
.gallery_image-5 a,
.gallery_image-6 a {
  display: block;
  height: 250px;
}

.gallery_image-1 img,
.gallery_image-2 img,
.gallery_image-5 img,
.gallery_image-6 img {
  object-fit: cover;
  height: 100%;
}

.header-block {
  padding-top: 58px;
  padding-bottom: 82px;
  background-image: url(/assets/img/new_product_template/technicals_back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-block .swiper-slide {
  transition: 0.5s all ease;
}

.header-block .swiper-slide:not(.swiper-slide-active) {
  transform: translateY(30px);
  opacity: 0.7;
  filter: grayscale(0.6);
}

.header-block h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.header-block h1 span {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
  color: #c3c1cb;
}

.header-block h1 p {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.banner {
  position: relative;
  margin-top: 80px;
  /*height: calc(100vh - 80px - 60px);*/
  max-height: 1080px;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
  /* height: calc(100vh - 80px - 60px); */
  object-fit: cover;
  height: 100%;
}

.banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 4px 0px 10px #262529;
}

.anchors-sticky {
  height: 60px;
  background: #262529;
}

.anchors-sticky .swiper {
  height: 100%;
  padding: 0 50px;
}

.anchors-sticky .swiper-slide {
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.anchors-sticky .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.colors {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.color_do_choose {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 120%;
  text-transform: capitalize;
  color: #b0adba;
  gap: 7px;
}

.color_do_choose img {
  width: 24px;
  height: 24px;
}

.color_chooser {
  display: flex;
  width: 33%;
  gap: 18px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(38, 45, 56, 0) 0%,
    #262d38 50%,
    rgba(38, 45, 56, 0) 100%
  );
  padding: 17px 0;
}

.properties_block {
  /* background-image: url(/assets/img/new_product_template/back-props.png); */
}

.color_chooser .color_to_chose {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  border: 2px solid #4b4b58;
  background-color: #b6a58d;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.color_chooser .color_to_chose img {
  position: absolute;
  top: -4px;
  left: -5px;
  width: 450%;
}

.buy-row .template-btn-arrow:after {
  display: none;
}

@media (min-width: 769px) {
  .gallery-slider .swiper-button-prev:after,
  .gallery-slider .swiper-button-next:after {
    content: "";
  }
}

@media (max-width: 768px) {
  .gallery-slider .swiper-button-prev img,
  .gallery-slider .swiper-button-next img {
    display: none;
  }
  .gallery-slider .swiper-button-prev:after,
  .gallery-slider .swiper-button-next:after {
    color: white;
    font-size: 20px;
  }
}

.gallery-slider .swiper-button-prev img,
.gallery-slider .swiper-button-next img {
  content: "";
  width: 50px;
  height: 50px;
  user-select: none;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1000;
  display: block;
  color: unset;
  opacity: 1;
  width: unset;
  height: unset;
}

.gallery-slider .swiper-button-prev img {
  transform: rotate(180deg);
}

.gallery-slider .swiper-button-next {
  right: 50px;
}

.gallery-slider .swiper-button-prev {
  right: unset;
  left: 50px;
}

@media (max-width: 1155px) {
  .banner_text {
    font-size: 3rem;
  }
}

@media (max-width: 1025px) {
  .banner {
    margin-top: 70px;
  }

  .anchors-sticky .swiper {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .banner_text {
    top: 70%;
  }

  .gallery-slider .swiper-button-prev img,
  .gallery-slider .swiper-button-next img {
    width: 30px;
    height: 30px;
  }

  .gallery-slider .swiper-button-next {
    right: 20px;
  }

  .gallery-slider .swiper-button-prev {
    right: unset;
    left: 20px;
  }

  /* .gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    } */

  /* .gallery_image-4 {
        grid-area: 1/1/5/5;
        position: relative;
    } */
}

@media (max-width: 480px) {
  /* .banner_text{
        font-size: 1rem;
    } */
}

@media (max-width: 830px) {
  .colors {
    flex-direction: column;
    gap: 20px;
  }

  .color_chooser {
    width: 100%;
    padding: 17px 30px;
  }
}

.more-photo {
	background: #2f2e33;
	padding: 35px 0 0 0;
}

.more-photo__flex {
	display: flex;
	justify-content: center;
}

.more-photo__img {
	width: auto;
}

.equipment {
  background-image: url(/assets/img/new_product_template/eq1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  align-items: center;
}

.equipment__meta1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.equipment__image img {
  position: relative;
  z-index: 1;
  max-width: 370px;
}

.equipment__image {
  margin-left: auto;
  margin-right: 60px;
}

.equipment.left .equipment__image {
  margin-left: 60px;
  margin-right: auto;
}

.equipment:not(.left) .technicals__prop {
  align-items: flex-end;
}

.equipment.left .equipment__meta1 {
  align-items: flex-end;
  order: 3;
}

.equipment.left .equipment__meta1 h2 {
  align-items: flex-end;
}

.equipment.left .equipment__meta2 {
  order: 1;
}

.equipment.left .equipment__image {
  order: 2;
}

.equipment__meta1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.equipment__meta1 h2 span {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: #dbd9e2;
}

.equipment__image {
  position: relative;
}

.equipment__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #670d22;
  opacity: 0.8;
  filter: blur(72.0256px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40%;
  height: 40%;
}

.equipment.left .equipment__image:before {
  right: 0;
  left: unset;
}

.equipment__meta1 h2 p {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  color: #ffffff;
}

.equipment__price {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  color: #ffffff;
}

.equipment.left {
  background-image: url(/assets/img/new_product_template/eq2.jpg);
}

.equipment.left .equipment__image img {
  transform: scaleX(-1);
}

.equipment .template-btn-arrow {
  text-decoration: none;
  width: fit-content;
  color: white !important;
}

.equipment .template-btn-arrow:after {
  transform: rotate(-90deg);
}

@media (max-width: 1130px) {
  .equipment {
    flex-direction: column;
  }

  .equipment__meta1 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .equipment__image img {
    max-width: unset;
    min-height: 120px;
  }

  .equipment__image {
    margin: 0 auto;
  }

  .equipment__meta2 {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }

  .equipment.left .equipment__meta1 {
    align-items: center;
  }

  .equipment__meta1 h2 span {
    font-size: 0.9rem;
  }

  .equipment__meta1 h2 p {
    font-size: 1.3rem;
  }

  .equipment .technicals__value p:not(.technicals__small) {
    font-size: 2rem;
  }

  .equipment {
    padding: 30px;
  }

  .equipment.left .equipment__meta1 h2 {
    align-items: flex-start;
  }
}

.accessories {
  display: flex;
  align-items: flex-start;
  background: #2f2e33;
}
.accessory__description {
  background: white;
  flex: 1 1 50%;
}
.accessories__description {
  width: 100%;
  padding: 63px 61px 96px 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  
}

.accessories__image {
  width: 100%;
  background: #2f2e33;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  gap: 20px;
  position: relative;
}

.accessories__image img {
  width: 40%;
  position: relative;
  z-index: 2;
}

.accessories__image:after {
  content: "";
  background: #ff5c00;
  opacity: 0.4;
  filter: blur(72.0256px);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 55%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.accessories h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

.accessories .template-btn-arrow {
  color: white;
  width: fit-content;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.accessories .template-btn-arrow:after {
  display: none;
}

.accessories__description:after {
  border: 20px solid transparent;
  border-right: 20px solid white;
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .properties_show_blocks {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .accessories {
    flex-direction: column-reverse;
  }

  .accessories__description {
    width: 100%;
    padding: 30px;
    flex-direction: row;
    align-items: center;
  }

  .accessories h2 {
    font-size: 1.5rem;
  }

  .accessories__image {
    width: 100%;
    background: #2f2e33;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
    position: relative;
  }

  .accessories__image img {
    width: 60%;
  }

  .equipment__meta2 {
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
  }

  .equipment__meta1 h2 {
    gap: 8px;
  }

  .equipment.left {
    flex-direction: column-reverse;
  }

  .equipment.left .equipment__image img {
    transform: unset;
  }

  .equipment .equipment__meta2 .technicals__prop {
    align-items: flex-start;
  }

  .equipment__meta1 {
    gap: 5px;
    margin-bottom: 10px;
  }

  .equipment .template-btn-arrow {
    padding: 8px 21px;
    font-size: 18px;
  }
}
.mob {
  display: none;
}

@media (max-width: 768px) {
  .technical__image {
    width: 100%;
  }
  .mob {
    display: flex;
  }
  .hidmob {
    display: none;
  }
  .equipment__meta1 {
    margin-top: 20px;
  }
  .gde-kupit__content h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .gde-kupit__left {
    width: 100%;
  }

  .accessories__image:after {
    display: none;
  }

  .accessories__image img {
    width: 70%;
  }

  .accessories__image {
    padding: 76px 10px 106px 10px;
  }

  .header-block h1 p {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
  }
  .technicals .technicals__head .technicals__prop {
    align-items: center;
  }
  .technicals__footer {
    gap: 30px;
  }
  .feedback__content h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .agreement label {
    font-size: 14px;
    line-height: 120%;
  }
  .feedback-form input[type="submit"] {
    margin: 0 auto;
    margin-top: 20px;
  }
  .properties_show_blocks {
    gap: 60px;
  }
}
.fake-h2 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
  background: #2F2E33;
}

.accessories h2 {
  color: black
}

.accessories .mobile {
  visibility: hidden;
  display: none;
}

.accessories__images {
  /* max-width: 328px; */
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.accessory__description {
  display: flex;
  flex-direction: column;
  padding: 63px 61px 96px 67px
}

.accessory__description h2 {
  margin-bottom: 65px;
}

.accesory__description-cont {
  min-height: 300px;
}

.accessories__images img {
  width: 100%;
  transition: .3s all ease;
}

.accessories__images .accesory__block {
  position: absolute;
}

.accessories__images .accesory__block:before {
  content: url(/assets/img/new_product_template/point-accessory.svg);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 100;
  pointer-events: none;
  transition: .3s all ease;
}

.accessories__images .accesory__block:hover::before {
  opacity: 0;
}

.accessories__images .accesory__block img {
  transition: .3s all ease;
}

.accessories__images.hover img {
  opacity: .3;
}

.accessories__images.hover img .accessory__image {
  opacity: .25
}

.accessories__images.hover .accesory__block:hover .accessory__image {
  opacity: 1 !important;
}

.accessory__description,
.accessories__image {
  width: 50%;
}

.accesory__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #000000;
}

@media (max-width: 1000px) {
  .accessories__images .accesory__block:before{
    display: none;
  }
  .accessories__image {
    padding: 0;
    background-color: unset;
  }

  .accessories .mobile {
    visibility: visible;
    display: block;
  }

  .accessory__description {
    display: none;
  }

  .accessories__image {
    width: 100%;
  }

  .accessories {
    padding: 5%;
    background: #2f2e33;
    flex-direction: column;
  }
}

.complect_actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.equipment.left .complect_actions {
  flex-direction: row-reverse;
}

.complect_actions button {
  width: 50px;
  outline: none;
  border-radius: 50%;
  height: 50px;
  transition: .2s all ease;
  background-color: transparent;
}
.complect_actions button:hover {
  opacity: .7;
}
.complect_actions button.active svg *,
.complect_actions button.active svg {
  stroke:  #711e31 !important;
}
.complect_actions button.active {
  background-color: white;
}


.section-description {
  background-color: #232323;
  padding: 30px 0;
}
.section-description h2 {
  margin: 30px 0;
}
.section-description * {
  color: white;
  line-height: 140%;
  letter-spacing: 1px;
}
.section-description p,
.section-description li {
  font-size: 24px;
}

.similar-products {
    padding: 45px 0 0 0;
    font-family: "Roboto Condensed";
    background: #eae9e9;
    overflow: hidden;
}

.similar-products__container {
    max-width: 85rem;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.similar-products__body {
    width: 100%;
    position: relative;
    min-width: 0;
    padding: 0 40px;
}

.similar-products h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    text-align: center;
}

.similar-products__list {
    display: flex;
}

.similar-products__list.swiper-wrapper {
    display: flex;
}

.similar-products__item {
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.similar-products__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin-bottom: 24px;
}

.similar-products__image img {
    max-width: 100%;
    max-height: 100%;
}

.similar-products__name {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 24px;
    font-weight: 700;
    min-height: 60px;
}

.similar-products__name a {
    color: #000;
}

.similar-products__name a:hover,
.similar-products__name a:active,
.similar-products__name a:focus {
    color: #670d22;
}

.similar-products__props {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    text-align: center;
}

.similar-products__props ul {
    list-style: none;
    padding: 0;
}

.similar-products__props li {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 300;
}

.similar-products__props li span {
    font-weight: 700;
}

.similar-products__price {
    font-weight: 700;
    font-size: 37px;
    line-height: 44.4px;
    text-transform: uppercase;
    text-align: center;
    color: #670d22;
    margin-bottom: 24px;
}

.similar-products__arrow-prev,
.similar-products__arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.similar-products__arrow-prev {
    left: -3px;
}

.similar-products__arrow-next {
    right: -3px;
}

.similar-products__arrow-prev::before {
    content: '‹';
    font-size: 100px;
    color: #670d22;
    line-height: 1;
}

.similar-products__arrow-next::before {
    content: '›';
    font-size: 100px;
    color: #670d22;
    line-height: 1;
}

.similar-products__button {
    padding: 19px 23px;
    background: #670d22;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 22px;
    color: #ffffff;
    width: fit-content;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.similar-products__arrow-prev:hover,
.similar-products__arrow-next:hover,
.similar-products__button:hover {
    opacity: 0.8;
}

.similar-products__button:hover,
.similar-products__button:focus,
.similar-products__button:active {
    color: #ffffff;
}

.product-colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin: 0 20px;
}

.product-colors__title {
    flex-basis: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.product-color {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-color::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    padding: 4px 8px;
    margin-bottom: 6px;
    background: rgb(103 13 34 / 80%);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 5;
}

.product-color:hover::after {
    opacity: 1;
}

.product-color__wrapper {
    width: 80px;
    height: 30px;
    margin-bottom: 0px;
}

.product-color__item {
    width: 100%;
    height: 100%;
    transform: skewX(170deg);
    object-fit: cover;
}

/* End */
/* /bitrix/components/bitrix/catalog/templates/kk/style.css?17754832313522 */
/* /bitrix/templates/hisun/components/bitrix/catalog.element/kk/style.css?177512287135425 */
