

/* Start:/bitrix/templates/elarscan.pt/css/styles.css?154721512047143*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.container,
.content,
.footer,
.bottom {
  width: 1250px;
  margin: 0 auto;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
  color: #303030;
  -webkit-font-smoothing: antialiased;
	background: #0055a3;
}

body.transparent_body {
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h2 {
    font-size: 30px;
    margin: 0 0 10px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

h4, .h4, h5, h6 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #5f9e42;

}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
  margin: 0 0 35px;
  padding: 0 0 0 25px;
}

ol {
  list-style-type: decimal;
  padding: 0 0 0 25px;
}

table {
  margin: 0 0 1em;
  width: 100%;
}

table p {
  margin: 0;
}

p {
  margin: 0 0 26px;
}

blockquote {
  padding: 0 0 0 34px;
  border-left: 6px solid #303030;
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 1.15385em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.button, input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  border: 3px solid #0055a3;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #e99818;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  background: #0055a3;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.button:hover, input[type="submit"]:hover {
  border-color: #fff;
  text-decoration: none;
}
.button_yellow {
  color: #303030;
  background: #e99818;
}
.button_bordered {
  padding: 8px 15px;
  border: 3px solid #e99818;
  font-size: 14px;
  line-height: 18px;
  background: none;
}
.button
.button_a-w {
  display: block;
}
.button-more {
  position: relative;
  display: inline-block;
  padding: 15px 0 15px 32px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
  text-transform: uppercase;
}
@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1.08); }
	50% { -webkit-transform: scale(1); }
	60% { -webkit-transform: scale(1); }
	70% { -webkit-transform: scale(1.05); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  font-size: 1.25em;
  max-width: 2560px;
  min-width: 1238px;
  overflow: hidden;
}

.container {
  position: relative;
}

.wrapper > .header{
	background-color: #0055a3;
   /* border-bottom: 2px solid #000;*/
    height: 65px;
    position: relative;
    z-index: 2;	
	
	
	
}
.page.page_products .container > .header {
  padding: 15px 0 0;
  margin-bottom: 50px;
}

.big-bordered-title {
  position: relative;
  padding: 0 0 19px;
  margin: 0 0 19px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.33333em;
  text-align: center;
}
.description > .big-bordered-title{
	font-size: 20px;
}
.big-bordered-title:after {
  position: absolute;
  width: 186px;
  margin: 0 0 0 -93px;
  border-bottom: 1px solid #5f9e42;
  bottom: 0;
  left: 50%;
  content: "";
}
.description > .big-bordered-title:after {
    width: 75px;
    margin: 0px 0 0 -35px;
}
.title-small {
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
}
.description > .title-small {
	font-size: 14px;
	/*color: #A9B0B1;*/
	/*color: #FFFFFF; */
}
.header > .title-small{
	width: 75%;
	margin: 0 auto;
	line-height: 1.5;
	/*color: #CACACA;*/
	/*color: #FFFFFF; */
}
.header > .title-small > i{
    display: inline-block;
    border: 3px solid #5f9e42;
    border-radius: 10px;
    margin: 5px 20px; 
}

.page {
  position: relative;
}
.page__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.page__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.page .container {
	z-index: 200;
	padding-top: 50px;
}
.page.page_props .container {
	background-color: #FFF;
    border-bottom: 4px solid #5f9e42;
    /*height: 605px;*/
    background: url(/img/new_new_title_pic2.png) 92% 40px no-repeat #FFF;
    margin-bottom: 135px;
}
.b-border {
  padding: 20px 180px;
  border: 4px solid #000;
  margin: 70px 10px;
  color: #303030;
  background: #fff;
  overflow: hidden;
}
.b-border > .big-bordered-title{
	font-size: 32px;
}
.b-border > .title-small{
	font-size: 16px;
}

.b-border-top {
  position: relative;
  width: 814px;
  padding: 42px 0 36px;
  border: 5px solid #fff;
  margin: 0 auto 25px;
  color: #fff;
  text-align: center;
}
.b-border-top__title {
  position: absolute;
  top: -17px;
  right: 18px;
  left: 18px;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  background: #303030;
}

.page_products {
  /*color: #fff;*/
  height: 1400px;
  background: url(/bitrix/templates/elarscan.pt/css/../img/index-bg-pt.png) 50% 370px no-repeat #fff;
  z-index: 100;
  /* padding-top: 40px; */
}
.horline{
	border-bottom: 2px solid #000;
	position: relative;
	top: 60px;
}

/* top menu */
.prim-nav {
}
.prim-nav ul {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
.prim-nav ul li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.prim-nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.prim-nav ul li.logo{
	font-weight: bold;
	font-size: 90%;
}
.prim-nav ul li.logo a span{
    border-top: 2px solid #79c755;
    margin: 0px 10px;
}
.prim-nav ul li.menu{
  margin: 0 25px;
}
.prim-nav ul li.menu a{
	border-bottom: 1px solid #79c755;
}
.prim-nav ul li.menu.active a{
	border-bottom: none;
}
.prim-nav ul li.menu a:hover{
	border-bottom: none;
}
.prim-nav ul li.logo,
.prim-nav ul li.menu.last{
	margin-right: 90px;
}
.prim-nav ul li a:hover,
.prim-nav ul li.active a{
  color: #79c755;
}
.prim-nav ul li.lang{

}
/*.prim-nav ul:after {
  position: absolute;
  right: 35px;
  bottom: 0;
  left: 35px;
  border-bottom: 1px solid #838383;
  content: "";
}*/

.menu-button.lang{
  	position: relative;
  	display: inline-block;
  	font-size: 16px;
  	text-decoration: none;
  	vertical-align: middle;
    margin: 0px 5px;
  	background: #303030;
  	cursor: pointer;
  	-webkit-transition: background 0.2s ease-out;
  	transition: background 0.2s ease-out;
}
.menu-button.lang.active{
	border: 2px solid #e99818;
    padding: 7px 10px;
}
.menu-button.lang a, .menu-button.lang.active a{
	color: #FFF;
}
/* top menu */

.products-list {
	position: relative;
	overflow: hidden;
}
.scanner-text{
}
.scanner-text, .scanner-pic{
	width: 44%;
	float: left;
	position: relative;
}
.description{
	border: 3px solid #5f9e42;
	width: 73%;
	margin-bottom: 20px;
	padding: 20px 20px;
}
button.demo-point{
	cursor: pointer;
    outline: 0;
    border: 2px solid #5f9e42;
    background-color: transparent;
    width: 46px;
    height: 46px;
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    position: absolute;
    left: 0;
    top: 0;
}
button.demo-point:before{
	content: " ";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    background-color: #5f9e42;
}
button.demo-point:after{
	content: "+";
	font-size: 250%;
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 50%;
    top: 50%;
    margin-left: -9px;
	color: #fff;
    margin-top: -18px;
}


.page_videos {
  	z-index: 200;
	margin-top: -430px;
}
.page_videos .container{
	border: 3px solid #5f9e42;
	padding: 60px 90px;
	background-color: #fff;
}
.page_videos .page__middle {
  position: relative;
  /*padding: 0 0 422px;*/
  /*margin-top: -50px;*/
  z-index: 200;
}
.page_videos .container .story_txt{
	display: block;
	margin-bottom: 75px;
	overflow: hidden;
}
.page_videos .container .story{
	display: inline-block;
	float: left;
	font-size: 16px;
    line-height: 26px;
}
.page_videos .container .story.fl{
	width: 445px;
    font-weight: bold;
    padding-right: 55px;
}
.page_videos .container .story.fr{
	width: 600px;
	padding-right: 25px;
}

.video-container {
  position: relative;
  /*padding: 0 0 0 104px;*/
}
.video-container .vl__nav {
  display: inline-block;
  vertical-align: top;
  width: 440px;
}
.video-container .vl__nav__item {
  float: left;
  width: 186px;
  height: 101px;
  padding: 24px 0 0 21px;
  border: 3px solid #303030;
  margin: 0 25px 38px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background: #fff;
}
.video-container .vl__nav__item:hover{
	border-color: #000;
	cursor: pointer;
	background: #e99818;
}
.video-container .vl__nav__item_active {
  border-color: #e99818;
  background: #e99818;
  cursor: pointer;
  color: #fff;
}
.video-container .video {
  display: inline-block;
  vertical-align: top;
}
.video-container .video-text {
  position: absolute;
  width: 494px;
  right: 0;
  bottom: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}


.page_props {
  	margin: 40px 0 0;
  	z-index: 300;
}
.page_props h2{
	font-weight: bold;
	margin-bottom: 40px;
}
.page_props table, .page.techspecs table{
	color: #000;
	border: none;
	width: 57%;
	margin-bottom: 55px;
}
.page_props table{
	margin-bottom: 20px;
}
.page.techspecs table{
	width: 100%;
}
.page_props table tr, .page.techspecs table tr{
	border-bottom: 1px solid #838383;
}
.page_props table tr:last-of-type{
	border-bottom: none;
}
.page.techspecs table tr:last-of-type{
	border-bottom: 3px solid #fff;
}
.page_props table tr td, .page.techspecs table tr td{
	font-size: 85%;
	padding: 5px 25px;
	height: 60px;
	background-color: #5f9e42;
	color: #fff;
}
.page_props table tr td:last-of-type{
	font-weight: normal;
	width: 60%;
	background-color: #FFF;
	color: #000;
}
.page.techspecs table tr td:last-of-type{
	font-weight: normal;
	width: 75%;
	background-color: #FFF;
	color: #000;
}
.page_props a.button{
	background-color: #FFF;
	color: #0055a3;
	text-transform: none;
	margin-bottom: 20px;
}
.page_props a.button:hover{
	border-color: #fff;
	background-color: #0055a3;
	color: #fff;
}
.page_props .page__bottom {
  height: 690px;
  margin-bottom: -135px;
  /*background: url(/bitrix/templates/elarscan.pt/css/../img/page_videos_bottom.png) 50% 90px no-repeat;*/
  background: url(/bitrix/templates/elarscan.pt/css/../img/footer-pt-index.png) 50% 90px no-repeat;
}

.footer {
  	position: relative;
  	font-size: 16px;
  	color: #fff;
  	z-index: 400;
  	margin-top: -40px;
}
.footer .right-but{
	float: right;
}
.footer .right-but a{
	background: url(/bitrix/templates/elarscan.pt/css/../img/icon-mail-pt.png) 5px 5px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 35px;
	color: #fff;
}

.footer .right-but a:hover{ 
text-decoration: none;
}

.footer-inner-bg{
	/*background: url(/bitrix/templates/elarscan.pt/css/../img/footer-inner.png) 50% bottom no-repeat;*/
	background: url(/bitrix/templates/elarscan.pt/css/../img/footer-pt-inner.png) 50% bottom no-repeat;
	height: 1040px;
	margin-top: -900px;
}
/*.footer-inner-bg.about{
	margin-top: -215px;
}*/
/*.footer-inner-bg.techspecs{
	margin-top: -1024px;
}*/
/*.footer-inner-bg.galery{
	margin-top: -965px;
}*/
.footer-inner-bg.contacts{
	margin-top: -825px;
}


/* inner pages */
.page.okompanii, .page.techspecs, .page.options, .page.galery, .page.contacts{
	background-color: #fff;
	line-height: 1.5;
	position: static;
}
.page.okompanii h1, .page.techspecs h1, .page.options h1, .page.galery h1, .page.contacts h1{
	color: #000;
	font-size: 36px;
	text-align: center;
    /* padding: 70px 5px 50px 5px; */
}
.page.okompanii .about, .page.options .opts{
	display: inline-block;
	margin: 5px 20px;
	vertical-align: top;
}
.page.okompanii .about.left{
	width: 33%;
	border: 4px solid #e99818;
	margin: 10px 80px 10px 115px;
	padding: 45px 45px;
	font-size: 85%;
	z-index: 1000;
}
.page.okompanii .about.left img{
	display: block;
	padding-bottom: 30px;
}
.page.okompanii .about.left p{
	color: #fff;
}
.page.okompanii .about.left quote{
	display: block;
	height: 85px;
	margin-top: 40px;
	padding: 0 18px;
	border-left: 1px solid #cdcdcd;
	color: #cdcdcd;
	font-size: 85%;
	margin-bottom: 65px;
}
.page.okompanii .about.right{
	width: 43%;
	color: #cdcdcd;
	padding: 59px 5px;
}
.page.okompanii .about.right h2{
	color: #FFF;
	font-weight: bold;
    font-size: 120%;
    margin-bottom: 29px;
}
.page.okompanii .about.right ul{
	font-size: 85%;
	list-style: none;
}
.page.okompanii .about.right ul > li{
	list-style: none;
	margin-bottom: 25px;
	position: relative;
	padding-left: 10px;
}
.page.okompanii .about.right ul li:before{
	content: url(/bitrix/templates/elarscan.pt/css/../img/li-type.png);
	position: absolute;
    margin-left: -30px;
}
.page.okompanii .about.bottom{
	width: 100%;
    background-color: #FFF;
    border: 3px solid #0055a3;
    /* margin-top: 70px; */
    /* z-index: -1000; */
    z-index: 999;
    position: relative;
}
.page.okompanii .about.bottom .bottom_titles{
	display: inline-block;
	vertical-align: bottom;
	/* margin: 30px 0px 20px 90px; */
	margin: 30px 0px 0px 96px;
	width: 93%;
}
.page.okompanii .about.bottom .bottom_titles h2{
	display: inline-block;
    width: 46%;
    font-weight: bold;
	font-size: 22px;
    /* font-size: 26px; */
    /* margin: 0px 65px 0px 0px; */
}
.page.okompanii .about.bottom .bottom_lists{
	/* margin: 0px 0px 45px 90px; */
	margin: 0px 0px 0px 90px;
}
.page.okompanii .about.bottom .bottom_lists ol{
	display: inline-block;
    width: 45%;
    vertical-align: top;
    list-style: decimal;
    font-size: 16px;
    line-height: 1.7;
}
.page.okompanii .about.bottom .bottom_lists ol:first-of-type{
	width: 33%;
	margin-right: 145px;
}
.page.okompanii .about.bottom .bottom_lists ol li{
	padding-bottom: 15px;
}

.page.okompanii .about.bottom .bottom_lists ul{
	display: inline-block;
    width: 45%;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
}

.page.okompanii .about.bottom .bottom_lists ul:first-of-type {
    width: 40%;
    margin-right: 72px;
/* 	 */margin-bottom: 0px;
	}
	
.page.okompanii .about.bottom .bottom_lists ul li{
	/* padding-bottom: 12px; */
	padding-bottom: 10px; 
}	


.page.techspecs ul{
	font-size: 95%;
	list-style: none;
	margin: 5px auto;
}
.page.techspecs ul > li{
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 5px;
}
.page.techspecs ul li:before{
	content: url(/bitrix/templates/elarscan.pt/css/../img/li-type-techspecs.png);
	position: absolute;
    margin-left: -30px;
}
.page.techspecs .legend{
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    margin: -30px 0px 0px 23px;
	color: #FFF;
}


.page.options .opts{
	color: #FFF;
}
.page.options .standart.opts{
	width: 65%;
	border: 4px solid #e99818;
	margin: 0px 80px 70px 0px;
	padding: 45px 20px;
	font-size: 85%;
}
.page.options .extra.opts{
	width: 70%;
	background-color: #FFF;
    border: 3px solid #000;
    margin-left: 350px;
	padding: 45px 35px;
	font-size: 85%;
}

.page.options .opts h2{
	font-weight: bold;
	position: relative;
	margin: 0 0 50px 30px;
	font-size: 26px;
}
.page.options h2:after{
  position: absolute;
  width: 88px;
  margin-bottom: -20px;
  border-bottom: 1px solid #838383;
  bottom: 0;
  left: 0;
  content: "";
}
.page.options .standart.opts h2{
	color: #FFF;
}
.page.options .extra.opts h2{
	color: #000;
}
.page.options .standart.opts ul{
	width: 40%;
    float: left;
	font-size: 95%;
	color: #FFF;
	list-style: none;
	margin: 5px 45px 0px 25px;
	padding: 0px;
}
.page.options .standart.opts ul > li{
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 5px;
}
.page.options .standart.opts ul li:before{
	content: url(/bitrix/templates/elarscan.pt/css/../img/li-type.png);
	position: absolute;
    margin-left: -30px;
}
.page.options .extra.opts ul{
	width: 43%;
    float: left;
	font-size: 95%;
	color: #303030;
	list-style: none;
	margin: 5px 25px 0px 25px;
	padding: 0px;
}
.page.options .extra.opts ul > li{
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 5px;
}
.page.options .extra.opts ul li:before{
	content: url(/bitrix/templates/elarscan.pt/css/../img/li-type-techspecs.png);
	position: absolute;
    margin-left: -30px;
}


.page.galery .description_block, .page.galery .picture_slider{
	display: inline-block;
	vertical-align: top;
}
.page.galery .description_block{
	width: 55%;
	height: 950px;
	margin-right: 35px;
}
.page.galery .picture_slider{
	width: 40%;
	height: 800px;
	border: 4px solid #83c564;
	margin: 5px 5px;
	padding: 10px 15px;
}
.page.galery .description_block h2{
	color: #FFF;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 60px;
}
.page.galery .description_block p:before{
  	position: absolute;
  	width: 88px;
  	margin-top: 250px;
  	border-bottom: 1px solid #838383;
	top: 0;
  	left: 0;
  	content: " ";
}
.page.galery .description_block p{
	color: #C7C7C7;
	font-size: 16px;
	margin-bottom: 75px;
}


.page.contacts .container{
	min-height: 900px;
	padding-top: 60px;
}
/*.page.contacts .container .about{
	color: #FFF;
	margin-bottom: 65px;
}*/
.page.contacts .region{
	display: inline-block;
	width: 35%;
	position: relative;
	vertical-align: top;
	height: auto;
	border: 3px solid;
	padding: 30px 45px;
	font-size: 16px;
	z-index: 2;
    /* line-height: 28px; */
}
.page.contacts .region h2{
    font-size: 22px;
    /* font-weight: bold; */
    position: relative;
    /* margin-bottom: 27px; */
}
.page.contacts h2:after{
    position: absolute;
    width: 88px;
    margin: 46px 0 0 0;
    /* border-bottom: 1px solid #838383; */
    left: 0;
    content: "";
}
.page.contacts .region .world_part{
	/* background-color: #5f9e42; */
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    margin: 17px 0px;
    padding-top: 19px;
}
.page.contacts .region.russia{
	border-color: #5f9e42;
	background-color: #FFF;
    margin-left: 110px;
}
.page.contacts .region.russia .world_part{
	padding: 5px 10px 5px 49px;
    margin-left: -48px;
    /*margin-bottom: 54px;*/
    width: 100%;
	color: #fff;
}
.page.contacts .region.russia .about:before{
  	position: absolute;
  	width: 88px;
  	margin: -33px 0 00 45px;
  	border-bottom: 1px solid #0055a3;
  	left: 0;
  	content: "";
}
.page.contacts .region.russia .about{
	color: #000;
	margin: 70px 0 0 0;
}
.page.contacts .region.indus{
	border-color: #FFF;
    margin-left: 125px;
    color: #FFF;
    background-color: #0055a3;
	padding-top: 15px;
}

.page.contacts .region.indus a {
	color: #fff;
}
.page.contacts .region.indus a^hover {
	color: #fff;
	text-decoration: none;
}

.contacts .region a.phone{
	background: url(/bitrix/templates/elarscan.pt/css/../img/icon-phone.png) 3px 7px no-repeat;
	text-decoration: none;
	padding: 0px 0px 7px 35px;
	display: inline-block;
	position: relative;
}
.contacts .region a.mail{
	background: url(/bitrix/templates/elarscan.pt/css/../img/icon-mail.png) 2px 8px no-repeat;
	text-decoration: none;
	padding: 0px 0px 7px 35px;
	display: inline-block;
	position: relative;
}
.contacts .region a:hover, .contacts .indus a:hover{
	text-decoration: none;
}
.contacts .region a.phone b, .contacts .region a.mail b {
	border-bottom: 1px dashed #0055a3;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.contacts .region a.phone:hover b, .contacts .region a.mail:hover b{
	border-bottom: 1px dashed transparent;
}
.contacts .region a.phone span.decor_icon, .contacts .region a.mail span.decor_icon {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	background-color: #79c755;
	border-radius: 50%;
	z-index: -1;
	top: 1px;
	left: -3px;
}

.left_customer {
    width: 43%;
    float: left;
	margin-left: 90px;
	margin-top: 60px;
	font-size: 14px;
	margin-bottom: 20px;
}

.left_customer h2, .right_customer h2 {
	font-size:21px;
	margin-bottom: 10px;
	
 }

.right_customer {
    width: 45%;
    float: right;
	margin-left: 0px;
	margin-top: 60px;
	font-size: 14px;
}


.bottom-menu {
    float: right;
    margin: 20px 0;
    padding: 15px 90px 15px 100px;
    background-color: #5f9e42;
    font-weight: bold;
	color: #fff;
}

.bottom-menu-back {
    background-color: #5f9e42;
    float: left;
    margin: 20px 0;
    padding: 15px 100px 15px 90px;
    font-weight: bold;

}
.bottom-menu-back a, .bottom-menu a {
	color: #fff;
	text-decoration: none;
	
}


/* inner pages */



/* below are other css files */

/* carousel.less */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

/*@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}*/
.scanner-select-display-visual{
	/*width:500px;*/
	width: initial;
	float:left;
	min-height:1px;
	/*padding-right:100px;*/
}
.scanner-select-display-visual .carousel .carousel-inner{height:395px;}
.scanner-select-display-visual .carousel .carousel-inner .item{height:100%;}
.scanner-select-display-visual .carousel .carousel-inner .item b{display:table;width:100%;height:100%;table-layout:fixed;}
.scanner-select-display-visual .carousel .carousel-inner .item b i{display:table-cell;vertical-align:middle; text-align: center}
.scanner-select-display-visual .carousel .carousel-inner .item img{
	max-width:100%;
	vertical-align: bottom;
}
.scanner-select-display-visual .carousel .carousel-indicators{list-style:none;padding:0 30px;width:100%;position:relative;left:0;margin-left:0;bottom: 0px;}
.scanner-select-display-visual .carousel .carousel-indicators .active{
	background: none!important;
}
.scanner-select-display-visual .carousel .carousel-indicators li{/
	width:25%;
	float:left;
	padding:0 5px;
	cursor:pointer;
	border:3px solid transparent;
	border-top-right-radius:0;
	border-top-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	height:auto;
	/*background-color:#fff;*/
	text-indent:0;
	margin:0 7px;
	width:85px;
	height:85px;
}
.scanner-select-display-visual .carousel .carousel-indicators li.active{
	border-color:#fff;
	/*border-color:#25748f;*/
}
.scanner-select-display-visual .carousel .carousel-indicators li img{max-width:100%; max-height: 82px;}
.scanner-select-display-visual .carousel .carousel-indicators li b{display:table;width:100%;height:100%;table-layout:fixed;}
.scanner-select-display-visual .carousel .carousel-indicators li b i{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	/*padding:0.5ex;*/
}
.scanner-select-display-visual .carousel .carousel-indicators:after{content:" ";display:table;clear:both;}





.lightbox-container {
  width: 815px;
}
.lightbox-title {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.lightbox-content {
  padding: 0 50px;
  font-size: 14px;
  line-height: 1.33333em;
  color: #5a5a5a;
}
.lightbox-container form {
  width: 392px;
  margin: 0 auto;
}
.form__row {
  width: 226px;
  margin: 0 0 20px;
}
.form__row_submit {
  margin-bottom: 0;
}
.form__row.error input, .form__row.error textarea{
    border-color: #f44;
}
.form__row.phone{
	margin-top: 15px;
	text-align: center;
	width: auto;
}
.form__row.addition{
    margin-top: 15px;
    text-align: left;
    width: auto;
    font-size: 13px;
}
input[type="text"],
textarea {
  width: 392px;
  padding: 14px;
  border: 4px solid;
  height: 60px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  line-height: 24px;
  text-align: center;
  background: #fff;
}
input[type="text"]:focus,
textarea:focus {
  outline: none;
}
input[type="text"].error,
textarea.error {
  border-color: #e34c4c;
}
input[type="submit"] {
  height: 60px;
  width: 392px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
input[type="submit"]:hover {
  border-color: #e99818;
}
textarea {
  width: 392px;
  height: 118px;
  resize: none;
}
label {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.form-success{
    text-align: center;
    height: 150px;
}



.parallax-container {
  position: absolute;
  width: 2560px;
  margin: 0 0 0 -1280px;
  top: 50%;
  left: 50%;
  z-index: 20;
  overflow: hidden;
}
.parallax-container .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.parallax-container_products {
  height: 855px;
  margin-top: -512px;
}
.parallax-container_products .layer {
  height: 855px;
}
.parallax-container_products .layer_1 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/products-parallax/1.png);
}
.parallax-container_products .layer_2 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/products-parallax/2.png);
}
.parallax-container_products .layer_3 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/products-parallax/3.png);
}
.parallax-container_videos {
  height: 1696px;
  margin-top: -495px;
}
.parallax-container_videos .layer {
  height: 1696px;
}
.parallax-container_videos .layer_1 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/videos-parallax/1.png);
}
.parallax-container_videos .layer_2 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/videos-parallax/2.png);
}
.parallax-container_videos .layer_3 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/videos-parallax/3.png);
}
.parallax-container_videos .layer_4 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/videos-parallax/4.png);
}
.parallax-container_props {
  height: 685px;
  margin-top: 0;
  bottom: 0;
  top: auto;
}
.parallax-container_props .layer {
  height: 884px;
}
.parallax-container_props .layer_1 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/props-parallax/1.png);
}
.parallax-container_props .layer_2 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/props-parallax/2.png);
}
.parallax-container_props .layer_3 {
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/props-parallax/3.png);
}


.bold {
  font-weight: bold;
}
.hide {
  display: none !important;
}
.vhide {
  visibility: hidden;
}
.phide {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.no-pad {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.img-left {
  float: left;
  margin: 0 15px 15px 0;
}
.img-right {
  float: right;
  margin: 0 0 15px 15px;
}
.img-center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.no-wrap {
  white-space: nowrap;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-upper {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.cf:before, .cf:after,
.columns:before,
.columns:after {
  content: "";
  display: table;
}
.cf:after,
.columns:after {
  clear: both;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(/bitrix/templates/elarscan.pt/css/../img/fancybox.png);
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-wrap:before {
  position: absolute;
  height: 220px;
  top: -220px;
  right: 0;
  left: 0;
  background: url(/bitrix/templates/elarscan.pt/css/../img/fancy-top.png) 50% 0 no-repeat;
  content: "";
}
#fancybox-wrap:after {
  position: absolute;
  height: 220px;
  right: 0;
  bottom: -220px;
  left: 0;
  background: url(/bitrix/templates/elarscan.pt/css/../img/fancy-bottom.png) 50% 0 no-repeat;
  content: "";
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-outer:after {
  position: absolute;
  top: -145px;
  background: url('/bitrix/templates/elarscan.pt/css/../img/sprite-s3b3d3cd4c2.png') 0 -316px no-repeat;
  height: 75px;
  width: 130px;
  margin-left: -65px;
  left: 50%;
  content: "";
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -156px;
  right: 28px;
  background: url('/bitrix/templates/elarscan.pt/css/../img/sprite-s3b3d3cd4c2.png') 0 -282px no-repeat;
  height: 24px;
  width: 22px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left, #fancybox-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  cursor: pointer;
  outline: none;
  background: transparent url(/bitrix/templates/elarscan.pt/css/../img/blank.gif);
  z-index: 1102;
  overflow: hidden;
  display: none;
}
#fancybox-left {
  left: 0;
}
#fancybox-right {
  right: 0;
}
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  cursor: pointer;
  z-index: 1102;
  opacity: 0;
}
#fancybox-left-ico {
  left: -40px;
  -webkit-transition: left 0.1s ease-out, opacity 0.1s ease-out;
  transition: left 0.1s ease-out, opacity 0.1s ease-out;
}
#fancybox-right-ico {
  right: -40px;
  -webkit-transition: right 0.1s ease-out, opacity 0.1s ease-out;
  transition: right 0.1s ease-out, opacity 0.1s ease-out;
}
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 12px;
  opacity: 1;
}
#fancybox-right:hover span {
  left: auto;
  right: 12px;
  opacity: 1;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-title {
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(/bitrix/templates/elarscan.pt/css/../img/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(/bitrix/templates/elarscan.pt/css/../img/fancybox.png) -55px -90px no-repeat;
}





/* popover and tooltip */
.tooltip {
  color: #FFF;
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  background-color: #e99818;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e99818;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e99818;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e99818;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #e99818;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e99818;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e99818;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e99818;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e99818;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #5f9e42;
  background-clip: padding-box;
  border: 1px solid #5f9e42;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #e99818;
  border-bottom: 1px solid #ebebeb;
  border-radius: 6px 6px 0 0;
}
.popover-content {
  padding: 9px 14px;
  color: #fff;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #5f9e42;
  /*border-top-color: rgba(0, 0, 0, 0.25);*/
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #5f9e42;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #5f9e42;
  /*border-right-color: rgba(0, 0, 0, 0.25);*/
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #5f9e42;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #5f9e42;
  /*border-bottom-color: rgba(0, 0, 0, 0.25);*/
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #5f9e42;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #5f9e42;
  /*border-left-color: rgba(0, 0, 0, 0.25);*/
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #5f9e42;
  bottom: -10px;
} 

.container blockquote {
    border-left: 6px solid #5f9e42;
    color: #303030;
    line-height: 22px;
    font-size: 15px;
    font-style: italic;
    margin-left: 543px;
    /* margin-bottom: 61px; */
}

.menu-level {
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
}

.menu-level .left-active {
    float: left;
    background-color: #5f9e42;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 265px;
	color: #fff;
}
.menu-level .right-active {
    float: right;
    background-color: #5f9e42;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 265px;
    margin-bottom: 35px;
	color:#fff;
}

.menu-level .right {
    float: right;
    background-color: #fff;
    padding: 10px 30px;
    font-weight: normal;
    font-size: 16px;
    margin-right: 265px;
    margin-bottom: 35px;
}
.menu-level .left {
    float: left;
    background-color: #fff;
    padding: 10px 30px;
    font-weight: normal;
    font-size: 16px;
    margin-left: 265px;
}

.plain_text {
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 60px;
    font-size: 14px;
    margin-bottom: 20px;
}

.scanner-news-list .all_news_link a {
	font-size: 12px;
    text-decoration: underline;
    text-shadow: 1px 1px 0px #fff;
}

.scanner-news-list .news-list-date {
    font-size: 12px;
    color: #5f9e42;
    display: block;
    font-weight: bold;
   text-shadow: none;
}

.scanner-news-list .news-list-title {
	font-size: 14px;
    line-height: normal;
    display: inline;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
	text-shadow: 1px 1px 0px #fff;
}

.news-listing .news-listing-date {
	font-size: 12px;   
    position: relative;
    top: -3px;
	color: #0055a3 !important;
}

.news-date-time {
    color: #486DAA !important;
}
.right-but-block{
    display: flex;
    width: 50%;
    float: right;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    /*margin-top: -25px;*/
    margin-top: 40px;
}
.footer-block {
    background-color: #1d54ae;
    border-top: 2px solid #266ada;
    height: 135px;
    position: relative;
    z-index: 2;
}
.footer-block > .container{
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
}
.footer-block > .container .copyright{
    width: 70%;
    margin: 50px 0;
    font-size: 14px;
    color: #fff;
}
.footer-block .right-but-block > .right-but {
    float: left;
    margin-left: 0;
    margin-bottom: 5px;
}
.footer-block .right-but-block > .right-but:nth-child(odd){
    width: 60%;
}
.footer-block .right-but-block > .right-but:nth-child(even){
    width: 40%;
}

.footer-block .right-but-block > .right-but.refresh:nth-child(odd){
    width: 40%;
}
.footer-block .right-but-block > .right-but.refresh:nth-child(even){
    width: 60%;
}

.footer-block .right-but-block > .right-but a{
    background: none;
    padding: 0;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}

.wrapper>.header>.container>.prim-nav{
    display: flex;
}
.wrapper>.header>.container>.prim-nav>ul{
    margin: 0 auto 35px;
}
.top-block-contacts{
    margin: 0 110px;
    background-color: #fff;
    display: flex;
    border: 3px solid #5f9e42;
}
.top-block-contacts > .region.russia{
    border: none;
    width: 50%;
    margin: 0;
    margin-left: 0 !important;
}
.top-block-contacts > .block-right{
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
}
/* End */
/* /bitrix/templates/elarscan.pt/css/styles.css?154721512047143 */
