/* - Reset - */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  vertical-align: top;
}
input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%;
}
input[type="text"],
input[type="password"],
textarea {
  padding: 0;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
/* - /Reset - */
/* - Base settings - */
html,
body {
  height: 100%;
}
body {
  line-height: 1;
  background: #eff1f2;
  color: #616b70;
  text-align: left;
  font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-family: 'Open Sans', sans-serif;
}
input,
select,
button,
textarea {
  font-family: 'Open Sans', sans-serif;
}
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
textarea,
input,
button:active {
  outline: none;
}
input,
textarea,
button:focus {
  outline: none;
}
img {
  border: 0;
}
::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #616b70;
  font-size: 16px;
}
:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #616b70;
  font-size: 16px;
}
.placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #616b70;
  font-size: 16px;
}
a,
a:visited {
  color: #114e60;
  text-decoration: underline;
}
a:hover {
  color: #114e60;
  text-decoration: none;
}
a:focus,
a:active {
  color: #114e60;
  text-decoration: underline;
}
/* - /Base settings - */
.display-inline-block {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
}
.border-radius18 {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
/* - Sys - */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lte8 .clearfix {
  overflow: hidden;
  zoom: 1;
}
.clear {
  clear: both;
}
/* - /Sys - */
h1 {
  color: #020202;
  font-size: 48px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
p {
  font-size: 14px;
}
/* - Baselayout - */
.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.page-wrapper__inner {
  width: 1007px;
  margin: 0 auto;
}
/* - Baselayout - */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000000 url(../images/loading.gif) no-repeat 50% 50%;
}
.box-modal {
  position: relative;
}
.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer;
}
.box-modal_close:hover {
  color: #666;
}
/*FOR FUCKIN IE*/
.root .vacancy-form input[type="text"] {
  height: auto;
}
.root .w-callback input[type='text'] {
  height: auto;
}
/*yca_block:b-header*/
/* Block "header" styles */
.b-header {
  height: 69px;
  padding-top: 19px;
  background: #fff;
}
.b-header__inner-inline {
  position: relative;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
}
.b-header__inner-inline .logo {
  width: 161px;
  height: 100px;margin-top: -16px;
  display: block;
  background: url("../images/logo.png") no-repeat;
}
.b-header__inner-inline .logo-text {
  font-weight: 300;
  margin-left: 25px;
  font-size: 14px;
  color: #585858;
}
.b-header__inner-inline .phone {
  color: #215191;
  font-size: 19px;
  font-weight: 700;
  margin-left: 30px;
  padding-left: 28px;
  background: url("../images/phone.png") 0 50% no-repeat;
}
.b-header__inner-inline .callback {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  display: block;
}
.b-header__inner-inline .callback span {
  border-bottom: 1px dotted #000;
}
.b-header__inner-inline #i-want-to-buy {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 55px;
  padding-top: 10px;
  margin-left: 40px;
  background: url("../images/button-sprite.png") 0 0 no-repeat;
  width: 171px;
  height: 33px;
  cursor: pointer;
}
.b-header__inner-inline #i-want-to-buy:hover {
  background-position: 0px -53px;
}
.b-header__inner-inline .searh-lang {
  position: relative;
  z-index: 10;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  width: 55px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #215191;
  font-weight: 600;
  text-decoration: none;
  border-right: 2px solid #d2d2d2;
  text-align: center;
}
.b-header__inner-inline .searh-lang.s {
  position: relative;
  background: url("../images/find.png") 50% 50% no-repeat;
}
.search-largest {
  display: none;
  position: absolute;
  z-index: 40;
  width: 520px;
  height: 53px;
  border: 1px solid #8e9ba0;
  right: 59px;
  top: -9px;
  background: #fff;
}
.poisk-agrrr .placeholder {
  color: #404749;
  font-size: 16px;
}
.poisk-agrrr ::-webkit-input-placeholder {
  color: #404749;
  font-size: 16px;
}
.poisk-agrrr :-moz-placeholder {
  color: #404749;
  font-size: 16px;
}
.poisk-agrrr input[type='text'] {
  height: 11px;
  /* высота с учетом бордюр, внутренних отступов */
  width: 88%;
  /* ширина с учетом бордюр, внутренних отступов */
  padding: 19px 0 19px 15px;
  /* обязательно наличие как верхнего так и нижнего отступа */
}
.root .poisk-agrrr input[type='text'] {
  width: 86%;
}
.poisk-agrrr input[type='submit'] {
  width: 30px;
  height: 16px;
  background: url("../images/find.png") 50% 50% no-repeat;
  position: relative;
  top: 3px;
}
.poisk-agrrr input:focus {
  background: transparent;
}
.poisk-agrrr input {
  border: 0;
  background: transparent;
  color: #404749;
  font-size: 16px;
  box-sizing: inherit;
}
/*yca_block:b-topmenu*/
/* Block "topmenu" styles */
.b-topmenu {
  height: 55px;
  background: #215191;
}
.b-topmenu-ul {
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
}
.b-topmenu-ul-list {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  height: 55px;
  line-height: 55px;
}
.b-topmenu-ul-list:hover {
  background: #768ca4;
}
.b-topmenu-ul-list.active {
  background: #768ca4;
}
.b-topmenu-ul-list:hover span {
  border-color: transparent;
}


a.b-topmenu-ul-list__link {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  height: 55px;
  line-height: 55px;
}
a.b-topmenu-ul-list__link span {
  border-right: 1px solid #768ca4;
  padding: 0 19px;
}
.b-topmenu-ul-list:first-child span {
  border-left: 1px solid #768ca4;
}
/*yca_block:b-breadcrumb*/
/* Block "breadcrumb" styles */
.b-breadcrumb {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 50px;
  font-size: 14px;
  font-family: 'Open Sans';
  color: #616b70;
}
.b-breadcrumb__inner {
  list-style: none;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
}
.e-breadcrumb {
  display: inline;
}
.e-breadcrumb:first-child {
  background: none;
}
.e-breadcrumb a {
  position: relative;
  color: #616b70;
  text-decoration: none;
  border-bottom: 1px solid #616b70;
}
.e-breadcrumb a:hover {
  border-color: transparent;
}
.e-breadcrumb:before {
  content: "-";
}
.e-breadcrumb:first-child:before {
  content: "";
}
/*yca_block:b-about-page*/
/* Block "aboutpage" styles */
.b-aboutpage {
  padding-top: 20px;
  padding-bottom: 235px;
}
.b-aboutpage a.donwload-more {
  color: #215191;
}
.vacancy-description-page {
  padding-top: 20px;
  padding-bottom: 45px;
}
.vacancy-description-page .vacancy-description {
  width: 680px;
  margin: 0 auto;
}
.b-aboutpage.prod {
  background: #fff;
}
.methanol-cistern {
  width: 532px;
  margin: 35px auto;
  height: 154px;
  text-align: left;
  padding-left: 218px;
  padding-top: 55px;
  font-size: 20px;
  background: url("../images/cistern.png") 0 0 no-repeat;
}
.header-plash {
  width: 929px;
  color: #215191;
  margin: 0 auto;
  text-align: left;
}
.header-plash-h {
  text-align: center;
  height: 74px;
  padding-top: 24px;
  font-size: 24px;
  background: url("../images/ppp.png") no-repeat;
  padding-bottom: 2px;
}
.header-easybg {
  margin-top: 15px;
  text-align: center;
  height: 74px;
  padding-top: 24px;
  font-size: 24px;
  padding-bottom: 2px;
  background: #eff1f2;
}
.content-wrr {
  padding: 0 90px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 0 auto;
  background: #eff1f2;
}
.separate-arrow {
  margin: 30px auto;
  width: 25px;
  height: 25px;
  background: url("../images/arrow.png") no-repeat;
}
/*yca_block:b-modalwindows*/
.box-shadowww {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
}
.w-callback {
  text-align: center;
  background: #ffffff;
  position: relative;
  width: 500px;
  padding-bottom: 40px;
  padding-top: 40px;
  z-index: 20;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
}
.w-callback-close {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url("../images/close.png") no-repeat;
}
.w-callback p {
  font-size: 22px;
  color: #2c2c2c;
  padding-bottom: 30px;
}
.w-callback input[type='text'],
input[type='password'] {
  font-family: 'Open Sans', sans-serif;
  height: 15px;
  /* высота с учетом бордюр, внутренних отступов */
  width: 377px;
  /* ширина с учетом бордюр, внутренних отступов */
  border: 0;
  background: #eff1f2;
  color: #616b70;
  font-size: 16px;
  padding: 19px 0 19px 19px;
  /* обязательно наличие как верхнего так и нижнего отступа */
  margin-bottom: 13px;
}
.searchpageje input[type='submit']{
  display: inline-block;
  width: 100px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 16px;
  margin:0 auto;


}
.searchpageje input[type='text'] {
  font-family: 'Open Sans', sans-serif;
  height: 15px;
  /* высота с учетом бордюр, внутренних отступов */
  width: 70%;
  /* ширина с учетом бордюр, внутренних отступов */
  border: 0;
  background: #fff;
  color: #616b70;
  font-size: 16px;
  padding: 19px 0 19px 19px;
  /* обязательно наличие как верхнего так и нижнего отступа */
  margin-bottom: 13px;
}
.w-callback button {
  width: 210px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
}
.w-callback button:hover {
  background: #254d8a;
}
.vacancy-form.show {
  position: relative;
  text-align: center;
  font-size: 18px;
}
/*yca_block:b-footer*/
/* Block "footer" styles */
.footer {
  height: 119px;
  padding-top: 18px;
  margin-top: -137px;
  background: #215191;
}
.footer__inner {
  position: relative;
  height: 119px;
}
.hfooter {
  height: 137px;
}
.f_copyright {
  width: 225px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #96b1b9;
}
.f_right {
  float: right;
}
.b-header__inner-inline.foot {
  color: #fff;
  position: relative;
}
.b-header__inner-inline.foot .phone {
  background: url("../images/phonew.png") 0 50% no-repeat;
  color: #fff;
  font-weight: 400;
}
.b-header__inner-inline.foot .callback span {
  color: #96b1b9;
  border-color: #616b70;
}
.footer-menu {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  margin-left: 30px;
  list-style: none;
}
a.foter-menu-link {
  color: #ecefef;
  font-size: 14px;
  font-weight: 600;
}
.foter-menu-link:hover {
  text-decoration: none;
}
.foter-menu-link.active {
  text-decoration: none;
}
.footer-menu-item {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  color: #ecefef;
  margin-right: 23px;
}
.foot-search {
  position: absolute;
  z-index: 100;
  right: 23px;
  top: 40px;
  width: 225px;
  height: 27px;
  border: 1px solid #4c7a87;
}
.foot-search input:focus {
  background: transparent;
}
.foot-search input {
  border: 0;
  background: transparent;
  color: #ecefef;
  font-size: 13px;
}
.foot-search .placeholder {
  color: #ecefef;
  font-size: 13px;
}
.foot-search ::-webkit-input-placeholder {
  color: #ecefef;
  font-size: 13px;
}
.foot-search :-moz-placeholder {
  color: #ecefef;
  font-size: 13px;
}
.foot-search input[type='text'] {
  height: 13px;
  /* высота с учетом бордюр, внутренних отступов */
  width: 78%;
  /* ширина с учетом бордюр, внутренних отступов */
  box-sizing: inherit;
  padding: 6px 0 6px 15px;
  /* обязательно наличие как верхнего так и нижнего отступа */
}
.foot-search input[type='submit'] {
  width: 15px;
  height: 11px;
  background: url("../images/lupa.png") 50% 50% no-repeat;
}
/*yca_block:b-page-cabinet*/
.w-callback.login,
.w-callback.edit {
  margin: 0 auto;
}
.login-info-st {
  margin: 50px auto;
  font-size: 18px;
  color: #215191;
  text-decoration: underline;
}
p.personal-label {
  text-align: left;
  color: #616b70;
  font-size: 16px;
  padding-left: 60px;
  padding-bottom: 0;
}
.input-helper {
  position: relative;
}
.password-changers {
  cursor: pointer;
  background: url("../images/visible.png") 0 0 no-repeat;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 90px;
}
.password-changers.hidden {
  background-position: 0px -20px;
  top: 16px;
  right: 60px;
}
/*yca_block:b-contacts-page*/
.tooglecheck.cont {
  width: 1005px;
}
.description-show h2 {
  font-size: 24px;
  font-weight: 600;
  color: #215191;
  padding-bottom: 35px;
}
.description-show table {
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  margin-top: 55px;
  background: #f9f9fa;
}
.description-show td,
th {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.description-show th {
  font-size: 20px;
  color: #215191;
  background: #fff;
}
.description-show tr {
  border-top: 2px solid #eff1f2;
}
/*yca_block:b-mainslider*/
/* Block "mainslider" styles */
.b-mainslider {
  position: relative;
  z-index: 1;
  height: 775px;
}
.b-mainslider.bg1 {
  background: url('../images/back-1.jpg');
}
.b-mainslider.bg2 {
  background: url('../images/back-2.jpg');
}
.b-mainslider.bg3 {
  background: url('../images/back-3.jpg');
}
.b-mainslider .rectangle {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url("../images/rectangle.png") repeat;
}
.b-mainslider__inner {
  position: relative;
  z-index: 20;
  color: #fff;
  text-align: center;
}
.b-mainslider__inner .big-txt {
  padding-top: 110px;
  font-size: 40px;
  font-weight: 600;
}
.b-mainslider__inner .light-text {
  font-size: 38px;
  font-weight: 300;
}
.slidermenu {
  list-style: none;
  margin-top: 65px;
}
.slidermenu-list {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  min-width: 168px;
  min-height: 147px;
  margin: 0 45px;
  background: url("../images/circle-sprite.png") 50% 0px no-repeat;
}
.slidermenu-list:hover {
  background-position: 50% -197px;
}
a.slidermenu-list-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  min-width: 148px;
  padding-top: 152px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.slidermenu-list-link.vial {
  background: url("../images/vial.png") 50% 48px no-repeat;
}
.slidermenu-list-link.bonk {
  background: url("../images/bonk.png") 50% 48px no-repeat;
}
.slidermenu-list-link.scope {
  background: url("../images/scope.png") 50% 48px no-repeat;
}
#scroll-bot {
  background: url(../images/scrol.png) 50% 0 no-repeat;
  padding-top: 95px;
  color: #fff;
  font-size: 14px;
  width: 115px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 55px;
}
/*yca_block:b-mainabout*/
/* Block "mainabout" styles */
.b-mainabout {
  min-height: 825px;
  padding-bottom: 90px;
  background: url(../images/imbabg.png) #0a4885 50% 80px no-repeat;
  color: #fff;
}
.b-mainabout__inner {
  text-align: center;
}
.b-mainabout__inner h2 {
    color: #fff;
}
.b-mainabout__inner h1 {
  padding-top: 200px;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}
.tooglecheck {
  width: 790px;
  margin: 0 auto;
  border-bottom: 1px solid #587ea0;
  list-style-type: none;
  padding-bottom: 40px;
  text-align: center;
}
.tooglecheck-list {
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  cursor: pointer;
  height: 36px;
  padding: 0 18px;
  line-height: 36px;
  margin: 0 10px;
  margin-top: 40px;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
}
.tooglecheck.notbg {
  color: #616b70;
}
.tooglecheck-list span {
  border-bottom: 2px dotted #afbbcd;
}
.tooglecheck-list:hover {
  background: #768ca4;
  color: #fff;
}
.tooglecheck-list:hover span {
  border-color: transparent;
}
.tooglecheck-list.active {
  background: #768ca4;
  color: #fff;
}
.tooglecheck-list.active span {
  border-color: transparent;
}
.tooglecheck-content {
  font-size: 18px;
  padding-top: 85px;
  width: 950px;
  margin: 0 auto;
  text-align: center;
}
.description-show {
  display: none;
}
.description-show.active {
  display: block;
}
.certificates {
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
}
.certificates-list {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  text-align: center;
  width: 191px;
  height: 271px;
  background: url(../images/sertbg.png) no-repeat;
  margin: 0 5px 15px 5px;
}
.certificates-list-wrap {
  position: relative;
  z-index: 10;
}
.certificates-list-wrap-container {
  position: absolute;
  top: 0;
  left: 5px;
  width: 182px;
  padding-top: 104px;
  height: 160px;
  display: none;
  background: url("../images/sert-repeat.png");
}
.certificates-list-wrap-container .for-download {
  margin: 0 12px;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("../images/download.png") 0 0;
}
.certificates-list-wrap-container .for-download.down {
  background-position: 50% -42px;
}
.certificates-list-wrap:hover .certificates-list-wrap-container {
  display: block;
}
a.donwload-more {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  color: #fff;
  margin-top: 80px;
  padding-left: 45px;
  background: url("../images/doc.png") 0 50% no-repeat;
  text-align: left;
}
/*yca_block:b-mainproduct*/
/* Block "mainproduct" styles */
.b-mainproduct {
  padding-top: 195px;
  background: #fff;
}
.b-mainproduct-bot {
  height: 114px;
  background: url("../images/poligon.png") 50% 100% no-repeat;
}
.videlenie-korjav {
  color: #114e60;
  font-weight: 600;
}
.big-thin-text {
  font-size: 30px;
  color: #020202;
  padding-bottom: 40px;
}
.small-thin-text {
  font-size: 23px;
  color: #020202;
  padding-top: 100px;
}
ul.takefor {
  list-style: none;
  margin-top: 45px;
  padding-bottom: 50px;
}
li.takefor-list {
  font-size: 16px;
  background-position: 50% 0;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  min-width: 82px;
  padding-top: 100px;
  background-repeat: no-repeat;
  margin-left: 34px;
}
.takefor-list:first-child {
  margin-left: 0;
}
.takefor-list.li1 {
  background-image: url(../images/li1.png);
}
.takefor-list.li2 {
  background-image: url(../images/li2.png);
}
.takefor-list.li3 {
  background-image: url(../images/li3.png);
}
.takefor-list.li4 {
  background-image: url(../images/li4.png);
}
.takefor-list.li5 {
  background-image: url(../images/li5.png);
}
.under-check {
  list-style-type: none;
  margin-top: 75px;
}
.under-check-list.active {
  border-color: #afbabf;
}
.under-check-list:hover {
  border-color: #afbabf;
}
.under-check-list {
  margin: 0 5px;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.under-check-wrap {
  padding-top: 80px;
  display: none;
}
.under-check-wrap.active {
  display: block;
}
.image-for-column {
  text-align: left;
  font-size: 16px;
  width: 990px;
  padding-top: 170px;
  background: url("../images/RF.png") 0 0 no-repeat;
  padding-bottom: 128px;
}
.image-for-column.slide2 {
  background: url("../images/SNG.png") 50% 0 no-repeat;
  padding-top: 211px;
}
.column-1-podchek {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  text-align: center;
  margin-left: 68px;
}
.column-1-podchek:first-child {
  margin-left: 0;
}
.image-for-column.slide2 .column-1-podchek {
  margin-left: 180px;
}
.image-for-column.slide2 .column-1-podchek:first-child {
  margin-left: 47px;
  margin-right: 22px;
}
.for-wrap-links {
  text-align: left;
  padding-left: 265px;
}
.for-wrap-links.sert {
  text-align: center;
  padding: 0;
}
.download-linc-doc {
  display: inline-block;
  padding-left: 44px;
  height: 22px;
  padding-top: 10px;
  font-size: 16px;
  color: #114e60;
  background: url("../images/doc.png") 0 50% no-repeat;
  margin-top: 10px;
}
.download-linc-doc.pdf {
  background: url("../images/pdf.png") 0 50% no-repeat;
}
.download-linc-doc span {
  display: block;
  padding-right: 40px;
  background: url("../images/dwn.png") 100% 50% no-repeat;
}
a.download-for-zip {
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 10px;
  width: 235px;
  height: 35px;
  background: url("../images/zipb.png") 25px 50% #3063b2 no-repeat;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 43px;
}
a.download-for-zip.sert {
  width: 275px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background: #3063b2 no-repeat;
}
.download-for-zip:hover {
  background-color: #254d8a;
}
.chekboxdwn:first-child {
  margin-left: 20px;
}
.chekboxdwn {
  font-size: 14px;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  z-index: 10;
  width: 50px;
  height: 22px;
  line-height: 22px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #afbabf;
  text-align: center;
}
.chekboxdwn.en {
  z-index: 20;
  left: -20px;
}
.chekboxdwn:hover {
  border-color: transparent;
  color: #fff;
  background: #768ca4;
  z-index: 30;
}
/*yca_block:b-mainwork*/
/* Block "mainwork" styles */
.b-mainwork {
  margin-top: 55px;
  padding-bottom: 42px;
}
.b-mainwork__inner .description-show {
  font-size: 16px;
  width: 700px;
  margin: 0 auto;
}
.vacancy-list {
  margin-top: 10px;
  padding-bottom: 35px;
  list-style: none;
}
.vacancy-list a {
  font-size: 20px;
  color: #104e5f;
}
.adwards-list {
    margin-top: 10px;
    padding-bottom: 35px;
    list-style: none;
}
.adwards-list a {
    font-size: 20px;
    color: #104e5f;
}
.b-mainabout__inner .adwards-list a {
    color: #fff;
}
.vacancy-form {
  color: #616b70;
  margin: 0 auto;
  width: 480px;
  padding: 35px 55px;
  padding-bottom: 30px;
  background: #fff;
  margin-top: 22px;
}
.questions {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 30px;
}
.vacancy-form input[type='text'] {
  font-family: 'Open Sans', sans-serif;
  height: 15px;
  /* высота с учетом бордюр, внутренних отступов */
  width: 100%;
  /* ширина с учетом бордюр, внутренних отступов */
  border: 1px solid transparent;
  background: #eff1f2;
  color: #616b70;
  font-size: 16px;
  padding: 19px 0 19px 19px;
  /* обязательно наличие как верхнего так и нижнего отступа */
  margin-bottom: 13px;
}
input.error,textarea.error {

  border:1px solid red!important;
}
.successje{

  font-size: 18px;
  color: green!important;
  font-weight: 600;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  color: #616b70;
  padding-left: 17px;
  padding-top: 10px;
  background: #eff1f2;
  font-size: 16px;
  border: 1px solid transparent;
  height: 85px;
  border-color: transparent;
  resize: none;
}
textarea.vacancy-request{color: green; font-weight: 600; }
.vacancy-form button {
  width: 210px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 16px;
  margin:0 auto;
}
.modaltypesubmittt{
  display: block;
  width: 210px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 16px;
  margin:0 auto;


}
.w-callback input[type='text']{

  border: 1px solid transparent;
}
.vacancy-form input[type='submit']{
  display: block;
  width: 210px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 16px;
  margin:0 auto;


}
.vacancy-form button:hover {
  background: #254d8a;
}
.listtype-job {
  padding-top: 10px;
  padding-bottom: 75px;
}
.listtype-job-inn {
  margin-top: 33px;
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top;
}
.listtype-job-inn.number {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  border: 1px solid #939a9e;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.listtype-job-inn.text {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  width: 520px;
}
.bigtelje {
  font-size: 26px;
  font-weight: 600;
  color: #145062;
}
.razrab-hels {
  position: absolute;
  right: 23px;
  bottom: 15px;
  font-size: 12px;
  color: #96b1b9;
}
.razrab-hels span {
  text-decoration: underline;
}
.ask-quest-foot {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  height: 28px;
  padding-top: 14px;
  width: 137px;
  padding-left: 68px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: url(../images/chat.png) 20px 50% #768ca4 no-repeat;
  margin: 0 auto;
  left: 50%;
  margin-left: -103px;
}
.vacancy-description {
  position: relative;
  width: 870px;
  padding: 35px 50px;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  background: #fefefe;
  text-align: left;
  font-size: 14px;
  color: #020202;
}
.vacancy-description h1 {
  font-size: 30px;
  text-align: left;
  padding-bottom: 25px;
}
.vacancy-description .vac-price {
  margin-top: 0;
  font-size: 20px;
  color: #768ca4;
  font-weight: 600;
  display: none;
  height: 32px;
  line-height: 32px;
  background: url("../images/price.png") 0 0 no-repeat;
}
.vacancy-description p {
  margin-top: 25px;
}
.vacancy-description button {
  width: 210px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
}
.vacancy-description button:hover {
  background: #254d8a;
}




.bx-auth,.bx-auth-profile{
  margin: 0 auto;
   text-align: center;
  background: #ffffff;
  position: relative;
  width: 500px;
  padding-top: 40px;
  z-index: 20;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
}

.bx-auth input[type='text'],
input[type='password'] {
  font-family: 'Open Sans', sans-serif;
  height: 15px;
  /* высота с учетом бордюр, внутренних отступов */
  width: 377px;
  /* ширина с учетом бордюр, внутренних отступов */
  border: 0;
  background: #eff1f2;
  color: #616b70;
  font-size: 16px;
  padding: 19px 0 19px 19px;
  /* обязательно наличие как верхнего так и нижнего отступа */
  margin-bottom: 13px;
}

.w-callback.edit.nopadding{/*padding-bottom: 0;*/}

p.helpertextpass{


  font-size: 10px;
}

.buttonsforauthhh {
  display: block;
  margin: 0 auto;
  width: 210px;
  height: 45px;
  background: #3063b2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 16px;
  font-weight: bold;
}

#bx_auth_serv input[type='text'] {

  background: #fff!important;
}

.search-page {margin-bottom: 30px}
.search-page p {margin: 20px 0;}
.search-page a {font-size: 14px; font-weight: bold;}
.search-page small a {font-size: 12px; font-weight: normal;}

.vacancy-list-item {margin: 10px 0;}
.adwards-list-item {margin: 10px 0;}


.footer-menu {display:none}

.preniya {text-align:justify}
.page-wrapper__inner p {text-align:center}
.page-wrapper__inner {text-align:center;}
.page-wrapper__inner table td {border:1px solid #666;padding:10px}

/*.b-topmenu {
	height: 110px;}*/

.page-wrapper__inner {
	width: 1100px;}

.b-topmenu-ul-list:first-child {
    background: #1e3470;