

/* Start:/local/templates/starlinks/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17600743496663*/
.product-menu {
  width: 100%;
  padding: 0;
  position: relative;
  border-top: 1px solid #cccccc;
  -webkit-box-shadow: 0 5px 7px 0 hsla(0, 0%, 78.8%, 0.5);
  box-shadow: 0 5px 7px 0 hsla(0, 0%, 78.8%, 0.5);
  background: #f5f5f5;
}
.product-menu .nav-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1f1d1d;
  text-align: center;
  display: block;
  border-right: 1px solid #ddd;
  font-size: 16px;
  line-height: 24px;
}
.product-menu .nav-item a:hover {
  color: #000000;
  text-decoration: none;
}
.product-menu .nav-item a:hover span:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.product-menu .nav-item a span {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  height: 100%;
}
.product-menu .nav-item a span::before {
  content: "";
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  position: absolute;
  height: 4px;
  background-color: #1499FF;
  bottom: 0;
  left: 0;
}
.static-page .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.static-page .slick-dots li {
  width: 60px;
  height: 5px;
  margin: 0 5px;
}
.static-page .slick-dots li button:before {
  font-size: 0;
  color: transparent;
  background-color: white;
  border-radius: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.static-page .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: white;
}
.static-page .slick-slide {
  margin: 0 63px;
}
.static-page .slick-list {
  margin: 0 -63px;
}
.static-page section {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.static-page section.tape {
  display: block;
}
.static-page h2 {
  background: #37333d;
  background: -moz-linear-gradient(263deg, #37333d 0%, #0e9aff 100%);
  background: -webkit-linear-gradient(263deg, #37333d 0%, #0e9aff 100%);
  background: linear-gradient(263deg, #37333d 0%, #0e9aff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37333d", endColorstr="#0e9aff", GradientType=1);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: clamp(14px, 4vw, 32px);
  text-align: center;
  margin-bottom: 1.25rem;
}
.static-page p {
  text-align: center;
  margin-bottom: 1.25rem;
}
.static-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.static-page video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.static-page video.pudu-video {
  width: 50%;
  height: 50%;
}
.static-page .specifications .hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  width: 98vw;
  position: relative;
  right: -50%;
  transform: translateX(-50%);
  background-color: black;
  height: 85vh;
}
.static-page .specifications .hero a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  align-self: flex-end;
  margin-right: 1.25rem;
}
.static-page .specifications .hero a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}
.static-page .specifications .hero h2 {
  font-size: clamp(26px, 8vw, 115px);
  color: #ffffff;
  z-index: 10;
  display: inline-block;
}
.static-page .specifications .hero img {
  object-fit: cover;
  width: 90%;
  height: 90%;
  position: absolute;
}
.static-page .specifications .hero img.robot {
  width: 50%;
  z-index: 20;
  bottom: 0;
}
.static-page .specifications .hero img.humanoid {
  object-fit: contain;
}
.static-page .specifications .hero img.stadicam {
  width: 80%;
  height: 80%;
  bottom: 0;
}
@media (max-width: 576px) {
  .static-page .specifications .hero img.robot {
    width: 80%;
  }
  .static-page .specifications .hero img.stadicam {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .static-page .specifications .hero img.robot {
    width: 100%;
  }
  .static-page .specifications .hero img.camera {
    object-fit: cover;
    bottom: 0;
    z-index: 20;
  }
}
.static-page .specifications h2 {
  display: none;
}
.static-page #property {
  color: #000000;
}
.static-page .equipment .equipment-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.static-page .equipment .equipment-row img {
  max-width: 566px;
  margin-bottom: 2em;
}
.static-page .tape {
  padding: 3em;
  background-color: #000;
  width: 96vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .static-page h2 {
    margin-bottom: 0.5rem;
  }
  .static-page p {
    margin-bottom: 0.5rem;
  }
  .static-page .specifications .properties-h tr td {
    max-width: 320px;
  }
  .static-page .specifications .hero {
    height: 45vh;
  }
  .static-page .specifications .hero img {
    object-fit: contain;
  }
}
.compact-width {
  max-width: 420px;
}
.speci-width {
  bottom: 0;
  z-index: 20;
}
.title-height {
  line-height: 0.6;
}
.slider-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slider-nav img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid transparent;
}
.slider-nav img.slick-current {
  border: 2px solid #000000;
}
.bg-gray {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px;
}
.bg-gray .slider {
  display: flex;
  justify-content: center;
}
.bg-gray .slider img {
  width: 25rem;
}
.bg-gray .price {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}
.bg-gray h1 {
  font-size: 24px;
  color: #000000;
}
.card-info {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5rem;
}
.slick-vertical .slick-arrow {
  background-color: #00aeff !important;
  top: inherit;
}
.slick-vertical .slick-next {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg) scale(0.8) !important;
}
.slick-vertical .slick-next:hover {
  transform: translate(-50%, -50%) rotate(270deg) scale(1) !important;
}
.slick-vertical .slick-prev {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(270deg) scale(0.8) !important;
}
.slick-vertical .slick-prev:hover {
  transform: translate(-50%, 50%) rotate(270deg) scale(1) !important;
}

/* End */


/* Start:/local/templates/starlinks/assets/slick/slick-theme.css?17600743492890*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/local/templates/starlinks/assets/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: white;
  color: black;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white !important;
  opacity: 0.95;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/local/templates/starlinks/assets/slick/fonts/slick.eot');
  src: url('/local/templates/starlinks/assets/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/starlinks/assets/slick/fonts/slick.woff') format('woff'), url('/local/templates/starlinks/assets/slick/fonts/slick.ttf') format('truetype'), url('/local/templates/starlinks/assets/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.95;
}

/* End */


/* Start:/local/templates/starlinks/assets/slick/slick.css?17592283141657*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  gap: 15px;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  cursor: pointer;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* End */


/* Start:/local/templates/starlinks/assets/easyzoom/easyzoom.css?1758278203888*/
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/* End */
/* /local/templates/starlinks/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17600743496663 */
/* /local/templates/starlinks/assets/slick/slick-theme.css?17600743492890 */
/* /local/templates/starlinks/assets/slick/slick.css?17592283141657 */
/* /local/templates/starlinks/assets/easyzoom/easyzoom.css?1758278203888 */
