/* default styles */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: black; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: \201C \201D \2018 \2019 ; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
figure {
  margin: 0; }

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.container {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px; 

  }

body {
  min-width: 960px;
  height: 100%;
  color: #222222;
  font: 14px/20px "PT Sans", sans-serif; }

html {
  height: 100%; }

a {
  color: #0a83bb; }
  a:hover {
    text-decoration: none;
    color: #00adef; }

.clearfix:before, .container:before, .news:before, .head:before, .menu-bar:before, .foot__i:before, .lt:before, .order__buttons:before, .order__steps:before, .catalog__container:before, .feedback-block__t:before, .clearfix:after, .container:after, .news:after, .head:after, .menu-bar:after, .foot__i:after, .lt:after, .order__buttons:after, .order__steps:after, .catalog__container:after, .feedback-block__t:after {
  display: table;
  content: "";
  line-height: 0; }
.clearfix:after, .container:after, .news:after, .head:after, .menu-bar:after, .foot__i:after, .lt:after, .order__buttons:after, .order__steps:after, .catalog__container:after, .feedback-block__t:after {
  clear: both; }

.wrap {
  min-height: 100%;
  margin-bottom: -96px; }

.wrap__i {
  padding-bottom: 96px; }

.breadcrump {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #0a83bb;
  line-height: 40px; }
  .breadcrump a {
    margin: 0 2px;
    white-space: nowrap; }
    .breadcrump a:first-child {
      margin-left: 0; }
  .breadcrump span {
    margin-left: 2px; }

.img, .imgl, .imgr, .gallery__item img {
  padding: 1px;
  border: 1px solid #333; }

.imgl {
  float: left;
  margin: 3px 15px 5px 0; }

.imgr {
  float: right;
  margin: 3px 0 5px 15px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px; }

h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 40px; }

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

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

h1:first-child,
h2:first-child,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0; }

ul,
ol {
  margin-bottom: 10px; }

ul {
  padding: 0;
  list-style: none; }
  ul > li {
    padding-left: 20px;
    /*background: url(../images/bull-01.png) no-repeat 5px 8px; */}

ol {
  padding-left: 20px; }
  ol > li {
    padding-left: 0; }

li > ul,
li > ol {
  margin-top: 10px;
  margin-bottom: 10px; }

table {
  width: 100%;
  border: none; }

th {
  padding: 5px 10px;
  border: 1px solid #999999;
  font-size: 16px;
  font-weight: bold; }

td {
  padding: 5px 10px;
  vertical-align: top;
  border: 1px solid #999999; }
  td > p:last-child {
    margin-bottom: 0; }

.faq-full {
  margin-bottom: 20px; }

.faq-full__item {
  margin-bottom: 20px; }

.faq-full__q {
  margin-bottom: 15px; }

.faq-full__title {
  float: left;
  width: 50px;
  margin-right: 20px; }

.faq-full__text {
  overflow: hidden; }

.faq-full__q .faq-full__text {
  font-weight: bold; }

.faq-list {
  margin-bottom: 20px; }

.faq-list__item {
  margin-bottom: 10px; }

.files__intro {
  margin-bottom: 20px; }

.files__item {
  margin-bottom: 20px; }

.files__t:before, .files__t:after {
  display: table;
  content: "";
  line-height: 0; }
.files__t:after {
  clear: both; }

.files__date {
  float: left;
  width: 100px;
  margin-top: 10px; }

.files__ico {
  float: left;
  width: 70px; }

.files__title {
  float: left;
  width: 620px;
  margin-top: 10px;
  margin-right: 20px; }

.files__size {
  float: right;
  width: 70px;
  margin-top: 10px; }

.files__descr {
  margin-top: 10px; }

.gallery {
  margin-right: -40px; }

.gallery__item {
  display: inline-block;
  width: 160px;
  margin: 0 40px 10px 0;
  vertical-align: top; }
  .gallery__item img {
    display: block;
    margin-bottom: 5px; }
    .gallery_border_none .gallery__item img {
      border: none; }

.news-list__item {
  margin-bottom: 10px; }

.news-list__title {
  margin-bottom: 10px;
  font-size: 18px; }

.news-list__date {
  margin-bottom: 5px;
  color: #999;
  font-size: 12px; }

.news-list__img {
  float: left;
  margin: 3px 25px 5px 0; }

.news-list__nav {
  margin-top: 10px; }

.news__title {
  margin-bottom: 10px;
  font-size: 18px; }

.news__date {
  margin-bottom: 5px;
  color: #999;
  font-size: 12px; }

.news__img {
  float: left;
  margin: 3px 25px 5px 0; }

.pages {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.pages ul {
  list-style: none; }

.pages li {
  display: inline;
  margin-right: 10px;
  padding: 0;
  color: #524e54;
  background: none; }
  .pages li a:hover {
    text-decoration: underline;
    color: #000; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #222222;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 15px; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "PT Sans", sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 white, inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 white, inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 white, inset 0 0 3px rgba(0, 0, 0, 0.25);
  display: inline-block;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 5px;
  vertical-align: middle;
  color: #999;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px; }
  .lt-ie9 select, .lt-ie9
  textarea, .lt-ie9
  input[type="text"], .lt-ie9
  input[type="password"], .lt-ie9
  input[type="datetime"], .lt-ie9
  input[type="datetime-local"], .lt-ie9
  input[type="date"], .lt-ie9
  input[type="month"], .lt-ie9
  input[type="time"], .lt-ie9
  input[type="week"], .lt-ie9
  input[type="number"], .lt-ie9
  input[type="email"], .lt-ie9
  input[type="url"], .lt-ie9
  input[type="search"], .lt-ie9
  input[type="tel"], .lt-ie9
  input[type="color"], .lt-ie9
  .uneditable-input {
    behavior: url(js/PIE.htc); }

select,
input,
textarea,
.uneditable-input {
  width: 220px; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 40px;
  line-height: 30px; }

select {
  border: 1px solid #cccccc;
  background-color: white; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #666666;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666666; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.form__controls > .radio:first-child,
.form__controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.form__row.warning > label,
.form__row.warning .form__help,
.form__row.warning .form__help-inline {
  color: #c09853; }
.form__row.warning .checkbox,
.form__row.warning .radio,
.form__row.warning input,
.form__row.warning select,
.form__row.warning textarea {
  color: #c09853; }
.form__row.warning input,
.form__row.warning select,
.form__row.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form__row.warning input:focus,
  .form__row.warning select:focus,
  .form__row.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.form__row.warning .input-prepend .add-on,
.form__row.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.form__row.error > label,
.form__row.error .form__help,
.form__row.error .form__help-inline {
  color: #b94a48; }
.form__row.error .checkbox,
.form__row.error .radio,
.form__row.error input,
.form__row.error select,
.form__row.error textarea {
  color: #b94a48; }
.form__row.error input,
.form__row.error select,
.form__row.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form__row.error input:focus,
  .form__row.error select:focus,
  .form__row.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.form__row.error .input-prepend .add-on,
.form__row.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.form__row.success > label,
.form__row.success .form__help,
.form__row.success .form__help-inline {
  color: #468847; }
.form__row.success .checkbox,
.form__row.success .radio,
.form__row.success input,
.form__row.success select,
.form__row.success textarea {
  color: #468847; }
.form__row.success input,
.form__row.success select,
.form__row.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form__row.success input:focus,
  .form__row.success select:focus,
  .form__row.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.form__row.success .input-prepend .add-on,
.form__row.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.form__row.info > label,
.form__row.info .form__help,
.form__row.info .form__help-inline {
  color: #3a87ad; }
.form__row.info .checkbox,
.form__row.info .radio,
.form__row.info input,
.form__row.info select,
.form__row.info textarea {
  color: #3a87ad; }
.form__row.info input,
.form__row.info select,
.form__row.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form__row.info input:focus,
  .form__row.info select:focus,
  .form__row.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
.form__row.info .input-prepend .add-on,
.form__row.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5; }
  .form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-actions:after {
    clear: both; }

.form__help,
.form__help-inline {
  color: #484848; }

.form__help {
  display: block;
  margin-bottom: 10px; }

.form__help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .form__help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .form__help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-inline label,
.form-inline .btn-group {
  display: inline-block; }

.form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.form__row {
  margin-bottom: 10px; }

legend + .form__row {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .form__row {
  margin-bottom: 20px; }
  .form-horizontal .form__row:before, .form-horizontal .form__row:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-horizontal .form__row:after {
    clear: both; }
.form-horizontal .form__label {
  float: left;
  width: 160px;
  padding-top: 10px;
  text-align: right; }
.form-horizontal .form__controls {
  margin-left: 180px; }
.form-horizontal .form__help {
  margin-bottom: 0; }
.form-horizontal input + .form__help,
.form-horizontal select + .form__help,
.form-horizontal textarea + .form__help {
  margin-top: 10px; }
.form-horizontal .form-actions {
  padding-left: 180px; }

.btn {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4ca4eb;
  background-image: -moz-linear-gradient(top, #459aea, #59b7ee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#459aea), to(#59b7ee));
  background-image: -webkit-linear-gradient(top, #459aea, #59b7ee);
  background-image: -o-linear-gradient(top, #459aea, #59b7ee);
  background-image: linear-gradient(to bottom, #459aea, #59b7ee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF459AEA', endColorstr='#FF59B7EE', GradientType=0);
  display: inline-block;
  height: 40px;
  margin-bottom: 0;
  padding: 0 25px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #39a1dd;
  background-color: #fff;
  text-shadow: 0 -1px 0 #378edc;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px; }
  .lt-ie9 .btn {
    behavior: url(js/PIE.htc); }
  .btn:hover {
    border-color: #2b7fca;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  .btn.active, .btn:active {
    border-color: #3aa2dd;
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); }

.top {
  position: relative;
  z-index: 10;
  background: url(../images/head-bg.png) center top no-repeat; }
  .top:after {
    display: block;
    height: 10px;
    content: " ";
    background: url(../images/top-border.png) repeat-x 50% 0;
    margin-top: -10px;
      }
    .m-index .top:after {
      display: none; }

.head {
/*  padding: 25px 0 10px; */
  padding: 10px 0 20px;  
  
  
  color: #fff; }
  .head .container {
    position: relative; }
  .head a {
    color: #fff; }

.head__logo {
  float: left;
  margin-right: 30px; }
  .head__logo img {
    display: inline-block; }

.head__nav {
  position: absolute;
  top: 20px;
  left: 125px; }
  .head__nav a {
    margin-right: 10px; }

.head__slogan {
  position: absolute;
  top: 43px;
  left: 125px;
  color: #c4d5e4;
  text-shadow: 0 1px 1px rgba(131, 240, 253, 0.3);
  font-size: 14px;
  line-height: 16px; }

.head__contacts {
  float: right;
  text-align: right; }

.head__phone {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 24px; font-weight: bold;
  line-height: 24px; }

.head__callback {
  margin: 3px 0;
  font-size: 14px; }
  .head__callback a {
text-decoration: none;
border-bottom: 1px dotted #c7dae8;
}

.head__email {
  font-size: 14px; }
  .head__email a {
    padding-left: 25px;
    background: url(../images/icon-mail.jpg) no-repeat 0 3px; }

.menu-bar {
  background-color: #3494c5;
  background-image: -moz-linear-gradient(top, #43a6d7, #1c78a7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#43a6d7), to(#1c78a7));
  background-image: -webkit-linear-gradient(top, #43a6d7, #1c78a7);
  background-image: -o-linear-gradient(top, #43a6d7, #1c78a7);
  background-image: linear-gradient(to bottom, #43a6d7, #1c78a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF43A6D7', endColorstr='#FF1C78A7', GradientType=0);
  height: 50px;
  margin-bottom: 40px;
  padding: 0 25px;
  border-bottom: 1px solid #1e5a7b;
  border-radius: 25px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 50px; }

.menu-bar__menu {
  float: left; }

.menu-bar__social {
  float: right;
  margin-top: 9px; }

.menu > ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu > ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none; }
    .menu > ul > li > a {
      display: inline-block;
      padding: 0 15px;
      text-decoration: none;
      color: #fff;
      border-right: 1px solid #348db8;
      border-left: 1px solid #50a8d1;
      font-size: 16px; }
    .menu > ul > li:first-child a {
      border-left: none; }
  .menu > ul > li.active > a,
  .menu > ul > li > a:hover {
    background-color: #6dc9e6;
    background-image: -moz-linear-gradient(top, #88d9f1, #42b0d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#88d9f1), to(#42b0d4));
    background-image: -webkit-linear-gradient(top, #88d9f1, #42b0d4);
    background-image: -o-linear-gradient(top, #88d9f1, #42b0d4);
    background-image: linear-gradient(to bottom, #88d9f1, #42b0d4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF88D9F1', endColorstr='#FF42B0D4', GradientType=0);
    border-left-color: transparent; }
.menu ul ul {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 70px;
  left: 0;
  visibility: hidden;
  min-width: 130px;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  background: #41afd3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
  .menu ul ul ul {
    display: none; }
  .menu ul ul li {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    background: none;
    line-height: 20px; }
  .menu ul ul a {
    text-decoration: none;
    color: #fff;
    font-size: 16px; }
  .menu ul ul li.active > a,
  .menu ul ul li a:hover {
    text-decoration: underline; }
.menu ul li:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 51px;
  visibility: visible; }

.social a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #f1f1f1;
  background-image: url(../images/social-icons.png);
  background-repeat: no-repeat;
  line-height: 50px; }
  .social a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    filter: alpha(opacity=100); }

.social__fb {
  background-position: 50% 7px; }

.social__tw {
  background-position: 50% -93px; }

.social__vk {
  background-position: 50% -194px; }

.featured {
  text-align: justify;
  text-align-last: justify; }
  .featured:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: " "; }

.featured__item {
  display: inline-block;
  width: 180px;
  text-align: center;
  color: #fff; }
.featured__item.inner{
	color: #222;
	text-decoration: underline;
}
  .featured__item:hover {
    text-decoration: none;
    color: #fff; }
  .featured__item.inner:hover {
    text-decoration: none;
    color: #222; }

.featured__img {
  display: block;
  margin-bottom: 20px; }
  .featured__img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3); }
    .featured__item:hover .featured__img img {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }

.featured__title {
  font-size: 16px; }

.categories {
  margin-bottom: 50px; }

.categories__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  padding: 5px 0 5px 50px;
  vertical-align: top;
  background-image: url(../images/categories-icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px; }

.categories__item._i1 {
  background-position: 0 0px; }

.categories__item._i2 {
  background-position: 0 -100px; }

.categories__item._i3 {
  background-position: 0 -200px; }

.categories__item._i4 {
  background-position: 0 -300px; }

.categories__item._i5 {
  background-position: 0 -400px; }

.categories__item._i6 {
  background-position: 0 -500px; }

.categories__item._i7 {
  background-position: 0 -600px; }

.categories__item._i8 {
  background-position: 0 -700px; }

.categories__item._i9 {
  background-position: 0 -800px; }

.categories__item._i10 {
  background-position: 0 -900px; }

.categories__item._i11 {
  background-position: 0 -1000px; }

.categories__item._i12 {
  background-position: 0 -1100px; }
  
  
.categories__item._i13 {
  background-image: url(../images/icon_taxi.png);
}  
  
  

.clients {
  margin-bottom: 50px; }

.clients__head {
  margin-bottom: 30px;
  font-size: 24px; }

.clients__prev, .clients__next {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  background-image: url(../images/slider-nav.png);
  background-repeat: no-repeat; }

.clients__prev {
  left: 0; }
  .clients__prev:hover {
    background-position: 0 -40px; }

.clients__next {
  right: 0;
  background-position: -21px 0; }
  .clients__next:hover {
    background-position: -21px -40px; }

.clients__slider {
margin-top: 80px;
  position: relative;
  padding: 0 50px; }

.clients__container {
  position: relative;
  overflow: hidden;
  height: 40px; }

.clients__i {
  position: absolute;
  width: 20000em; }

.clients__item {
  float: left;
  margin-right: 45px; }
  .clients__item img {
    display: inline-block;
    max-height: 40px;
    line-height: 40px; }

.features__head {
  margin-bottom: 30px;
  font-size: 24px; }

.features__menu {
  margin-bottom: 20px; }
  .features__menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .features__menu li {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    vertical-align: top;
    background: none; }
    .features__menu li span {
      cursor: pointer;
      text-decoration: underline;
      color: #0a83bb; }
      .features__menu li span:hover {
        text-decoration: none; }
    .features__menu li._active {
      background-color: #c21735;
      background-image: -moz-linear-gradient(top, #cf203f, #ad0a26);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf203f), to(#ad0a26));
      background-image: -webkit-linear-gradient(top, #cf203f, #ad0a26);
      background-image: -o-linear-gradient(top, #cf203f, #ad0a26);
      background-image: linear-gradient(to bottom, #cf203f, #ad0a26);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF203F', endColorstr='#FFAD0A26', GradientType=0);
      position: relative; }
      .features__menu li._active:before {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        border-top-color: #ad0a26;
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -6px;
        content: " "; }
      .features__menu li._active span {
        cursor: default;
        text-decoration: none;
        color: #fff; }

.features__tab {
  display: none; }
  .features__tab:first-child {
    display: block; }

.foot {
  padding: 20px 0;
  background: url(../images/foot-bg.jpg) no-repeat 50% 100%; }

.foot__i {
  color: #fff;
  font-size: 12px; }
  .foot__i a {
    color: #fff; }

.foot__copy {
  float: left; width: 45%;
  padding-right: 100px;
  background: url(../images/foot-logo.png) no-repeat top right;
  line-height: 14px; }
  .foot__contacts {
  float: left;
  text-align: left; }

.foot__phone {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 24px; font-weight: bold;
  line-height: 24px; }

.foot__callback {
  margin: 3px 0;
  font-size: 14px; }
  .foot__callback a{
  	text-decoration: none;
    border-bottom: 1px dotted #c7dae8;
  }

.foot__email {
  font-size: 14px; }
  .foot__email a {
    padding-left: 25px;
    background: url(../images/icon-mail.jpg) no-repeat 0 5px;

      }

.foot__developer {
  float: right;
  margin-top: 15px; }
  .foot__developer a {
    display: inline-block;
    padding-right: 40px;
    text-decoration: none;
    background: url(../images/garan-logo.png) no-repeat 100% 50%;
    line-height: 31px; }

.lt {
  margin: 20px 0; }

.lt__wrap {
  float: right;
  width: 100%;
  margin-left: 0px; }
  .m-index .lt__wrap {
    float: left; }

.lt__c {
  margin-left: 0px; }

.lt__r {
  float: right;
  width: 340px; }

.lt__l {
  float: left;
  width: 340px; }

.order {
  margin-bottom: 40px; }
  .lt__c .order {
    margin-top: 40px; }

.order__topbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebeae3;
  background-image: -moz-linear-gradient(top, #f3f3ef, #dfddd0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3ef), to(#dfddd0));
  background-image: -webkit-linear-gradient(top, #f3f3ef, #dfddd0);
  background-image: -o-linear-gradient(top, #f3f3ef, #dfddd0);
  background-image: linear-gradient(to bottom, #f3f3ef, #dfddd0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3EF', endColorstr='#FFDFDDD0', GradientType=0);
  height: 50px;
  padding: 15px 10px;
  border: 1px solid #d3d3d3;
  border-top: none;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .lt__c .order__topbar {
    display: none; }

.order__innerbar {
  background-color: #222426;
  background-image: -moz-linear-gradient(top, black, #5d6067);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(#5d6067));
  background-image: -webkit-linear-gradient(top, black, #5d6067);
  background-image: -o-linear-gradient(top, black, #5d6067);
  background-image: linear-gradient(to bottom, black, #5d6067);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FF5D6067', GradientType=0);
  height: 11px;
  border: 3px solid #c9c9c1;
  border-radius: 5px; }
  .lt__c .order__innerbar {
    display: none; }

.order__i {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 312px;
  margin: -25px auto 0;
  padding: 10px 30px 40px;
  background: url(../images/order-bg.png) no-repeat 50% 100%;
  background-size: 312px 100%; }
  .lt__c .order__i {
    width: auto;
    margin: 0;
    padding: 20px 30px;
    border-radius: 10px;
    background: #2a93d1; }
  .order__i input[type="text"],
  .order__i input[type="email"],
  .order__i textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    margin: 0;
    color: #666;
    border: 1px solid #1b74ce;
    border-radius: 3px;
    font-size: 12px;
    line-height: 30px; }
  .order__i textarea {
    height: 80px;
    line-height: 14px; }
  .order__i input[type="button"] {
    background-color: #b2cfe9;
    background-image: -moz-linear-gradient(top, #97bddd, #dfefff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97bddd), to(#dfefff));
    background-image: -webkit-linear-gradient(top, #97bddd, #dfefff);
    background-image: -o-linear-gradient(top, #97bddd, #dfefff);
    background-image: linear-gradient(to bottom, #97bddd, #dfefff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF97BDDD', endColorstr='#FFDFEFFF', GradientType=0);
    padding: 5px 20px;
    color: #1f3d5c;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .order__i input[type="button"].prev {
      float: left; }
    .order__i input[type="button"].send, .order__i input[type="button"].next {
      float: right; }
  .order__i label {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 14px; }
    .lt__c .order__i label {
      font-size: 14px;
      line-height: 18px; }
  .order__i .error {
    color: #ea0000; }
  .order__i #result {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 16px; }

.order__buttons {
  margin-top: 10px; }

.order__head {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 18px; }
  .lt__c .order__head {
    text-align: left;
    font-size: 16px; }

.order__steps {
  margin-right: -10px;
  margin-bottom: 15px;
  color: #1f3d5c;
  font-size: 16px; }
  .lt__c .order__steps {
    margin-right: 0;
    padding: 5px;
    border-radius: 5px;
    background: #0c5484;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75); }
  .order__steps div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c5ddf3;
    background-image: -moz-linear-gradient(top, #dfefff, #9ac0df);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfefff), to(#9ac0df));
    background-image: -webkit-linear-gradient(top, #dfefff, #9ac0df);
    background-image: -o-linear-gradient(top, #dfefff, #9ac0df);
    background-image: linear-gradient(to bottom, #dfefff, #9ac0df);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFEFFF', endColorstr='#FF9AC0DF', GradientType=0);
    position: relative;
    float: left;
    height: 30px;
    margin-right: 34px;
    padding: 0 10px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 30px; }
    .lt__c .order__steps div {
      width: 28%;
      margin-right: 8%; }
    .order__steps div.active {
      background-color: #f8f8f8;
      background-image: -moz-linear-gradient(top, white, #ededed);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ededed));
      background-image: -webkit-linear-gradient(top, white, #ededed);
      background-image: -o-linear-gradient(top, white, #ededed);
      background-image: linear-gradient(to bottom, white, #ededed);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED', GradientType=0); }
      .order__steps div.active:after {
        background-position: 0 -32px; }
      .order__steps div.active:before {
        background-position: 100% -32px; }
    .order__steps div:after {
      position: absolute;
      top: 0;
      right: -17px;
      display: block;
      width: 17px;
      height: 32px;
      content: " ";
      background-image: url(../images/order-steps-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0; }
    .order__steps div:before {
      position: absolute;
      top: 0;
      left: -15px;
      display: block;
      width: 15px;
      height: 32px;
      content: " ";
      background-image: url(../images/order-steps-bg.png);
      background-repeat: no-repeat;
      background-position: 100% 0; }
    .order__steps div:first-child {
      padding-left: 15px;
      border-radius: 3px 0 0 3px; }
      .order__steps div:first-child:before {
        display: none; }
    .order__steps div:last-child {
      margin-right: 0;
      padding-right: 15px;
      border-radius: 0 3px 3px 0; }
      .order__steps div:last-child:after {
        display: none; }

.catalog {
  margin-bottom: 40px; clear: both;}

.catalog__head {
  margin-bottom: 20px;
  font-size: 24px; 
  color: #0f4e84;
  }

.catalog__l {
  float: left;
  width: 150px;
  margin-right: 5px;
  margin-bottom: 10px; }

.catalog__photo {
  max-width: 100%; }
  .catalog__photo img {
    display: inline-block; }

.catalog__addphotos {
  display: none;
  margin-top: 20px;
  margin-left: -20px; }
  .catalog__addphotos a {
    display: inline-block;
    width: 90px;
    margin: 0 0 20px 20px;
    vertical-align: top; }
    .catalog__addphotos a img {
      display: inline-block;
      max-width: 100%; }

.catalog__c {
  overflow: hidden; }

.catalog__full {
  display: none; }

.catalog__all {
  margin-top: 20px; 
  float: left; margin-left: 150px;}
  .catalog__all span {
    cursor: pointer;
    color: #0a83bb;
    border-bottom: 1px dashed; }
    .catalog__all span:hover {
      color: #00adef; }

.ad {
  margin-top: 40px; }

.ad__t {
  text-align: center; }

.ad__l {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top; }

.ad__r {
  display: inline-block;
  vertical-align: top; }

.ad__b {
  margin-top: 20px;
  text-align: center; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: none; }

.fancybox-wrap {
  position: absolute;
  z-index: 8020;
  top: 0;
  left: 0; }

.fancybox-skin {
  position: relative;
  color: #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  z-index: 8060;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  opacity: 0.8;
  background-position: 0 -108px; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  z-index: 8040;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer; }

.fancybox-nav {
  position: absolute;
  z-index: 8040;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  z-index: 8040;
  top: 50%;
  visibility: hidden;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  z-index: 8010;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  position: relative;
  z-index: 8050;
  visibility: hidden;
  text-shadow: none;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  z-index: 8050;
  right: 50%;
  bottom: 0;
  margin-bottom: -35px;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  white-space: nowrap;
  color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  font-weight: bold;
  line-height: 24px; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.sidemenu {
  margin-bottom: 40px; }
  .sidemenu > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidemenu > ul > li {
      margin: 0 0 10px 0;
      padding: 0;
      background: none;
      font-size: 16px; }
    .sidemenu > ul > li.active > a,
    .sidemenu > ul > li > a:hover {
      text-decoration: none;
      color: #9d001b; }
  .sidemenu ul ul {
    display: none;
    margin: 10px 0 10px 15px;
    padding: 0;
    list-style: none;
    font-size: 12px; }
    .sidemenu ul ul li {
      margin: 0;
      padding: 0;
      background: none; }
    .sidemenu ul ul li.active > a,
    .sidemenu ul ul li a:hover {
      text-decoration: none;
      color: #9d001b; }
  .sidemenu li.active > ul {
    display: block; }

.feedback-block {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ededed));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -o-linear-gradient(top, #f7f7f7, #ededed);
  background-image: linear-gradient(to bottom, #f7f7f7, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0);
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }

.feedback-block__head {
  margin-bottom: 20px;
  font-size: 24px; }

.feedback-block__t {
  margin-bottom: 5px; }

.feedback-block__img {
  float: left;
  margin-right: 20px; }
  .feedback-block__img img {
    display: block;
    max-width: 60px; }

.feedback-block__title {
  color: #9c001a;
  font-size: 20px;
  line-height: 24px; }

.feedback-block__text {
  color: #666; }

.feedback-block__all {
  margin-top: 10px;
  font-size: 13px; }

.product-slider {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px; }

.product-slider__prev, .product-slider__next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5); }
  .product-slider__prev:before, .product-slider__next:before {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 40px;
    margin-top: -20px;
    content: " ";
    background-image: url("../images/product-slider-nav.png");
    background-repeat: no-repeat; }

.product-slider__prev {
  left: 0; }
  .product-slider__prev:before {
    left: 8px; }

.product-slider__next {
  right: 0; }
  .product-slider__next:before {
    right: 8px;
    background-position: -21px 0; }

.product-slider__container {
  position: relative;
  overflow: hidden;
  height: 150px; }

.product-slider__list {
  position: absolute;
  width: 20000em; }

.product-slider__item {
  float: left;
  margin-right: 105px; }
.print-button:before{
	content: url(../images/print.png);
	margin-left: -16px;
	padding-left: 16px;
	vertical-align: sub;
}
.hidden-form{
	display: none;
}
/* Only For Print Version */
	.lt-ie9 #Content.to_print{
		margin-left: 30px;
	}
@media print {
	.top, .lt__l, .breadcrump, form, .ad, .foot{
		display: none;
	}
	.lt__c{
		margin: 0;
	}
	.lt-ie9 #Content{
		margin-left: 30px; overflow: hidden;
	}
} /* end of Print Version */
.news-list h1{
	color: #0f4e84; font-size: 31pt; text-transform: uppercase; text-align: center; margin:40px 0 0 0; font-weight: bold;
	
}
.news-list h1 div{
	font-size: 22pt; margin-top: 13px; font-weight: normal;
}
.catalog-main{
	margin-top: 50px; clear: both; padding: 0 50px;
}
.catalog-main .box, .catalog-main .box-l{
	width: 180px; height: 395px; display: inline-block; margin-right: 105px; padding: 0 17px
}
.l2{
	margin-top: 44px;
}
.catalog-main .box:hover, .catalog-main .box-l:hover{
	background: #f6f6f6;
}
.catalog-main .box:hover img, .catalog-main .box-l:hover img{
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); 
}
.catalog-main .box-l{
	margin-right: 0;
}
.catalog-main .box h2, .catalog-main .box-l h2{
	font-size: 16pt; text-align: center; line-height: 1; margin-top: 20px; min-height: 44px;
}
.catalog-main .box-l:after{
 clear: both;
}
.cost{
	font-size: 10pt; margin-top:  5px;
}
.cost span{
	color: #3270ad; font-size: 15pt;
}
.konkurent{
	color: #7d7d7d; font-size: 9pt;margin-top:  3px;
}
.more{
	display: block; cursor: pointer; border: 1px solid #135b8a; background: url(../images/btn-bg.png) 0 0 repeat-x; height: 32px; color: #fff;
	text-align: center; text-transform: uppercase; padding: 10px 0 0 0; text-decoration: none; margin-top: 30px;
}
.opros1, .opros2{
	background: url(../images/form-bg.png) top center no-repeat; height: 600px!important; width: 100%;
}
.opros1 #orderForm1, .opros2 #orderForm2{
	background: url(../images/f-bg.png) 0 0 no-repeat; width: 527px; height: 483px; margin-right: 90px; float: right;
	padding: 16px 23px; margin-top: 20px;
}
.opros2{
	height: 600px;
}
.opros2 #orderForm2{
	float: left; margin-left: 150px;
}
.pig-money{
	position: relative; z-index: 1000; left: -320px; top: -510px; width:696px; height: 535px;
}
.top-f {
  position: relative; height: 170px; 
  z-index: 10; padding-top: 25px;
  background: #4c86be; }
  .top-f:after {
    display: block;
    height: 10px;
    content: " ";
    background: url(../images/top-border.png) repeat-x 50% 0; position: relative; top: 10px;}
    .m-index .top-f:after {
      display: none; }
 .top-f h1{
 	text-transform: uppercase; color: #fff; font-size: 28pt; margin: 0 25px; font-weight: bold;
 }
 hr{
 	height: 1px; background: #c9d5df; width: 460px; margin: 8px auto 5px auto; border: none;
 }
 .txt{
 	color: #c9d5df; font-size: 20pt; text-align: center; line-height: 1.2;
 }
  .txt span{
  	color: #fff; font-weight: bold;
  }
  .f_inp{
  	border: 1px solid #135b8a; width: 215px; height: 35px; margin-right: 20px;
  }
  #orderForm1 lable{
  	color: #000; display: block; min-height: 32px; width: 80%; line-height: 1;
  }
  .field{
  	display: inline-block;  width: 237px; margin-top: 20px;
  }
    #orderForm1 .o-left{
  	margin-left: 44px;
  }
   #orderForm2 .o-left{
  	margin-left: 24px;
  }
  
  #fsbmt{
	display: block; cursor: pointer; border: 1px solid #135b8a; background: url(../images/btn-bg.png) 0 0 repeat-x; height: 32px; color: #fff;
	text-align: center; text-transform: uppercase; padding: 5px 0; text-decoration: none; margin: 0 auto; margin-top: 30px; width: 155px;
}
.reson-area{
	width: 68.7%; margin-top: 85px; padding: 0 150px; margin-bottom: 100px; 
}
.reson-h{
	color: #0f4e84; text-align: center; text-transform: uppercase; font-size: 31pt; font-weight: bold; line-height: 1;
	margin-top: 40px;
}

.reson-h div{
	font-weight: normal;font-size: 22pt;
}
.reson{
	display: inline-block; width: 49%; 
}
.o2{
	height: 310px; vertical-align: top;
}
.o3{
	height: 395px; vertical-align: top;
}
.reson .num{
border-radius: 50%; border: 1px solid #0f4e84; color: #0f4e84; width: 32px; height: 22px; font-size: 18pt; padding:10px 5px; text-align: center;
}
.reson .txt{
	font-size: 12pt; color: #000; text-transform: none; text-align: center;  padding: 0 85px 0 0; margin-top: 23px;
}
.reson .txt span{
	font-weight: bold; color: #000;
}
.reson .n1{
	margin-left: 70px; 	margin-top: -8px;
}
.reson .n2{
	margin-left: -80px; 	margin-top: 40px;
}
.reson .n3{
	margin-left: 50px; 	margin-top: -8px;
}
.reson .n4{
	margin-left: 70px; 	margin-top: 0px;
}
.score {
  position: relative; height: 330px; 
  z-index: 10; clear: both;
  
  background: #4c86be; }
    .score:before {
    display: block;
    height: 10px;
    content: " ";
    background: url(../images/top-border.png) repeat-x 50% -10px; position: relative; top: 0px;}
  .score:after {
    display: block;
    height: 10px;
    content: " ";
    background: url(../images/top-border.png) repeat-x 50% 0; position: relative; top: 61px;}
    .m-index .top-f:after {
      display: none; }
 .statistic{
 	color: #fff; font-size: 32pt; text-align: center; padding: 0 130px; text-transform: uppercase; line-height: 1; font-weight: bold;
 }
  .statistic-num{
  	padding: 0 280px;  margin: 50px 0 0 0;
  }
    .statistic-num span{
  display: inline-block; color: #fff; background: none;	line-height: 1; margin-left: 10px; font-size: 16pt; width: 30%;
  }
  .statistic-num > span:first-child{
  	background: url(../images/score.png) 0 0 repeat-x; width: 185px; height: 63px; color: #0a83bb; font-size: 46pt; padding: 5px 20px; text-align: center;
  	letter-spacing: 40px; font-weight: bold; display: inline-block;
  }
.trust-h{
	color: #0f4e84; text-align: center; text-transform: uppercase; font-size: 31pt; font-weight: bold; line-height: 1;
}
.trust-h div{
	font-weight: normal;font-size: 22pt;
}
.text-slider{
	width: 800px; margin: 0 auto 0 auto; clear: both;
}
#slider-wrap{
	margin-bottom: 20px;
}
#slider {
width: 100%;
height: 280px;
overflow: hidden;
position: relative;
}
.slide{ /* Ñëàéä */
	width:90%; 
	height:100%;
	height:270px;
	margin: 0 0px 0 53px;
	}
	
.sli-links{ /* Êíîïêè ñìåíû ñëàéäîâ */
	margin-top:0px;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	display:none;
	width:28px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	/*background:url(radioBg.png) center bottom no-repeat;*/}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* Ññûëêà "Ñëåäóþùèé" è "Ïåäûäóùèé" */
	display:block;
	width:28px;
	height:270px;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(../images/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:0px;}
#nextbutton{
	right:0px;
	background:url(../images/arrowBg2.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}
#speech-bubble {
padding: 30px;
   width: 504px; 
   height: 118px; 
   background: #fff; border: 1px solid #999999;
   position: absolute;
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   border-radius: 10px;
   margin: 20px 0 0 240px;
}
#speech-bubble:before {
   content:"";
   position: absolute!important;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid #999999;
   border-bottom: 13px solid transparent;
   margin: 13px 0 0 -56px;
}
#speech-bubble:after {
   content:"";
   position: absolute!important;
   width: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-right: 24px solid #fff;
   border-bottom: 10px solid transparent;
   margin: -72px 0 0 -53px;
   
   
}
.carta{
	position: relative;  z-index: 1000; left: 650px; top: -475px; width:300px; height: 500px;  
	}
	.popup-box{
		display: inline-block; width: 48%; vertical-align: top;
		
	}
.hidden-catalog-details{
display: none;	
width: 940px; height: 1075px;
}
.popup.catalog{
	width: 840px; 

}
.popup-box table td{
	border: none!important;
}
table.tbl{
	width: 340px; margin: 40px 0 0 0; 
}
table.tbl th{
	background: #4a7cb6; color: #fff; font-weight:normal; 
}
table.sm, table.sm th{
font-size: 8pt!important;	
}
table.tbl td{
border: 1px solid #cfcfcf!important;	
}
.coast{
	color: #0f4e84;
}
.order-btn{
	display: block; cursor: pointer; border: 1px solid #135b8a; background: url(../images/btn-bg.png) 0 0 repeat-x; height: 32px; color: #fff;
	text-align: center; text-transform: uppercase; padding: 10px 0 0 0; text-decoration: none; margin-top: 30px;
	width: 178px; float: left; margin-left: 150px; margin-bottom: 40px;
}
.order-btn:after{
	clear: both;
}
#r1, #r2, #r3, #r4{
	opacity: 0;
}