

/* Start:/_assets/css/opentip.css?17346057539197*/
.opentip-container,
.opentip-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opentip-container {
  position: absolute;
  max-width: 250px;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -ms-transition: -ms-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
  pointer-events: auto;
}
.opentip-container.ot-hidden {
  display: none;
}
.opentip-container .opentip {
  position: relative;
  font-size: 13px;
  line-height: 120%;
  padding: 9px 14px;
  color: #4f4b47;
  text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
  margin: 0;
  padding: 0;
}
.opentip-container .opentip .ot-close {
  pointer-events: auto;
  display: block;
  position: absolute;
  top: -12px;
  left: 60px;
  color: rgba(0,0,0,0.5);
  background: rgba(0,0,0,0);
  text-decoration: none;
}
.opentip-container .opentip .ot-close span {
  display: none;
}
.opentip-container .opentip .ot-loading-indicator {
  display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
  display: block;
  -webkit-animation: otloading 2s linear infinite;
  -moz-animation: otloading 2s linear infinite;
  -o-animation: otloading 2s linear infinite;
  -ms-animation: otloading 2s linear infinite;
  animation: otloading 2s linear infinite;
  text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  color: #317cc5;
  text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@-moz-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/production.system.detail/template2/style.css?17411559134314*/
.show_more_rows {
    text-align: right;
    margin-top: 10px;
}
.img-cont-switch-gallery ul li img {
    margin: 0 auto;
    display: inline-block !important;
    vertical-align: middle;
    object-fit: cover;
    max-width: 640px !important;
    max-height: 400px;
    display: block;
    width: 100%;
}
.img-cont-switch-gallery ul li img {
    display: inline-block !important;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
}

table thead tr {
    padding: 8px 9px 8px 0;
    border-bottom: 1px solid #cee2ee;
    border-top: 1px solid #cee2ee;
    -webkit-transition: background .3s;
    transition: background .3s;
}
table thead tr  {
    color: #325079;
    cursor: default;
font-weight:600
}
.right-column {
    float: right;
    width: 640px;
    padding: 0 15px 15px 30px;
    position: relative;
    z-index: 1;
}
.system-item-page .main-item-inform .btn {
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 10px 0 20px;
 
}
 a.btn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: 0 0;
    color: #1363bf;
    border: 1px solid #0051ae;
    -webkit-transition: .2s;
    transition: .2s;
margin-bottom:10px;
}

.show_more_rows a {
    border-bottom: 1px dashed #1363bf;
}

.show_more_rows a:hover {
    border-bottom-color: #1eb6e8;
}

.new_style .text {
    font-weight: bold;
}
.tabs-modifications-container .tabs-modifications ul {
   margin-top:20px!important
}.page-cont {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 980px;
}
iframe
{
    width: 100%;
    height: 40vw;
}
.img-cont-switch-gallery .switch-gallery-preview-block {
    display: flex;
}
.tabs-modifications-container .tabs-modifications ul li {
    margin-bottom: 10px;
    padding: 0 20px;
    float: left;
    line-height: 60px;
    vertical-align: middle;
    margin-right: -1px;
    border: 1px solid #b0c0c9;
    background: #cbdae2;
    color: #325079;
    position: relative;
    text-align: center;
}
.equipment .equipment-item .articul, .equipment .system-item .articul, .systems .equipment-item .articul, .systems .system-item .articul {
    font-weight: bold;
}

div.badge {
  position: absolute;
	display: block;
	border: 2px solid #325079;
	line-height: 22px;
	white-space: nowrap;
	top: -14px;
	right: 5px;
	color: #325079;
	font-size: 13px;
	padding: 0 15px;
	background: #fff;
	overflow: hidden;
	border-radius: 26px;
  z-index: 100;
}

div.technobadge {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
}

/* Превьюхи видео */
.s-video-preview-item {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.s-video-preview-item:hover .youtube-sing {
  opacity: 1;
  cursor: pointer;
}

.s-video-preview-item .youtube-sing {
  position: absolute;
  z-index: 10;
  width: 64px;
  height: 64px;
  top: 9px;
  left: 40px;
  background: transparent url("/_assets/img/yt.png") no-repeat center;
  background-size: contain;
  opacity: .85;
}

.switch-gallery-preview-block._video .switch-gallery-preview {
  text-align: left;
}
/* /Превьюхи видео */

.b24-window-popup-wrapper {
    position: relative;
    max-width: 350px !important;
    width: calc(100% - 5px);
    top: 230px;
    border-radius: 6px;
    background-color: #fff;
    background-color: var(--b24-popup-background-color);
    z-index: 10001;
}
 @media screen and (max-width: 1000px) {
    .ddz {
      display: none!important;
    }
  }
  
  
  @media screen and (max-width: 1199px) {
    .system-item-page .main-item-inform .img-cont {
        max-height: auto !important;
    }
	 .ddz {
      display: none!important;
    }
	div.row {margin:15px!important}
	a {max-width:100%}
	.tab-mmenu a {
        max-width: 100% !important;
        margin: 0px;
        padding: 0px !important;
    }
}

 @media screen and (max-width: 900px) {.right-column {
    float: none;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}a.btn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: 0 0;
    color: #1363bf;
    border: 1px solid #0051ae;
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 10px;
    margin-top: 20px;
}
 }
/* End */
/* /_assets/css/opentip.css?17346057539197 */
/* /bitrix/templates/main/components/bitrix/production.system.detail/template2/style.css?17411559134314 */
