

/* Start:/local/templates/dckristal/template_styles.css?170654458843126*/

@font-face {
    font-family: 'ProstoBold';
    src: url("/local/css/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prosto';
    src: url("/local/css/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333333;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #333333;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #333333;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #333333;
	opacity: 1;
}

a, a:active, a:focus {
	outline: none;
}
a {
	font-family: Roboto;
	font-size: 18px;
	color: #333333;

}

div {
	box-sizing: border-box;
}

.clear {
	clear: both;
}



html {
	height: 100%;
}
body, html {
	min-height: 100%;

	width: 100%;
	position: relative;
	font-family: Roboto;
	font-size: 18px;
	color: #333333;
	background: #fff;
	font-weight: 400;
}

.wrapper {
	width: 1350px;
	margin: 0 auto;
	padding: 0;
}

.mobilemenu {
	display: none;
}

.burger {
	display: none;
}

.head {
	background: #fff;	
	font-size: 0;
	position: relative;
	z-index: 3;
}
.head .wrapper {
	position: relative;
}

.head:after {
	content: " ";
	display: block;
	position: absolute;
	top: 100%;
	height: 4px;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,0.7);
}

.head:before {
	content: " ";
	display: block;
	position: absolute;
	top: calc(100% + 4px);
	height: 2px;
	width: 100%;
	left: 0;
	background: #fff;
}

.head .logo {
	display: inline-block;
	padding-top: 30px;
	width: 270px;
	margin-right: 50px;
	vertical-align: top;
}

.head .langs {
	position: absolute;
	right: 15px;
	top:27px;
	
}

.head .langs a, .head .langs div {
	padding: 6px;
	background: #a3aabf;
	text-align: center;
	display: block;
	width: 40px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

.head .langs a {
	background: #d52b1e;
}

.head .hmenu {
	display: inline-block;
	width: calc(100% - 380px);
	vertical-align: top;
	position: relative;
	z-index: 4;
	text-align: right;
	padding-right: 30px;
}

.head .hmenu .item {
	height: 105px;
	display: inline-block;
	text-align: center;
	margin-left: 50px;
	vertical-align: top;
	position: relative;
}

.head .hmenu .item img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.head .hmenu .item:before {
	opacity: 0;
	width: 100%;
	top: 100%;
	height: 4px;
	background: #d52b1e;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	transition: all 0.3s;
}

.head .hmenu .item:hover:before {
	opacity: 1;
} 

.head .hmenu .item > a {
	display: inline-block;
	height: 105px;
	text-decoration: none;
	font-family: 'ProstoBold';
	color: #333333;
	position: relative;
	font-size: 13px;
	line-height: 105px;
	text-transform: uppercase;
	word-spacing: nowrap;
}

.head .hmenu .item .submenu {
	width: 240px;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	display: none;
}

.head .hmenu .item:hover .submenu {
	display: block;
}

.head .hmenu .item .submenu a {
	display: block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	font-family: 'Prosto';
	text-transform: uppercase;
	background: rgba(0, 57, 166, 0.7);
	margin-bottom: 1px;
	text-align: left;
}

.slidert {
	position: relative;
	width: 100%;
	height: 620px;
	margin-top: -6px;
	z-index: 2;
}

.slidert .item {
	height: 620px;
	padding-top: 180px;
	text-align: center;
	position: relative;
}

.slidert .item .title {
	font-size: 60px;
	color: #fff;
	margin: 0 0 55px;
	text-transform: uppercase;
	font-family: 'Prosto';
	
}

.slidert .item .text {
	font-size: 24px;
	color: #fff;
	margin: 0;
}

.slidert .item .btn {
	position: absolute;
	left: calc(50% - 125px);
	width: 250px;
	height: 66px;
	line-height: 66px;
	display: block;
	bottom: 110px;
	border: 3px solid #fff;
	box-sizing: border-box;
	padding: 1px;
	text-decoration: none;
}

.slidert .item .btn span {
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: rgba(255,255,255,0.3);
	font-weight: 300;
	color: #000;
	font-size: 15px;
}

.slidert .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	height: 20px;
	bottom: 40px;
	z-index: 3;
	text-align: center;
	padding: 0;
	margin: 0;
	
}

.slidert .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	background: #fff;
	opacity: 0.4;
	transition: all 0.3s;
}

.slidert .slick-dots li.slick-active {
	opacity: 1;
}

.slidert .slick-dots li button {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0;
	padding: 0;
	opacity: 0;
	border-radius: 100%;
}

.bl1 {
	padding: 70px 0 90px;
	position: relative;
}

.bl1 .title {
	font-size: 32px;
	font-weight: 300;
	color: #333333;
	text-align: center;
}

.bl1 .bl1list {
	text-align: center;
	font-size: 0;
	margin: 80px 0 0;
}

.bl1 .bl1list .item {
	position: relative;
	display: inline-block;
	padding: 0 35px;
	width: 270px;
	box-sizing: border-box;
	vertical-align: top;
}

.bl1 .bl1list .item:before {
	content: " ";
	display: block;
	height: auto;
	top: 60px;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 1px;
	background: url(/local/images/dots.png) left top repeat-y;
}

.bl1 .bl1list .item:last-child:before {
	display: none;
}

.bl1 .bl1list .item .name {
	font-size: 18px;
	color: #0039a6;
	font-weight: 500;
	margin: 30px 0 0;
	transition: all 0.3s;
}

.bl1 .bl1list .item:hover .name {
	color: #d52b1e;
}

.bl1 .bl1list .item .hexagon {
  position: relative;
  width: 160px; 
  height: 92.38px;
  background-color: #0039a6;
  margin: 46.19px 0;
  display: inline-block;
  transition: all 0.3s;
}

.bl1 .bl1list .item .hexagon:hover {
	background: #d52b1e;
}

.bl1 .bl1list .item .hexagon .img {
	width: 160px;
	position: absolute;
	left: 0;
	top: 0;
	height: 185px;
	top: calc(50% - 93px);
}

.bl1 .bl1list .item .hexagon:before,
.bl1 .bl1list .item .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  left: 0;
  transition: all 0.3s;
}

.bl1 .bl1list .item .hexagon:before {
  bottom: 100%;
  border-bottom: 46.19px solid #0039a6;
}

.bl1 .bl1list .item .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 46.19px solid #0039a6;
}

.bl1 .bl1list .item .hexagon:hover:after {
  border-top: 46.19px solid #d52b1e;
}

.bl1 .bl1list .item .hexagon:hover:before {
  border-bottom: 46.19px solid #d52b1e;
}

.bl2 {
	padding: 80px 0;
	position: relative;
	background: #ececec;
}

.bl2 .info {
	padding-right: 405px;
	position: relative;
	
}

.bl2 .info .title {
	font-weight: 300;
	font-size: 32px;
	color: #333;
	margin: 0 0 30px;
}

.bl2 .info .text {
	font-size: 18px;
	color: #333;
	font-weight: 300;
	margin: 0 0 75px;
}

.bl2 .info .btn {
	height: 48px;
	line-height: 48px;
	width: 205px;
	display: inline-block;
	margin-right: 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	background: #d52b1e;
}


.bl2 .info .btn.blue {
	background: #0039a6;
}

.bl2 .info .img {
	position: absolute;
	right: 0;
	top: -45px;
}

.bl2 .info .img .mask {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(/local/images/mask3.png) left top no-repeat;
	background-size: cover;
}

.bl3 {
	padding: 80px 0;
	border-top: 1px solid #fff;
	background: #f7fafe;
}

.bl3 .title {
	font-size: 60px;
	color: #0039a6;
	text-transform: uppercase;
	font-family: 'Prosto';
	margin: 0 0 20px;
	text-align: center;
}

.bl3 .bl3list {
	position: relative;
	font-size: 0;
	text-align: center;
}

.bl3 .bl3list .item {
	display: inline-block;
	margin-top: 50px;
	width: 50%;
	vertical-align: top;
	font-size: 22px;
	color: #333;
	text-align: left;
}

.bl3 .bl3list .img {
	display: inline-block;
}

.bl3 .bl3list .item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.bl3 .bl3list .item .text {
	display: inline-block;
	vertical-align: middle;
	max-width: 420px;
	width: calc(100% - 115px);
}


.sysprodbltextsysprodbltext {
	padding: 80px 0;
}

.sysprodbltext .title {
	font-size: 60px;
	color: #0039a6;
	text-transform: uppercase;
	font-family: 'Prosto';
	margin: 0 0 20px;
	text-align: center;
}

.sysprodbltext .bl3list {
	position: relative;
	font-size: 0;
	text-align: center;
}

.sysprodbltext .bl3list .item {
	display: inline-block;
	margin-top: 50px;
	width: 50%;
	vertical-align: top;
	font-size: 22px;
	color: #333;
	text-align: left;
}

.sysprodbltext .bl3list .img {
	display: inline-block;
}

.sysprodbltext .bl3list .item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.sysprodbltext .bl3list .item .text {
	display: inline-block;
	vertical-align: middle;
	max-width: 420px;
	width: calc(100% - 115px);
}


.partners {
	height: 240px;
	position: relative;
	text-align: center;
	font-size: 0;
}

.partners .plist {
	position: relative;
	height: 240px;
	width: 100%;
	overflow: hidden;
}
.partners .plist .item {
	text-align: center;
	height: 240px;
	line-height: 240px;
	width: 230px;
	display: inline-block;
	filter: grayscale(100%);
	transition: all 0.3s;
}

.partners .plist .item:hover {
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.09);
	filter: grayscale(0%);
}

.partners .plist .item .helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	
}
.partners .plist .item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.footer {
	padding: 80px 0 75px;
	background: #0039a6;
	position: relative;
	font-size: 0;
}

.footer .col1 {
	width: 520px;
	display: inline-block;
	vertical-align: top;
}

.footer .col1 .logo {
	display: block;
	margin: 0 0 65px;
	
}

.footer .col1 .soclinks a {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	text-decoration: none;
	opacity: 0.52;
	transition: all 0.3s;
}
.footer .col1 .soclinks a:hover {
	opacity: 1;
}

.footer .col2 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 820px);
}

.footer .col2 .fmenu a {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	padding-left: 35px;
	display: block;
	margin: 0 0 10px;
	background: url(/local/images/arr.png) left 3px no-repeat;
}

.footer .col3 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.footer .col3 .phone {
	padding-left: 40px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	background: url(/local/images/phone1.png) left center no-repeat;
	margin: 0;
}

.footer .col3 .callback {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	display: block;
	padding-left: 40px;
	margin: 0 0 30px;
}

.footer .col3 .address {
	padding-left: 40px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	background: url(/local/images/mark.png) left top no-repeat;
	margin: 0 0 30px;
}

.footer .col3 .mail {
	padding-left: 40px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	background: url(/local/images/mailicon.png) left 2px no-repeat;
	margin: 0;
}

.footer2 {
	padding: 10px 0;
	background: #d52b1e;
	position: relative;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

.footer2 .copyright {
	line-height: 48px;
	display: inline-block;
	vertical-align: top;
}

.footer2 .subform {
	text-align: right;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.footer2 .subform form {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.footer2 .subform form label {
	padding: 12px 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	height: 48px;
	line-height: 24px;
}

.footer2 .subform form label .text {
	height: 24px;
	border: 0;
	margin-left: 45px;
	border-left: 1px solid #b3b3b3;
	line-height: 24px;
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.footer2 .subform .sbm {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	margin-left: 10px;
	border: 2px solid #fff;
	width: 260px;
	text-align: center;
	vertical-align:top;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	background: none;
}

.slidertop {
	height: 320px;
	margin-top: -6px;
	position: relative;
	width: 100%;
	
}

.slidertop .wrapper {
	position: relative;
	height: 320px;
	padding-top: 110px;
}

.slidertop.prod .wrapper {
	padding-top: 75px;
}




.slidertop .title {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	
}
.slidertop .subtitle {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	
}

.slidertop.prod .title {
	width: 100%;
}
.slidertop.prod .subtitle {
	width: 100%;
}

.slidertop.company .title {
	font-size: 32px;
	text-transform: none;
	text-align: center;
}

.slidertop.company .subtitle {
	font-size: 32px;
	text-transform: none;
	text-align: center;
}

.slidertop .newsline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	background: #fff;
	height: 105px;
}

.newslist {
	position: relative;
	padding-top: 60px;
}

.newslist .item {
	padding: 0;
	margin: 0 0 75px;
	position: relative;
	cursor: pointer;
}


.newslist .item .dateline {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	padding-left: 55px;
	box-sizing: border-box;
	height: 100%;
}

.newslist .item .dateline .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	height: 26px;
	position: absolute;
	left: 55px;
	top: calc(50% - 13px);
	color: #0039a6;
	font-weight: bold;
	transition: all 0.5s;
}

.newslist .item.act .dateline .date {
	color: #d52b1e;
	top: 0;
}

.newslist .item .dateline .line {
	width: 10px;
	background: #0039a6;

	position: absolute;
	left: 0;
	top: 0;
	bottom: -75px;
	transition: all 0.5s;
}

.newslist .item.act .dateline .line {
	background: #d52b1e;
}

.newslist .item:first-child .dateline .line {
	top: -60px;
}

.newslist .item:last-child .dateline .line {
	bottom: 50%;
}


.newslist .item .dateline .plus {
	position: absolute;
	left: -8px;
	width: 26px;
	height: 26px;
	top: calc(50% - 13px);
	background: #0039a6;
	border-radius: 100%;
	transition: all 0.5s;
	
}

.newslist .item.act .dateline .plus {
	top: 0;
	background: #d52b1e;
}

.newslist .item .dateline .plus .plusinner {
	width: 12px;
	height: 12px;
	position: absolute;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
	background: #fff;
	border-radius: 100%;
}

.newslist .item .dateline .plus .plusinner:before {
	content: " ";
	display: block;
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 4px);
	width: 2px;
	height: 8px;
	background: #0039a6;
	transition: all 0.5s;
}

.newslist .item.act .dateline .plus .plusinner:before {
	opacity: 0;
}

.newslist .item .dateline .plus .plusinner:after {
	content: " ";
	display: block;
	position: absolute;
	left: calc(50% - 4px);
	top: calc(50% - 1px);
	width: 8px;
	height: 2px;
	background: #0039a6;
	transition: all 0.5s;
}

.newslist .item.act .dateline .plus .plusinner:after {
	background: #d52b1e;
}

.newslist .item .info {
	width: calc(100% - 205px);
	margin-left: 200px;
	display: inline-block;
	vertical-align: top;
	padding-left: 155px;
	position: relative;
}

.newslist .item.act .info {
	padding-left: 0;
	padding-right: 360px;
}

.newslist .item .info .img {
	width: 115px;
	position: absolute;
	left: 0;
	top: 0;
	
}

.newslist .item.act .info .img {
	width: 304px;
	left: auto;
	right: 0;
}

.newslist .item .info .img img {
	width: 100%;
	display: block;
	height: auto;
}

.newslist .item .info .img .mask {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(/local/images/mask2.png) left top no-repeat;
	background-size: cover;
}

.newslist .item .info .title {
	font-size: 32px;
	color: #333333;
	font-weight: 300;
	margin: 0 0 30px;
}

.newslist .item .info .desc {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
}

.newslist .item .info .desc p {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 25px;
}

.newslist .item .info .desc a {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	text-decoration: underline;
}

.newslist .item.act .info .desc {
	display: none;
}


.newslist .item .info .descf {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	display: none;
}

.newslist .item.act .info .descf {
	display: block;
}

.newslist .item .info .descf p {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 25px;
}

.newslist .item .info .descf a {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	text-decoration: underline;
}

.newslist .item .info .descf .author {
	font-size: 18px;
	color: #003399;
	font-weight: 400;
	
}
.newslist .item .info .descf .author span {
	display: block;
	color: #333333;
	font-weight: 300;
	font-style: italic;
}

.blcomp1 {
	padding: 40px 0 30px;
	background: #0039a6;
}

.blcomp1 .blcomp1list {
	position: relative;
	font-size: 0;
	text-align: center;
}

.blcomp1 .blcomp1list .item {
	width: 33%;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding: 0 30px;
	display: inline-block;
	vertical-align: top;
}

.blcomp1 .blcomp1list .item .img {
	text-align: center;
	height: 94px;
	margin: 0 0 15px;
}
.blcomp1 .blcomp1list .item .name {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.bl1 .text2 {
	font-size: 18px;
	font-weight: 300;
	color: #333;
}

.bl1 .text2:last-child {
	margin-top: 60px;
}

.arrlist {
	padding: 0;
	margin: 25px 0 0;
	font-size: 0;
	position: relative;
}

.arrlist li {
	list-style: none;
	display: inline-block;
	width: 50%;
	padding-right: 80px;
	margin: 0 0 25px;
	padding-left: 35px;
	background: url(/local/images/bigarr.png) left center no-repeat;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	vertical-align: top;
	box-sizing: border-box;
	min-height: 44px;
}

.arrlist2 ul {
	margin: 0;
	padding: 0;
}

.arrlist2 li {
	list-style: none;
	padding-left: 20px;
	display: block;
	margin: 0 0 15px;
	font-weight: 300;
	color: #333333;
	font-size: 18px;
	background: url(/local/images/arrsmblue.png) left center no-repeat;
}

.breadcrumbs {
	border-bottom: 2px solid #f7f7f7;
	padding: 20px 0 17px;
	font-size: 14px;
	color: #999999;
	font-weight: 300;
}

.breadcrumbs a {
	font-size: 14px;
	color: #999999;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	position: relative;
	text-decoration: underline;
}



.breadcrumbs a:before {
	position: absolute;
	right: -16px;
	width: 3px;
	height: 3px;
	top: 7px;
	background: #0039a6;
	content: " ";
	display: block;
}

.prodbl1 {
	padding: 80px 0;
	
}

.prodbl1 .prodbl1gallery {
	width: 620px;
	display: inline-block;
	vertical-align: top;
	margin-right: 90px;
	
}

.prodbl1 .prodbl1gallery .item {
	display: block;
	
}

.prodbl1 .prodbl1gallery .item img {
	width: 100%;
}

.prodbl1 .prodbl1gallery .slick-prev {
	width: 22px;
	height: 35px;
	position: absolute;
	left: 15px;
	top: calc(50% - 17px);
	border: 0;
	background: url(/local/images/warrleft.png) center center no-repeat;
	text-indent: -9999px;
	z-index: 3;
}

.prodbl1 .prodbl1gallery .slick-next {
	width: 22px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: calc(50% - 17px);
	border: 0;
	background: url(/local/images/warrright.png) center center no-repeat;
	text-indent: -9999px;
	z-index: 3;
}

.prodbl1 .info {
	width: calc(100% - 715px);
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}

.prodbl1 .info p {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin: 0 0 25px;
}

.prodbl1 .info h4 {
	margin: 50px 0 40px;
	padding: 0;
	font-size: 32px;
	color: #333333;
	font-weight: 300;
}

.prodbl1 .info ul {
	margin: 0;
	padding: 0;
}

.prodbl1 .info ul li {
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 0;
	margin: 0 0 20px;
	padding-left: 35px;
	background: url(/local/images/bigarr.png) left center no-repeat;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	vertical-align: top;
	box-sizing: border-box;
	min-height: 44px;
}

.prodbl2 {
	padding: 70px 0 30px;
}

.prodbl2 .title {
	font-size: 32px;
	color: #0039a6;
	font-weight: 300;
	margin: 0 0 40px;
}

.prodbl2list {
	font-size: 0;
	position: relative;
}

.prodbl2list .item {
	width: 50%;
	box-sizing: border-box;
	padding-left: 150px;
	padding-right: 40px;
	margin: 0 0 35px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.prodbl2list .item .circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background: #0039a6;
}

.prodbl2list .item .circle .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
}

.prodbl2list .item .info .name {
	font-size: 32px;
	color: #333;
	font-weight: 300;
	margin: 0 0 20px;
}

.prodbl2list .item .info ul {
	margin: 0;
	padding: 0;
}

.prodbl2list .item .info ul li {
	list-style: none;
	padding-left: 20px;
	display: block;
	margin: 0 0 15px;
	font-weight: 300;
	color: #333333;
	font-size: 18px;
	background: url(/local/images/arrsmblue.png) left center no-repeat;
}

.prodbl3 {
	padding: 70px 0;
}

.prodbl3 .title {
	font-size: 32px;
	color: #d52b1e;
	font-weight: 300;
	margin: 0 0 40px;
}

.prodbl3list {
	font-size: 0;
	position: relative;
}

.prodbl3list .item {
	width: 50%;
	box-sizing: border-box;
	padding-left: 135px;
	padding-right: 35px;
	margin: 0 0 35px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.prodbl3list .item img {
	position: absolute;
	left: 45px;
	top: 5px;
}

.prodbl3list .item .desc {
	font-weight: 300;
	color: #333333;
	font-size: 20px;
}

.prodbl3list .item .name {
	font-size: 32px;
	color: #333;
	font-weight: 300;
	margin: 0 0 20px;
}

.prodbl4 {
	padding: 80px 0 100px;
	background: #ececec;
	min-height:480px;
}
.prodbl4 .info {
	position: relative;
	padding-right: 505px;
}

.prodbl4 .info .img {
	position: absolute;
	top: 30px;
	right: 140px;
}

.prodbl4 .info .img .mask {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(/local/images/mask3.png) left top no-repeat;
	background-size: cover;
}

.prodbl4 .info .title {
	font-size: 32px;
	color: #333;
	font-weight: 300;
	margin: 0 0 30px;
}
.prodbl4 .info .text {
	padding-left: 35px;
	color: #333;
	font-weight: 300;
	font-size: 18px;
}

.prodbl4 .info .text img {
	max-width: 100%;
}

.prodbl4 .info .text p {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 20px;
}

.prodbl4 .info .text a {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	text-decoration: underline;
}

.prodbl4 .info ul {
	padding: 0;
	margin: 0;
}

.prodbl4 .info ul li {
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 0;
	margin: 0 0 20px;
	padding-left: 35px;
	background: url(/local/images/bigarr.png) left center no-repeat;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	vertical-align: middle;
	box-sizing: border-box;
	min-height: 44px;
}

.sysbl1 {
	padding: 75px 0 25px;
	
}

.sysbl1 .info {
	width: 770px;
	display: inline-block;
	margin-right: 100px;
	vertical-align: top;
}

.sysbl1 .info .title {
	font-size: 32px; 
	color: #333;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 0;
}

.sysbl1 .info .text {
	padding-left: 35px;
	color: #333;
	font-weight: 300;
	font-size: 18px;
}

.sysbl1 .info .text p {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 20px;
}

.sysbl1 .info .text a {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	text-decoration: underline;
}

.sysbl1 .info ul {
	padding: 0;
	margin: 0;
}

.sysbl1 .info ul li {
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 0;
	margin: 0 0 10px;
	padding-left: 35px;
	background: url(/local/images/bigarr.png) left center no-repeat;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	vertical-align: middle;
	box-sizing: border-box;
	min-height: 44px;
}

.sysbl1 .info a.btn {
	margin: 40px 0 0;
	padding: 0;
	width: 300px;
	background: #d52b1e;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}
.sysbl1 .info .btn img {
	position: relative;
	margin-right: 10px;
}

.sysbl1 .gallery {
	width: calc(100% - 875px);
	display: inline-block;
	vertical-align: top;
}

.sysbl1 .gallery .title {
	font-size: 32px; 
	color: #333;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 0;
}

.sysbl1 .gallery .gallerylist {
	width: 100%;
	position: relative;
}

.sysbl1 .gallery .gallerylist .item {
	display: block;
	position: relative;
}

.sysbl1 .gallery .gallerylist .item img {
	width: 100%;
}

.sysbl1 .gallery .gallerylist .item .lbl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0 15px;
	background: rgba(255,255,255, 0.77);
	color: #000;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.sysbl1 .gallery .gallerylist .slick-prev {
	width: 22px;
	height: 35px;
	position: absolute;
	left: 15px;
	top: calc(50% - 17px);
	border: 0;
	background: url(/local/images/warrleft.png) center center no-repeat;
	text-indent: -9999px;
	z-index: 3;
}

.sysbl1 .gallery .gallerylist .slick-next {
	width: 22px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: calc(50% - 17px);
	border: 0;
	background: url(/local/images/warrright.png) center center no-repeat;
	text-indent: -9999px;
	z-index: 3;
}

.sysbl2 {
	padding: 25px 0 80px;
}

.sysbl2 .title {
	font-size: 32px; 
	color: #333;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 0;
}

.sysbl2 .info {
	font-size: 0;
}

.sysbl2 .info .img {
	display: inline-block;
	vertical-align: top;
	width: 550px;
	margin-right: 55px;
}

.sysbl2 .info .img img {
	max-width: 100%;
}

.sysbl2 .info .text {
	width: calc(100% - 610px);
	display: inline-block;
	vertical-align: top;
	font-size: 18px; 
	color: #333;
	font-weight: 300;
}

.sysbl2 .info .text ul {
	padding: 0;
	margin: 0;
}

.sysbl2 .info .text ul li {
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 0;
	margin: 0 0 17px;
	padding-left: 35px;
	background: url(/local/images/bigarr.png) left center no-repeat;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	vertical-align: middle;
	box-sizing: border-box;
	min-height: 44px;
}

.sysbl3 {
	padding: 65px 0 50px;
	position: relative;
	font-size: 0;
}

.sysbl3item {
	width: 50%;
	box-sizing: border-box;
	padding-right: 60px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}

.sysbl3item .title {
	font-size: 32px;
	color: #0039a6;
	font-weight: 300;
	margin: 0 0 35px;
}

.sysbl3item:last-child .title {
	color: #d52b1e;
}

.sysbl3item img {
	max-width: 100%;
}

.sysbl3item .desc {
	margin: 35px 0 0;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}

.sysbl3item .desc p {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin: 0 0 25px;
}

.sysbl3item .desc a {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	text-decoration: underline;
}

.sysbl3item .desc ul {
	padding: 0;
	margin: 0;
}

.sysbl3item .desc ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding-right: 0;
	margin: 0 0 10px;
	padding-left: 35px;
	background: url(/local/images/arrsmblue.png) left 3px no-repeat;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	vertical-align: middle;
	box-sizing: border-box;
}

.sysbl3item:last-child .desc ul li {
	background: url(/local/images/arrsmred.png) left 3px no-repeat;
}

.specifications {
    margin: 50px 0px;
	list-style:none;
}
.specifications li {
	list-style:none;
	padding-left:56px;
	background: url(/local/images/download.png) left 3px no-repeat;
	line-height:56px;
}
.specifications li a {
	font-size:28px;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	display: none;
}

.popup .popup-wrap {
	width: 600px;
	top: 300px;
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.09);
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 300px);
	
}

.popup .popup-wrap .title {
	font-weight: 300;
	font-size: 32px;
	color: #333;
	margin: 0 0 30px;
	text-align: center;
}

.popup .popup-wrap .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	
}

.popup .popup-wrap .close:before {
	width: 20px;
	height: 2px;
	transform: rotate(45deg);
	background: #0039a6;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}

.popup .popup-wrap .close:after {
	width: 20px;
	height: 2px;
	transform: rotate(-45deg);
	background: #0039a6;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}

.popup .popup-wrap .rows {
	font-size: 0;
}

.popup .popup-wrap .row {
	display: inline-block;
	width: 50%;
	
}

.popup .popup-wrap .row:first-child {
	padding-right: 10px;
}

.popup .popup-wrap .row:last-child {
	padding-left: 10px;
}

.popup .popup-wrap .row .inp {
	height: 48px;
	line-height: 48px;
	width: 100%;
	background: #fff;
	font-size: 18px;
	padding: 0 15px;
	border: 2px solid #0039a6;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-weight: 300;
	transition: all 0.3s;
}

.popup .popup-wrap .row .inp.err {
	border-color: #d52b1e;
}

.popup .popup-wrap .btn {
	height: 48px;
	line-height: 48px;
	width: 205px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	background: #d52b1e;
	margin: 0 auto;
	border: 0;
}

.popup .popup-wrap .formans {
	display: none;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #0039a6;
	text-align: center;
}

.checkbox {
	position: relative;
	margin: 0 0 20px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.3s;
}

.checkbox.err {
	color: #d52b1e;
}

.checkbox:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
	content: " ";
	display: block;
	background: #fff;
	border: 1px solid #0039a6;
	transition: all 0.3s;
}

.checkbox.active:before {
	background: #0039a6;
}

.prodformbl {
	padding: 70px 0;
}


.prodformbl .title {
	font-weight: 300;
	font-size: 32px;
	color: #333;
	margin: 0 0 30px;
	text-align: center;
}

.prodformbl .rows {
	font-size: 0;
}

.prodformbl .row {
	display: inline-block;
	width: 50%;
	
}

.prodformbl .row:first-child {
	padding-right: 10px;
}

.prodformbl .row:last-child {
	padding-left: 10px;
}

.prodformbl .row .inp {
	height: 48px;
	line-height: 48px;
	width: 100%;
	background: #fff;
	font-size: 18px;
	padding: 0 15px;
	border: 2px solid #0039a6;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-weight: 300;
	transition: all 0.3s;
}

.prodformbl textarea.inp {
	height: 48px;
	line-height: 1.4;
	width: 100%;
	background: #fff;
	font-size: 18px;
	padding: 10px 15px;
	border: 2px solid #0039a6;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-weight: 300;
	transition: all 0.3s;
	min-height: 150px;
}


.prodformbl .row .inp.err {
	border-color: #d52b1e;
}

.prodformbl .btn {
	height: 48px;
	line-height: 48px;
	width: 205px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	background: #d52b1e;
	margin: 0 auto;
	border: 0;
}


.prodformbl .formans {
	display: none;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #0039a6;
	text-align: center;
}

.prodformbl form {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}



@media only screen and (max-width: 1360px) {
	.wrapper {
		width: 100%;
		padding: 0 20px 0;
	}
	
	.head .hmenu {
		width: calc(100% - 360px);
	}
	
	.head .hmenu .item {
		margin-left: 30px; 
	}
	
	.bl1 .bl1list .item {
		padding: 0 20px;
		width: 230px;
	}
	
	.slidertop .newsline {
		left: 20px;
	}
	
	
}

@media only screen and (max-width: 1200px) {
	.head {
		height: 100px;
	}
	.head .hmenu {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100px;
		background: #fff;
		border-bottom: 2px solid #0039a6;
	}
	
	.head .langs {
		right: 125px;
	}
	
	.head .hmenu .item {
		
		box-sizing: border-box;
		height: auto;
		display: block;
		text-align: left;
		margin: 0;
	}
	
	.head .hmenu .item > a {
		line-height: 1;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	
	.head .hmenu .item:before {
		display: none;
	}
	
	.head .hmenu .item .submenu {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		display: none;
	}
	
	.head .hmenu .item:hover .submenu {
		display: none;
	}
	
	.head .hmenu .item .submenu.open {
		display: block;
	}
	
	.burger {
		display: block;
		position: absolute;
		right: 30px;
		top: 30px;
		width: 64px;
		height: 48px;
		cursor: pointer;
	}
	
	.burger span {
		position: absolute;
		height: 8px;
		top: calc(50% - 4px);
		left: 0;
		width: 100%;
		background: #666666;
		transition: all 0.3s;
	}
	
	.burger:before {
		content: " ";
		display: block;
		position: absolute;
		height: 8px;
		top: 0;
		left: 0;
		width: 100%;
		background: #666666;
		transition: all 0.3s;
	}
	
	.burger:after {
		content: " ";
		display: block;
		position: absolute;
		height: 8px;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #666666;
		transition: all 0.3s;
	}
	
	.burger.act span {
		opacity: 0;
	}
	
	.burger.act:before {
		transform: rotate(45deg);
		top: calc(50% - 4px);
	}
	
	.burger.act:after {
		transform: rotate(-45deg);
		top: calc(50% - 4px);
	}
	
	.slidert .item {
		padding-top: 100px;
		
	}
	
	.slidert .item .title {
		font-size: 50px;
	}
	
	.bl1 .title {
		font-size: 24px;
	}
	
	.bl1 .bl1list .item {
		margin-bottom: 60px;
		width: 260px;
	}
	
	.bl1 .bl1list .item:before {
		display: none;
	}
	
	.bl1 {
		padding-bottom: 30px;
	}
	
	.bl2 .info .title {
		font-size: 24px;
		padding-right: 370px;
	}
	
	.bl2 .info .text {
		font-size: 16px;
		line-height: 1.4;
		padding-right: 370px;
	}
	
	.bl2 .info {
		padding-right: 0;
	}
	.bl2 .info .img {
		top: 0;
	}
	
	.bl3 .title {
		font-size: 48px;
	}

	.bl3 .bl3list {
		max-width: 600px;
		margin: 0 auto;
		text-align: left;
	}
	
	.bl3 .bl3list .img {
		display: inline-block;
		width: 140px;
		text-align: center;
	}
	
	.bl3 .bl3list .item {
		width: 100%;
	}
	
	.footer .col2 {
		display: none;
	}
	
	.footer .col1 {
		width: calc(100% - 305px);
	}
	
	.footer .col3 {
		width: 300px;
	}
	
	.footer .wrapper {
		padding: 0 50px;
	}
	
	.footer2 .copyright {
		display: none;
	}
	
	.footer2 {
		text-align: center;
	}
	
	.footer2 .subform {
		float: none;
	}
	
	.newslist .item .dateline .plus {
		top: 0;
	}
	
	.newslist .item .dateline .date {
		top: 0;
	}
	
	.newslist .item .info {
		padding-left: 0;
		padding-top: 42px;
	}
	
	.newslist .item .info .img {
		width: 93px;
		position: absolute;
		left: -145px;
		top: 42px;
	}
	
	.newslist .item .info .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.newslist .item .info .desc {
		font-size: 16px;
	}
	
	.newslist .item.act .info {
		padding-right: 0;
		padding-top: 0;
	}
	
	.newslist .item.act .info .img {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}
	
	.newslist .item .info .descf {
		font-size: 16px;
	}
	
	.newslist .item .info .descf a {
		font-size: 16px;
	}
	
	.newslist .item .info .descf p {
		font-size: 16px;
	}
	
	.newslist .item .info .descf .author {
		font-size: 16px;
	}
	
	.newslist .item:last-child .dateline .line {
		bottom: calc(100% - 10px);
	}
	
	.slidertop.company .subtitle {
		font-size: 24px;
		margin-top: 40px;
	}
	
	.slidertop.company .wrapper {
		padding-top: 100px;
	}
	
	.blcomp1 .blcomp1list .item {
		width: 420px;
		margin: 0 auto 60px;
		display: block;
	}
	
	.blcomp1 {
		padding: 70px 0 10px;
	}
	
	.bl1 .text2 {
		font-size: 16px;
		line-height: 1.4;
	}
	
	.arrlist li {
		width: 100%;
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	
	.bl1 .text2:last-child {
		margin-top: 0px;
	}
	
	.slidertop.prod .title {
		width: 90%;
	}
	.slidertop.prod .subtitle {
		width: 90%;
	}
	
	.slidertop.prod .wrapper {
		padding-top: 65px;
	}
	
	.breadcrumbs {
		display: none;
	}
	
	.prodbl1 .prodbl1gallery {
		display: block;
		margin: 0 auto 60px;
	}
	
	.prodbl1 .info {
		display: block;
		width: 620px;
		margin: 0 auto;
	}
	
	.prodbl2 .title {
		text-align: center;
		font-size: 24px;
	}
	
	.prodbl2list {
		width: 520px;
		margin: 0 auto;
	}
	
	.prodbl2list .item {
		padding-right: 0;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.prodbl3 {
		padding: 20px 0 60px;
	}
	
	.prodbl3 .title {
		text-align: center;
		font-size: 24px;
	}
	
	.prodbl3list .item .name {
		font-size: 24px;
	}
	
	.prodbl3list .item .desc {
		font-size: 16px;
	}
	
	.prodbl4 .info .img {
		display: none;
	}
	
	.prodbl4 .info {
		padding-right: 0;
	}
	
	.prodbl4 .info .title {
		font-size: 24px;
	}
	
	.prodbl4 .info .text {
		font-size: 16px;
		
	}
	
	.prodbl4 .info .text p {
		font-size: 16px;
	}
	
	.prodbl4 .info .text a {
		font-size: 16px;
	}
	
	.prodbl4 .info ul li {
		font-size: 16px;
	}
	
	.sysbl1 .info {
		width: 100%;
		margin-right: 0;
	}
	
	.sysbl1 .info .title {
		font-size: 24px;
	}
	
	.sysbl1 .info .text {
		padding-left: 0;
		font-size: 16px;
	}
	
	.sysbl1 .info ul li {
		font-size: 16px;
	}
	
	.sysbl1 .info .text p {
		font-size: 16px;
	}
	
	.sysbl1 .info .text a {
		font-size: 16px;
	}
	
	.sysbl1 .info a.btn {
		display: block;
		margin: 70px auto;
	}
	
	.sysbl1 .gallery {
		width: 470px;
		margin: 0 auto;
		display: block;
	}
	
	.sysbl1 .gallery .title {
		text-align: center;
		font-size: 24px;
	}
	
	.sysbl2 .title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 55px;
	}
	
	.sysbl2 .info .img {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.sysbl2 .info .text {
		width: 100%;
		font-size: 16px;
	}
	
	.sysbl2 .info .text ul li {
		font-size: 16px;
	}
	
	.sysbl3item {

		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
		font-size: 16px;
		margin-bottom: 60px;
	}
	
	.sysbl3item .title {
		font-size: 24px;
	}
	
	.sysbl3item .desc {
		font-size: 16px;
	}
	
	.sysbl3item .desc a {
		font-size: 16px;
	}
	
	.sysbl3item .desc p {
		font-size: 16px;
	}
	
	.sysbl3item .desc ul li {
		font-size: 16px;
	}
	
	.sysbl3 {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrapper {
		padding: 0 10px;
	}
	
	.head .hmenu {
		top: 65px;
	}
	
	body {
		font-size: 14px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	ul li {
		font-size: 14px;
	}
	
	a {
		font-size: 14px;
	}
	
	.head {
		height: 65px;
	}
	
	.head .logo {
		padding-top: 15px;
		width: 200px;
	}
	
	.head .logo img {
		max-width: 100%;
	}
	
	.head .langs {
		right: 65px;
		top: 6px;
	}
	
	.burger {
		right: 10px;
		top: 15px;
		width: 48px;
		height: 36px;
	}
	
	.burger span {
		height: 6px;
		top: calc(50% - 3px);
	}
	
	.burger:before {
		height: 6px;
	}
	
	.burger:after {
		height: 6px;
	}
	
	.slidert .item .title {
		font-size: 24px;
		margin-bottom: 35px;
	}
	
	.slidert .item .text {
		font-size: 18px;
	}
	
	.slidert {
		height: 480px;
	}
	
	.slidert .item {
		padding-top: 80px;
		height: 480px;
	}
	
	.bl1 .title {
		font-size: 21px;
	}

	.bl1 {
		padding: 45px 0 15px;
	}
	
	.bl1 .bl1list .item {
		width: 280px;
	}
	
	.bl1 .bl1list {
		margin-top: 40px;
	}
	
	.bl2 {
		padding: 45px 0;
	}
	
	.bl2 .info .img {
		display: none;
	}
	
	.bl2 .info .title {
		padding-right: 0;
	}
	
	.bl2 .info .text {
		padding-right: 0;
	}
	
	.bl2 .info .btn {
		margin-bottom: 20px;
	}
	
	.bl3 {
		padding: 45px 0;
	}
	
	.bl3 .title {
		font-size: 38px;
	}
	
	.bl3 .bl3list .item img {
		margin-right: 0;
	}
	
	.bl3 .bl3list .img {
		width: 100px;
	}
	
	.bl3 .bl3list .item img {
		max-height: 60px;
	}
	
	.bl3 .bl3list .item {
		font-size: 16px;
	}
	
	.bl3 .bl3list .item {
		margin-top: 30px;
	}
	
	.footer {
		padding: 45px 0;
	}
	
	.footer .wrapper {
		padding: 0 10px;
	}
	
	.footer .col1 {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.footer .col1 .logo {
		margin: 0 0 35px;
	}
	
	.footer .col3 {
		width: 100%;
	}
	
	.footer .col3 .mail {
		font-size: 18px;
	}
	
	.footer2 .subform {
		height: auto;
	}
	
	.footer2 .subform form label .text {
		margin-left: 5px;
		width: calc(100% - 60px);
	}
	
	.footer2 .subform form label {
		padding: 12px 10px;
		width: 100%;
	}
	
	.footer2 .subform .sbm {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
	
	.slidertop .title {
		font-size: 32px;
		
	}
	
	.slidertop .subtitle {
		font-size: 32px;
	}
	
	.slidertop .wrapper {
		padding-top: 30px;
	}
	
	.slidertop .newsline {
		left: 10px;
	}
	
	.newslist .item .dateline {
		width: 120px;
		padding-left: 0;
	}
	
	.newslist .item .dateline .date {
		left: 25px;
	}
	
	.newslist .item .info .img {
		left: -105px;
	}
	
	.newslist .item .info {
		width: calc(100% - 135px);
		margin-left: 130px;
	}
	
	.newslist .item .info .title {
		font-size: 18px;
	}
	
	.newslist .item.act .info .img {
		width: 100%;
	}
	
	.slidertop.company .title {
		font-size: 24px;
	}
	
	.slidertop.company .subtitle {
		font-size: 18px;
		margin-top: 20px;
	}
	
	.slidertop.company .wrapper {
		padding-top: 80px;
	}
	
	.blcomp1 .blcomp1list .item {
		width: 100%;
		margin: 0 auto 60px;
		padding: 0;
	}
	
	.arrlist li {
		padding-right: 0;
	}
	
	.slidertop.prod .title {
		font-size: 24px;
	}
	
	.slidertop.prod .subtitle {
		font-size: 24px;
	}
	
	.prodbl1 .prodbl1gallery {
		width: 300px;
		position: relative;
		
	}
	
	.prodbl1 .info {
		width: 100%;
	}
	
	.prodbl2 {
		padding: 45px 0 15px;
	}
	
	.prodbl2list .item .circle {
		width: 60px;
		height: 60px;
	}
	
	.prodbl2list .item {
		padding-left: 80px;
	}
	
	.prodbl2list .item .circle .img {
		background-size: 60% auto !important;
	}
	
	.prodbl2list {
		width: 100%;
	}
	
	.prodbl2list .item .info .name {
		font-size: 24px;
	}
	
	.prodbl3list .item {
		padding-left: 85px;
		width: 100%;
		padding-right: 0;
	}
	
	.prodbl3list .item img {
		left: 5px;
	}
	
	.prodbl4 .info .text {
		padding-left: 0;
	}
	
	.prodbl4 {
		padding: 45px 0;
	}
	
	.sysbl1 {
		padding: 45px 0 15px;
	}
	
	.sysbl1 .gallery {
		width: 300px;
		position: relative;
		
	}
	
	.popup {
		max-height: 100vh;
		overflow: auto;
	}
	
	.popup .popup-wrap {
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
	
	.popup .popup-wrap .row {
		width: 100%;
	}
	
	.popup .popup-wrap .row:last-child {
		padding-left: 0;
		
	}
	
	.popup .popup-wrap .row:first-child {
		padding-right: 0;
		
	}
	
	.popup .popup-wrap .btn {
		width: 100%;
	}
	
	
	.prodformbl .row {
		width: 100%;
	}
	
	.prodformbl .row:last-child {
		padding-left: 0;
		
	}
	
	.prodformbl .row:first-child {
		padding-right: 0;
		
	}
	
	.prodformbl .btn {
		width: 100%;
	}
	
	.prodformbl {
		font-size: 24px;
	}
	
	.prodformbl {
		padding: 45px 0;
	}
}
/* End */
/* /local/templates/dckristal/template_styles.css?170654458843126 */
