/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
  display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: Georgia, Arial;
  font-size: 14px;
  color: black;
  background: url(../images/back.png) repeat;
}

a {
  text-decoration: none;
  color: black;
}

h1 {
  font-size: 30px;
  font-weight: normal;
  margin-left: 0px;
}

h2 {
  font-weight: normal;
  font-size: 18px;
}

h1.inner {
  color: white;
  font-size: 22px;
  font-weight: normal;
  margin-top: -44px;
}

img a {
  border: none;
}

img {
  border: none;
}

p {
  line-height: 20px;
}


/*TOP*/

.top {
  width: 100%;
  padding-bottom: 52px;
  background: url(../images/rusc.png) repeat-x;
  height: 110px;
}

.topin {
  width: 960px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-right: 0px;
  margin-top: 23px;
  margin-left: 0px;
}

.menu {
  float: left;
  margin-top: -26px;
}

.menu ul li {
  float: left;
  list-style: none;
  padding-right: 21px;
  padding-left: 21px;
  padding-top: 47px;
  padding-bottom: 22px;
}

.menu ul li a {
  float: left;
  border-bottom: 1px solid black;
  font-size: 18px;
}

.menu ul li.curr {
  color: white;
  background: #3553ae;
  border-radius: 15px;
  behavior: url(PIE.htc);
}

.menu ul li.curr a {
  color: white;
  border: none;
  background: #3553ae;
  border-radius: 15px;
  behavior: url(PIE.htc);
}

.adress {
  float: left;
  margin-right: 25px;
}

.adress a {
  display: block;
  font-size: 11px;
  text-align: right;
  margin-top: 2px;
}

.adress img {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

.adress a:hover {
  text-decoration: none;
}

.tel {
  float: left;
}

.tel img {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

.tel span {
  font-size: 18px;
  margin-top: -3px;
  display: inline-block;
}

.tel a {
  display: block;
  font-size: 11px;
}

.tel2 a:hover {
  text-decoration: none;
}

.tel2 {
  float: left;
  margin-left: 25px;
}

.tel2 img {
  float: left;
  margin-right: 15px;
}

.tel2 span {
  font-size: 18px;
  margin-top: -3px;
  display: inline-block;
}

.tel2 a {
  display: block;
  font-size: 11px;
  text-align: right;
}


/*content*/

.catmenu {
  margin: 0px;
  padding: 0px;
}

.catmenu ul li {
  float: left;
  width: 440px;
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.catmenu ul li a {
  float: left;
  width: 400px;
  text-decoration: none;
}

.production .catmenu ul li a {
  float: left;
  width: 400px;
  text-decoration: none;
}


/*LEFT*/

.wrap {
  width: 960px;
  margin: 0 auto;
}

.left {
  float: left;
  margin-right: 20px;
  width: 300px;
}

.left a {
  font-size: 14px;
  color: #3756b0;
  border-bottom: 1px solid #3756b0;
}

.about a {
  font-size: 14px;
  color: #3756b0;
  border-bottom: 1px solid #3756b0;
}

.date {
  color: #464545;
  font-size: 14px;
  margin: 8px 0;
}

a.readm {
  color: #e62e3a;
  border-bottom: 1px solid #e62e3a;
}

.expo {
  margin: 20px 0;
}

.exponews {
  background: url(../images/bot.png) bottom left no-repeat;
  margin: 5px 0 5px 18px;
  padding-bottom: 21px;
}

.exponews img {
  border-radius: 5px;
  border: 3px solid white;
  float: left;
  margin-right: 15px;
  behavior: url(PIE.htc);
}

.articles {
  margin: 20px 0;
}

.articles ul {
  padding-top: 74px;
  padding-left: 18px;
}

.articles ul li {
  list-style: none;
  padding: 5px 0;
}

.articles img {
  float: left;
  margin-right: 12px;
  padding-top: 5px;
}

.news {
  margin: 20px 0;
}

.news ul {
  padding-left: 18px;
}

.news ul li {
  list-style: none;
  padding: 9px 0 42px 0;
  background: url(../images/bot.png) bottom left no-repeat;
}

.news ul li img {
  border-radius: 5px;
  border: 3px solid white;
  float: left;
  margin-right: 15px;
  behavior: url(PIE.htc);
}

.right {
  float: right;
  width: 620px;
}

.about {}

.about h1 {
  font-size: 24px;
  font-style: normal;
  margin-left: -2px;
  margin-top: 31px;
}

.about h1 span {
  font-weight: bold;
  color: #3756b0;
}

.about .readm {
  color: #e62e3a;
  border: 1px solid silver;
  padding: 6px 10px 10px 10px;
  background: #efefef;
  display: inline-block;
  border-radius: 15px;
  behavior: url(PIE.htc);
}

.about .readm a {
  color: #e62e3a;
  border-bottom: 1px solid #e62e3a;
}

img.bot2 {
  margin: 20px 0;
}

.carusel {
  margin-left: 42px;
}

.production {
  background: white;
  padding: 15px 15px;
  border: 1px solid silver;
  margin-left: 10px;
  border-radius: 15px;
  behavior: url(PIE.htc);
  margin-bottom: 50px;
}

.production ul li {
  list-style: none;
}

.production ul {
  margin: 0px;
  padding: 0px;
}

.production ul li a {
  font-size: 14px;
  color: #3756b0;
  border-bottom: 0px solid #3756b0;
  line-height: 26px;
}

.production ul li img {
  padding-top: 6px;
  float: left;
}

.cart {
  float: right;
  margin: 16px 213px 0 0;
}

.cart img {
  float: left;
  margin-right: 5px;
}

a.new {
  font-weight: bold;
  border-bottom: 1px solid #e84651;
  color: #e84651;
}

.column1 {
  width: 460px;
  margin-right: 80px;
}

.column2 {
  width: 460px;
  margin-left: -20px;
}

ul.fotos li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

ul.fotos li a {
  border: none;
}

a.fancybox {
  border: none;
}


/*BREADCRUMBS*/

.breadcrumbs a {
  font-size: 14px;
  color: #3756b0;
  border-bottom: 1px solid #3756b0;
}


/*FOOTER*/

.footer {
  clear: both;
  height: 184px;
  width: 100%;
  margin-top: 70px;
  background: url(../images/rus2.png) repeat-x;
}

.ftext {
  width: 960px;
  margin: 0 auto;
}

.fbot {
  background: #111111;
  height: 48px;
  width: 100%;
  clear: both;
}

.fbot img {
  float: right;
  margin-top: -16px;
}

.col1 {
  float: left;
  margin-right: 35px;
  width: 300px;
  margin-left: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 30px;
}

.col1 a {
  float: left;
  display: block;
}

.col1 img {
  margin-bottom: 25px;
  float: left;
  margin-right: 15px;
}

.col2 img {
  margin-bottom: 25px;
  float: left;
  margin-right: 15px;
}

.col2 {
  float: left;
  width: 600px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 20px;
}

.col2 p {
  color: #656565;
}

.col2 a {
  font-size: 14px;
  color: #3756b0;
  border-bottom: 1px solid #3756b0;
}

.col1 span {
  display: inline-block;
  margin-top: -5px;
}

.col2 span {
  display: inline-block;
  margin-top: -5px;
}

.col1 a {
  display: block;
  font-size: 11px;
}

.col1 a:hover {
  text-decoration: none;
}

.col2 a:hover {
  text-decoration: none;
}

@media (max-width:1150px) {
  .top {}
  .topin,
  .wrap {
    width: 768px;
  }
  .right {
    float: none;
    width: 100%;
  }
  .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .expo,
  .articles,
  .news {
    box-sizing: border-box;
    width: calc(33.3333% - 5px);
  }
  .ftext {
    width: 768px;
  }
  .ftext .col1 {
    width: 200px;
    margin: 0;
    margin-top: 33px;
  }
  .ftext .col2 {
    width: 500px;
  }
}

@media (max-width:768px) {
  .top {
    width: 320px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .topin,
  .wrap {
    width: 320px;
  }
  .right {
    float: none;
    width: 100%;
    overflow-x: hidden;
  }
  .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    overflow-x: hidden;
  }
  .expo,
  .articles,
  .news {
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
    overflow-x: visible;
    padding-left: 10px;
    padding-right: 10px;
  }
  img[src="../images/dash.png"] {
    display: none;
  }
  .bot2 {
    display: none;
  }
  .cart {
    margin: 0;
    margin-top: 14px;
  }
  .ftext {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 320px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ftext .col1 {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .ftext .col2 {
    width: 100%;
  }
  .menu {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
  }
  .menu ul {
    padding: 0;
  }
  .menu ul li {
    display: block;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    padding-top: 25px;
  }
  .menu ul li.curr {
    border-radius: 0;
  }
  .about {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .carusel {
    margin-left: 0;
  }
}