@import url("develover.css");
/*! 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;
}
@font-face {
  font-family: 'segoe-ui-regular';
  src: url('../fonts/segoe/segoeui.eot');
  src: url('../fonts/segoe/segoeui.eot?#iefix') format('embedded-opentype'), url('../fonts/segoe/segoeui.woff') format('woff'), url('../fonts/segoe/segoeui.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.page-header {
  padding: 15px 0 12px 0;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header .logo {
  margin: -10px 0 14px 0;
  float: left;
}
.logo__pic {
  float: left;
  height: auto;
  width: 145px;
}
.main-navigation {
  padding-top: 5px;
}
.main-navigation:before,
.main-navigation:after {
  content: " ";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-navigation ul li {
  float: left;
  font-size: 16px;
  color: #888a8e;
  position: relative;
  padding-left: 8px;
  margin-right: 13px;
}
.main-navigation ul li a {
  color: #888a8e;
}
.main-navigation ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  background: #ffb275;
}
.header-contacts {
  padding-bottom: 0px;
}
.header-contacts:before,
.header-contacts:after {
  content: " ";
  display: table;
}
.header-contacts:after {
  clear: both;
}
.header-contacts ul {
  float: right;
  font-size: 0;
  padding-top: 10px;
}
.header-contacts ul li {
  font-size: 15px;
  color: #f58025;
  display: inline-block;
  vertical-align: middle;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin-left: 15px;
}
.header-contacts ul li.label {
  color: #999999;
  font-size: 17px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.form-search {
  float: right;
  width: 240px;
  position: relative;
}
.form-search .form-element {
  width: 100%;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 16px;
  line-height: 29px;
  height: 31px;
  color: #999999;
  padding: 0 80px 0 20px;
}
.form-search .form-btn {
  width: 60px;
  height: 31px;
  background: #888a8e url(../images/icon-lupe.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-indent: -9999px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.form-search .form-btn:hover {
  background: #c0c0c0 url(../images/icon-lupe.png) center center no-repeat;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  background: #444444;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #292929;
  min-width: 1045px;
}
p {
  margin: 15px 0;
}
a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
  color: #f58025;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  width: 1025px;
  margin: 0 auto;
}
.general {
  overflow: hidden;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 24px;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.page-body {
  padding-bottom: 50px;
}
.page-home .general {
  background: #ffffff url(../images/background-home.jpg) center top no-repeat;
}
.page-about .general {
  background: #ffffff url(../images/background-about.jpg) center top no-repeat;
}
.page-inner .general {
  background: #ffffff url(../images/background-inner.jpg) center top no-repeat;
}
.page-contact .general {
  background: #ffffff url(../images/background-contact.jpg) center top no-repeat;
}
.page-404 .general {
  background: #ffffff url(../images/bg-404.jpg) center top no-repeat;
}
.page-404 .general .page-body {
  min-height: 450px;
}
.wrapper-reviews {
  margin-top: 40px;
}
.wrapper-clients,
.wrapper-reviews {
  position: relative;
}
.wrapper-clients .owl-next,
.wrapper-reviews .owl-next,
.wrapper-clients .owl-prev,
.wrapper-reviews .owl-prev {
  display: block;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.wrapper-clients .owl-next,
.wrapper-reviews .owl-next {
  background: url(../images/arrow-right.png) 0 0 no-repeat;
  right: -30px;
}
.wrapper-clients .owl-next:hover,
.wrapper-reviews .owl-next:hover {
  background: url(../images/arrow-right.png) 0 -30px no-repeat;
}
.wrapper-clients .owl-prev,
.wrapper-reviews .owl-prev {
  background: url(../images/arrow-left.png) 0 0 no-repeat;
  left: -30px;
}
.wrapper-clients .owl-prev:hover,
.wrapper-reviews .owl-prev:hover {
  background: url(../images/arrow-left.png) 0 -30px no-repeat;
}
.list-reviews .item {
  padding-right: 40px;
}
.list-reviews .item:before,
.list-reviews .item:after {
  content: " ";
  display: table;
}
.list-reviews .item:after {
  clear: both;
}
.list-reviews .item .img {
  float: left;
  width: 109px;
  padding-right: 10px;
}
.list-reviews .item .img img {
  vertical-align: top;
  max-width: 99px;
  height: auto;
  border-radius: 99px;
}
.list-reviews .item blockquote {
  margin: 0 0 0 109px;
  padding: 5px 0 0 20px;
  color: #666666;
  position: relative;
}
.list-reviews .item blockquote:before {
  content: "“";
  color: #cccccc;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-reviews .item blockquote p {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  margin: 0 0 15px 0;
}
.list-reviews .item blockquote footer {
  color: #f58025;
}
.clients .item {
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.clients .item img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrapper-clients .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.block-titles .columns:before,
.block-titles .columns:after {
  content: " ";
  display: table;
}
.block-titles .columns:after {
  clear: both;
}
.block-titles .columns .social-widget {
  float: right;
  width: 241px;
}
.block-titles .columns .social-widget img {
  vertical-align: top;
}
.titles {
  font-size: 0;
  margin-left: -40px;
  margin-top: 15px;
}
.titles .item {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  width: 107px;
  font-size: 14px;
  margin: 0 0 40px 40px;
}
.titles .item .img {
  width: 107px;
  height: 107px;
  display: block;
  margin: 0 0 5px 0;
}
.titles .item .img i {
  width: 107px;
  height: 107px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.titles .item .title {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.titles .item.title-1 .img {
  background: url(../images/titles/titles-1.jpg) 0 0 no-repeat;
}
.titles .item.title-1 .img i {
  background: url(../images/titles/titles-1.jpg) 0 -107px no-repeat;
}
.titles .item.title-2 .img {
  background: url(../images/titles/titles-2.jpg) 0 0 no-repeat;
}
.titles .item.title-2 .img i {
  background: url(../images/titles/titles-2.jpg) 0 -107px no-repeat;
}
.titles .item.title-3 .img {
  background: url(../images/titles/titles-3.jpg) 0 0 no-repeat;
}
.titles .item.title-3 .img i {
  background: url(../images/titles/titles-3.jpg) 0 -107px no-repeat;
}
.titles .item.title-4 .img {
  background: url(../images/titles/titles-4.jpg) 0 0 no-repeat;
}
.titles .item.title-4 .img i {
  background: url(../images/titles/titles-4.jpg) 0 -107px no-repeat;
}
.titles .item.title-5 .img {
  background: url(../images/titles/titles-5.jpg) 0 0 no-repeat;
}
.titles .item.title-5 .img i {
  background: url(../images/titles/titles-5.jpg) 0 -107px no-repeat;
}
.titles .item:hover {
  text-decoration: none;
}
.titles .item:hover .img i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.breadcrumb {
  padding: 12px 0;
  margin: 0 0 25px 0;
  list-style: none;
  font-size: 0;
}
.breadcrumb li {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #cccccc;
}
.breadcrumb li:before {
  content: "→";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  color: #cccccc;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.page-columns:before,
.page-columns:after {
  content: " ";
  display: table;
}
.page-columns:after {
  clear: both;
}
.page-columns .page-content {
  overflow-x: hidden;
}
.page-columns .page-content.column-fix {
  width: 745px;
}
.page-columns .aside {
  float: right;
  width: 240px;
  margin-left: 40px;
}
.page-content h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.banner {
  margin: 0 0 25px 0;
}
.banner img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.category-list {
  border: 1px solid #ffd3b1;
  margin: 0 0 25px 0;
}
.category-list .h3 {
  display: block;
  background: #ffd3b1;
  color: #000000;
  font-size: 16px;
  padding: 8px 20px;
  position: relative;
}
.category-list .h3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffd3b1;
  position: absolute;
  bottom: -7px;
  left: 15px;
}
.category-list ul {
  padding: 5px 0 15px 0;
  margin: 0;
  list-style: none;
}
.category-list ul li {
  display: block;
  color: #000000;
  padding: 5px 5px 5px 20px;
}
.category-list ul li a {
  color: #000000;
}
.category-list ul li a:hover {
  color: #f58025;
  text-decoration: none;
}
.list-news .item {
  margin-bottom: 50px;
}
.list-news h2 {
  font-size: 26px;
  color: #000000;
  margin: 0 0 20px 0;
}
.list-news h2 a {
  color: #000000;
}
.list-news h2 a:hover {
  color: #f58025;
  text-decoration: none;
}
.list-news .info {
  color: #999999;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 0 35px 0;
}
.list-news .info .link {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #999999;
  text-decoration: underline;
  margin-left: 8px;
  letter-spacing: 0.08em;
}
.list-news .info .link:hover {
  text-decoration: none;
}
.list-news p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000000;
  margin: 0;
}
.list-news p a {
  color: #f58025;
}
.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.pagination li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.pagination li a {
  text-decoration: underline;
  color: #000000;
}
.pagination li a:hover {
  text-decoration: none;
}
.pagination li.active a {
  text-decoration: none;
  color: #999999;
}
.pagination li.active a:hover {
  text-decoration: none;
}
.pagination li.arrow a {
  color: #f58025;
  text-decoration: none;
}
.scroll-top {
  display: block;
  float: right;
  font-size: 16px;
  color: #000000;
  position: relative;
  margin-top: 3px;
  padding-right: 20px;
  text-decoration: underline;
}
.scroll-top:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f58025;
}
.scroll-top:hover {
  color: #f58025;
  text-decoration: none;
}
.request {
  margin: 0 0 30px  0;
}
.results .item {
  color: #000000;
  margin: 0 0 40px 0;
}
.results h3 {
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.results h3 span {
  color: #f58025;
}
.results h3 a {
  color: #000000;
}
.results h3 a span {
  color: #f58025;
}
.results h3 a:hover {
  color: #f58025;
  text-decoration: none;
}
.results p {
  margin: 0 0 5px 0;
}
.results .category {
  font-size: 14px;
  color: #999999;
}
.block-404 {
  color: #fff;
  padding: 100px 0;
}
.block-404:before,
.block-404:after {
  content: " ";
  display: table;
}
.block-404:after {
  clear: both;
}
.message-404 {
  margin-left: 420px;
}
.message-404 h3 {
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #fff;
}
.message-404 p {
  margin: 0;
}
.message-404 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.message-404 ul li {
  margin: 10px 0;
  padding-left: 10px;
  position: relative;
}
.message-404 ul li:before {
  content: "/";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  font-size: 10px;
}
.message-404 ul li a {
  color: #fff;
  text-decoration: underline;
}
.message-404 ul li a:hover {
  text-decoration: none;
}
.label-404 {
  float: left;
  width: 420px;
  font-size: 235px;
  color: #e4731a;
  line-height: 90px;
  letter-spacing: -6px;
}
.form-head {
  width: 560px;
  margin: 0 auto 30px auto;
  color: #999999;
}
.form-head h1,
.form-head h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
  color: #000;
}
.form-head p {
  margin: 0;
}
.form-body {
  width: 640px;
  margin: 0 auto;
}
.form-row {
  margin: 0 0 30px 0;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row .label {
  width: 220px;
  float: left;
  padding-right: 15px;
  text-align: right;
  padding-top: 7px;
  font-size: 15px;
}
.form-row .form-element {
  margin-left: 220px;
  position: relative;
}
.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"] {
  width: 100%;
  border: 1px solid #dadada;
  background: transparent;
  padding: 6px 15px;
  font-size: 16px;
  color: #c7c6c6;
  -webkit-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.form-row input[type="text"].error,
.form-row input[type="password"].error,
.form-row input[type="email"].error,
.form-row input[type="text"]:hover,
.form-row input[type="password"]:hover,
.form-row input[type="email"]:hover {
  border: 1px solid #f58025;
}
.form-row textarea {
  width: 100%;
  border: 1px solid #dadada;
  background: transparent;
  padding: 6px 15px;
  overflow-y: auto;
  height: 85px;
  font-size: 16px;
  color: #c7c6c6;
  -webkit-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.form-row textarea.placeholder {
  padding: 10px 15px;
  color: #c7c6c6;
  font-size: 11px;
  line-height: 15px;
}
.form-row textarea.error,
.form-row textarea:hover {
  border: 1px solid #f58025;
}
.form-row.form-button {
  padding-left: 220px;
  margin-top: 40px;
}
.form-row .btn-submit {
  width: 100%;
  border: none;
  color: #fff;
  background: #f58025;
  text-align: center;
  font-size: 18px;
  padding: 11px;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.form-row .btn-submit:hover {
  background: #e06200;
}
.captcha:before,
.captcha:after {
  content: " ";
  display: table;
}
.captcha:after {
  clear: both;
}
.captcha .captcha-img {
  float: right;
  width: 180px;
}
.captcha .captcha-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.captcha input[type="text"] {
  width: 212px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #c7c6c6;
  width: 100%;
  height: 34px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #dadada;
  padding: 6px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 8px;
  z-index: 2;
}
.select-styled:before {
  content: "";
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffdcdcdc', GradientType=0);
}
.select-styled:active:after,
.select-styled.active:after {
  top: 7px;
  border-color: transparent transparent #000000 transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
}
.select-options li {
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  border-top: 1px solid #dadada;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:first-child {
  border-top: none;
}
.select-options li[rel="hide"] {
  display: none;
}
#datepicker {
  margin-bottom: 25px;
}
.block-datepicker {
  background: #f58025;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 0 20px;
}
.block-datepicker .title {
  text-align: center;
  font-size: 16px;
  color: #ffe6d3;
  padding: 5px 0;
  border-bottom: 1px solid #ef5711;
  margin: 0 -20px;
}
.block-datepicker .ui-datepicker {
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.block-datepicker .ui-datepicker th {
  font-size: 16px;
  color: #fff6ef;
  text-transform: lowercase;
  font-weight: normal;
}
.block-datepicker .ui-datepicker .ui-datepicker-title {
  border-radius: 0;
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
}
.block-datepicker .ui-datepicker .ui-datepicker-header {
  padding: 0;
  margin: 0 -20px;
  border-radius: 0;
  background: none;
  border-top: 1px solid #f9ad72;
  border-bottom: 1px solid #ef5711;
  position: relative;
}
.block-datepicker .ui-datepicker .ui-datepicker-header:before {
  contenet: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #f9ad72;
}
.block-datepicker .ui-datepicker .ui-datepicker-prev,
.block-datepicker .ui-datepicker .ui-datepicker-next {
  width: 12px;
  height: 20px;
  top: 11px;
}
.block-datepicker .ui-datepicker .ui-datepicker-prev span,
.block-datepicker .ui-datepicker .ui-datepicker-next span {
  margin: 0;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
}
.block-datepicker .ui-datepicker .ui-datepicker-prev {
  left: 40px;
}
.block-datepicker .ui-datepicker .ui-datepicker-next {
  right: 40px;
}
.block-datepicker .ui-datepicker-prev-hover,
.block-datepicker .ui-datepicker-next-hover {
  top: 0;
  width: 12px;
  height: 20px;
}
.block-datepicker .ui-datepicker-prev {
  width: 12px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.block-datepicker .ui-datepicker-prev .ui-icon {
  display: block;
  width: 12px;
  height: 20px;
  background: url(../images/calendar-arrow.png) no-repeat;
}
.block-datepicker .ui-datepicker-prev:hover {
  border: none;
  border-radius: 0;
  width: 12px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: none;
}
.block-datepicker .ui-datepicker-next {
  width: 12px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.block-datepicker .ui-datepicker-next .ui-icon {
  display: block;
  width: 12px;
  height: 20px;
  background: url(../images/calendar-arrow.png) -12px 0 no-repeat;
}
.block-datepicker .ui-datepicker-next:hover {
  border: none;
  border-radius: 0;
  width: 12px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: none;
}
.block-datepicker .ui-widget-content {
  border: none;
  background: #f58025;
}
.block-datepicker .ui-state-default,
.block-datepicker .ui-widget-content .ui-state-default,
.block-datepicker .ui-widget-header .ui-state-default {
  background: none;
  font-size: 16px;
  color: #fdd4b4;
  font-weight: normal;
  border: 1px solid transparent;
  text-align: center;
}
.block-datepicker .ui-state-active,
.block-datepicker .ui-widget-content .ui-state-active,
.block-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #ffe6d3;
}
hr {
  display: block;
  height: 1px;
  background: #ffd3b1;
  border: none;
  line-height: 0;
  padding: 0;
  margin: 20px 0;
}
.list-events .event:first-child {
  padding-top: 0;
}
figure {
  margin: 25px 0 30px 0;
}
figure img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
figure figcaption {
  display: block;
  color: #999999;
  margin: 10px 0 0 0;
}
.author {
  margin-top: 30px;
}
.author:before,
.author:after {
  content: " ";
  display: table;
}
.author:after {
  clear: both;
}
.author .img {
  float: left;
  margin-right: 20px;
}
.author .description {
  overflow: hidden;
}
.author .description p {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #000000;
}
.author .description span {
  color: #999999;
}
.event {
  padding: 35px 0 10px 0;
  border-bottom: 1px solid #ffd3b1;
}
.event.event-full {
  padding: 0;
  border-bottom: none;
}
.event.event-full .list-style,
.event.event-full > ol {
  margin-bottom: 50px;
}
.event.event-full .scroll-top {
  margin-top: 40px;
}
.event h1,
.event h2 {
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #000000;
}
.event h1 a,
.event h2 a {
  color: #000000;
  text-decoration: none;
}
.event h1 a:hover,
.event h2 a:hover {
  color: #f58025;
  text-decoration: none;
}
.event-img {
  position: relative;
  margin: 0 0 35px 0;
}
.event-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.event-img .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: #f58025;
  background: rgba(245, 128, 37, 0.8);
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding: 10px 20px;
}
.event-img .caption i {
  font-style: normal;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.event-description {
  color: #000000;
}
.event-description .btn {
  vertical-align: top;
  margin: 25px 0 50px 0;
}
.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-place {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-place li {
  font-size: 20px;
  color: #999999;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  padding: 8px 0;
}
.list-place li.time {
  padding-left: 40px;
  background: url(../images/icon-time.png) 0 5px no-repeat;
}
.list-place li.place {
  padding-left: 40px;
  background: url(../images/icon-place.png) 0 3px no-repeat;
}
.list-contact {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.list-contact li {
  margin: 4px 0;
}
.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.list-style li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}
.list-style li:before {
  content: "/";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #f58025;
  font-weight: bold;
  font-size: 9px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  background: #f58025;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px;
  font-size: 18px;
  border: none;
}
.btn:hover {
  text-decoration: none;
  background: #e06200;
}
.event-list-small {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-list-small li {
  margin-bottom: 15px;
}
.event-list-small li strong {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin: 0 0 5px 0;
}
.event-list-small li p {
  margin: 0;
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  background: url(../images/icon-time-small.png) 0 3px no-repeat;
  padding-left: 20px;
}
.event-list-small li a {
  color: #000000;
  text-decoration: none;
}
.event-list-small li a:hover {
  color: #f58025;
  text-decoration: none;
}
.location {
  height: 385px;
  position: relative;
  width: 1460px;
  left: 50%;
  margin: 11px 0 30px -730px;
}
.location .inside {
  height: 385px;
  overflow: hidden;
}
.location:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: -72px;
  width: 197px;
  height: 385px;
  background: url(../images/left-img-map.png) no-repeat;
}
.location:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: -68px;
  width: 204px;
  height: 385px;
  background: url(../images/right-img-map.png) no-repeat;
}
.location .map-style {
  height: 485px;
  margin: -50px 0;
}
.contacts {
  color: #000000;
}
.contacts .label {
  display: inline-block;
  vertical-align: top;
}
.contacts .phones {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.contacts .phones li {
  margin: 0 0 10px 0;
}
.contacts p {
  margin: 0 0 10px 0;
}
.contacts .offices {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.office-list {
  font-size: 0;
  margin: 0 -10px;
  color: #000;
}
.office-list .item {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.office-list .item p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
ol {
  list-style-type: none;
  counter-reset: section;
  counter-reset: subsection;
  padding: 0;
  margin: 0;
}
ol li {
  counter-increment: section;
  font-size: 16px;
  line-height: 30px;
}
ol li:before {
  content: counter(section) ". ";
}
ol li ol li {
  padding-left: 30px;
  counter-increment: subsection;
  position: relative;
}
ol li ol li:before {
  content: counter(section) "." counter(subsection) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper-lecturer {
  margin: 40px 0 0 0;
}
.lecturer {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 35px 0;
  word-spacing: 0.25em;
}
.lecturer:before,
.lecturer:after {
  content: " ";
  display: table;
}
.lecturer:after {
  clear: both;
}
.lecturer img {
  float: left;
  margin: 0 25px 15px 0;
}
.lecturer p {
  margin: 0 0 15px 0;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #7b7b7b;
  background: rgba(102, 102, 102, 0.8);
  display: none;
}
#map-popup {
  height: 670px;
  margin: -50px 0;
}
.window-map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 856px;
  height: 620px;
  margin: -310px 0 0 -428px;
  border: 10px solid #fff;
  background: #fff;
  border-top: 40px solid #fff;
  display: none;
}
.window-map .inside {
  height: 570px;
  overflow: hidden;
}
.window-map .icon-close {
  width: 26px;
  height: 25px;
  background: url(../images/icon-close.png) no-repeat;
  position: absolute;
  top: -33px;
  right: 0px;
}
.popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 506px;
  background: #fff;
  padding: 40px 70px 70px 70px;
  margin-left: -253px;
  display: none;
}
.popup-body .icon-close {
  width: 26px;
  height: 25px;
  background: url(../images/icon-close.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup-body h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 50px 0;
}
.form-popup .form-row {
  margin: 0 0 10px 0;
}
.form-popup .form-row:before,
.form-popup .form-row:after {
  content: " ";
  display: table;
}
.form-popup .form-row:after {
  clear: both;
}
.form-popup label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-top: 7px;
}
.form-popup .form-label {
  float: left;
  width: 105px;
  padding-right: 15px;
  text-align: right;
  font-size: 15px;
  color: #999999;
}
.form-popup .form-element {
  margin-left: 105px;
}
.form-popup .form-button {
  padding: 0;
  margin: 20px 0 0 105px;
}
.form-popup .form-button .btn {
  width: 100%;
  text-align: center;
}
.error-message {
  position: absolute;
  right: -4px;
  border-radius: 3px;
  display: block;
  top: -35px;
  color: #fff;
  font-size: 11px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 15px 15px 15px 40px;
  white-space: nowrap;
  background: #000000 url(../images/icon-alert.png) 14px 14px no-repeat;
  box-shadow: none;
  border: none;
}
.error-message:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
}
.wrapper-home-slider {
  height: 385px;
  width: 1025px;
  margin: 0 auto 50px auto;
  padding-top: 37px;
  position: relative;
}
.wrapper-home-slider #home-slider-pager,
.wrapper-home-slider .home-slider {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wrapper-team-slider {
  height: 385px;
  width: 1025px;
  margin: 0 auto 50px auto;
  position: relative;
}
.wrapper-team-slider .slider-navigation,
.wrapper-team-slider .team-slider {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wrapper-team-slider .item-content {
  margin: 37px 0 0 0;
  width: 400px;
  color: #fff;
  padding: 25px 30px 35px 0;
}
.wrapper-team-slider .item-content h2 {
  margin: 0 0 10px 0;
}
.wrapper-team-slider .item-content .description {
  color: #feecdd;
  font-size: 16px;
  line-height: 25px;
  padding-left: 20px;
}
.wrapper-team-slider .item-content .description .name {
  color: #fff;
}
.wrapper-team-slider .item-content .description .name span {
  font-size: 18px;
}
.wrapper-team-slider .item-content .description .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.wrapper-team-slider .item-content .description .social {
  font-size: 0;
}
.wrapper-team-slider .item-content .description .social a {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.wrapper-team-slider .item-content .description .social a.fb {
  background: url(../images/social-sprite.png) 0 0 no-repeat;
}
.wrapper-team-slider .item-content .description .social a.tw {
  background: url(../images/social-sprite.png) -24px 0 no-repeat;
}
.team-slider .item,
.team-slider {
  position: relative;
  height: 385px;
}
.team-slider .item .img,
.team-slider .img {
  position: absolute;
  bottom: 1px;
  right: 0;
  max-height: 375px;
}
.slider-navigation {
  position: absolute;
  bottom: 30px;
  left: -45px;
  z-index: 100;
  padding: 0 45px;
}
.nav-prev,
.nav-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}
.nav-prev a,
.nav-next a {
  display: block;
  width: 16px;
  height: 30px;
}
.nav-prev {
  left: 0;
  background: url(../images/arrow-left.png) 0 0 no-repeat;
}
.nav-prev:hover {
  background: url(../images/arrow-left.png) 0 -30px no-repeat;
}
.nav-next {
  right: 0;
  background: url(../images/arrow-right.png) 0 0 no-repeat;
}
.nav-next:hover {
  background: url(../images/arrow-right.png) 0 -30px no-repeat;
}
.home-slider .item-content {
  width: 500px;
  height: 225px;
  position: relative;
  color: #fff;
  padding: 25px 30px 35px 0;
}
.home-slider .item-content .button {
  position: absolute;
  bottom: 20px;
  right: -35px;
}
.home-slider .item-content h2 {
  margin: 0 0 10px 0;
}
.home-slider .item-content .description {
  color: #feecdd;
  font-size: 17px;
  line-height: 25px;
  width: 310px;
  padding-left: 20px;
}
.home-slider .item-content .description:before,
.home-slider .item-content .description:after {
  content: " ";
  display: table;
}
.home-slider .item-content .description:after {
  clear: both;
}
.button {
  display: inline-block;
  vertical-align: top;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: #2f2d2d;
  background: rgba(47, 45, 45, 0.9);
  text-transform: lowercase;
  white-space: nowrap;
  font-weight: normal;
  padding: 10px 85px 15px 50px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
}
.button .arrow {
  background: url(../images/arrow.png) no-repeat;
  width: 31px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 25px;
}
.button:hover {
  background: #a33000;
  background: rgba(163, 48, 0, 0.9);
  text-decoration: none;
}
.button.button-large {
  background: #f58025;
  font-size: 26px;
  text-transform: inherit;
  padding: 15px 85px 18px 50px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.button.button-large .arrow {
  top: 15px;
}
.button.button-large:hover {
  background: #e06200;
}
.button-float {
  position: fixed;
  z-index: 10;
  bottom: -100%;
  right: 20px;
  -webkit-transition: bottom 0.8s linear;
  -o-transition: bottom 0.8s linear;
  transition: bottom 0.8s linear;
}
.button-float.show {
  bottom: 20px;
}
#home-slider-pager {
  margin: 30px 0 0 0;
  display: table;
  width: 100%;
}
#home-slider-pager a {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 33.333%;
  height: 90px;
  padding-bottom: 30px;
  color: #2f2d2d;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
#home-slider-pager a:hover {
  color: #999999;
  text-decoration: none;
}
#home-slider-pager a.active {
  color: #999999;
  background: url(../images/bullet.png) 48% 71px no-repeat;
}
.block-registered,
.block-reviews,
.block-about {
  margin: 0 0 45px 0;
}
.block-registered h1,
.block-reviews h1,
.block-about h1 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

#team-slider-pager {
  white-space: nowrap;
  font-size: 0;
}
#team-slider-pager a {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 62px;
  overflow: hidden;
  margin-right: 12px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#team-slider-pager a img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#team-slider-pager a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.event-description p,
.news-full p,
.block-about p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
textarea,
input {
  -webkit-appearance: none;
}
.block-author {
  background: #f9f9f9;
  padding: 10px;
  margin: 30px 0;
}
.block-author:before,
.block-author:after {
  content: " ";
  display: table;
}
.block-author:after {
  clear: both;
}
.block-author .img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 110px;
}
.block-author .img img {
  vertical-align: top;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.block-author .info-block {
  overflow: hidden;
  font-size: 14px;
  color: #f58025;
  padding: 20px 0 0 0;
}
.block-author .info-block p {
  margin: 5px 0 0 0;
}
.block-author .name {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.block-author .name a {
  color: #000000;
}
.aticle-block h1,
.aticle-block h2 {
  font-size: 26px;
  color: #000000;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.aticle-block h1 a,
.aticle-block h2 a {
  color: #000000;
}
.aticle-block h1 a:hover,
.aticle-block h2 a:hover {
  color: #f58025;
  text-decoration: none;
}
.aticle-block .info {
  color: #999999;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 0 35px 0;
}
.aticle-block .info .link {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #999999;
  text-decoration: underline;
  margin-left: 8px;
  letter-spacing: 0.08em;
}
.aticle-block .info .link:hover {
  text-decoration: none;
}
.aticle-block > p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000000;
  margin: 0;
}
.aticle-block > p a {
  color: #f58025;
}
.page-footer {
  padding: 35px 0;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #b1b1b1;
  background: #444444;
}
.page-footer .container:before,
.page-footer .container:after {
  content: " ";
  display: table;
}
.page-footer .container:after {
  clear: both;
}
.page-footer .h2 {
  display: block;
  color: #dadada;
  font-size: 22px;
  margin: 0 0 15px 0;
}
.page-footer .column {
  float: left;
  width: 25%;
  padding-right: 20px;
}
.page-footer .column.last {
  padding-right: 0;
}
.page-footer .column p {
  line-height: 23px;
  font-size: 15px;
  margin: 15px 0 0 0;
}
.page-footer .column .developers {
  margin: 50px 0 0 0;
  line-height: 16px;
  font-size: 11px;
}
.page-footer .column .pras {
  width: 67px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  background: url(../images/pras.png) 0 0 no-repeat;
}
.page-footer .column .pras i {
  display: block;
  width: 67px;
  height: 14px;
  background: url(../images/pras.png) 0 -14px 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;
}
.page-footer .column .pras:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-footer .column small {
  display: block;
  font-size: 10px;
  color: #8d8d8d;
  line-height: 16px;
  margin: 5px 0 0 0;
}
.page-footer .navigation {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-footer .navigation li {
  display: block;
  margin: 5px 0 0 0;
}
.page-footer .address {
  margin-top: -3px;
  margin-bottom: 18px;
}
.page-footer .address a {
  text-decoration: underline;
}
.page-footer .address a:hover {
  text-decoration: none;
}
.page-footer .rating {
  font-size: 0;
  margin-top: 30px;
}
.page-footer .rating img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
