@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Forum&subset=latin,latin-ext,cyrillic,cyrillic-ext);
/*! normalize.css v3.0.1 | 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,
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: 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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none;
}
a {
  color: #ff4e00;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #ff4e00;
  text-decoration: none;
}
a.black {
  color: #212229;
}
a.black:hover {
  color: #ff4e00;
}
p {
  margin: 0 0 15px 0;
}
body {
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: #212229;
  font-size: 16px;
  line-height: 1.2;
  min-width: 1180px;
  position: relative;
}
.container {
  width: 1160px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.middle {
  width: 860px;
}
.container.indent {
  padding-left: 230px;
}
.page-footer__bg {
  background: #212229 url(../images/shadow-footer.jpg) 50% 0 no-repeat;
  padding: 30px 0;
  color: #fff;
}
.page-footer__bg .h5 {
  display: block;
  font-size: 18px;
  color: #7e7f81;
  font-family: 'Forum', cursive;
  margin-bottom: 10px;
}
.page-footer__bg .block-left {
  float: left;
  width: 355px;
  margin-right: 45px;
}
.page-footer__bg .block-left .logo-slogan {
  font-size: 12px;
  color: #6b6c71;
  display: block;
  margin: 0 0 20px 0;
}
.page-footer__bg .block-left .logo-footer {
  vertical-align: top;
  width: 172px;
  height: auto;
  margin-bottom: 25px;
}
.page-footer__bg .block-center {
  float: left;
  width: 355px;
  position: relative;
}
.page-footer__bg .block-center:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: -30px;
  width: 1px;
  height: 90px;
  background-color: #4d4e54;
}
.page-footer__bg .block-center:after {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: -30px;
  width: 1px;
  height: 90px;
  background-color: #4d4e54;
}
.page-footer__bg .block-center p {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-family: 'Forum', cursive;
}
.page-footer__bg .block-right {
  float: right;
  width: 235px;
}
.page-footer__bg .block-right .button {
  display: block;
  text-align: center;
}
.page-footer__bg .block-right .button span {
  display: block;
}
.page-footer__bg .map {
  border: 1px solid #d0d0d2;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 355px;
  height: 156px;
  position: relative;
}
.page-footer__bg .map img {
  vertical-align: top;
}
.page-footer__bg .map img.position-top {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-footer__bg .map a {
  display: inline-block;
  vertical-align: top;
}
.page-footer__bg .map a:hover .position-top {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-footer__bg .link {
  font-size: 12px;
  color: #7e7f81;
  text-decoration: underline;
}
.page-footer__bg .link:hover {
  text-decoration: none;
}
.copyright {
  background: url(../images/shadow-copyright.png) 50% 0 no-repeat;
  color: #a4a4a9;
  font-size: 10px;
  padding: 13px 0;
}
.copyright p {
  margin: 0;
}
.copyright .block-left {
  float: left;
  width: 600px;
}
.copyright .block-left span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.copyright .developer {
  float: right;
  width: 300px;
  text-align: right;
  font-size: 11px;
  color: #9e9ea4;
  margin-top: 2px;
}
.copyright .developer a {
  color: #9e9ea4;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.copyright .developer a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.pras {
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 15px;
  background: url(../images/pras.png) 0 0 no-repeat;
  margin-right: 8px;
}
.pras i {
  display: block;
  height: 15px;
  width: 67px;
  background: url(../images/pras.png) 0 -15px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pras:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-city {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
}
.b-city li {
  display: block;
  font-family: 'Forum', cursive;
  text-transform: uppercase;
  font-size: 15px;
  padding: 3px 0;
}
.b-city li.first {
  color: #ff4e00;
  padding-bottom: 20px;
}
.b-city li a {
  color: #fff;
  text-decoration: underline;
}
.b-city li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.projects {
  margin: 0;
  font-size: 18px;
  font-family: 'Forum', cursive;
}
.projects a {
  color: #fff;
  margin-right: 50px;
  text-decoration: underline;
}
.projects a:hover {
  text-decoration: none;
  color: #ff4e00;
}
.button {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Forum', cursive;
  text-transform: uppercase;
  border: 1px solid #3b5999;
  line-height: 1;
  padding: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.button span {
  background: #3b5999;
  display: block;
  padding: 15px 25px;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.button span .icon-facebook {
  margin-left: 5px;
  vertical-align: top;
  margin-top: -7px;
  margin-bottom: -5px;
}
.button:hover {
  text-decoration: none;
  border: 1px solid #ff4e00;
  color: #ffffff;
}
.button:hover span {
  background: #ff4e00;
}
.button.button-primary {
  border: 1px solid #000000;
  font-size: 16px;
  color: #000000;
}
.button.button-primary span {
  background: none;
  border: 1px solid #000000;
}
.button.button-primary:hover {
  text-decoration: none;
  border: 1px solid #ff4e00;
  color: #fff;
}
.button.button-primary:hover span {
  border: 1px solid #ff4e00;
  background: #ff4e00;
}
.button.button-fixed {
  width: 200px;
  text-align: center;
}
.btn-center {
  margin: 30px 0 0 0;
  text-align: center;
}
.btn-center.indent {
  padding-bottom: 35px;
}
.contact-list {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
.contact-list li {
  display: block;
  color: #fff;
  font-size: 30px;
  font-family: 'Forum', cursive;
  white-space: nowrap;
}
.contact-list li small {
  font-size: 18px;
}
.contact-list li a {
  color: #fff;
}
.contact-list li a:hover {
  color: #ff4e00;
}
.icon-facebook {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(../images/icon-facebook.png) no-repeat;
}
.page-main__row {
  background: #fff;
  padding: 60px 0 0 0;
}
.page-main__row-gray {
  position: relative;
  background: #fcfcfc;
  padding-top: 150px;
  padding-bottom: 70px;
}
.bg-style-1 {
  background: #fcfcfc url(../images/footer/bg-footer-1.jpg) center center no-repeat;
  background-size: cover;
}
.bg-style-2 {
  background: #fcfcfc url(../images/footer/bg-footer-2.jpg) center center no-repeat;
  background-size: cover;
}
.bg-style-3 {
  background: #fcfcfc url(../images/footer/bg-footer-3.jpg) center center no-repeat;
  background-size: cover;
}
.bg-style-4 {
  background: #fcfcfc url(../images/footer/bg-footer-4.jpg) center center no-repeat;
  background-size: cover;
}
.bg-style-5 {
  background: #fcfcfc url(../images/footer/bg-footer-5.jpg) center center no-repeat;
  background-size: cover;
}
.content p {
  text-align: justify;
  text-indent: 10px;
}
.content p.no-indent {
  text-indent: 0;
}
.content ul {
  padding: 0;
  margin: 13px 0 15px 0;
  list-style: none;
}
.content ul li {
  padding: 2px 0;
}
.content ul li:before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
  margin-right: 5px;
  margin-left: 5px;
}
.content ul li a {
  color: #ff4e00;
  text-decoration: underline;
}
.content ul li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.two-columns:before,
.two-columns:after {
  content: " ";
  display: table;
}
.two-columns:after {
  clear: both;
}
.two-columns__left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.two-columns__right {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.heading {
  display: block;
  border-bottom: 1px solid #212229;
  text-transform: uppercase;
  font-family: 'Forum', cursive;
  font-size: 24px;
  margin: 0 0 25px 0;
  color: #212229;
}
.heading.medium {
  font-size: 18px;
}
.heading a {
  color: #000000;
  text-decoration: none;
}
.heading a:hover {
  color: #ff4e00;
}
h1.heading {
  color: #212229;
}
.wrapper-list {
  position: relative;
}
.wrapper-list .bx-prev {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-prev.png) 0 0 no-repeat;
  position: absolute;
  top: -48px;
  right: 19px;
}
.wrapper-list .bx-prev i {
  display: block;
  height: 18px;
  background: url(../images/arrow-prev.png) 0 -18px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wrapper-list .bx-prev:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper-list .bx-next {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-next.png) 0 0 no-repeat;
  position: absolute;
  top: -48px;
  right: 0;
}
.wrapper-list .bx-next i {
  display: block;
  height: 18px;
  background: url(../images/arrow-next.png) 0 -18px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wrapper-list .bx-next:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-artice:before,
.item-artice:after {
  content: " ";
  display: table;
}
.item-artice:after {
  clear: both;
}
.item-article__img {
  float: left;
  margin-right: 15px;
}
.item-article__img img {
  vertical-align: top;
  border: 1px solid #ffffff;
}
.item-article__description {
  overflow: hidden;
}
.item-article__description .date {
  display: block;
  color: #a5a5aa;
  font-size: 14px;
  margin-bottom: 5px;
}
.item-article__description h2 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
}
.item-article__description h2 a {
  color: #ff4e00;
  text-decoration: none;
}
.item-article__description h2 a:hover {
  color: #212229;
}
.item-article__description p {
  text-indent: 10px;
  color: #a4a4a9;
  margin: 0;
  text-align: justify;
}
.line-phone {
  font-size: 42px;
  color: #ff4e00;
  font-family: 'Forum', cursive;
  margin: 0;
  line-height: 1;
  display: block;
}
.line-phone small {
  font-size: 30px;
}
.line-email {
  font-size: 24px;
  font-family: 'Forum', cursive;
}
.line-email a {
  color: #ff4e00;
  text-decoration: underline;
}
.line-email a:hover {
  text-decoration: none;
}
a.color-black {
  color: #000;
  text-decoration: underline;
}
a.color-black:hover {
  color: #ff4e00;
  text-decoration: none;
}
.slider-main {
  height: 700px;
  background: #ededed;
  position: relative;
  overflow: hidden;
}
.pagers {
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  bottom: 100px;
  text-align: center;
}
.pagers .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.pagers .bx-pager-item a {
  text-align: left;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/nav-bullet.png) 0 0 no-repeat;
}
.pagers .bx-pager-item a:hover {
  background: url(../images/nav-bullet.png) 0 -32px no-repeat;
}
.pagers .bx-pager-item a.active {
  background: url(../images/nav-bullet.png) 0 -16px no-repeat;
}
.pagers .bx-pager-item a.active:hover {
  background: url(../images/nav-bullet.png) 0 -16px no-repeat;
}
.slider-main__bottom {
  height: 150px;
  position: absolute;
  width: 100%;
  display: table;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.slider-main__bottom .right,
.slider-main__bottom .left {
  display: table-cell;
  width: auto;
  height: 150px;
  vertical-align: bottom;
}
.slider-main__bottom .right span,
.slider-main__bottom .left span {
  display: block;
  height: 123px;
  background: #fff;
}
.slider-main__bottom .center {
  width: 1920px;
  display: table-cell;
  height: 150px;
  background: url(../images/slider-main-bottom.png) center top no-repeat;
}
.slider.large-img .item .img {
  width: 100%;
  height: auto;
  left: 0;
  margin-left: 0;
}
.slider .item {
  height: 700px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider .item.current .slider-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider .item .img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.slider .item .slider-content {
  width: 1160px;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 700px;
  margin: 0 0 0 -580px;
  padding: 0 0 0 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.slider .item .slider-content .button-decorate {
  vertical-align: middle;
}
.slider .item .slider-content .content-right {
  float: right;
  height: 700px;
  line-height: 700px;
  max-width: 450px;
}
.slider .item .slider-content .content-right ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: left;
  list-style: none;
}
.slider .item .slider-content .content-right ul li {
  color: #212229;
  font-size: 16px;
  position: relative;
  padding: 5px 0 5px 15px;
}
.slider .item .slider-content .content-right ul li:before {
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
}
.slider .item .slider-content .content-right ul li a {
  color: #212229;
  text-decoration: none;
}
.slider .item .slider-content .content-right ul li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.wrapper-slider {
  position: relative;
  z-index: 1;
}
.wrapper-slider,
.pagers {
  opacity: 0;
  filter: alpha(opacity=0);
}
.home .page-header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 11;
  min-width: 1180px;
}
.page-header {
  height: 60px;
  background: #212229 url(../images/header-bg.jpg) center top no-repeat;
  color: #fff;
  text-align: right;
  position: relative;
}
.page-header .logo-block {
  display: block;
  float: left;
  height: 49px;
  background: url(../images/logo.png) 0 0 no-repeat;
  text-align: left;
  color: #6a6b70;
  text-decoration: none;
  padding: 23px 0 0 0;
  margin-top: 12px;
  width: 155px;
}
.page-header .logo-block span {
  font-size: 12px;
  color: #6a6b70;
  display: block;
  line-height: 1;
  border-top: 1px solid #4d4e54;
  padding: 2px 0 0 0;
}
.page-header .logo-block:hover {
  text-decoration: none;
}
.main-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-family: 'Forum', cursive;
  text-transform: uppercase;
  position: relative;
  padding: 0 1px 0 2px;
}
.main-menu > ul > li.item1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.item2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.item3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.item4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.item5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.item6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.item7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 1px;
  background: #4d4e54;
}
.main-menu > ul > li.search.open a .icon-search {
  background: url(../images/icon-search.png) 0 -17px no-repeat;
}
.main-menu > ul > li.search a:hover .icon-search {
  background: url(../images/icon-search.png) 0 -17px no-repeat;
}
.main-menu > ul > li a {
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  text-decoration: none;
}
.main-menu > ul > li a:hover {
  background: #ff4e00 url(../images/menu-active.png) center top no-repeat;
}
.main-menu > ul > li .icon-search {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/icon-search.png) 0 0 no-repeat;
}
.main-menu > ul > li.current a,
.main-menu > ul > li.open a {
  background: #ff4e00 url(../images/menu-active.png) center top no-repeat;
}
.main-menu > ul > li.current:before,
.main-menu > ul > li.open:before,
.main-menu > ul > li.hover:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  background: #ff4e00;
}
.main-menu > ul > li.current:after,
.main-menu > ul > li.open:after,
.main-menu > ul > li.hover:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -1px;
  height: 60px;
  background: #ff4e00;
}
.line-search {
  display: block;
  display: none;
  position: absolute;
  text-align: right;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #ff4e00;
}
.form-search {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #212229;
  padding: 2px;
  font-size: 0;
}
.form-search input[type="text"] {
  font-size: 14px;
  width: 303px;
  height: 28px;
  border: 1px solid #212229;
  background: #ffffff;
  color: #a4a4a9;
  padding: 0 10px;
}
.form-search input[type="text"].placeholder {
  font-style: italic;
}
.form-search .btn {
  vertical-align: top;
  height: 28px;
  border: 1px solid #212229;
  background: #212229;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Forum', cursive;
  padding: 0 10px;
  margin-left: 2px;
}
.form-search .btn:hover {
  background: #ff4e00;
  color: #fff;
  border: 1px solid #ffffff;
}
.button-decorate {
  display: inline-block;
  vertical-align: top;
  line-height: 110px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #ff4e00;
  text-decoration: none;
  font-family: 'Forum', cursive;
  width: 500px;
  height: 124px;
  background: url(../images/button-decorate.png) 0 0 no-repeat;
  /*.transition(background 0.4s linear);*/
  position: relative;
}
.button-decorate .button-decorate-hover {
  background: url(../images/button-decorate.png) 0 -124px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 500px;
  height: 124px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.button-decorate .button-decorate-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 124px;
  line-height: 110px;
  text-align: center;
  font-size: 40px;
  color: #ff4e00;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.button-decorate:hover {
  text-decoration: none;
  color: #fff;
}
.button-decorate:hover .button-decorate-txt {
  color: #fff;
}
.button-decorate:hover .button-decorate-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup-bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9292;
  background: url(../images/popup-bg.png) repeat;
}
.popup-form {
  width: 470px;
  height: 650px;
  background: #fcfcfc;
  position: absolute;
  z-index: 9393;
  display: none;
  top: 0;
  left: 50%;
  margin: 0 0 0 -235px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  padding: 40px;
}
.popup-form.adjustment {
  top: 0;
  margin-top: 25px;
}
.popup-form .h2 {
  margin: 0 0 50px 0;
  text-align: center;
  color: #ff4e00;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Forum', cursive;
}
.icon-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-close.png) 0 0 no-repeat;
}
.icon-close:hover {
  background: url(../images/icon-close.png) 0 -15px no-repeat;
}
.form-row {
  margin: 0 0 30px 0;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #212229;
  font-size: 18px;
  padding: 5px 0 5px 0;
}
.form-row input[type="text"] {
  width: 100%;
  height: 28px;
  border: 1px solid #212229;
  padding: 0 10px;
}
.form-row textarea {
  height: 150px;
  resize: none;
  border: 1px solid #212229;
  padding: 10px;
  width: 100%;
}
.form-row input[type="text"]:focus,
.form-row textarea:focus {
  border: 1px solid #ff4e00;
}
.form-row.captcha-row .left {
  width: 50%;
}
.form-row.captcha-row .rigth {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.form-row.captcha-row .captcha-img {
  text-align: right;
  padding-top: 36px;
}
.form-row.captcha-row .captcha-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.form-row .left {
  float: left;
  width: 140px;
}
.form-row .right {
  margin-left: 140px;
}
.button-row {
  text-align: center;
  padding-top: 2px;
}
.button-row .button {
  background: #ffffff;
}
.consultant {
  height: 60px;
  width: 330px;
  background: #ff4e00;
  position: fixed;
  z-index: 10;
  top: 50%;
  right: -270px;
  margin: -30px 0 0 0;
  display: block;
  padding-left: 65px;
  cursor: pointer;
}
.consultant .icon {
  background: #ff4e00 url(../images/icon-info.png) 10px center no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.consultant a {
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: 'Forum', cursive;
  text-transform: uppercase;
  line-height: 60px;
  text-decoration: none;
}
.popup-map {
  width: 1000px;
  height: 600px;
  background: #fcfcfc;
  position: absolute;
  z-index: 9393;
  display: none;
  top: 0;
  left: 50%;
  margin: 0 0 0 -500px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
#map {
  height: 600px;
}
.top-page-line {
  padding: 12px 0;
}
.line-contacts {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: right;
  display: block;
  font-family: 'Forum', cursive;
}
.line-contacts li {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
}
.line-contacts li a,
.line-contacts li small {
  font-size: 18px;
}
.line-contacts li a {
  color: #212229;
  text-decoration: none;
}
.line-contacts li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.error-404 {
  padding: 50px 0 70px 0;
  text-align: center;
  font-size: 18px;
}
.error-404 p {
  margin: 15px 0 0 0;
}
.error-404 .h1,
.error-404 .h2 {
  display: block;
  font-family: 'Forum', cursive;
  line-height: 1;
}
.error-404 .h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.error-404 .h1 {
  font-size: 172px;
  color: #ff4e00;
  margin: 0 0 25px 0;
}
.page-main-content h1,
.page-main-content h2 {
  font-size: 30px;
  color: #ff4e00;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-family: 'Forum', cursive;
  line-height: 1;
}
.page-main-content h1.middle
.page-main-content h2.middle {
  font-size: 24px;
}
.page-main-content p {
  margin: 15px 0;
  text-indent: 10px;
}
.page-main-content ul {
  margin: 15px 0 15px 35px;
  padding: 0;
  list-style: none;
}
.page-main-content ul li {
  position: relative;
  padding: 2px 0 2px 15px;
}
.page-main-content ul li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
}
.ratings-list {
  padding: 0;
  margin: 0 0 0 -80px;
  list-style: none;
  font-size: 0;
}
.ratings-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 80px;
}
.ratings-list li a {
  display: inline-block;
  vertical-align: top;
}
.ratings-list li a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url('grayscale.svg#greyscale');
  filter: gray;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ratings-list li a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.ratings-list li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.content-map {
  border: 1px solid #4d4658;
  clear: both;
  margin: 20px 0 0 0;
}
.content-map #map-content {
  height: 277px;
}
.social-block {
  float: right;
  margin: 0 0 20px 20px;
}
.social-block img {
  vertical-align: top;
}
.contacts {
  font-size: 18px;
  line-height: 1.4;
}
.contacts p {
  text-indent: 0;
}
.contacts p.phone {
  margin-bottom: -5px;
  font-family: 'Forum', cursive;
  font-size: 30px;
  line-height: 25px;
}
.contacts p.phone small {
  font-size: 18px;
}
.contacts a {
  font-family: 'Forum', cursive;
  color: #212229;
  text-decoration: underline;
}
.contacts a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.office-list {
  padding: 10px 0 0 0;
  margin: 0 -30px;
  list-style: none;
}
.office-list:before,
.office-list:after {
  content: " ";
  display: table;
}
.office-list:after {
  clear: both;
}
.office-list li {
  float: left;
  width: 33.33333%;
  padding: 0 30px 30px 30px;
}
.office-list li a {
  color: #363636;
  text-decoration: underline;
}
.office-list li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.office-list li .name {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  color: #ff4e00;
  margin: 0 0 10px 0;
}
.office-list li .descriptions {
  margin: 0 0 10px 0;
  color: #363636;
  font-size: 24px;
}
.office-list li .descriptions p {
  margin: 0;
}
.office-list li .links {
  font-size: 18px;
}
.office-list li .links p {
  margin: 0;
}
.list-seminars {
  padding: 0;
  margin: 0 -30px -30px -30px;
  list-style: none;
  display: table;
  font-size: 0;
}
.list-seminars li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 50%;
  padding: 0 30px 30px 30px;
}
.list-seminars li .date {
  display: block;
  color: #a5a5aa;
  font-size: 14px;
}
.list-seminars li a {
  color: #ff4e00;
  text-decoration: none;
}
.list-seminars li a:hover {
  color: #212229;
  text-decoration: none;
}
.search-results .item {
  margin: 0 0 30px 0;
}
.search-results .item .date {
  padding-left: 230px;
  font-size: 14px;
  color: #a5a5aa;
  margin: 0 0 3px 0;
}
.search-results .item .columns:before,
.search-results .item .columns:after {
  content: " ";
  display: table;
}
.search-results .item .columns:after {
  clear: both;
}
.search-results .item .columns .left {
  float: left;
  width: 230px;
  padding-right: 20px;
  text-align: right;
  font-size: 18px;
  color: #827a93;
  text-transform: lowercase;
}
.search-results .item .columns .left a {
  color: #827a93;
  text-decoration: underline;
}
.search-results .item .columns .left a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.search-results .item .columns .right {
  overflow: hidden;
  font-size: 18px;
}
.search-results .item .columns .right a {
  color: #ff4e00;
  text-decoration: none;
}
.search-results .item .columns .right a:hover {
  color: #212229;
  text-decoration: none;
}
.pagination {
  text-align: center;
  margin: 30px 0;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.pagination ul li.prev {
  margin-right: 10px;
}
.pagination ul li.prev a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-prev.png) 0 0 no-repeat;
}
.pagination ul li.prev a span {
  display: block;
  height: 18px;
  background: url(../images/arrow-prev.png) 0 -18px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination ul li.prev a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagination ul li.next {
  margin-left: 10px;
}
.pagination ul li.next a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-next.png) 0 0 no-repeat;
}
.pagination ul li.next a span {
  display: block;
  height: 18px;
  background: url(../images/arrow-next.png) 0 -18px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination ul li.next a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagination ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  background: #212229;
  margin: 0 5px;
}
.pagination ul li.no-bullet:before,
.pagination ul li.last:before,
.pagination ul li.first:before {
  display: none;
}
.pagination ul li.disable {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
}
.pagination ul li.disable a {
  cursor: default;
}
.pagination ul li.disable.next a:hover span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination ul li.disable.prev a:hover span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination ul li.current a {
  color: #a4a4a9;
}
.pagination ul li.current a:hover {
  color: #a4a4a9;
}
.pagination ul li a {
  color: #212229;
  text-decoration: none;
}
.pagination ul li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.article-large {
  color: #a4a4a9;
  padding-left: 15px;
  margin: 0 0 30px 0;
  text-align: justify;
  position: relative;
}
.article-large:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
}
.article-large a {
  color: #ff4e00;
  font-size: 18px;
  text-decoration: none;
}
.article-large a:hover {
  text-decoration: none;
  color: #212229;
}
.article-large p {
  text-indent: 10px;
  margin: 15px 0;
}
.article__list {
  padding: 0;
  margin: 0 -30px -30px -30px;
  list-style: none;
  font-size: 0;
  display: table;
}
.article__list li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding: 0 30px 30px 45px;
  position: relative;
}
.article__list li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 32px;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
}
.article__list li a {
  color: #ff4e00;
  text-decoration: none;
}
.article__list li a:hover {
  color: #212229;
  text-decoration: none;
}
.breadcrumb {
  border-bottom: 1px solid #212229;
  margin: 0 0 15px 0;
}
.breadcrumb ul {
  padding: 0 0 3px 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
  color: #909094;
}
.breadcrumb ul li.first:before {
  display: none;
}
.breadcrumb ul li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 6px;
  background: url(../images/arrow.png) 0 0 no-repeat;
  margin: 4px 5px 0 5px;
}
.breadcrumb ul li a {
  color: #212229;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
.list {
  padding: 0;
  margin: 0 -30px -30px -30px;
  list-style: none;
  font-size: 0;
}
.list.indent {
  margin-bottom: 100px;
}
.list li {
  width: 50%;
  font-size: 18px;
  color: #000000;
  padding: 0 30px 30px 45px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.list li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 30px;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
}
.list li a {
  color: #000000;
  text-decoration: none;
}
.list li a:hover {
  color: #ff4e00;
  text-decoration: none;
}
h3 {
  font-size: 18px;
  color: #212229;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.content-indent {
  padding-left: 40px;
  font-size: 18px;
}
.content-indent ul {
  margin: 15px 0 15px 10px;
  padding: 0;
  list-style: none;
}
.content-indent ul li {
  position: relative;
  padding: 4px 0 4px 0px;
}
.content-indent ul li:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  content: "";
}
mark {
  background: none;
  color: #ff4e00;
}
.arrow-bottom-white {
  background: url(../images/arrow-bottom-white.png) center top no-repeat;
  height: 122px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.articles-list {
  font-size: 0;
  margin-bottom: -25px;
}
.articles-list:before,
.articles-list:after {
  content: " ";
  display: table;
}
.articles-list:after {
  clear: both;
}
.articles-list__item {
  color: #a4a4a9;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 50%;
  margin: 0 0 30px 0;
}
.articles-list__item:before,
.articles-list__item:after {
  content: " ";
  display: table;
}
.articles-list__item:after {
  clear: both;
}
.articles-list__item.left {
  padding-right: 20px;
}
.articles-list__item.right {
  padding-left: 20px;
}
.articles-list__item .date {
  display: block;
  font-size: 14px;
  color: #a5a5aa;
  margin: 0 0 5px 0;
}
.articles-list__item h2,
.articles-list__item .h2 {
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #ff4e00;
  font-weight: 700;
}
.articles-list__item h2 a,
.articles-list__item .h2 a {
  color: #ff4e00;
  text-decoration: none;
}
.articles-list__item h2 a:hover,
.articles-list__item .h2 a:hover {
  color: #212229;
}
.articles-list__item .img-left {
  float: left;
  border: 1px solid #838487;
  margin: 0 15px 0 0;
}
.articles-list__item .article-content {
  overflow: hidden;
}
.articles-list__item-large {
  margin: 0 0 25px 0;
  width: 100%;
}
.block-articles {
  margin: 0 0 50px 0;
}
.article-bottom-line {
  text-align: right;
  color: #827a93;
  margin: 30px 0 0 0;
  font-size: 14px;
}
.article-bottom-line p,
.article-bottom-line span {
  display: block;
  margin: 0;
}
.article-bottom-line p {
  text-transform: uppercase;
}
.social-line {
  clear: both;
  border-top: 1px solid #827a93;
  border-bottom: 1px solid #827a93;
  padding: 10px 0;
  text-align: right;
  margin: 40px 0 0 0;
}
.social-line__box {
  display: inline-block;
  vertical-align: top;
}
.social-line__box img {
  vertical-align: top;
}
.list-people {
  width: 412px;
  float: left;
  margin: -15px 30px 30px 0;
}
.list-people__content {
  background: #fcfcfc;
  padding: 15px 15px 5px 15px;
}
.list-people__content .item {
  padding-bottom: 10px;
}
.list-people__content .item:before,
.list-people__content .item:after {
  content: " ";
  display: table;
}
.list-people__content .item:after {
  clear: both;
}
.list-people__content .item .img {
  float: left;
  width: 80px;
  overflow: hidden;
  text-align: center;
  margin: 0 7px 0 0;
}
.list-people__content .item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #838487;
}
.list-people__content .item .info {
  overflow: hidden;
  font-size: 14px;
  color: #827a93;
}
.list-people__content .item .info span {
  font-size: 18px;
  display: block;
  color: #212229;
  margin: 0 0 5px 0;
}
.list-people__content .item .info p {
  margin: 0;
  text-indent: 0;
}
.list-people__bottom {
  width: 412px;
  height: 23px;
  background: url(../images/bottom-line-small.png) no-repeat;
}
h1 {
  font-size: 24px;
  color: #ff4e00;
  margin: 0 0 15px 0;
  font-family: 'Forum', cursive;
  font-weight: normal;
}
.content-style {
  font-size: 18px;
}
.content-style .date {
  display: block;
  font-size: 16px;
  margin: -10px 0 20px 0;
  color: #a4a4a9;
}
.content-style ul li {
  margin: 3px 0;
}
.content-style ul li:before {
  margin-left: 15px;
  margin-right: 10px;
}
.content-style h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-left: -40px;
}
.content-style h3 {
  font-size: 18px;
  text-transform: inherit;
}
.content-style em {
  color: #a4a4a9;
}
.content-style p {
  text-indent: 15px;
}
.article-top {
  overflow: hidden;
}
.news-container:before,
.news-container:after {
  content: " ";
  display: table;
}
.news-container:after {
  clear: both;
}
.news-container .img-article {
  float: left;
  max-width: 208px;
  overflow: hidden;
  text-align: center;
}
.news-container .img-article img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 1px solid #959697;
}
blockquote {
  margin: 35px 0 65px -140px;
  padding: 0 0 0 25px;
  display: block;
  border-left: 1px solid #a4a4a9;
  font-size: 24px;
  color: #212229;
}
blockquote p {
  margin: 0;
  font-style: italic;
}
.img_center {
  text-align: center;
}
figure {
  margin: 25px 0;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
figure span {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
  border: 1px solid #212229;
}
figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #212229;
}
figure figcaption {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #a4a4a9;
  text-align: left;
}
#preloader {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
}
/* add style 01.08.2015 */
span.marker {
  background: none;
  color: #ff4e00;
}
figure img {
  border: 4px double #212229;
}
.article-large {
  margin: 0 30px 30px 30px;
  font-size: 16px;
}
.form-row.captcha-row .captcha-img {
  padding-top: 20px;
}
#jivo-label {
  visibility: hidden !important;
}
.slider .item .slider-content .content-right {
  width: 450px;
}
.popup-form {
  height: auto;
}
.errorMessage {
  font-size: 13px;
  color: #ff4e00;
}
span.empty {
  margin-bottom: 25px;
  display: block;
}
.consultant:hover {
  right: 0;
  position: fixed;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.consultant {
  position: fixed;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.consultant.open {
  right: 0;
}
.valMessage {
  text-align: center;
  font-size: 18px;
}
.valMessage span {
  margin: 0 150px 0 150px;
  line-height: 40px;
  font-weight: bolder;
}
.social-line__box iframe {
  z-index: 10;
}
.social-box {
  float: left;
  width: 120px;
}
#twitter-widget-0 {
  width: 95px !important;
}
.social-line__box {
  margin-right: 23px;
}
.fortibo {
  float: right;
  font-size: 11px;
  color: #4c4655;
  text-align: left;
  position: relative;
  margin-right: 60px;
}
.tibo {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 13px;
  background: url(../images/tiboforpatrion.png) 0 0 no-repeat;
  margin: 0 0 0 7px;
}
.tibo i {
  display: block;
  width: 80px;
  height: 13px;
  background: url(../images/tiboforpatrion.png) 0 -13px no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tibo:hover i {
  opacity: 1;
}
