/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.notrans {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearmargin:first-child {
  margin-top: 0;
}
.clearmargin:last-child {
  margin-bottom: 0;
}
.clearborder:first-child {
  border-top: 0;
}
.clearborder:last-child {
  border-bottom: 0;
}
.clearpadding:first-child {
  padding-top: 0;
}
.clearpadding:last-child {
  padding-bottom: 0;
}
.clearmarginv:first-child {
  margin-left: 0;
}
.clearmarginv:last-child {
  margin-right: 0;
}
.clearborderv:first-child {
  border-left: 0;
}
.clearborderv:last-child {
  border-right: 0;
}
.clearpaddingv:first-child {
  padding-left: 0;
}
.clearpaddingv:last-child {
  padding-right: 0;
}
ul,
ol {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
textarea {
  resize: none;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-Black.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-Black.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-Black.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-Black.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-BlackItalic.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-BlackItalic.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-BlackItalic.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-BlackItalic.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-BlackItalic.svg') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-Bold.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-Bold.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-Bold.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-Bold.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-BoldItalic.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-BoldItalic.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-BoldItalic.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-BoldItalic.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-BoldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-Medium.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-Medium.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-Medium.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-Medium.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-MediumItalic.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-MediumItalic.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-MediumItalic.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-MediumItalic.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-MediumItalic.svg') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-Regular.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-Regular.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-Regular.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-Regular.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-Italic.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-Italic.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-Italic.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-Italic.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-Italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-Light.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-Light.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-Light.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-Light.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-Light.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'FFDinPro';
  src: url('/assets/fonts/FFDinPro/FFDinPro-LightItalic.eot');
  src: url('/assets/fonts/FFDinPro/FFDinPro-LightItalic.eot#iefix') format('embedded-opentype'), url('/assets/fonts/FFDinPro/FFDinPro-LightItalic.woff') format('woff'), url('/assets/fonts/FFDinPro/FFDinPro-LightItalic.ttf') format('truetype'), url('/assets/fonts/FFDinPro/FFDinPro-LightItalic.svg') format('svg');
  font-weight: 100;
  font-style: italic;
}
body,
input,
textarea,
button {
  font-family: 'FFDinPro';
  font-weight: 400;
}
html {
  height: 100%;
}
.fz {
  font-size: 14px;
}
body {
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  min-height: 100%;
  min-width: 1260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pb {
  padding-bottom: 226px;
}
a {
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  color: #ea4d31;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.def_link {
  color: #000000;
}
.def_link:hover {
  color: #5d8ca2;
}
.yellow_link {
  color: #ffffcc;
  border-bottom: solid 1px transparent;
}
.yellow_link:hover {
  color: #fff;
  border-color: #fff;
}
.def_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#144c65+0,175f7c+50,144c65+100 */
  background: #144c65;
  /* Old browsers */
  background: -moz-linear-gradient(top, #144c65 0%, #175f7c 50%, #144c65 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #144c65 0%, #175f7c 50%, #144c65 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #144c65 0%, #175f7c 50%, #144c65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144c65', endColorstr='#144c65', GradientType=0);
  /* IE6-9 */
}
button {
  position: relative;
}
button:active {
  top: 1px;
}
.date {
  font-size: 12px;
  color: #698fa2;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  background: #ededed;
}
.image img {
  max-width: 100%;
  display: block;
}
h2.index_header {
  line-height: 25px;
  vertical-align: baseline;
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
h2.index_header a {
  font-size: 30px;
  color: #000;
}
h2.index_header:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 10px;
  margin-right: 20px;
  background-color: #ffd200;
  vertical-align: baseline;
}
img {
  max-width: 100%;
}
.block_social {
  display: inline-block;
}
.block_social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block_social ul li {
  display: inline-block;
  vertical-align: middle;
}
.block_social ul li a {
  display: block;
  text-align: center;
  width: 46px;
  line-height: 40px;
  margin-right: 10px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_bd {
  border: 1px solid #e6f0f5;
  box-shadow: 0px 4px 13px 0px rgba(168, 195, 209, 0.19);
}
header.section {
  position: relative;
  z-index: 10;
}
header.section > .top {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
header.section .block_social ul li a {
  line-height: 0;
  padding-top: 0;
  /*border: 1px solid #e6f0f5;*/
}
header.section .block_social ul li a img {
  vertical-align: middle;
}
header.section .td {
  vertical-align: middle;
  padding: 27px 0;
}
header.section .search,
header.section .back_call {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
}
header.section .search {
  font-size: 12px;
}
header.section .search form {
  display: block;
  position: relative;
  margin-right: 10px;
}
header.section .search form button {
  display: inline-block;
  background-color: transparent;
  background-image: url("/assets/images/icons/search.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: none;
  z-index: -1;
}
header.section .search form input {
  display: block;
  height: 45px;
  border: 1px solid #cddde5;
  width: 46px;
  position: relative;
  background-color: transparent;
  color: transparent;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
header.section .search form input:focus {
  width: 200px;
  padding: 0 46px 0 15px;
  color: #000;
}
header.section .search form input:focus + button {
  z-index: 1;
}
header.section .search form.open input {
  width: 150px;
  padding: 0 32px 0 15px;
}
header.section .back_call .btn_back {
  display: block;
  padding: 0 20px;
  line-height: 45px;
  border: 1px solid #ea4d31;
  background-color: #ea4d31;
  color: #fff;
  cursor: pointer;
}
header.section .back_call .posfixed {
  display: none;
  position: fixed;
  background-color: #1a303a;
  opacity: 0.902;
  box-shadow: 0px 28px 18px 0px rgba(10, 38, 50, 0.34);
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
}
header.section .back_call .posabsolut {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
}
header.section .back_call .posabsolut .close {
  display: block;
  height: 47px;
  position: relative;
  cursor: pointer;
}
header.section .back_call .posabsolut .close:after,
header.section .back_call .posabsolut .close:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -10px;
}
header.section .back_call .posabsolut .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
header.section .back_call .posabsolut .close:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
header.section .back_call .posabsolut input {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  border: none;
  padding: 0 19px;
  border-bottom: 1px solid #d9e6eb;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header.section .back_call .posabsolut input[type="submit"] {
  border: none;
  text-align: center;
  background-color: #92b720;
  color: #fff;
}
header.section .back_call .posabsolut input[type="submit"]:disabled {
  background-color: #527700;
  color: #6D921C;
}
header.section .back_call .posabsolut form {
  position: relative;
}
header.section .back_call .posabsolut form:before {
  content: "";
  display: block;
  width: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -7px;
}
header.section .back_call .posabsolut form.successful input {
  display: none;
}
header.section .back_call .posabsolut form.successful .successful {
  display: block;
}
header.section .back_call .posabsolut form.loading input[type="submit"] {
  display: none;
}
header.section .back_call .posabsolut form.loading div.loading {
  display: block;
}
header.section .back_call .posabsolut div.successful {
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #000;
}
header.section .back_call .posabsolut div.loading {
  display: none;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background-color: #92b720;
  text-align: center;
}
header.section .back_call .posabsolut div.loading span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
header.section .back_call .posabsolut div.loading span:nth-last-child(1) {
  animation: loadingC 1.5s 1s infinite;
}
header.section .back_call .posabsolut div.loading span:nth-last-child(2) {
  animation: loadingC 1.5s 0.5s infinite;
}
header.section .back_call .posabsolut div.loading span:nth-last-child(3) {
  animation: loadingC 1.5s 0s infinite;
}
header.section .back_call.open .posfixed {
  display: block;
}
header.section .back_call.open .posabsolut {
  display: block;
  z-index: 1;
}
header.section nav.menu {
  position: relative;
  background: #fff;
  height: 62px;
}
header.section nav.menu > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e6f0f5;
  border-bottom: 1px solid #e6f0f5;
}
header.section nav.menu > div > div {
  background: #fff;
}
header.section nav.menu > div.pos_fixed {
  position: fixed;
}
header.section nav.menu > div.pos_fixed .container {
  background-image: url(/assets/images/icons/bizon.png);
}
header.section nav.menu .container {
  background-repeat: no-repeat;
  background-position: 0 50%;
}
header.section nav.menu .container > ul {
  text-align: center;
}
header.section nav.menu .container > ul > li {
  display: inline-block;
  vertical-align: middle;
}
header.section nav.menu .container > ul > li > ul {
  position: absolute;
  top: 100%;
  background-color: #eef5f8;
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
header.section nav.menu .container > ul > li > ul a {
  line-height: 40px;
}
header.section nav.menu .container > ul > li > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #eef5f8;
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
header.section nav.menu .container > ul > li > div ul.row {
  margin-left: -10px;
  margin-right: -10px;
}
header.section nav.menu .container > ul > li > div ul.row > li {
  display: block;
  float: left;
  width: 20%;
  padding: 20px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header.section nav.menu .container > ul > li > div ul.row > li img,
header.section nav.menu .container > ul > li > div ul.row > li span,
header.section nav.menu .container > ul > li > div ul.row > li a {
  display: block;
  padding: 0;
}
header.section nav.menu .container > ul > li > div ul.row > li .section--cover {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
header.section nav.menu .container > ul > li > div ul.row > li .name {
  line-height: 50px;
}
header.section nav.menu .container > ul > li:hover > ul,
header.section nav.menu .container > ul > li:hover > div {
  max-height: 600px;
  box-shadow: 0px 9px 16px 0px rgba(13, 53, 74, 0.3);
}
header.section nav.menu .container > ul > li.has_children:hover:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 52px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #eef5f8;
  margin-left: -12px;
}
header.section nav.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.section nav.menu ul a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #000;
  padding: 0 16px;
}
header.section nav.menu ul a:hover {
  color: #ea4d31;
}
section.slider_top .item {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
section.slider_top .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
section.slider_top .item .info a {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 80px 25px 30px;
  width: 390px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/right_line.png);
  background-position: 347px 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.slider_top .item .info a .title {
  font-size: 32px;
  color: #e84c2f;
  margin: 10px 0;
  display: block;
}
section.slider_top .owl-dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
section.slider_top .owl-dots > .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  display: inline-block;
  margin: 0 5px;
}
section.slider_top .owl-dots > .owl-dot.active {
  opacity: 1;
}
section.top {
  padding: 20px 0;
}
section.top .item {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
section.top .item .title {
  display: block;
  color: #fff;
  font-size: 28px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-weight: 100;
  z-index: 1;
  text-shadow: 2px 1px 2px #969696;
}
section.top .item img {
  display: block;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
section.top .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
section.top .item:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
section.top .item:hover:before {
  opacity: 0.5;
}
section.middle .block_bd {
  padding-left: 20px;
  padding-right: 20px;
}
section.middle .block_bd .header {
  line-height: 56px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
section.middle .block_bd .pt7 {
  padding-top: 7px;
}
section.middle .block_bd .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #6891a6;
}
section.middle .block_bd a.link {
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px dotted #ea4d31;
  position: relative;
  line-height: 19px;
}
section.middle .block_bd a.link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -15px;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icons/right_link.png);
}
section.middle .block_bd a.link:hover {
  border-bottom: 1px dotted #000;
}
section.middle .block_bd img {
  display: block;
  width: 100%;
}
section.middle .certificates {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url("/assets/images/certificates.png");
  padding-bottom: 50px;
}
section.middle .video {
  margin-top: 20px;
  padding-bottom: 20px;
}
section.middle .video a.link {
  margin-top: 0;
}
section.middle .how_to_find_us {
  margin-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(/assets/images/glasses.png);
}
section.middle .news_and_promotions {
  padding: 0;
}
section.middle .news_and_promotions .header {
  padding: 0 20px;
}
section.middle .news_and_promotions .item {
  padding: 10px 20px;
  border-bottom: 1px solid #e6f0f5;
  zoom: 1;
}
section.middle .news_and_promotions .item:before,
section.middle .news_and_promotions .item:after {
  content: "";
  display: table;
}
section.middle .news_and_promotions .item:after {
  clear: both;
}
section.middle .news_and_promotions .item .date {
  margin-bottom: 5px;
}
section.middle .news_and_promotions .item .image {
  float: left;
  margin-right: 15px;
}
section.middle .news_and_promotions .item .image img {
  height: 70px;
}
section.middle .news_and_promotions .item:first-child {
  padding-top: 0;
}
section.middle .news_and_promotions .item:last-child {
  border: none;
}
section.baner {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.baner .item a.td {
  vertical-align: middle;
  text-align: center;
  height: 108px;
}
section.page .top {
  overflow: hidden;
  max-height: 310px;
  margin-bottom: -140px;
}
section.page .top img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
section.page .middle {
  margin-top: 70px;
}
section.page .middle .block_bd {
  background-color: #fff;
  margin-top: -60px;
  display: block;
  position: relative;
  padding: 10px;
}
section.page .middle .block_bd .block_bread {
  text-align: left;
  padding: 2px 10px;
  color: #9ca8af;
}
section.page .middle .block_bd .block_bread a {
  color: #9ca8af;
  font-size: 11px;
}
section.page .middle .block_bd #pages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #6891a6;
  zoom: 1;
}
section.page .middle .block_bd #pages ul:before,
section.page .middle .block_bd #pages ul:after {
  content: "";
  display: table;
}
section.page .middle .block_bd #pages ul:after {
  clear: both;
}
section.page .middle .block_bd #pages ul a {
  color: #6891a6;
  width: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-left: 1px solid #e6f0f5;
  border-top: 1px solid #e6f0f5;
  border-bottom: 1px solid #e6f0f5;
  cursor: pointer;
  background-repeat: no-repeat;
}
section.page .middle .block_bd #pages ul a:hover {
  border-left: 1px solid #e6f0f5;
  border-top: 1px solid #e6f0f5;
  border-bottom: 1px solid #e6f0f5;
  background-color: #e6f0f5;
}
section.page .middle .block_bd #pages ul a.active {
  border-left: 1px solid #ea4d31;
  border-top: 1px solid #ea4d31;
  border-bottom: 1px solid #ea4d31;
  background-color: #ea4d31;
  color: #fff;
}
section.page .middle .block_bd #pages ul li {
  display: block;
  float: left;
}
section.page .middle .block_bd #pages ul li.active a {
  border-left: 1px solid #ea4d31;
  border-top: 1px solid #ea4d31;
  border-bottom: 1px solid #ea4d31;
  background-color: #ea4d31;
  color: #fff;
  cursor: not-allowed;
}
section.page .middle .block_bd #pages ul li.active:first-child a,
section.page .middle .block_bd #pages ul li.active:last-child a {
  color: #6891a6;
  border-left: 1px solid #e6f0f5;
  border-top: 1px solid #e6f0f5;
  border-bottom: 1px solid #e6f0f5;
  background-color: #fff;
}
section.page .middle .block_bd #pages ul li:first-child a,
section.page .middle .block_bd #pages ul li:last-child a {
  width: auto;
}
section.page .middle .block_bd #pages ul li:first-child a {
  padding: 0 10px 0 33px;
  background-image: url(/assets/images/icons/pages_left.png);
  background-position: 0 0;
}
section.page .middle .block_bd #pages ul li:last-child a {
  border-right: 1px solid #e6f0f5;
  padding: 0 33px 0 10px;
  background-image: url(/assets/images/icons/pages_right.png);
  background-position: 100% 0;
}
section.page .middle .block_bd .contend {
  padding: 0 10px;
}
section.page .middle .block_bd .contend .news .list .primary_0 .date {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
}
section.page .middle .block_bd .contend .news .list .primary_0 h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
section.page .middle .block_bd .contend .news .item {
  margin-bottom: 20px;
  padding-left: 10px;
  zoom: 1;
}
section.page .middle .block_bd .contend .news .item:before,
section.page .middle .block_bd .contend .news .item:after {
  content: "";
  display: table;
}
section.page .middle .block_bd .contend .news .item:after {
  clear: both;
}
section.page .middle .block_bd .contend .news .item .image {
  float: left;
  margin-right: 20px;
}
section.page .middle .block_bd .contend .news .item .date {
  margin: 0;
  font-size: 12px;
}
section.page .middle .block_bd .contend .news .item h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
}
section.page .middle .block_bd .contend .photo .item {
  overflow: hidden;
  margin-bottom: 20px;
}
section.page .middle .block_bd .contend .photo .item a {
  position: relative;
  display: block;
}
section.page .middle .block_bd .contend .photo .item a img {
  display: block;
}
section.page .middle .block_bd .contend .photo .item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icons/zoom.png);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
section.page .middle .block_bd .contend .photo .item a:hover:before {
  opacity: 1;
}
section.page .middle .block_bd .contend .product .header_p {
  zoom: 1;
}
section.page .middle .block_bd .contend .product .header_p:before,
section.page .middle .block_bd .contend .product .header_p:after {
  content: "";
  display: table;
}
section.page .middle .block_bd .contend .product .header_p:after {
  clear: both;
}
section.page .middle .block_bd .contend .product .header_p h1 {
  margin-top: 0;
}
section.page .middle .block_bd .contend .product .header_p .image {
  float: left;
  width: 340px;
  margin-right: 25px;
}
section.page .middle .block_bd .contend .product .header_p .type {
  display: inline-block;
  background-color: #e6f0f5;
  font-size: 14px;
  color: #5b6b74;
  padding: 10px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e6f0f5;
  padding-top: 25px;
  zoom: 1;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul:before,
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul:after {
  content: "";
  display: table;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul:after {
  clear: both;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li {
  float: left;
  display: block;
  line-height: 38px;
  padding: 0 15px;
  font-size: 16px;
  color: #5b6b74;
  border-left: 2px solid #e6f0f5;
  border-top: 2px solid #e6f0f5;
  cursor: pointer;
  position: relative;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li:last-child {
  border-right: 2px solid #e6f0f5;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li.active {
  background-color: #ea4d31;
  color: #fff;
  border-left: 2px solid #ea4d31;
  border-top: 2px solid #ea4d31;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li.active:last-child {
  border-right: 2px solid #ea4d31;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li.active:last-child:before {
  border-right: 2px solid #ea4d31;
  right: -2px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li.active:last-child:after {
  border-right: 2px solid #ea4d31;
  right: -2px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #ea4d31;
  bottom: 100%;
  right: 0;
  border-left: 2px solid #ea4d31;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_btn ul li.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ea4d31;
  top: 100%;
  right: 0;
  border-left: 2px solid #ea4d31;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items {
  padding-bottom: 15px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items h2 {
  font-size: 24px;
  font-weight: bold;
  border-left: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item {
  display: none;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item.active {
  display: block;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item .download-files {
  padding-left: 10px;
  padding-right: 10px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item .download-files .files-item {
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid #e6f0f5;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item .download-files .files-item:last-child {
  margin-bottom: 0;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item .download-files .files-link {
  display: inline-block;
  color: #ea4d31;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .item .download-files .files-link .files-type {
  display: inline-block;
  min-width: 32px;
  height: 22px;
  margin-right: 10px;
  padding: 7px 5px 5px;
  color: #6891A6;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  background-color: #e6f0f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #f2f7fa;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items table tr {
  background-color: #f2f7fa;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items table tr:nth-child(2n) {
  background-color: #fff;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items table thead td,
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items table tr:first-child td {
  color: #000;
  font-weight: bold;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items table td {
  vertical-align: middle;
  min-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #5b6b74;
  border: 1px solid #e6f0f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .accordion {
  border: 1px solid #e6f0f5;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .accordion .item_product .header_accordion {
  border-top: 1px solid #e6f0f5;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  background-image: url(/assets/images/icons/accardion_down.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .accordion .item_product.active {
  display: block;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .accordion .item_product.active .header_accordion {
  background-color: #e6f0f5;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .accordion .item_product.active .info_accordion {
  max-height: 900px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .accordion .item_product:first-child .header_accordion {
  border-top: none;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .info_accordion {
  padding: 0 22px;
  overflow: hidden;
  max-height: 0px;
  zoom: 1;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .info_accordion .image {
  float: right;
  margin-top: 20px;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .info_accordion:before,
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .info_accordion:after {
  content: "";
  display: table;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .info_accordion:after {
  clear: both;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .secondary .image {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .secondary .image img {
  display: block;
  width: 100%;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .secondary .image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icons/zoom.png);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
section.page .middle .block_bd .contend .product .info_tab_wrap .tab_items .secondary .image a:hover:before {
  opacity: 1;
}
section.page .middle .block_bd .contend h1 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
}
section.page .middle .block_bd .contend h1.text_center {
  text-align: center;
}
section.page .middle .block_bd .contend h2,
section.page .middle .block_bd .contend h3,
section.page .middle .block_bd .contend h4,
section.page .middle .block_bd .contend h5 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
section.page .middle .block_bd .contend h2 {
  font-size: 24px;
}
section.page .middle .block_bd .contend h3 {
  font-size: 18px;
}
section.page .middle .block_bd .contend h4 {
  font-size: 16px;
}
section.page .middle .block_bd .contend p {
  font-size: 16px;
  color: #5b6b74;
  margin: 1em 0;
}
section.page .middle .block_bd .contend ul {
  display: inline-block;
  padding: 10px;
}
section.page .middle .block_bd .contend ul li {
  font-size: 16px;
  color: #5b6b74;
  list-style: decimal;
}
section.page .middle .block_bd .contend blockquote {
  font-size: 16px;
  line-height: 20px;
  color: #6c6c6c;
  padding: 0 140px 30px;
  display: block;
  text-align: center;
}
section.page .middle .block_bd .items {
  zoom: 1;
}
section.page .middle .block_bd .items:before,
section.page .middle .block_bd .items:after {
  content: "";
  display: table;
}
section.page .middle .block_bd .items:after {
  clear: both;
}
section.page .middle .block_bd .items .item a {
  margin: 10px 0;
  position: relative;
  display: block;
}
section.page .middle .block_bd .items .item a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 28px;
  color: #fff;
  padding: 15px 25px;
  font-weight: 100px;
  text-shadow: 2px 2px 0px #3f3f3f;
}
section.page .bottom {
  padding: 20px 0 0;
}
section.page .bottom .news_and_promotions {
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
section.page .bottom .news_and_promotions .novelty {
  position: absolute;
  top: 20px;
  right: -32px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #ffe15c;
  width: 130px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
section.page .bottom .news_and_promotions .header {
  padding: 20px 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
section.page .bottom .news_and_promotions .news_items {
  margin: 0;
  padding-bottom: 20px;
}
section.page .bottom .news_and_promotions .item {
  margin: 10px 0 0px;
  border-top: 1px solid #e6f0f5;
  padding-top: 10px;
  zoom: 1;
}
section.page .bottom .news_and_promotions .item:before,
section.page .bottom .news_and_promotions .item:after {
  content: "";
  display: table;
}
section.page .bottom .news_and_promotions .item:after {
  clear: both;
}
section.page .bottom .news_and_promotions .item .image {
  float: left;
  margin-right: 20px;
  width: 120px;
  height: 66px;
  overflow: hidden;
}
section.page .bottom .news_and_promotions .item .info {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
section.page .bottom .news_and_promotions .col-4:nth-child(1) .item,
section.page .bottom .news_and_promotions .col-4:nth-child(2) .item,
section.page .bottom .news_and_promotions .col-4:nth-child(3) .item {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
footer.section {
  background-color: #e6f0f5;
}
footer.section .td {
  height: 60px;
  vertical-align: middle;
}
footer.section .block_social {
  margin-left: 40px;
}
footer.section .block_social ul li a {
  width: 28px;
  line-height: 21px;
  margin-right: 10px;
}
@keyframes loadingC {
  0 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.container {
  max-width: 1204px;
  min-width: 310px;
  margin: 0 auto;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col5-1,
.col8-1 {
  float: left;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
}
.col5-1 {
  width: 20%;
}
.col8-1 {
  width: 12.5%;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-12 {
  width: 100%;
}
.pull-6 {
  left: 50%;
}
.push-3 {
  right: 25%;
}
.text_right {
  text-align: right;
}
.inline_block {
  display: inline-block;
}
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}
