

/* Start:/app/vendor/flex/flexslider.css?14453567806874*/
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/app/vendor/flex/fonts/flexslider-icon.eot');
  src: url('/app/vendor/flex/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/app/vendor/flex/fonts/flexslider-icon.woff') format('woff'), url('/app/vendor/flex/fonts/flexslider-icon.ttf') format('truetype'), url('/app/vendor/flex/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 45px;
    height: 47px;
    margin: -35px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/catalog/sistemy_kontrolya_kachestva/metal-detector-nowsystems//style.css?158288216411892*/

.etiketirovshchik body .mainLeft{
	font-size: 16px;
	
}
.etiketirovshchik .mainLeft{
	font-family: 'HelveticaNeue-Light';
}
.etiketirovshchik .text-left{
	text-align: left !important;
}
.etiketirovshchik .blue-title{
	font-size: 18px;
	font-weight: bold;
	color: #1551b3;
	text-transform: uppercase;	
}
.etiketirovshchik .row_flex{
	display: flex;
  align-items: stretch;
}
.etiketirovshchik .flex{
	display: flex;
}
.etiketirovshchik h1{
	margin: 20px 0px 40px;
	font-size: 34px;
	line-height: 100%;
}
.etiketirovshchik h2{
	margin-top: 2em;
	margin-bottom: 1em;
}
.etiketirovshchik h2.blue-title{
	font-size: 24px;
}
.etiketirovshchik ul{
	padding-left: 20px;
}
.etiketirovshchik ul li{
	margin-bottom: 0.5em;
}
.etiketirovshchik nav li,
.leftNav__item{
	margin-bottom: 0;
}
.etiketirovshchik a:hover{
	cursor: pointer;
}
.etiketirovshchik input[type="text"]{
  width: 100%;
  background: #fff;
  border: 1px solid #ADADAD;
  border-radius: 4px;
  color: #000;
  box-shadow: none;
  display: inline-block;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  padding: 6px 8px;
}
.etiketirovshchik .btn-lg{
	padding: 18px 32px;
  font-size: 22px;
}
.etiketirovshchik .btn-blue{
	background: #1551b3;
	color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.etiketirovshchik .btn-blue:hover,
.etiketirovshchik .btn-blue:active,
.etiketirovshchik .btn-blue:focus{
	color: #fff;
	background: #075be4;
}
.etiketirovshchik .btn-feedback{
	margin: 20px 0px 40px;
}

.etiketirovshchik .first__Left{
	/* flex: 0 0 520px; */
	width: 50%;
}
.etiketirovshchik .first__right{
  text-align: center; 
  /* flex: 1 1 auto; */
}
.etiketirovshchik .box{
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #f5f5f5;
  margin: 20px 0px 0px;
  justify-content: center;
  max-width: 400px;
	padding: 20px;
}
.etiketirovshchik .box > img{
	margin: 15px;
}

.sec_left{
	flex: 0 0 720px;
}
.sec_left h2:first-child{
	margin-top: 20px;
}
.sec_right{
  flex: 1 1 auto;
  text-align: center;
  margin-top: 20px;
}
.sec_right label,
.sec_right input[type="text"]{
	width: 100%;
	text-align: left;
	font-weight: normal;
}
.sec_right .form{
  padding: 20px;
  margin: auto;
}
.sec_right h3{
	margin: 0 0 20px;
}
.sec_right [type='submit']{
	font-size: 18px;
  padding: 5px 2em;
  margin-top: 15px;
}

.etik__right{
	padding-left: 20px;
	color: #888;
}
.etik__right h4{
	font-size: 1.1em; 
	margin-top: 0px;
	margin-bottom: 0.5em;
	white-space: nowrap;
}
.etik__right ul {
  list-style: none;
  padding-left: 0;
}
.etik__right ul li {
  margin-bottom: 0.25em;
}
.etik__right ul li:before {
  content:  "—";
  position: relative;
	left: 0;
  margin-right: 10px;
}
.etik__left img{
	max-height: 220px;
	width: auto;
}

.box-dashed{
	border: 2px dashed #333;
	border-radius: 15px;
	padding: 30px;
	flex-wrap: wrap;
	display: flex;
  justify-content: center;
  align-items: center;
}
.box-dashed > div{
  flex: 0 1 calc(100%/6);
  width: auto;
  padding: 20px;
  text-align: center;
}
.box-dashed img{
  max-width: 180px;
  max-height: 100px;
}

.tech{
	margin-bottom: 40px;
}
.tech li{
  margin: 0;
  padding: 15px 45px 15px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  white-space: nowrap;
}

.list-unstyled{
	padding: 0;
  list-style: none;
}
.double{
	list-style: none;
	padding: 0;
}
ul.double ul{
	list-style: disc;
	margin: 10px 0px;
}
ul.double ul ul{
	list-style: circle;
}

hr.dashed{
	border-top: 2px dashed #333;
}

.letter{
  background-color: #1551b3;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
}

.video.form{
	margin: 40px 0px;
	padding: 20px;
}
.video__right{
	flex: 1 1;
  text-align: left;
}
.video__right ul{
	list-style: none;
}
.video__right ul li a{
  color: #000000;
  opacity: .5;
  padding: 15px 10px 15px 40px;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.video__right ul li{
	border-top: 1px solid #ddd;
  margin-bottom: 0;
}
.video__right ul li:last-child{
	border-bottom: 1px solid #ddd;
}
.video__right ul li a{
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.video__right ul li a.active,
.video__right ul li a:hover{
  opacity: 1;
  text-decoration: none;
}
.video__right ul li a:before{
  color: #000;
  content: "\f144";
  display: inline-block;
  font-family: FontAwesome,sans-serif;
  font-size: 22px;
  line-height: 28px;
  height: 0;
  left: 5px;
  position: absolute;
}
.video__left{
	flex: 0 1 55%;
}
/* .embed-responsive-16by9{
  padding-bottom: 31%;
} */

.adn{
	justify-content: space-between;
}
.adn-item{
	text-align: center;
  padding: 25px;
  margin-right: 25px;
  border-radius: 25px;
  box-shadow: 4px 4px 5px 3px rgba(90, 90, 90, 0.18);
  flex: 0 1 400px;
  border: 1px solid rgba(90, 90, 90, 0.18);
  font-size: 18px;
}
.adn-item:last-child{
	margin-right: 0px;
}
.adn-number{
  font-size: 80px;
  font-weight: bold;
  color: #1551b3;
}

.blue{
	color: #1551b3;
	font-weight: bold;
	font-family: 'HelveticaNeue-Bold';
}
.ul_check{
	list-style: none;
  padding-left: 0;
  margin: 20px 0 30px;
	font-size: 18px;  
}
.ul_check > li::before{
	content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: url(https://www.scale.ru/solutions/img/check.png) no-repeat center;
  background-size: contain;
	width: 22.5px;
  height: 24px;
}
.ul_check li{
  padding-left: 35px;
  position: relative;
  line-height: 26px;
  margin-bottom: 0.5em;
}

.fotorama__thumb {
  background-color: #fff;
}
.fotorama__nav {
  border-top: 1px solid #d3d3d3;
  padding: 0 20px;
}
.fotorama__nav:after,
.fotorama__nav:before {
  background-image: none;
}
.fotorama__nav__frame--thumb {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.fotorama__thumb-border {
  margin-top: 30px !important;
}
.fotorama__arr--prev {
  left: 40px;
  background: none;
  left: 0;
  padding-right: 70px;
  text-align: right;
  color: #1551b3;
}
.fotorama__arr--prev:hover {
  color: #fff;
 background-color: #adc2e4;
 opacity: 0.5;
     transition-duration: 0s!important;
}
.fotorama__arr--next {
  right: 40px;
  background: none;
  right: 0;
  padding-left: 70px;
  color: #1551b3;
}
.fotorama__arr--next:hover {
  color: #fff;
  background-color: #adc2e4;
  opacity: 0.5;
      transition-duration: 0s!important;
}
.fotorama__arr--next:before {
  font-family: 'FontAwesome';
  content: '\f105';
  top: 50%;
  right: 70px;
  margin-top: -13px;
  font-size: 26px;
  position: absolute;
}
.fotorama__arr--prev:before {
  font-family: 'FontAwesome';
  content: '\f104';
  top: 50%;
  left: 70px;
  margin-top: -13px;
  font-size: 26px;
  position: absolute;
}
.fotorama__arr {
  height: 100%;
  top: 0;
  margin-top: 0;
  width: 150px;
  padding-top: 17%;
}
.slides li{
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
}
.slides li img{
	max-height: 75px;
}
.btn-lg.btn-blue{
	margin: 60px 0px;
}
.form .btn-lg.btn-blue{
	margin: 20px 0px 0px;
}


@media screen and (min-width: 1024px){
	.first__right{
		width: 50%;
    padding-left: 40px;
	}
	.sec_right{
		padding-left: 40px;
	}
	.sec_right .form{
		width: 380px;
	}
	.tech > div{
		padding-left: 40px;
		flex-basis: -moz-min-content;
		flex-grow: 1;
	}
	.double{
		columns: 2;
  	-webkit-columns: 2;
  	-moz-columns: 2;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1600px){
	.etik{
		font-size: 14px;
	}
	.etik__left img{
		max-height: 180px;
	}
	.sec_left{
		flex: 0 1 auto;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1439px){
	.etik__right h4{
		margin-bottom: 0.25em;
	}
	.etik__right ul li{
		margin-bottom: 0em;
	}
	.sec_right .form{
		width: 320px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
	.etik{
		font-size: 12px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
	.etik{
		font-size: 14px;
	}
	.etik__left img{
		max-height: 180px;
	}
	.sec_left{
		flex: 0 1 auto;
	}
	.sec_right .form{
		width: 300px;
	}
}
@media screen and (max-width: 1024px){
	.flex{
		display: block;
	}
	.etik.flex{
		display: flex;
	}
	.sec_left{
		flex: 0 0 100%;
	}
	.embed-responsive-16by9{
		padding-bottom: 75%;
	}
	.first__right{
		width: 100%;
	}
	.first__left{
		margin-bottom: 20px;
	}
	.video__right{
    overflow: auto;
	}
	.video__right ul{
		padding: 0;
	}
	.video__right ul li{
		/*float: left;*/
		/*width: 33%;*/
		width: 100%;
		border:none;
		border-right: 1px solid #ddd;
	}
	.video__right ul li:last-child{
		border-right: none;
		border-bottom: none;
	}
	.video__right ul li a{
		font-size: 15px;
		padding: 15px 10px 15px 30px;
	}
	.video__right ul li a:before{
		font-size: 16px;
    line-height: 22px;
    left: 8px;
	}
	.adn-item{
		font-size: 16px;
		padding: 0 15px;
		margin-bottom: 20px;
		margin-right: 0;
		display: flex;
    align-items: center;
    text-align: left;
	}
	.adn-number{
		margin-right: 30px;
		margin-left: 20px;
	}
	.row_flex{
		flex-wrap: wrap;
	}
	.whiteBox{
		padding: 30px 15px;
	}
	.width-scroll{
		overflow-x: scroll!important;
	}
	.box-dashed{
		padding: 0;
		flex-wrap: wrap;
	}
	.form{
		padding: 20px 10px;
	}
	.etiketirovshchik .box {
		margin: 0 auto;
	}
}
@media screen and (max-width: 870px) {
	.tech.flex {
		flex-wrap: wrap;
	}
	.tech.flex img {
		margin: 0 auto
	}
}
@media screen and (max-width: 800px) {
	.flex.adn {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 767px){
	.etik__left img{
		width: 190px;
	}
	.etik__right{
		font-size: 12px;
	}
	.etik__right ul li{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 560px) {
	.form.video.flex {
		flex-direction: column;
	}
}
/* form */
.form h2{
	margin: 10px 0 20px !important;
	font-size: 22px;
}
.form{
	font-size: 18px;
}
.form{
	background-color: #ebedec;
	border-radius: 15px;
	text-align: center;
	margin-top: 20px;
	padding: 20px 40px;			
}
.form label{
	width: 100%;
	font-weight: normal;
}
.form-table{
	width: 100%;
	margin-top: 20px;
}
.form-table th, .form-table td{
	padding: 2px 10px !important;
		text-align: left;			
}
.form-table th{
	font-weight: normal;
	padding-top: 15px !important;
}
/* .form-table input{
	width: 100%;
    border-radius: 5px;
    border: 1px solid #818281;
} */
.form-table input{
	width: 100%;
	background: #fff;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    color: #000;
    box-shadow: none ;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 8px;
    margin-bottom: 3px;
}
.form-table input[type=checkbox] {
	width: auto;
}
.form-btn{
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 4px;
	background-color: white;
	border: 1px solid #818281;
	border-radius: 5px;
}
.form-btn:hover{
	cursor: pointer;
	background-color: #1551B3;
	color: white;
	transition: 0.5s;
}
.form-btn.active{
	color: white;
	background-color: #1551B3;
}
.form .btn-lg.btn-blue{
	margin: 20px 0 0px;
}
.errors{
	text-align: left;
	padding: 20px 0;
}
@media screen and (max-width: 1023px){
	.form{
		padding: 15px;
	}
}
.box{
	    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    background: #f5f5f5;
    margin: 20px 0px 0px;
    justify-content: center;
    max-width: 380px;
    padding: 20px;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1444832851448*/
.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}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/scale/chekveyery.form/templates/.default/style.css?16389826964346*/

.form-send{
	background-color: #EBECEC;
    font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    /*color: #1551B3;*/
    padding: 20px;
    border-radius: 10px;
}
.form-send h2{
	margin: 0px;
}
.form-header{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.form-send input[type=text], .form-send input[type=email] {
    width: 100%;
    background: #fff;
    border: 2px solid #1551B3;
    border-radius: 4px;
    color: #000;
    box-shadow: none;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-size: 20px;
    padding: 6px 8px;
    margin-bottom: 3px;
}
.form-send  .show-list {
    text-align: center;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.form-send textarea {
    border: 2px solid #1551B3;
    border-radius: 13px;
    color: #000;
    width: 100%!important;
    height: 120px;
    resize: none;
    font-size: initial!important;
}

.form-send input[type=text], .form-send input[type=email] {
    font-size: 19px;
    padding: 4px 8px;
}
.form-send label{
    font-size: 19px;
}

.form-send h2 {
    text-align: center;
    font-weight: bold;
    color: #1551B3;
}


.normal.form-send [type="checkbox"]:not(:checked) + label:before,
.normal.form-send [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: -0px;
    top: 1px;
    width: 26px;
    height: 25px;
    border: 2px solid #1551B3;
    background: #f8f8f8;
    border-radius: 3px;
}

.normal.form-send [type="checkbox"]:not(:checked) + label:after,
.normal.form-send [type="checkbox"]:checked + label:after{
    left: 2px;
    font-size: 26px;
    top: 3px;
}


.normal.form-send  [type="checkbox"]:not(:checked) + label,
.normal.form-send  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 17px;
}

.lable-form{
    padding-bottom: 10px;
    font-size: 21px;
}

.form-send .sx.label{
    font-size: 16px;
}
.i-1 input,
.i-2 input{
    width: 64px!important;
    height: 28px;
    font-size: 17px!important;
}
.i-1,
.i-2{
    position: relative;
}

.i-1 .item-1{
    position: absolute;
    top: 3px;
    left: 80px;
}

.i-1 .item-2{
    position: absolute;
    top: 53px;
    left: 90px;
}

.i-1 .item-3{
    position: absolute;
    top: 116px;
    left: 77px;
}
.i-2 .item-1{
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.i-2 .item-2{
    position: absolute;
    left: 180px;
    margin-top: 47px;
}

.normal.form-send div.upload {
    width: 110px;
    height: 38px;
    overflow: hidden;
    margin-left: 10px;
    font-size: 17px;
    margin-right: 20px;
}
.normal.form-send input[type="radio"] + label span{
    width: 16px;
    height: 16px;
}
.form-send .radio-f label{
    font-size: 17px;
    margin-right: 30px;
}
.i-3{
    margin-top:20px;
    margin-bottom:20px;
}
.i-3 input{
    width: 125px!important;
    height: 28px;
    font-size: 17px!important;
}
#s_l, #s_r {
    cursor: pointer;
    height: 71px;
    width: 107px;
}
.box-form{
    display: none;
}
.promp-bord{
    margin-bottom: 20px;
}
.promp-bord .ram{
    border-right: 2px #0053AF solid;
    padding: 16px;
}
.promp-bord .h3{
    margin: 0px;
    font-size: 20px;
    color: #1551B3;
    margin-bottom: 20px;
}

.promp-bord img{
    margin-right: 25px;
    width: 70px;
    margin-bottom: 10px;
    padding-right: 10px;
}
.promp-bord td{
    font-size: 18px;
}
.ram-solid{
    padding: 16px;
}
.firma{
    width: 100%;
        margin-top: 10px;
}
.firma TD{
    text-align:center;
}
.firma img{
       width: 50%;
}

.table-landing td,
.table-landing th{
    border:solid 1px #ccc;
}

.modal-video {
    font-size: 0;
}

.item_modal {
    color: #d40000;
    white-space: nowrap;
}

.item_modal:hover {
    text-decoration: none;
    color: #b10000;
}

.item_modal:focus {
    text-decoration: none;
    color: #b10000;
}

@media (max-width: 641px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    .modal {
        padding-right: unset!important;
    }
}

/* End */
/* /app/vendor/flex/flexslider.css?14453567806874 */
/* /catalog/sistemy_kontrolya_kachestva/metal-detector-nowsystems//style.css?158288216411892 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1444832851448 */
/* /local/components/scale/chekveyery.form/templates/.default/style.css?16389826964346 */
