<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Ä°skender'in pcde oluÅŸturulmuÅŸtur. */

img {
	-webkit-touch-callout: none!important;
	-webkit-user-select: none!important;
	-khtml-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important;
	user-drag: none!important;
	-webkit-user-drag:none!important;
}

input.globalno::-webkit-input-placeholder {
	color:red!important;
} input.globalno:-moz-placeholder {
	color:red!important;  
} input.globalno::-moz-placeholder {
	color:red!important;  
} input.globalno:-ms-input-placeholder {  
	color:red!important;  
}

@media print {
  body {-webkit-print-color-adjust: exact;}
}
@page {
    /*size:A4 landscape;*/
    -webkit-print-color-adjust: exact;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Modal Styles*/
.mailornek {
  color: #999999;
  font-size: 13px;
  font-family: Arial;
}
/* Modal Styles*/
#Modal_wr {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
#Modal_wr #Modal_main {
  width: auto;
  height: auto;
  min-height: 200px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Modal_wr #Modal_main .modal {
  width: 400px;
  min-height: 200px;
  height: auto;
  margin: auto;
  background: #ffffff;
  display: none;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.6);
}
#Modal_wr #Modal_main .modal .info_title {
  background: #007dff url('../img/info_icon.png') no-repeat right 97% center !important;
}
#Modal_wr #Modal_main .modal .error_title {
  background: #a10309 url('../img/error_icon.png') no-repeat right 97% center !important;
}
#Modal_wr #Modal_main .modal .succes_title {
  background: #2ecc71 url('../img/succes_icon.png') no-repeat right 97% center !important;
}
#Modal_wr #Modal_main .modal .modal_title {
  height: 40px;
  text-align: center;
  width: auto;
}
#Modal_wr #Modal_main .modal .modal_title span {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  -webkit-text-shadow: 0 2px 1px rgba(95, 95, 95, 0.5);
  -moz-text-shadow: 0 2px 1px rgba(95, 95, 95, 0.5);
  text-shadow: 0 2px 1px rgba(95, 95, 95, 0.5);
}
#Modal_wr #Modal_main .modal .modal_text_content {
  min-height: 50px;
  height: auto;
  padding: 20px 0;
  width: 100%;
  position: relative;
  display: table;
  text-align: center;
}
#Modal_wr #Modal_main .modal .modal_text_content p {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
#Modal_wr #Modal_main .modal .modal_footer {
  height: 60px;
  position: relative;
}
#Modal_wr #Modal_main .modal .modal_footer .info_button {
  border: 1px solid #007dff;
  color: #007dff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Modal_wr #Modal_main .modal .modal_footer .info_button:hover {
  background: #007dff;
  color: #ffffff;
}
#Modal_wr #Modal_main .modal .modal_footer .error_button {
  border: 1px solid #a10309;
  color: #a10309;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Modal_wr #Modal_main .modal .modal_footer .error_button:hover {
  background: #a10309;
  color: #ffffff;
}
#Modal_wr #Modal_main .modal .modal_footer .succes_button {
  border: 1px solid #2ecc71;
  color: #2ecc71;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Modal_wr #Modal_main .modal .modal_footer .succes_button:hover {
  background: #2ecc71;
  color: #ffffff;
}
#Modal_wr #Modal_main .modal .modal_footer button[name='modal_close'] {
  font-size: 18px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: none;
  cursor: pointer;
}
#Modal_wr #Modal_main .Dialog_contact {
  width: 800px;
  height: 600px;
  margin: auto;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #cccccc, #eeeeee);
  background: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  display: none;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#Modal_wr #Modal_main .Dialog_contact header {
  height: 90px;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666666), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #666666, #eeeeee);
  background: -moz-linear-gradient(center bottom, #666666 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #666666);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#666666', GradientType=0);
  position: relative;
}
#Modal_wr #Modal_main .Dialog_contact header .pics {
  height: 90px;
  width: 90px;
  float: left;
  display: block;
  border-right: 1px solid rgba(226, 17, 29, 0.5);
  margin-right: 20px;
  position: relative;
}
#Modal_wr #Modal_main .Dialog_contact header .pics img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Modal_wr #Modal_main .Dialog_contact header .pdf {
  height: 90px;
  width: 90px;
  display: block;
  border-left: 1px solid rgba(226, 17, 29, 0.5);
  position: absolute;
  right: 0;
  top: 0;
}
#Modal_wr #Modal_main .Dialog_contact header .pdf img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Modal_wr #Modal_main .Dialog_contact header .spot {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  padding-top: 20px;
}
#Modal_wr #Modal_main .Dialog_contact header .title {
  font-family: 'Arimo', sans-serif;
  font-size: 37px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding-top: 5px;
  letter-spacing: -1px;
}
#Modal_wr #Modal_main .Dialog_contact .Dialog_text_content {
  width: auto;
  height: 460px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  overflow-y: auto;
  overflow-x: hidden;
}
#Modal_wr #Modal_main .Dialog_contact .Dialog_text_content p {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
#Modal_wr #Modal_main .Dialog_contact .Dialog_text_content p strong {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#Modal_wr #Modal_main .Dialog_contact .Dialog_close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
  right: -40px;
  top: 0;
  background: #666666 url("../img/Dialog_close.png") no-repeat center;
  cursor: pointer;
}
/* SCROLL style*/
.style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #eeeeee;
}
.style-1::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #014590;
}
.style-1::-webkit-scrollbar-thumb:hover {
  background-color: #012c59;
}
/* SCROLL style*/
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}
#style-1::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #014590;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#style-1::-webkit-scrollbar-thumb:hover {
  background-color: #012c59;
}
html,
body {
  height: 100%;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.main-pager ul {
  list-style:none;
  margin:0;
  padding:0;
}
.main-pager ul li {
  display:inline-block;
}
.main-pager ul li a {
  display:block;
  margin:0 0 0 3px;
  width:16px;
  height:16px;
  font-size:0;
  background:url(../img/btn_sliderPager.png) no-repeat;
}
.main-pager ul li a:hover {
  background:url(../img/btn_sliderPagerHover.png) no-repeat;
  text-decoration:none;
}
.main-pager li a.active {
  background:url(../img/btn_sliderPagerHover.png) no-repeat;
}

.bx-clone {
  display: none;
}

#container {
  position: relative;
  height: auto !important;
  min-height: 100%;
  width: 100%;
  padding-bottom: 0;
  box-sizing: border-box;
  background: #ffffff;
  -moz-background-size: cover;
  font-family: 'Roboto', sans-serif;
  background-size: cover;
  display: block;
}
.mobil_slider {
  display: none;
}
.web_slider {
  display: block;
}
.content_max {
  width: 1200px;
  margin: auto;
}
.content_min {
  width: 980px;
  margin: auto;
}
.pozrel {
  position: relative;
}
header#Header {
  height: 145px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header#Header .hbg {
  width: 224px;
  height: 140px;
  position: absolute;
  z-index: 0;
  right: 130px;
  background: url("../img/header-map.png") no-repeat center;
}
header#Header .logo {
  width: 324px;
  height: 145px;
  position: relative;
  display: block;
  float: left;
}
header#Header .logo img {
  height: 100%;
  width: 100%;
  left: -55px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  background: url("../img/logo_kapimsan.png") no-repeat center;
}
header#Header .mob_langwr {
  width: 105px;
  height: 30px;
  position: absolute;
  display: none;
  right: 40px;
  top: 60%;
  margin-top: -15px;
  padding:8px 0 0 0;
}
header#Header .mob_langwr .lang {
  float:left;
  width: 19px;
  height: 19px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display:block;
  background: #eeeeee;
  position: relative;
  margin:0 2px 0 0;
}
header#Header .mob_langwr .lang span {
  font-size: 9px;
  color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header#Header .mob_langwr .lang:hover {
  background: #014590;
}
header#Header .mob_langwr .lang:hover span {
  color: #ffffff;
}
header#Header .mob_langwr .active {
  background: #014590;
}
header#Header .mob_langwr .active span {
  color: #ffffff;
  font-weight: 700;
}
header#Header .mob_menuicon {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #eeeeee;
  cursor: pointer;
}
header#Header .mob_menuicon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header#Header .mob_menuwr {
  display: none;
  background: #012c59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0154af), color-stop(1, #012c59));
  background: -ms-linear-gradient(bottom, #0154af, #012c59);
  background: -moz-linear-gradient(center bottom, #0154af 0%, #012c59 100%);
  background: -o-linear-gradient(#012c59, #0154af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c59', endColorstr='#0154af', GradientType=0);
  -webkit-box-shadow: 2px -2px 20px #000000;
  -moz-box-shadow: 2px -2px 20px #000000;
  box-shadow: 2px -2px 20px #000000;
  right: -320px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  position: fixed;
  z-index: 999;
  top: 0;
  height: 100%;
}
header#Header .mob_menuwr .mob_menuclose {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #012c59;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -20px;
  cursor: pointer;
}
header#Header .mob_menuwr .mob_menuclose img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header#Header .mob_menuwr ul {
  padding: 55px 15px 0 15px;
}
header#Header .mob_menuwr ul li {
  border-bottom: 1px solid rgba(51, 153, 204, 0.5);
}
header#Header .mob_menuwr ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  line-height: 45px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
header#Header .mob_menuwr ul li a:hover {
  color: rgba(51, 153, 204, 0.8);
}
header#Header .mob_menuwr ul li .active {
  color: rgba(51, 153, 204, 0.8);
}
header#Header .langwr {
  width: 166px;
  height: 30px;
  position: absolute;
  top:0;
  right: 0;
}
header#Header .langwr .lang {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #eeeeee;
  position: relative;
}
header#Header .langwr .lang span {
  font-size: 13px;
  color: #333333;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
header#Header .langwr .lang:hover {
  background: #014590;
}
header#Header .langwr .lang:hover span {
  color: #ffffff;
}
header#Header .langwr .active {
  background: #014590;
}
header#Header .langwr .active span {
  color: #ffffff;
  font-weight: 700;
}
header#Header .menu_wr {
  display: block;
  float: right;
  width: auto;
  min-width: 656px;
}
header#Header .menu_wr .hsearch {
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: block;
  width: 260px;
  height: 34px;
  position: absolute;
  top: 40px;
  right: 0;
}
header#Header .menu_wr .hsearch input {
  width: 81%;
  padding: 9px 8px;
  height: 100%;
  font-size: 13px;
}
header#Header .menu_wr .hsearch :-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
  margin-left: 0;
  font-size: 13px;
  letter-spacing: 0;
}
header#Header .menu_wr .hsearch ::-webkit-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
  margin-left: 0;
  font-size: 13px;
  letter-spacing: 0;
}
header#Header .menu_wr .hsearch :-ms-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
  margin-left: 0;
  font-size: 13px;
  letter-spacing: 0;
}
header#Header .menu_wr .hsearch button {
  background: url("../img/search_btn.png") no-repeat center;
  background-size: contain!important;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  position: absolute;
}
header#Header .menu_wr .menu {
  text-align: right;
  top: 90px;
  right: 0;
  position: absolute;
}
header#Header .menu_wr .menu ul li {
  display: inline-block;
}
header#Header .menu_wr .menu ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size:15px;
  display: block;
  margin-left: 16px;
  color: #000000;
}
header#Header .menu_wr .menu ul li a:hover {
  color: #e2111d;
}
header#Header .menu_wr .menu ul li .active {
  color: #e2111d;
}
#Banner_wr {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 26px auto;
  /*height: 330px;*/
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Banner_wr iframe {
  width: 100%;
  height:auto;
  max-width: 1400px;
  position: absolute;
}
#Banner_wr #camera_wrap_2 {
  display: none;
}
#Banner_wr #camera_wrap_1 {
  display: block;
}
#Banner_wr .header-slider {
  /*height: 330px;*/
  width: 1400px;
  display: none;
  margin: auto;
  position: relative;
}
#Banner_wr .header-slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Banner_wr .header-slider .slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
#Banner_wr .header-slider .slidetxt {
  position: relative;
  width: 507px;
  height: auto;
  top: 107px;
  left: 52px;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: -1px;
}
#Banner_wr .header-slider .slidetxt .lighter {
  font-weight: 100;
}
#Banner_wr .header-slider .slidetxt .bolder {
  font-weight: 700;
}
#Banner_wr .slide-pager {
  width: auto;
  position: absolute;
  height: 66px;
  bottom: 20px;
  left: 52px;
  z-index: 5;
}
#Banner_wr .slide-pager a {
  display: inline-block;
  background: url("../img/pager.png") no-repeat center;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#Banner_wr .slide-pager a:hover {
  background: url("../img/active_pager.png") no-repeat center;
}
#Banner_wr .slide-pager .active {
  background: url("../img/active_pager.png") no-repeat center;
}
#Page_header {
  max-width: 1400px;
  margin: 0 auto 25px auto;
  min-height: 330px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /*&amp;:before{
    content: '';
    position: absolute;
    height: 12px;
    background: @rnk_20;
    width:100%;
    bottom: -24px;
  }*/
}
#Page_header .uretim-slider {
  max-width: 1400px;
  height: 330px;
  position: relative;
  margin: auto;
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Page_header .uretim-slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Page_header .uretim-slider .slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover!important;
}
#Page_header .mobil-slider {
  width: auto;
  height: 440px;
  position: relative;
  margin: auto;
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Page_header .mobil-slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Page_header .mobil-slider .slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover!important;
}
#Page_header .pics {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover!important;
  z-index: 0;
}
#Page_header .pics_mob {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover!important;
  z-index: 0;
  display: none;
}
#Page_header .title {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  background: rgba(227, 49, 37, 0.9);
  padding: 13px 15px;
}
#Page_header .title h1 {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffff;
}
#Main {
  min-height: 460px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#Main .error_box {
  width: 100%;
  margin: auto;
  text-align: center;
  display: table;
  min-height: 200px;
}
#Main .error_box span {
  vertical-align: middle;
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 700;
}
#Main .spot {
  z-index: 1;
  padding: 0 15px;
  margin: auto;
  display: block;
  width: auto;
  text-align: center;
}
#Main .box1 {
  width: 310px;
  height: 205px;
  margin-right: 25px;
}
#Main .box1:nth-child(3) {
  margin-right: 0;
}
#Main .box2 {
  width: 645px;
  height: 205px;
  margin: 25px 25px 25px 0;
}
#Main .box2-min {
  width: 310px;
  height: 205px;
  margin: 25px 0 25px 0!important;
}
#Main .box3 {
  width: 100%;
  height: 205px;
  margin: 0 auto 45px auto;
  background: #7c8796 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #7c8796)) !important;
  background: -ms-linear-gradient(bottom, #eeeeee, #7c8796) !important;
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #7c8796 100%) !important;
  background: -o-linear-gradient(#7c8796, #eeeeee) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c8796', endColorstr='#eeeeee', GradientType=0) !important;
}
#Main .index_box {
  float: left;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  background: rgba(237, 238, 240, 0.5);
}
#Main .index_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover!important;
}
#Main .index_box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 17px;
  width: 213px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 100;
  background: #012c59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0154af), color-stop(1, #012c59));
  background: -ms-linear-gradient(bottom, #0154af, #012c59);
  background: -moz-linear-gradient(center bottom, #0154af 0%, #012c59 100%);
  background: -o-linear-gradient(#012c59, #0154af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c59', endColorstr='#0154af', GradientType=0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#Main .index_box .title:hover {
  background: #012c59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #012c59), color-stop(1, #012c59));
  background: -ms-linear-gradient(bottom, #012c59, #012c59);
  background: -moz-linear-gradient(center bottom, #012c59 0%, #012c59 100%);
  background: -o-linear-gradient(#012c59, #012c59);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c59', endColorstr='#012c59', GradientType=0);
}
#Main .index_box .title span {
  background: url("../img/box_arrow.png") no-repeat center;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Main .index_box .newsbox {
  margin: 15px;
  width: auto;
  height: auto;
  display: block;
}
#Main .index_box .newsbox .pics {
  width: 200px;
  height: 170px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
#Main .index_box .newsbox .pics img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Main .index_box .newsbox .newstxt {
  display: inline-block;
  vertical-align: top;
  height: 170px;
  width: 390px;
  position: relative;
}
#Main .index_box .newsbox .newstxt h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #333333;
}
#Main .index_box .newsbox .newstxt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333333;
}
#Main .index_box .newsbox .newstxt .newslink {
  background: url("../img/white_button.png") no-repeat center;
  width: 112px;
  height: 40px;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #014590;
  line-height:40px;
  position:absolute;
  bottom:0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#Main .index_box .newsbox .newstxt .newslink:hover {
  background: url("../img/blue_button.png") no-repeat center;
  color: #ffffff;
}
#Main .index_box .newsbox .newstxt .shared {
  width: 210px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: -20px;
  background: rgba(51, 51, 51, 0.1);
}
#Main .index_box .newsbox .newstxt .shared h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 41px;
  margin: 0 15px;
  display: inline-block;
}
#Main .index_box .newsbox .newstxt .shared a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
}
#Main .index_box .newsbox .newstxt .shared a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Main .index_box header {
  height: 56px;
  position: relative;
}
#Main .index_box header h5 {
  line-height: 56px;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 19px;
  color: #333333;
}
#Main .index_box header .pager {
  height: 24px;
  width: 45px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Main .index_box header .pager #btn_prev {
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#Main .index_box header .pager #btn_prev .btn_prev {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}
#Main .index_box header .pager #btn_prev .btn_prev img {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#Main .index_box header .pager #btn_line {
  width: 1px;
  height: 100%;
  background: #cccccc;
  margin: auto;
}
#Main .index_box header .pager #btn_next {
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#Main .index_box header .pager #btn_next .btn_next {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}
#Main .index_box header .pager #btn_next .btn_next img {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#Main .index_box .prod_slider {
  height: 149px;
  width: 100%;
  background: #ffffff;
}
#Main .index_box .prod_slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Main .index_box .prod_slider .slide .prodbox {
  height: auto;
  margin: 18px;
  width: auto;
}
#Main .index_box .prod_slider .slide .prodbox .pics {
  width: 100px;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: #ffffff;
  position: relative;
}
#Main .index_box .prod_slider .slide .prodbox .pics a {
  color: #333333;
}
#Main .index_box .prod_slider .slide .prodbox .pics img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain!important;
}
#Main .index_box .prod_slider .slide .prodbox .pics span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Main .index_box .prod_slider .slide .prodbox .txt {
  display: inline-block;
  vertical-align: top;
  height: 115px;
  width: 155px;
  font-size: 13px;
  line-height: 17px;
  color: #333333;
}
#Main .index_box .prod_slider .slide .prodbox .txt span {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 18px;
}
#Main .index_box .bottom-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 46px;
  background: #012c59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0154af), color-stop(1, #012c59));
  background: -ms-linear-gradient(bottom, #0154af, #012c59);
  background: -moz-linear-gradient(center bottom, #0154af 0%, #012c59 100%);
  background: -o-linear-gradient(#012c59, #0154af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c59', endColorstr='#0154af', GradientType=0);
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
}
#Main .index_box .producs_box {
  width: 16.66%;
  height: 100%;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#Main .index_box .producs_box:hover .toltips {
  bottom: 56px;
  visibility: visible;
  opacity: 1;
}
#Main .index_box .producs_box .toltips {
  position: absolute;
  left: 50%;
  width: 80px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  font-size: 13px;
  color: #ffffff;
  line-height: 28px;
  padding: 0 10px;
  background: #012c59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0154af), color-stop(1, #012c59));
  background: -ms-linear-gradient(bottom, #0154af, #012c59);
  background: -moz-linear-gradient(center bottom, #0154af 0%, #012c59 100%);
  background: -o-linear-gradient(#012c59, #0154af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c59', endColorstr='#0154af', GradientType=0);
}
#Main .index_box .producs_box .toltips:after {
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #012c59;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Main .index_box .producs_box .pics {
  height: 130px;
  width: auto;
  position: relative;
  overflow: hidden;
}
#Main .index_box .producs_box .pics img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#Main .index_box .producs_box .pics span {
  background: url("../img/prod_shadow.png") no-repeat center;
  width: 99px;
  height: 34px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#Main header.main_head {
  height: 45px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#Main header.main_head .pager {
  height: 24px;
  width: 45px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Main header.main_head .pager #btn_prev {
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#Main header.main_head .pager #btn_prev img {
  width: 20px;
  height: 20px;
}
#Main header.main_head .pager #btn_line {
  width: 1px;
  height: 100%;
  background: #cccccc;
  margin: auto;
}
#Main header.main_head .pager #btn_next {
  width: 20px;
  height: 20px;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#Main header.main_head .pager #btn_next img {
  width: 20px;
  height: 20px;
}
#Main header.main_head .lnk {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #033073;
}
#Main header.main_head a {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin: 0 15px;
  line-height: 45px;
  color: #333333;
  position: relative;
}
#Main header.main_head a:before {
  content: 'â€º';
  position: absolute;
  right: -20px;
  top: 46%;
  font-size: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#Main header.main_head a:last-child {
  margin-right: 0;
}
#Main header.main_head a:last-child:before {
  display: none;
}
#Main header.main_head a b {
  font-weight: 700;
}
#Main article {
  padding: 15px;
}
#Main article p {
  font-size: 16.5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
}
#Main .page_box_wr {
  margin-top: 40px;
}
#Main .page_box_wr .box_cell {
  width: 50%;
  height: 240px;
  display: block;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  overflow: hidden;
}
#Main .page_box_wr .box_cell.big.a {
	float: none;
	width: 100%;
	height: auto;
}
#Main .page_box_wr .box_cell.big.b {
	float: none;
	width: 100%;
	height: auto;
}
#Main .page_box_wr .box_cell:nth-child(2n+0) {
  padding: 0 0 20px 0;
}
#Main .page_box_wr .box_cell .box {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: rgba(124, 135, 150, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6)));
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.6), rgba(124, 135, 150, 0.6));
  background: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%);
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(255, 255, 255, 0.6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(255, 255, 255, 0.6)', GradientType=0);
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
#Main .page_box_wr .box_cell .box .txt {
  position:relative;
  z-index:1;
  width: 252px;
  padding: 30px 0 30px 30px;
}
#Main .page_box_wr .box_cell.big .box .txt {
  position:relative;
  z-index:1;
  width: 92%;
  padding: 30px 0 30px 30px;
}
#Main .page_box_wr .box_cell .box .txt .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
  color: #222222;
  letter-spacing: -1px;
}
#Main .page_box_wr .box_cell .box .txt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
#Main .page_box_wr .box_cell.big .box .txt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
#Main .page_box_wr .box_cell .box .belge {
  width: 106px;
  height: 152px;
  position: absolute;
  padding: 5px;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#Main .page_box_wr .box_cell .box .belge .belge-slider {
  width: 106px;
  height: 152px;
  position: relative;
}
#Main .page_box_wr .box_cell .box .belge .belge-slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Main .page_box_wr .box_cell .box .belge .belge-slider .slide img {
  position: absolute;
  width: 106px;
  height: 152px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#Main .page_box_wr .box_cell .box .bg {
  width: 100%;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#Main .page_box_wr .box_cell:nth-child(1) .box .bg {
  background: url("../img/pics_page1.png") no-repeat center;
  background-size:cover;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
#Main .page_box_wr .box_cell:nth-child(2) .box .bg {
  background: url("../img/pics_page2.png") no-repeat center;
  background-size:cover;
}
#Main .page_box_wr .box_cell:nth-child(3) .box .bg {
  background: url("../img/pics_page3.png") no-repeat center;
  background-size:cover;
}
#Main .urunboxwr {
  margin-top: 40px;
  display: table;
  height: 200px;
  width: 100%;
}
#Main .urunboxwr .tr2 {
  display: block;
  height: 20px;
}
#Main .urunboxwr .tr {
  display: table-row;
  height: 200px;
}
#Main .urunboxwr .tr .td {
  width: 20px;
  display: table-cell;
}
#Main .urunboxwr .tr .box {
  width: 480px;
  display: table-cell;
  min-height: 200px;
  vertical-align: top;
  padding: 0 20px 20px 0;
  background: rgba(124, 135, 150, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6)));
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.6), rgba(124, 135, 150, 0.6));
  background: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%);
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(255, 255, 255, 0.6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(255, 255, 255, 0.6)', GradientType=0);
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
#Main .urunboxwr .tr .box:nth-child(2n+0) {
  padding: 0 0 10px 0;
}
#Main .urunboxwr .tr .box .title {
  height: 50px;
}
#Main .urunboxwr .tr .box .title h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 50px;
  padding-left: 20px;
  color: #222222;
  letter-spacing: -1px;
}
#Main .urunboxwr .tr .box .pics {
  height: 130px;
  width: 137px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  float: left;
}
#Main .urunboxwr .tr .box .pics img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#Main .urunboxwr .tr .box .pics span {
  background: url("../img/prod_shadow.png") no-repeat center;
  width: 99px;
  height: 34px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#Main .urunboxwr .tr .box .txt {
  float: left;
  width: 66%;
}
#Main .urunboxwr .tr .box .txt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
#Main .uretimBoxwr {
  margin: 20px auto ;
}
#Main .uretimBoxwr .urbox1 {
  width: 310px;
  height: 205px;
  background: rgba(124, 135, 150, 0.6) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6))) !important;
  background: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.6), rgba(124, 135, 150, 0.6)) !important;
  background: -moz-linear-gradient(center bottom, rgba(238, 238, 238, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(238, 238, 238, 0.6)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(238, 238, 238, 0.6)', GradientType=0) !important;
  margin-right: 25px;
  margin-bottom: 25px;
}
#Main .uretimBoxwr .urbox1:nth-child(3n+0) {
  margin-right: 0;
}
#Main .uretimBoxwr .urbox2 {
  width: 100%;
  height: 205px;
  margin: 0 auto 45px auto;
  background: rgba(124, 135, 150, 0.6) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6))) !important;
  background: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.6), rgba(124, 135, 150, 0.6)) !important;
  background: -moz-linear-gradient(center bottom, rgba(238, 238, 238, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(238, 238, 238, 0.6)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(238, 238, 238, 0.6)', GradientType=0) !important;
}
#Main .uretimBoxwr .box {
  float: left;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #ffffff;
}
#Main .uretimBoxwr .box .txt {
  padding: 20px 18px;
}
#Main .uretimBoxwr .box .txt .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
  color: #222222;
  letter-spacing: -1px;
}
#Main .uretimBoxwr .box .txt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
#Main .markalarBoxwr {
  margin: 20px auto;
  text-align:center;
}
#Main .markalarBoxwr .item {
  display:inline-block;
  width:17.8%;
  padding:0 8px;
  margin:12px 0;
  cursor:pointer;
}
#Main .markalarBoxwr .item &gt; div:nth-child(1) {
  display:table;
  width:100%;
  height:110px;
  background:#FFF;
}
#Main .markalarBoxwr .item &gt; div:nth-child(1):hover {
  -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);
  box-shadow:0 2px 4px 0 rgba(0,0,0,.15);
}
#Main .markalarBoxwr .item &gt; div:nth-child(1) &gt; div:nth-child(1) {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
#Main .mediaboxwr {
  margin: 20px auto 100px auto;
}
#Main .mediaboxwr .newsbox {
  padding: 15px;
  background: rgba(124, 135, 150, 0.6) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6))) !important;
  background: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.6), rgba(124, 135, 150, 0.6)) !important;
  background: -moz-linear-gradient(center bottom, rgba(238, 238, 238, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(238, 238, 238, 0.6)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(238, 238, 238, 0.6)', GradientType=0) !important;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  display: block;
}
#Main .mediaboxwr .newsbox .pics {
  width: 200px;
  height: 170px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#Main .mediaboxwr .newsbox .pics img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#Main .mediaboxwr .newsbox .newstxt {
  display: inline-block;
  vertical-align: middle;
  min-height: 160px;
  width: 725px;
  position: relative;
}
#Main .mediaboxwr .newsbox .newstxt h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #333333;
}
#Main .mediaboxwr .newsbox .newstxt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333333;
}
#Main .mediaboxwr .newsbox .newstxt .newslink {
  background: url("../img/white_button.png") no-repeat center;
  width: 112px;
  height: 40px;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #014590;
  line-height:40px;
  position:absolute;
  bottom:0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#Main .mediaboxwr .newsbox .newstxt .newslink:hover {
  background: url("../img/blue_button.png") no-repeat center;
  color: #ffffff;
}
#Main .mediaboxwr .newsbox .newstxt .shared {
  width: 210px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: -20px;
  background: rgba(51, 51, 51, 0.1);
}
#Main .mediaboxwr .newsbox .newstxt .shared h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 41px;
  margin: 0 15px;
  display: inline-block;
}
#Main .mediaboxwr .newsbox .newstxt .shared a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
}
#Main .mediaboxwr .newsbox .newstxt .shared a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Main .mediaboxwr .news_pics {
  width: auto;
  height: auto;
  float: right;
  display: block;
  margin: 10px 15px 10px 20px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  background: rgba(124, 135, 150, 0.6) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6))) !important;
  background: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.6), rgba(124, 135, 150, 0.6)) !important;
  background: -moz-linear-gradient(center bottom, rgba(238, 238, 238, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(238, 238, 238, 0.6)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(238, 238, 238, 0.6)', GradientType=0) !important;
}
#Main .mediaboxwr .news_pics .pics {
  width: 380px;
  height: 330px;
  margin: 10px;
  position: relative;
  display: block;
}
#Main .mediaboxwr .news_pics .pics img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover!important;
}
#Main .mediaboxwr article {
  display: block;
}
#Main .mediaboxwr article h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #014590;
  margin-bottom: 20px;
}
#Main .mediaboxwr article p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
#Main .mediaboxwr .news_gall_wr {
  margin: 20px auto;
  width: auto;
  padding: 0 15px;
}
#Main .mediaboxwr .news_gall_wr h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #333333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
#Main .mediaboxwr .news_gall_wr .box {
  width: 182px;
  height: 145px;
  background: #cccccc;
  float: left;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  background: rgba(124, 135, 150, 0.6) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.6)), color-stop(1, rgba(124, 135, 150, 0.6))) !important;
  background: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.6), rgba(124, 135, 150, 0.6)) !important;
  background: -moz-linear-gradient(center bottom, rgba(238, 238, 238, 0.6) 0%, rgba(124, 135, 150, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(124, 135, 150, 0.6), rgba(238, 238, 238, 0.6)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.6)', endColorstr='rgba(238, 238, 238, 0.6)', GradientType=0) !important;
  position: relative;
}
#Main .mediaboxwr .news_gall_wr .box img {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover!important;
}
#Main .mediaboxwr .news_gall_wr .box:nth-child(5n+0) {
  margin-right: 0;
}
#Main #katalog_wr {
  margin-top: 10px;
}
#Main #katalog_wr .left_Bar {
  width: 100%;
  height: auto;
  margin-right: 17px;
  float: left;
  position: relative;
}
#Main #katalog_wr .left_Bar .form {
  height: auto;
  margin-bottom: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#Main #katalog_wr .left_Bar .form.a {
  width: 45%;
}
#Main #katalog_wr .left_Bar .form.b {
  width: 55%;
}
#Main #katalog_wr .left_Bar .form h5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: -1px;
  margin-left: 10px;
  line-height: 50px;
}
#Main #katalog_wr .left_Bar .form h5 b {
  font-weight: 700;
}
#Main #katalog_wr .left_Bar .form .big {
  margin-right: 15px!important;
}
#Main #katalog_wr .left_Bar .form .big_mid {
  margin-right: 10px!important;
}
#Main #katalog_wr .left_Bar .form .input_max {
  width: 46.5%;
}
#Main #katalog_wr .left_Bar .form .input_max input[type="text"] {
  width: 92% !important;
  background: none;
  border: 1px solid #cccccc;
}
#Main #katalog_wr .left_Bar .form .input_max .prod_src {
  right: -6px !important;
}
#Main #katalog_wr .left_Bar .form .input_max .prod_src:active {
  top: 50%!important;
}
#Main #katalog_wr .left_Bar .form .input_mid {
  width: 30%;
  border: 1px solid #cccccc;
}
#Main #katalog_wr .left_Bar .form .input_mid.a {
  width: 52%;
}
#Main #katalog_wr .left_Bar .form .input_mid.b {
  width: 19.5%;
  margin:0 0 0 10px;
}
#Main #katalog_wr .left_Bar .form .input_mid select {
  background: none;
}
#Main #katalog_wr .left_Bar .form .input_mid .prod_src {
  right: -85px !important;
}
#Main #katalog_wr .left_Bar .form .input_mid .prod_src:active {
  top: 50%!important;
}
#Main #katalog_wr .left_Bar .form .input_min {
  width: 260px;
}
#Main #katalog_wr .left_Bar .form .input_min select {
  width: 160px!important;
  background: url("../img/input_min_bg.png") no-repeat left;
}
#Main #katalog_wr .left_Bar .form .input {
  position: relative;
  height: 36px;
  float: left;
  margin: 0;
}
#Main #katalog_wr .left_Bar .form .input input[type="text"] {
  height: 20px;
  width: 94%;
  padding: 8px 10px;
  background-size: contain;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #033073;
  font-size: 13px;
  z-index: 0;
}
#Main #katalog_wr .left_Bar .form .input select {
  height: 36px;
  width: 100%;
  padding: 8px 10px;
  background-size: contain;
  background: url("../img/select_down_arrw.png") no-repeat center right 10px;
  z-index: 0;
  color: #033073;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}
#Main #katalog_wr .left_Bar .form .input select:disabled {
  color: #999999;
  cursor: auto;
}
#Main #katalog_wr .left_Bar .form .input select:disabled {
  background: url("../img/white_select_down_arrw.png") no-repeat center right 10px;
}
#Main #katalog_wr .left_Bar .form .input :-moz-placeholder {
  color: #999999;
  font-family: 'Arial';
  font-weight: 400;
  margin-left: 0;
  font-size: 15px;
  letter-spacing: 0;
}
#Main #katalog_wr .left_Bar .form .input ::-webkit-input-placeholder {
  color: #999999;
  font-family: 'Arial';
  font-weight: 400;
  margin-left: 0;
  font-size: 15px;
  letter-spacing: 0;
}
#Main #katalog_wr .left_Bar .form .input :-ms-input-placeholder {
  color: #999999;
  font-family: 'Arial';
  font-weight: 400;
  margin-left: 0;
  font-size: 15px;
  letter-spacing: 0;
}
#Main #katalog_wr .left_Bar .form .input button.a {
  position: absolute;
  background: url("../img/input_src.png") no-repeat center;
  right: 10px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
}
#Main #katalog_wr .left_Bar .form .input button.a i {
  position: absolute;
  right: 10px;
  font-style: normal;
  top: 0;
}
#Main #katalog_wr .left_Bar .form .input .prod_src {
  background: url("../img/prod_input_src_bg.png") no-repeat center!important;
  width: 72px!important;
  height: 37px!important;
  text-align: center!important;
  color: #ffffff!important;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 40px!important;
  right: -5px!important;
  top: 50%!important;
}
select::-ms-expand {
    display: none;
}
#Main #katalog_wr .left_Bar .form .input .prod_src:active {
  top: 55%;
}
#Main #katalog_wr .left_Bar .form .input .prod_src span {
  display: block;
  background: url("../img/white_input_src.png") no-repeat center;
  background-size: contain!important;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}
#Main #katalog_wr .left_Bar .katalog {
  display: none;
  width: auto;
  height: 200px;
  background: rgba(221, 221, 221, 0.6) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(188, 194, 202, 0.6)), color-stop(1, rgba(221, 221, 221, 0.6))) !important;
  background: -ms-linear-gradient(bottom, rgba(188, 194, 202, 0.6), rgba(221, 221, 221, 0.6)) !important;
  background: -moz-linear-gradient(center bottom, rgba(188, 194, 202, 0.6) 0%, rgba(221, 221, 221, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(221, 221, 221, 0.6), rgba(188, 194, 202, 0.6)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(221, 221, 221, 0.6)', endColorstr='rgba(188, 194, 202, 0.6)', GradientType=0) !important;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  position: relative;
}
#Main #katalog_wr .left_Bar .katalog .title {
  padding: 25px 0 0 20px;
}
#Main #katalog_wr .left_Bar .katalog .title b {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -2px;
}
#Main #katalog_wr .left_Bar .katalog .title span {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -2px;
}
#Main #katalog_wr .left_Bar .katalog .title p {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11.5px;
  letter-spacing: -1px;
}
#Main #katalog_wr .left_Bar .katalog .min_pics {
  width: 157px!important;
  height: 164px!important;
}
#Main #katalog_wr .left_Bar .katalog .pics {
  position: absolute;
  right: 10px;
  top: 20px;
  background: url("../img/katalog_pics.png") no-repeat center;
  background-size: cover;
  width: 187px;
  height: 194px;
}
#Main #katalog_wr .left_Bar .katalog .kat_btn {
  background: url("../img/katalog_btn.png") no-repeat center;
  width: 152px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #e33125;
}
#Main #katalog_wr .left_Bar .katalog .kat_btn span {
  background: url("../img/pdf_icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
  margin-right: 5px;
}
#Main #katalog_wr .left_Bar .katalog .kat_btn:active {
  bottom: 19px;
}
#Main #katalog_wr .min {
  width: 650px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Main #katalog_wr .min header .cel1 {
  width: 14.3%!important;
}
#Main #katalog_wr .min header .box-cell {
  width: 50%;
}
#Main #katalog_wr .min .cel1 {
  width: 14.3%;
}
#Main #katalog_wr .min .box-cell {
  width: 50%;
}
#Main #katalog_wr .minx {
  width: 650px;
  border: 1px solid #e5e5e5;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 30px!important;
  margin-bottom: 5px !important;
}
#Main #katalog_wr .minx header .cel1 {
  width: 20% !important;
}
#Main #katalog_wr .minx header .box-cell {
  width: 33.33%;
}
#Main #katalog_wr .minx .cel1 {
  width: 20% !important;
}
#Main #katalog_wr .minx .box-cell {
  width: 33.33%;
}
#Main #katalog_wr .nrm {
  width: 100%;
  border: none!important;
}
#Main #katalog_wr .right_Bar_boxwr {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  /*
    .xls{
      min-height:110px!important;
      border-bottom: 1px solid @rgd3!important;
      header{
	 height     : 28px!important;
	 h5{
	   line-height : 28px!important;
	 }
      }
      .txt_cnt{
	 .txt{

	   p{
	     padding        : 0 10px!important;
	     border-right: 1px solid @rgd3;
	     line-height: 28px!important;
	     &amp;:last-child{
		border-right:0;
	     }

	   }
	   &amp;:hover{
	     background: fade(lightyellow,90%) !important;
	   }
	 }

      }
    }
  */
}
#Main #katalog_wr .right_Bar_boxwr .RightBar {
  display: table-cell;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  min-height: 589px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar {
  min-height: 447px;
  border: 1px solid #e5e5e5;
  height: auto;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .golge .moh5title {
  display: none;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header {
  background: #e5e5e5;
  height: 40px;
  display: table;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .tit {
  float: left;
  width: 16.6%;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .tit h5 {
  margin-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .box-cell,
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .cel1 {
  display: table-cell;
  padding: 0;
  text-align: center;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .box-cell h5,
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .cel1 h5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .pager-list {
  display: block;
  padding: 10px 0;
  text-align: right;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .pager-list a {
  border: 1px solid #d0d0d0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .pager-list a:hover {
  background: #d0d0d0;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar header .pager-list .active {
  background: #d0d0d0;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row {
  display: table;
  height: 50px;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row .box-cell,
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row .cel1 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 ;
  text-align: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row .box-cell h5,
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row .cel1 h5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row .box-cell b,
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box-row .cel1 b {
  font-size: 15px!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-left {
  float: left;
  width: 22.2%;
  display: block;
  min-height: 447px;
  vertical-align: middle;
  padding-top: 10px;
  border-right: 1px solid #e5e5e5;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-left .box-cell {
  display: block;
  width: auto;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right {
  float: left;
  padding-top: 10px;
  width: 77%;
  display: table;
  vertical-align: middle;
  min-height: 447px;
  text-align:center;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .pics {
  width:100%;
  margin: auto;
  display:block;
  vertical-align:middle;
  position: relative;
  text-align:center;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .pics img {
  width:auto;
  height:auto;
  max-width: 350px;
  max-height: 350px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .item {
  border:1px solid #DDD!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .item:hover {
  border:1px solid #CC0000!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .item:hover .txt {
  color:#FFF!important;
  background:#CC0000!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .item .txt img {
  background:url(../img/search_btn.png);
  background-size:100% 100%;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .content-right .item:hover .txt img {
  background:url(../img/search_btnInvert.png);
  background-size:100% 100%;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .txt-wr {
  display: table;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .pager-list {
  display: block;
  padding: 10px 0;
  text-align: right;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .pager-list a {
  border: 1px solid #d0d0d0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .pager-list a:hover {
  background: #d0d0d0;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .pager-list .active {
  background: #d0d0d0;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .mobtitle {
  display: none;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box {
  display: table;
  width: 97.8%;
  height: 120px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx {
  display: table-row;
  width: 100%;
  height: auto;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt {
  width: 180px!important;
  border-right: none;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .tit {
  display: block;
  background: #e5e5e5;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt:last-child {
  border: none;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .pics {
  margin-left: 20px;
  width: 180px;
  height: 120px;
  position: absolute;
  top: -40px;
  cursor: pointer;
  left: -20px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .pics img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .pics span {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .taglink {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../img/kat_arrow.png") no-repeat center;
  width: 38px;
  height: 36px;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .taglink:active {
  top: 51%;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt p {
  margin-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  background: none;
  color: #000000;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt p a {
  color: #000000;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .txt_oem {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-height: 75px;
  overflow: hidden;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt .txt_oem p {
  vertical-align: middle;
  display: inline-block;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt span.link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-left: 20px;
  color: #e2111d;
  margin-top: 5px;
  width: auto;
  display: block;
  position: relative;
  cursor: pointer;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .txt span.link:hover {
  text-decoration: underline;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txtTx .xls {
  width: auto!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .mn .txt {
  height: auto;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt {
  width: 120px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border-right: 1px solid #eeeeee;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .tit {
  display: none;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt:last-child {
  border: none;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .pics {
  margin-left: 20px;
  width: 100px;
  height: 80px;
  position: relative;
  cursor: pointer;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .pics img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .pics span {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .taglink {
  position:absolute;
  top:36%;
  right:0;
  margin:0 6px 0 0;
  background: url("../img/kat_arrow.png") no-repeat center;
  width: 38px;
  height: 36px;
  vertical-align:middle;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .taglink:active {
  padding:1px 0 0 0;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt p {
  display:inline-block;
  margin-left: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  background: none;
  color: #000000;
  vertical-align:middle;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt p a {
  color: #000000;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt:nth-child(5n+5) p {
  width: 175px;
  margin-left: 10px!important;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .txt_oem {
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-height: 75px;
  overflow: hidden;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt .txt_oem p {
  vertical-align: middle;
  display: inline-block;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt span.link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-left: 20px;
  color: #e2111d;
  margin-top: 5px;
  width: auto;
  display: block;
  position: relative;
  cursor: pointer;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box .txt span.link:hover {
  text-decoration: underline;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box:hover .taglink.a {
  background: url("../img/kat_arrowHover_a.png") no-repeat center;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box:hover .taglink.b {
  background: url("../img/kat_arrowHover_b.png") no-repeat center;
}
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box:hover .taglink,
#Main #katalog_wr .right_Bar_boxwr .RightBar .right_Bar .box:hover .taglink.c {
  background: url("../img/kat_arrowHover_c.png") no-repeat center;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min {
  width: 323px;
  margin-left: 5px;
  min-height: 112px;
  float: left;
  border: 1px solid #e5e5e5;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min header {
  height: 28px;
  background: #e5e5e5;
  display: table;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min header h5 {
  line-height: 28px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt {
  display: table;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt {
  display: table-row;
  height: 100%;
  cursor: pointer;
  
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0 10px;
  line-height: 28px;
  vertical-align: top;
  display: table-cell;
  text-align: left;
  white-space: nowrap;
  position: relative;
}

#Main #katalog_wr .txt:nth-child(2) {
	width:106px!important;
}
#Main #katalog_wr .txt:nth-child(2) {
	width:106px!important;
}
#Main #katalog_wr .txt:nth-child(3) {
	width:106px!important;
}
#Main #katalog_wr .txt:nth-child(5) p span {
	white-space:nowrap;
}
#Main #katalog_wr .txt:nth-child(6) {
	
}

#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p:nth-child(1) {
  width:130px!important;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p:nth-child(2) {
  width:auto!important;
  padding:0;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p:before {
  content: ':';
  position: absolute;
  right: 10px;
  font-size: 12px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p:first-child {
  width: 8%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p:last-child {
  border-right: 0;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt p:last-child:before {
  content: '';
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2_min .txt_cnt .txt:hover {
  background: rgba(255, 255, 224, 0.9);
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 {
  width: 325px;
  height: auto;
  display: table-cell;
  vertical-align: top;
  min-height: 589px;
  margin-left: 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 header {
  background: #e5e5e5;
  height: 40px;
  display: table;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 header .tit {
  display: table-cell;
  width: 33.33%;
  padding-left: 10px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 header .tit:nth-child(2) {
  width: 50px;
  padding-left: 10px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 header .tit:last-child {
  width: 30px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 header .tit:last-child h5 {
  text-align: left;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 header .tit h5 {
  text-align: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt {
  display: table;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt {
  display: table-row;
  /*&amp;:nth-child(2n+0){
	     background: fade(@rnk_4,70%);
	   }*/
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt p {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 8px;
  width: 33.33%;
  vertical-align: top;
  display: table-cell;
  text-align: left;
  white-space: nowrap;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt p:nth-child(2n+0) {
  width: 110px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt p:last-child {
  width: 68px;
  text-align: left;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt a {
  color:#333;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt .a:hover a {
  color:#0066CC;
  text-decoration:underline;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt .b:hover a {
  color:#0066CC;
  text-decoration:underline;
}
#Main #katalog_wr .right_Bar_boxwr .right_Bar2 .txt_cnt .txt .c:hover a {
  color:#0066CC;
  text-decoration:underline;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin {
  float: left;
  display: block;
  border: 1px solid #e5e5e5;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header {
  background: #e5e5e5;
  height: 40px;
  display: table;
  width: 100%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .tit {
  float: left;
  width: 16.6%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .tit h5 {
  margin-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .box-cell {
  display: table-cell;
  padding: 0;
  width: 50%;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .box-cell h5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .pager-list {
  display: block;
  padding: 10px 0;
  text-align: right;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .pager-list a {
  border: 1px solid #d0d0d0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .pager-list a:hover {
  background: #d0d0d0;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin header .pager-list .active {
  background: #d0d0d0;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin .txt-wr {
  display: table;
  width: 50%;
  float: left;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin .txt-wr .box-row {
  height: 28px;
  width: 100%;
  /*&amp;:nth-child(2n+0){
	   background: fade(@rnk_4,70%);
	 }*/
  display: table-row;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin .txt-wr .box-row .mnt {
  width: 27.8%!important;
  padding: 0 10px!important;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin .txt-wr .box-row .dot {
  width: 1% !important;
  padding: 0 !important;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin .txt-wr .box-row .box_cel {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  position: relative;
}
#Main #katalog_wr .right_Bar_boxwr .right_Barmin .txt-wr .box-row .box_cel i {
  position: absolute;
  font-style: normal;
  left: 0;
}
#Main .newprod_wr {
  margin: 20px auto;
}
#Main .newprod_wr .newprod_box {
  width: auto;
  height: auto;
  background: rgba(124, 135, 150, 0.5) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.5)), color-stop(1, rgba(124, 135, 150, 0.5))) !important;
  background: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.5), rgba(124, 135, 150, 0.5)) !important;
  background: -moz-linear-gradient(center bottom, rgba(238, 238, 238, 0.5) 0%, rgba(124, 135, 150, 0.5) 100%) !important;
  background: -o-linear-gradient(rgba(124, 135, 150, 0.5), rgba(238, 238, 238, 0.5)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(124, 135, 150, 0.5)', endColorstr='rgba(238, 238, 238, 0.5)', GradientType=0) !important;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
  margin-bottom: 20px;
}
#Main .newprod_wr .newprod_box header {
  height: 50px;
  background: rgba(255, 255, 255, 0.5) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdee2), color-stop(1, rgba(255, 255, 255, 0.5))) !important;
  background: -ms-linear-gradient(bottom, #dbdee2, rgba(255, 255, 255, 0.5)) !important;
  background: -moz-linear-gradient(center bottom, #dbdee2 0%, rgba(255, 255, 255, 0.5) 100%) !important;
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5), #dbdee2) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#dbdee2', GradientType=0) !important;
  display: block;
}
#Main .newprod_wr .newprod_box header h5 {
  display: inline-block;
  width: auto;
  margin: 0 30px;
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
}
#Main .newprod_wr .newprod_box .content {
  display: table;
  width: 100%;
  height: 150px;
}
#Main .newprod_wr .newprod_box .content .txt {
  width: 7%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  padding: 20px 0 20px 30px;
}
#Main .newprod_wr .newprod_box .content .txt .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
#Main .newprod_wr .newprod_box .content .txt p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
#Main .newprod_wr .newprod_box .content .txt .pics {
  width: 85px;
  height: 65px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#Main .newprod_wr .newprod_box .content .txt .pics img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain!important;
}
#Main .ilet_wr {
  margin-top: 20px;
  display: table;
  width: 100%;
  min-height: 300px;
}
#Main .ilet_wr .box_mid {
  width: 40% ;
}
#Main .ilet_wr .box_min {
  width: 30%;
}
#Main .ilet_wr .mobmaps {
  display: none;
}
#Main .ilet_wr .box {
  display: table-cell;
  vertical-align: top;
  min-height: 300px;
  position: relative;
}
#Main .ilet_wr .box .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
}
#Main .ilet_wr .box .loc {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
#Main .ilet_wr .box .loc img {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#Main .ilet_wr .box .loc .txt {
  width: 90%;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
}
#Main .ilet_wr .box .loc .txt a {
  color: #333333;
  display: block;
}
#Main .ilet_wr .box .loc .txt a:hover {
  text-decoration: underline;
}
#Main .ilet_wr .box .harita {
  height: 300px;
  position: relative;
  width: auto;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
#Main .ilet_wr .box .harita iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Main .form_wr {
  padding: 15px;
}
#Main .form_wr .spot {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
  color: #333333;
}
#Main .form_wr .input {
  width: auto;
  display: block;
  font-size: 13px;
  position: relative;
  margin-bottom: 6px;
}
#Main .form_wr .input .dilradio {
  width: auto;
  display: inline-block;
}
#Main .form_wr .input .txt {
  width: 27%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
#Main .form_wr .input button {
  color: #ffffff;
  background: #555555;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 19px;
  padding: 10px 17.2px;
  margin-top: 6px;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#Main .form_wr .input button:hover {
  background: #333333;
}
#Main .form_wr .input button:active {
  top: 1px;
}
#Main .form_wr .input .ik_capcha {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #AAA;
  height: 28px;
  position: relative;
  width: 74px;
}
#Main .form_wr .input .ik_capcha img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Main .form_wr .input .int_xmin {
  width: 60px;
}
#Main .form_wr .input .int_min {
  width: 140px;
}
#Main .form_wr .input .slc_min {
  width: 160px;
}
#Main .form_wr .input .slc_mid {
  width: 228px;
}
#Main .form_wr .input .int_mid {
  width: 212px;
}
#Main .form_wr .input .int_max {
  width: 324px;
}
#Main .form_wr .input input[type="text"],
#Main .form_wr .input textarea,
#Main .form_wr .input select {
  background: #d0d0d0;
  height: 18px;
  padding: 6px 8px;
  resize: none;
  vertical-align: middle;
}
#Main .form_wr .input input[type="text"]:hover,
#Main .form_wr .input textarea:hover,
#Main .form_wr .input select:hover {
  background: #dbdee2;
}
#Main .form_wr .input input[type="text"]:focus,
#Main .form_wr .input textarea:focus,
#Main .form_wr .input select:focus {
  background: #999999;
}
#Main .form_wr .input select {
  height: 30px!important;
}
#Main .form_wr .input textarea {
  height: 60px!important;
}
#Main .form_wr .input .lab_min {
  min-width: 70px;
}
#Main .form_wr .input .lab_max {
  width: 90px;
}
#Main .form_wr .input label {
  display: inline-block;
  vertical-align: middle;
}
#Main .form_wr .input label input[type="radio"] {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
#mail-wr {
  height: 70px;
  width: 100%;
  background: #014590;
  position: relative;
}
#mail-wr .mail_cnt {
  width: 980px;
  height: 70px;
  position: relative;
  margin: auto;
}
#mail-wr .mail_cnt .mail_txt {
  display: block;
  position: relative;
  left: 60px;
  font-size: 17px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 560px;
  line-height: 70px;
}
#mail-wr .mail_cnt .mail_txt b {
  font-weight: 700;
}
#mail-wr .mail_cnt .mail_txt:after {
  content: '';
  position: absolute;
  background: url("../img/mailadd_icon.png") no-repeat center;
  left: -60px;
  width: 52px;
  height: 33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
}
#mail-wr .mail_cnt .mail_input {
  display: block;
  position: absolute;
  width: 413px;
  height: 43px;
  background: #033073;
  padding: 7px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#mail-wr .mail_cnt .mail_input input[type="text"] {
  background: none;
  width: 75%;
  height: 28px;
  padding: 8px 10px;
  display: inline-block;
  vertical-align: middle;
  color: #3399cc;
}
#mail-wr .mail_cnt .mail_input :-moz-placeholder {
  color: rgba(51, 153, 204, 0.5);
  font-family: 'Roboto';
  font-weight: 400;
  margin-left: 0;
  font-size: 17px;
  letter-spacing: 0;
}
#mail-wr .mail_cnt .mail_input ::-webkit-input-placeholder {
  color: rgba(51, 153, 204, 0.5);
  font-family: 'Roboto';
  font-weight: 400;
  margin-left: 0;
  font-size: 17px;
  letter-spacing: 0;
}
#mail-wr .mail_cnt .mail_input :-ms-input-placeholder {
  color: rgba(51, 153, 204, 0.5);
  font-family: 'Roboto';
  font-weight: 400;
  margin-left: 0;
  font-size: 17px;
  letter-spacing: 0;
}
#mail-wr .mail_cnt .mail_input button {
  display: block;
  background: url("../img/mail_button.png") no-repeat center;
  background-size: cover;
  width: 82px;
  height: 40px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
#Footer {
  height: auto;
  padding-bottom: 40px;
  background: #012c59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0154af), color-stop(1, #012c59));
  background: -ms-linear-gradient(bottom, #0154af, #012c59);
  background: -moz-linear-gradient(center bottom, #0154af 0%, #012c59 100%);
  background: -o-linear-gradient(#012c59, #0154af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012c59', endColorstr='#0154af', GradientType=0);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Footer .fLeft {
  width: 300px;
  height: auto;
  float: left;
  margin-right: 40px;
}
#Footer .fLeft header {
  height: 51px;
  border-bottom: 1px solid rgba(51, 153, 204, 0.5);
  position: relative;
}
#Footer .fLeft header h5 {
  line-height: 50px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
#Footer .fLeft header h5 b {
  font-weight: 700;
}
#Footer .fLeft header span {
  height: 4px;
  width: 140px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: rgba(51, 153, 204, 0.5);
}
#Footer .fLeft .flinks {
  margin-top: 20px;
}
#Footer .fRight {
  width: 640px;
  height: auto;
  float: right;
}
#Footer .fRight header {
  height: 51px;
  border-bottom: 1px solid rgba(51, 153, 204, 0.5);
  position: relative;
}
#Footer .fRight header h5 {
  line-height: 50px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
#Footer .fRight header h5 b {
  font-weight: 700;
}
#Footer .fRight header span {
  height: 4px;
  width: 140px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: rgba(51, 153, 204, 0.5);
}
#Footer .fRight .frtcell {
  display: inline-block;
  margin-right: 29px;
  margin-top: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Footer .fRight .frtcell .pics {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#Footer .fRight .frtcell .txt {
  display: inline-block;
  vertical-align: top;
  width: 226px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#Footer .fRight .frtcell .txt a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
#Footer .fRight .frtcell:last-child {
  margin-right: 0;
}
#Footer .fRight .frtcell:last-child .pics {
  text-align: right;
}

.all-brands {
  width:100%;
  max-width:940px;
  padding:18px 20px;
  margin:20px auto;
  border:1px solid #FFF;
  border-top:1px solid #EEE;
  -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);
  box-shadow:0 2px 4px 0 rgba(0,0,0,.15);
  text-align:center;
  cursor:pointer;
} .all-brands .logo {
  float:left;
  width:300px;
  text-align:center;
  border-right:1px solid rgba(0,0,0,.1);
} .all-brands .text {
  float:left;
  padding:18px 10%;
  width:420px;
  font-size:14px;
  line-height:1.4em;
} .all-brands .clr {
  clear:both;
} .gg1 {
  background:#fff;
  background:-moz-linear-gradient(top, #fff 0%, #ddd 70%);
  background:-webkit-linear-gradient(top, #fff 0%,#ddd 70%);
  background:linear-gradient(to bottom, #fff 0%,#ddd 70%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddd',GradientType=0 );
} 
</pre></body></html>