@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,cyrillic);

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */

  color: #000;
  /* 2 */

  font-family: sans-serif;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 4 */

  -webkit-text-size-adjust: 100%;
  /* 4 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding-right: 5px;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
.clearall {
  clear: both;
}
.sticky {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}
.sticky-top {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.sticky-bottom {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  bottom: 0;
  left: 0;
}
.di {
  display: inline;
}
.d-ib {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lte-ie7 .d-ib {
  display: inline;
}
.db {
  display: block;
}
.hide,
.hidden,
.dn {
  display: none !important;
}
.v-hidden {
  visibility: hidden !important;
}
.p-hidden {
  position: absolute !important;
  left: -9999em !important;
  top: -9999em !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.s-hidden {
  position: absolute !important;
  left: -99999em !important;
  top: -99999em !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.overflow-h {
  overflow: hidden;
}
.g-clear {
  zoom: 1;
}
.g-clear:after,
.g-clear:before {
  content: "";
  display: table;
}
.g-clear:after {
  clear: both;
}
.no-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-callout {
  -webkit-touch-callout: none;
}
.no-underline,
.no-underline:hover,
.no-underline:visited {
  text-decoration: none;
}
.unselectable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[draggable=true] {
  -khtml-user-drag: element;
}
#js .interactive {
  visibility: hidden !important;
}
.css-preloading {
  position: absolute !important;
  left: -9999em !important;
  top: -9999em !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
/* Images */
/*Min height*/
/*Min width*/
/* List */
.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list__item {
  list-style-type: none;
  list-style-position: outside;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
.list_h {
  font-size: 0;
  line-height: 0;
}
.list_h .list__item {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0;
}
.lte-ie7 .list_h .list__item {
  display: inline;
}
.list_h .list__item:last-child {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .list_h {
    letter-spacing: -4px;
  }
}
.list_v {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list_v__item {
  list-style-type: none;
  list-style-position: outside;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
.list_v .list__item {
  display: block;
  margin: 10px 0 0;
}
.list_v .list__item:first-child {
  margin-top: 0;
}
.list_aligned_even {
  text-align: justify;
  width: 100%;
  line-height: 0;
}
.list_aligned_even .list__item {
  line-height: normal;
  text-align: left;
  width: 49%;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
}
.lte-ie7 .list_aligned_even .list__item {
  display: inline;
}
.list_aligned_even:after {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  width: 100%;
  height: 0;
  content: '\00a0';
}
.lte-ie7 .list_aligned_even:after {
  display: inline;
}
.wrap-text {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -moz-pre-wrap !important;
  white-space: -hp-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  word-wrap: break-word;
}
.tabs__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs__nav__item {
  list-style-type: none;
  list-style-position: outside;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
.tabs__item {
  list-style-type: none;
  list-style-position: outside;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
.dragging .not-active-when-dragging {
  pointer-events: none;
}
body {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  line-height: 1.1667;
  font-size: 13px;
  color: #A49F9E;
}
h1 {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #474349;
  font-size: 461.5384615384615%;
  line-height: 1.2;
  margin: 20px 0;
}
h2 {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #474349;
  font-size: 307.69230769230774%;
  line-height: 1.2;
  margin: 15px 0;
}
h3 {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #fff;
  font-size: 230.76923076923075%;
  line-height: 1.2;
  margin: 10px 0;
}
h4 {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #474349;
  font-size: 153.84615384615387%;
  line-height: 1.2;
  margin: 5px 0;
}
h5 {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #474349;
  font-size: 123.07692307692308%;
  line-height: 1.2;
  margin: 5px 0;
}
h6 {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #474349;
  font-size: 92.3076923076923%;
  line-height: 1.2;
  margin: 5px 0;
}
table {
  width: 100%;
}
img {
  max-width: 100%;
}
.title {
  font-size: 60px;
  font-family: "Open Sans", Arial;
  font-weight: 300;
  color: #A49F9E;
}
p {
  margin: 7px 0;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  background-color: #FFFFFF;
  height: 100%;
}
.page {
  background-color: #FFFFFF;
  padding: 0 0px;
}
.page__layout {
  background-color: #FFFFFF;
  width: 1060px;
  max-width: 100%;
  min-width: 920px;
  margin: 0 auto;
}
.section_main {
  padding: 20px 0 60px;
  width: 1080px;
  max-width: 100%;
  min-height:650px;
  margin: 0 auto;
  background: url("./images/main.jpg") no-repeat top center;
  
}
.page_home .section_main {
  padding: 0;
  width: 100%;
  background-color: #000;
}

.page_home .section_main .content {
  padding: 170px 0 0 0;
  float:right;
  width: 600px;
}

.page_home .page__layout {
  width: 100%;
}

.intercom .section_main {
  padding: 0;
  width: 100%;
  background: #7A879A url("./images/intercom.png") no-repeat center 40px;
  min-height:650px;
}

.intercom .section_main .content {
  padding: 25px 0 0 0;
  width: 1080px;
}

.intercom .page__layout {
  width: 100%;
}

.header {
  padding-top: 0px;
  padding-bottom: 15px;
}
.page_home .header__layout, 
.page_home .footer__content,
.page_home .section__content,
.intercom .header__layout, 
.intercom .footer__content,
.intercom .section__content,
.header__layout {
  zoom: 1;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.header__layout:after,
.header__layout:before {
  content: "";
  display: table;
}
.header__layout:after {
  clear: both;
}
.section__header {
  zoom: 1;
}
.section__header:after,
.section__header:before {
  content: "";
  display: table;
}
.section__header:after {
  clear: both;
}
.section__header .title {
  float: left;
  margin-right: 100px;
}
.footer__content {
  padding: 15px 10px;
  text-align: center;
}
.footer .contact {
  line-height: 1.3;
  font-size: 13px;
  color: #A49F9E;
}

.page_home .header__layout, 
.page_home .footer__content{
  width: 1080px;
}
/*
.logo {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  overflow: hidden;
  background: url("./images/logo.png") no-repeat 0 0;
}
.lte-ie7 .logo {
  display: inline;
}
.logo,
.logo:hover,
.logo:visited {
  text-decoration: none;
}
.logo_main {
  width: 482px;
  height: 125px;
  background-position: 0px 0px;
}
@media only screen and (max-width:1280px) {
  .logo_main {
    -webkit-background-size: 400px auto;
    -moz-background-size: 400px auto;
    -o-background-size: 400px auto;
    background-size: 400px auto;
    width: 400px;
    height: 104px;
    background-position: 0px 0px;
  }
}
@media only screen and (max-width:1024px) {
  .logo_main {
    -webkit-background-size: 320px auto;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    background-size: 320px auto;
    width: 320px;
    height: 84px;
    background-position: 0px 0px;
  }
}*/
.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  overflow: hidden;
  background: url("./images/icons.png") no-repeat 0 0;
}
.lte-ie7 .icon {
  display: inline;
}
.icon,
.icon:hover,
.icon:visited {
  text-decoration: none;
}
.icon_facebook {
  width: 36px;
  height: 36px;
  background-position: 1px 0px;
}
.icon_gplus {
  width: 36px;
  height: 36px;
  background-position: -79px 0px;
}
.icon_twitter {
  width: 36px;
  height: 36px;
  background-position: -39px 0px;
}
.icon_vk {
  width: 36px;
  height: 36px;
  background-position: -119px 0px;
}
.icon_odnoklassniki {
  width: 36px;
  height: 36px;
  background-position: -159px 0px;
}

.icon_facebook:hover {
  width: 36px;
  height: 36px;
  background-position: 1px -40px;
}
.icon_gplus:hover {
  width: 36px;
  height: 36px;
  background-position: -79px -40px;
}
.icon_twitter:hover {
  width: 36px;
  height: 36px;
  background-position: -39px -40px;
}
.icon_vk:hover {
  width: 36px;
  height: 36px;
  background-position: -119px -40px;
}
.icon_odnoklassniki:hover {
  width: 36px;
  height: 36px;
  background-position: -159px -40px;
}
.icon_login {
  background-position: -198px 8px;
  padding-left: 60px !important;
}
.icon_password {
  background-position: -198px -47px;
  padding-left: 60px!important;
}
.icon_adv{
  width: 64px;
  height: 64px;
  display: block;
  margin-top: -10px;
  float:left;
  margin-right: 7px;
}
.icon_mark
{
  padding-left: 15px;
  background: url("./images/marks.png") no-repeat 0 0px;
  color: white;
}
.control {
  background-position: 0px -80px;
}
.cost {
  background-position: -64px -80px;
}
.security{
  background-position: -128px -80px;
}

.icon_check{
  background-position: -207px -97px;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999em;
}
a {
  color: black;
  text-decoration: none;
}
a:hover,
a.active {
  text-decoration: none;
  color: #fff;
}

.error {
  color: #ff0000;
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
}
.mandatory-sign {
  color: #ff0000;
  display: inline-block;
}
.text,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #BFB8AD;
  padding: 12px 18px 12px 18px;
  margin: 0;
  letter-spacing: normal;
  word-spacing: normal;
  border: 1px solid transparent;
  width: 100%;
  font-size: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", Arial;
  font-weight: 400;
}
.text:focus,
textarea:focus {
  outline: 0;
}
.text_auto {
  width: auto;
}
.text-input {
  -webkit-appearance: none;
  color: #333333;
  margin: 0;
  letter-spacing: normal;
  word-spacing: normal;
  border: 1px solid transparent;
  background-color: #fff;
  padding: 10px 18px 10px 18px;
}
.text-input .text {
  border: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  height: 100px;
}
.select,
select {
  font-size: 15px;
  color: #333333;
  border: 1px solid transparent;
  padding: 4px 9px;
  width: 99%;
}
.select_auto {
  width: auto;
}
#js .select,
#js select {
  visibility: hidden;
}
.label,
label {
  color: #7992ac;
  font-size: 13px;
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #7992AC;
  font-family: "Open Sans", Arial;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 18px;
}
#js .flag__input {
  visibility: hidden;
}
#js .flag__skin .flag__input {
  visibility: visible;
}
.flag {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  padding-left: 25px;
}
.lte-ie7 .flag {
  display: inline;
}
.flag__input,
.flag input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  outline: none;
}
.flag_r .flag__input,
.flag_r .flag input {
  right: 0;
  left: auto;
}
.flag__label,
.flag label {
  text-align: left;
  display: block;
  margin: 0;
  line-height: 1.25;
  font-size: 13px;
  color: #666666;
  font-family: "Open Sans", Arial;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 0;
}
.flag_r {
  padding-right: 25px;
  padding-left: 0;
}
.flag_r .flag__label,
.flag_r .flag label {
  text-align: right;
  padding-right: 5px;
  padding-left: 0;
}
.flags {
  font-size: 0;
}
.flags .flag {
  font-size: 13px;
  margin: 0 15px 5px 0;
}
.flags_v {
  zoom: 1;
}
.flags_v:after,
.flags_v:before {
  content: "";
  display: table;
}
.flags_v:after {
  clear: both;
}
.flags_v .flag {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}
form {
  margin: 0;
}
.form__item {
  margin-bottom: 15px;
}
.form__item .select,
.form__item select {
  width: 100%;
}
.selects select,
.selects .select,
.selects .chosen-container {
  width: auto;
  margin: 0 0 5px 5px;
}
.selects select:first-child,
.selects .select:first-child,
.selects .chosen-container:first-child {
  margin-left: 0;
}
.form__item_inline {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
}
.lte-ie7 .form__item_inline {
  display: inline;
}
.form__item_full {
  width: 100%;
}
.forms .form {
  border-top: 1px solid #ECECEC;
  padding-top: 30px;
  margin-top: 30px;
}
.forms .form:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.form__list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.form__list:last-child {
  margin-bottom: 0;
}
.form__item,
.form__subitem {
  display: block;
  list-style-type: none;
  background: none;
  padding: 0;
}
.form__list .form__item,
.form__list .form__subitem {
  display: block;
  margin: 0 0 17px 0;
}
.form__list_h {
  font-size: 0;
  line-height: 0;
}
.form__list_h .form__item,
.form__list_h .form__subitem {
  font-size: 13px;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 0 12px 5px 0;
  width: auto;
}
.lte-ie7 .form__list_h .form__item,
.lte-ie7 .form__list_h .form__subitem {
  display: inline;
}
.form__list_h .form__item:last-child,
.form__list_h .form__subitem:last-child {
  margin-right: 0;
}
.form__item_h {
  padding-left: 150px;
}
.form__item_h .label,
.form__item_h label {
  margin-left: -150px;
  padding-bottom: 0;
  text-align: right;
}
.form__item_v .label,
.form__item_v label,
.label,
label {
  padding-bottom: 2px;
}
.form__item_full,
.form__item_stretched {
  width: 100% !important;
}
.form__list_columned_2 .form__item {
  width: 49%;
}
.form__list_columned_3 .form__item {
  width: 32%;
}
.form__list_columned_4 .form__item {
  width: 24%;
}
.flex-field {
  zoom: 1;
}
.flex-field:after,
.flex-field:before {
  content: "";
  display: table;
}
.flex-field:after {
  clear: both;
}
.flex-field__stretchable {
  overflow: hidden;
  display: block;
}
.flex-field__stretchable .text,
.flex-field__stretchable textarea {
  width: 100%;
}
.flex-field__fixed {
  float: right;
}
.list_errors .list__item {
  color: #ff0000;
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
}
.text,
textarea {
  background-color: #ffffff;
  color: #333;
}
.form_login {
  width: 400px;
  margin: 0 auto;
  min-height: 230px;
}
.form_login .form__item_h {
  width: 49%;
}
.form__list_user_data {
  text-align: justify;
  line-height: 0;
}
.form__list_user_data .form__item {
  line-height: normal;
  text-align: left;
  width: 49%;
  position: relative;
  vertical-align: top;
  zoom: 1;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 7px;
}
.lte-ie7 .form__list_user_data .form__item {
  display: inline;
}
.form__list_user_data:after {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  width: 100%;
  height: 0;
  content: '\00a0';
}
.lte-ie7 .form__list_user_data:after {
  display: inline;
}
.form__list_user_data .form__item {
  width: 49%;
}
.nav,
.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav__item,
.nav__list__item {
  list-style-type: none;
  list-style-position: outside;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
.nav .list__item,
.nav__list .list__item {
  display: block;
  margin: 10px 0 0;
}
.nav .list__item:first-child,
.nav__list .list__item:first-child {
  margin-top: 0;
}
.nav .nav__item,
.nav__list .nav__item {
  list-style-type: none;
  list-style-position: outside;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1em;
}
.nav_main .nav__list {
  font-size: 0;
  line-height: 0;
}
.nav_main .nav__list .nav__item {
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}
.lte-ie7 .nav_main .nav__list .nav__item {
  display: inline;
}
.nav_main .nav__list .nav__item:last-child {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav_main .nav__list {
    letter-spacing: -4px;
  }
}
.nav_main .nav__item {
  color: #A49F9E;
}
.nav_main .nav__link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-family: "Open Sans", Arial;
  font-weight: 600;
  padding: 20px 5px 5px;
  text-decoration: none;
  font-size: 16px;
  color: #A49F9E;
  white-space: nowrap;
  text-transform: uppercase;
}

.nav_main .register {
  float: right;
}
.nav_main .enter
{
  float: right;
}
.nav_main .register .nav__link {
  color: #00A6BE;
}

.nav_main .register.nav__link:hover,
.nav_main .register .active .nav__link {
  color: #474349;
}


.lte-ie7 .nav_main .nav__link {
  display: inline;
}
@media only screen and (max-width:1280px) {
  .nav_main .nav__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.nav_main .nav__link:hover,
.nav_main .active .nav__link {
  color: #474349;
}
.nav_footer .nav__list {
  font-size: 0;
  line-height: 0;
}
.nav_footer .nav__list .nav__item {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0;
}
.lte-ie7 .nav_footer .nav__list .nav__item {
  display: inline;
}
.nav_footer .nav__list .nav__item:last-child {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav_footer .nav__list {
    letter-spacing: -4px;
  }
}
.nav_footer .nav__item {
  color: #A49F9E;
}
.nav_footer .nav__item:before {
  line-height: 1;
  content: "|";
  font-size: 20px;
}
.nav_footer .nav__item:first-child:before {
  display: none;
}
.nav_footer .nav__link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-family: "Open Sans", Arial;
  font-weight: 300;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 14px;
  color: #A49F9E;
  white-space: nowrap;
  text-transform: uppercase;
}
.lte-ie7 .nav_footer .nav__link {
  display: inline;
}
.nav_footer .nav__link:hover,
.nav_footer .active .nav__link {
  color: #474349;
}
.button {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  border: 0;
  text-align: center;
  -webkit-appearance: none;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: "Open Sans", Arial;
  font-weight: 400;
  color: #fff;
  background: #1DCDE7; 
}
.lte-ie7 .button {
  display: inline;
}
.button::-moz-focus-inner {
  padding: 0;
  outline: 0;
}
.button,
.button:hover,
.button:visited {
  text-decoration: none;
}
.button:hover,
.button.active {
  background: #58BDCD;
}
.button_full {
  width: 100%;
}
.button_middle
{
  margin-left: 100px;
}
.button_at_left
{
  width: 60%;
  font-size: 15px;
}
.button_open
{
  width: 25%;
}
.button_video
{
  width: 25%;
  background: grey;
}
.button_video:hover
{
  width: 25%;
  background: grey;
}
.copyright {
  font-size: 13px;
}
.subtitle {
  font-size: 18px;
}
.header .logo {
  float: left;
  margin: 0 5px -23px 0;
  position: relative;
  z-index: 100;
}
.header .nav_main {
  padding-top: 10px;
  overflow: hidden;
}
@media only screen and (max-width:1280px) {
  .header .nav_main {
    padding-top: 5px;
  }
}
@media only screen and (max-width:1024px) {
  .header .nav_main {
    padding-top: 0px;
  }
}
.contacts {
  zoom: 1;
}
.contacts:after,
.contacts:before {
  content: "";
  display: table;
}
.contacts:after {
  clear: both;
}
.contacts__left {
  float: left;
  width: 35%;
}
.contacts__right {
  float: left;
  width: 35%;
}
.contacts__phone {
  font-family: "Open Sans", Arial;
  font-weight: 300;
  font-size: 30px;
}

.advantage {
  color: #fff;
}
.advantage .title{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.list_advantage {
  font-size: 0;
  line-height: 0;
  margin: 20px 0;
  padding-left: 0;
}
.list_advantage .list__item {
  font-size: 12px;
  font-weight:500;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  width: 180px;
}
.lte-ie7 .list_advantage .list__item {
  display: inline;
}
.list_advantage .list__item:last-child {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .list_advantage {
    letter-spacing: -4px;
  }
}
.button_add .icon {
  vertical-align: middle;
  margin-right: 10px;
}
.button_add:hover .icon {
  width: 34px;
  height: 30px;
  background-position: -109px -3px;
}

.block {
  padding-bottom: 40px;
  padding-left: 20px;
  color: #fff;
}
.block.sendForm
{
  color: black;
}
.block.sendForm h3
{
  color: black;
}
.block .title{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.block .title a{
  color: #99FFFF;
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  margin-left: 30px;
}
.info
{
  margin-top: 10px;
}
.block .info .fio{
  font-size: 28px;
  font-weight: 300;
}
.block .info .address{
  font-size: 18px;
  font-weight: 300;
}
.block .info .phone{
  font-size: 20px;
  font-weight: 300;
  padding-left: 40px;
  background: url("./images/icons2.png") no-repeat 0 -750px;
}

.block .column {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 20px;
  margin-top: 0;
}
.lte-ie7 .block .column {
  display: inline;
}
.block .column:last-child {
  margin-right: 0;
}

.key__list {
  font-size: 0;
  line-height: 0;
  margin: 20px 0;
  line-height: 0;
  padding-left: 0;
}
.key__list .key__item {
  line-height: normal;
  letter-spacing: normal;
  display: block;
  vertical-align: top;
  zoom: 1;
  margin-right: 3px;
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 10px
}
.lte-ie7 .key__list .key__item {
  display: inline;
}
.key__list .key__item:last-child {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .key__list {
    letter-spacing: -4px;
  }
}
.key__item .key__link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-family: "Open Sans", Arial;
  font-size: 20px;
  font-weight:500;
  padding: 10px 20px 60px 20px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  background: url("./images/icons2.png") no-repeat 0 1px;
}
.lte-ie7 .key__item .key__link {
  display: inline;
}
/*.key__item .key__link:hover,
.key__item .active .key__link {
  background-position: 0 -142px;
}*/


.code__list {
  font-size: 0;
  line-height: 0;
  margin: 20px 0;
  line-height: 0;
  padding-left: 0;
}
.code__list .code__item {
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 7px;
  margin-bottom: 5px;
  margin-top: 0;
  width: 350px;
}
.lte-ie7 .code__list .code__item {
  display: inline;
}
.code__list .code__item:last-child {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .code__list {
    letter-spacing: -4px;
  }
}
.code__item .code__link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  font-weight:500;
  padding: 0px 20px 0px 70px;
  text-decoration: none;
  min-height: 90px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  background: url("./images/icons2.png") no-repeat 10px -275px;
}
.code__item .code__link b{
  font-family: "Open Sans Condensed", Arial;
  font-size: 60px;
  font-weight: 300;
  margin-top: -15px;
  letter-spacing: -3px;
  display:block;

}

.lte-ie7 .code__item .code__link {
  display: inline;
}
/*.code__item .code__link:hover,
.code__item .active .code__link {
  background-position: 0 -415px;
}*/


.record__item {
  line-height: 0;
  margin: 0px 0 1px;
  line-height: 0;
  padding-left: 0;
  background-color: #808DA0;
}
.record__item li {
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 7px;
  margin-top: 0;
  padding: 5px 10px;
}
.record__item li:last-child {
  margin-right: 0;
}

.record__item .time {
  font-family: "Open Sans Condensed", Arial;
  font-size: 40px;
  font-weight: 300;
  margin-top: -5px;
  text-align:center;
  margin-left: 10px;
}
.record__item .date {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-right: 40px;
}
.record__item .date .action {
  font-size: 12px;
}
.record__item .rectype {
  font-size: 20px;
  margin-top: 5px;
  line-height: 1em;
  padding-left: 50px;
  padding-bottom:20px;
  background: url("./images/icons2.png") no-repeat 0 -2000px;
}
.record__item .rectype.key{
  background-position: 0 -635px;
}
.record__item .rectype.code{
  background-position: 0 -535px;
}
.editmode {
  display: block;
}
.editmode .code {
  width: 110px;
  float: left;
  padding: 11px !important;
}
.editmode .key {
  width: 300px;
  float: left;
  padding: 11px !important;
}

.editmode .button {
  float: left;
  padding: 6px;
}
.checkboxes
{
  display: block;
}



::-moz-placeholder {
  font-size: 17px;
  color: #999 !important;
}

.login-content .input-group-addon {
	background: none !important;	
	border: none !important;
	font-size: 20px !important;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #ccc !important;
	border-radius: 0;
	color: #666 !important;
}

.login-content .form-control {
	border-radius: 0 !important;
	font-size: 20px !important;	
	color: #666 !important;
}

.login-content h2 strong {
	font-weight: normal;
}
