
/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*float:left;*/min-height:45px;}
.QapTcha .clr{/*clear:both;*/ display:none;}
.QapTcha .bgSlider {width:198px;height:32px;float:left; background:url('9ee6a1dd/js/ItexQaptcha/arrow-base.gif') no-repeat; padding-right: 15px; position: relative;}
.QapTcha .Slider {width:60px;height:32px;background:transparent url('9ee6a1dd/js/ItexQaptcha/arrow-locked.png') no-repeat;cursor:e-resize;position:relative;top:0;left:0;}
.QapTcha .ui-state-disabled{background:transparent url('9ee6a1dd/js/ItexQaptcha/arrow-unlocked.png') no-repeat;}
.QapTcha .TxtStatus {margin-top:0px;text-align:left;color:#bb2828;font-family:Arial;font-size:10px;/*clear:both;*/ display:table-cell;}
.QapTcha .dropSuccess {color:#4e8b37; font-size:11px;line-height: 14px;}
.QapTcha .dropError {color:#ff1200; font-size:11px;line-height: 14px;}
/* */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=84a511dc0679cca831e483198893f481)
 * Config saved to config.json and https://gist.github.com/84a511dc0679cca831e483198893f481
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/mobile/public/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../themes/mobile/public/libs/slick/./fonts/slick.eot');
    src: url('../themes/mobile/public/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../themes/mobile/public/libs/slick/./fonts/slick.woff') format('woff'), url('../themes/mobile/public/libs/slick/./fonts/slick.ttf') format('truetype'), url('../themes/mobile/public/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* */
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(../themes/mobile/public/libs/arcticmodal/loading.gif) no-repeat 50% 50%; }/* */
.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }/* */
/*! 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
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

.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 {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.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('../themes/mobile/public/libs/fancybox/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../themes/mobile/public/libs/fancybox/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

.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;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* 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;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../themes/mobile/public/libs/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

.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;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(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('../themes/mobile/public/libs/fancybox/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('../themes/mobile/public/libs/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/* */
html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  width: 480px;
  min-height: 100%;
  color: #000;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased; }

header, footer {
  flex: 0 0 auto; }

main {
  flex: 1 0 auto; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }
  *:focus {
    outline: none !important; }

img {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer; }

p {
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  list-style-position: inside; }

a {
  text-decoration: underline;
  color: #1783fe; }
  a:focus, a:active {
    text-decoration: underline;
    color: #1783fe; }
  a:hover {
    text-decoration: none;
    color: #1783fe; }

.container {
  width: 480px; }

@media (min-width: 768px) {
  .container {
    width: 480px; } }

@media (min-width: 992px) {
  .container {
    width: 480px; } }

@media (min-width: 1200px) {
  .container {
    width: 480px; } }

.big-title__big {
  display: flex;
  align-items: center;
  width: 480px;
  height: 76px;
  margin-bottom: 10px;
  padding-right: 23px;
  padding-left: 23px;
  text-transform: uppercase;
  color: #fff;
  background-color: #0967d2;
  font-size: 36px;
  font-weight: 700; }
  .big-title__small {
    display: flex;
    align-items: center;
    width: 272px;
    height: 66px;
    padding-right: 23px;
    padding-left: 23px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700; }

.burger__icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger__icon, .burger__icon::before, .burger__icon::after {
    display: block;
    width: 22px;
    height: 5px;
    background-color: #036ddd;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger__icon::before, .burger__icon::after {
    position: absolute;
    content: ""; }
  .burger__icon::before {
    top: -8px; }
  .burger__icon::after {
    top: 8px; }
  .burger.is-active .burger-icon {
    background-color: transparent; }
    .burger.is-active .burger-icon::before {
      -webkit-transform: translateY(8px) rotate(45deg);
      -moz-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -o-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }
    .burger.is-active .burger-icon::after {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -moz-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }

.comp-dev {
  display: flex; }
  .comp-dev__text {
    width: 124px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
  .comp-dev__text a {
    text-decoration: none;
    color: #fff; }
    .comp-dev__text a:hover {
      text-decoration: underline; }

.contacts-list--phone-big .contacts-list__item--phone {
  font-size: 18px; }
  .contacts-list__list {
    padding-left: 30px;
    list-style: none; }
  .contacts-list__item {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  .contacts-list__item:not(:last-child) {
    margin-bottom: 20px; }
  .contacts-list__item--phone {
    font-weight: bold; }
    .contacts-list__item--phone:before {
      position: absolute;
      top: 5px;
      left: -30px;
      display: inline-block;
      width: 18px;
      height: 18px;
      content: "";
      vertical-align: middle;
      background-image: url("b002498c/css/../images/phone-icon.png");
      background-position: center; }
  .contacts-list__item--address:before {
    position: absolute;
    top: 5px;
    left: -30px;
    display: inline-block;
    width: 14px;
    height: 18px;
    content: "";
    vertical-align: middle;
    background-image: url("b002498c/css/../images/map-icon.png");
    background-position: center; }
  .contacts-list__item--email:before {
    position: absolute;
    top: 5px;
    left: -30px;
    display: inline-block;
    width: 17px;
    height: 13px;
    content: "";
    vertical-align: middle;
    background-image: url("b002498c/css/../images/mail-icon.png");
    background-position: center; }

.desc-slider {
  position: relative;
  padding-top: 20px;
  padding-left: 20px; }
  .desc-slider__main {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 450px;
    height: 299px;
    margin: 0;
    padding: 0;
    padding-top: 31px;
    padding-bottom: 33px;
    padding-left: 26px;
    list-style: none;
    border: 3px solid #e6eaee;
    background-color: #fff; }
  .desc-slider__nav {
    width: 445px;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 372px;
    padding-right: 52px;
    padding-bottom: 57px;
    padding-left: 39px;
    list-style: none;
    background-color: #e6eaee; }
  .desc-slider__nav .slick-prev {
    z-index: 2;
    top: -57px;
    left: 0;
    transform: none; }
    .desc-slider__nav .slick-prev:before {
      display: inline-block;
      width: 0;
      height: 0;
      content: "";
      border-width: 14px 28px 14px 0;
      border-style: solid;
      border-color: transparent #bfc3c7 transparent transparent; }
    .desc-slider__nav .slick-prev:hover:before {
      border-color: transparent #0b6ddc transparent transparent; }
  .desc-slider__nav .slick-next {
    z-index: 2;
    top: -57px;
    left: 69px;
    transform: none; }
    .desc-slider__nav .slick-next:before {
      display: inline-block;
      width: 0;
      height: 0;
      content: "";
      border-width: 14px 0 14px 28px;
      border-style: solid;
      border-color: transparent transparent transparent #bfc3c7; }
    .desc-slider__nav .slick-next:hover:before {
      border-color: transparent transparent transparent #0b6ddc; }
  .desc-slider__nav .slick-dots {
    z-index: 1;
    top: -57px;
    right: -29px;
    bottom: auto;
    left: auto;
    text-align: right; }
    .desc-slider__nav .slick-dots li {
      width: auto;
      height: auto; }
      .desc-slider__nav .slick-dots li.slick-active button, .desc-slider__nav .slick-dots li:hover button {
        background-color: #277ee0; }
    .desc-slider__nav .slick-dots button {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #bec2c6; }
      .desc-slider__nav .slick-dots button:before {
        display: none; }
  .desc-slider__nav-item {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.description-small__text {
  color: #000;
  font-size: 18px;
  font-weight: 400; }
  .description-small__text-bold {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700; }

.feedback-slider__item {
  position: relative; }
  .feedback-slider__item:after {
    position: absolute;
    top: 0;
    left: 1px;
    display: block;
    width: 97px;
    height: 97px;
    content: "";
    background-image: url("b002498c/css/../images/feedback.png");
    background-position: center; }
  .feedback-slider__item-inner {
    width: 430px;
    min-height: 366px;
    height: 366px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 42px;
    padding-left: 42px;
    border: 3px solid #e6eaee;
    background-color: #fff;
    position: relative;
    overflow: hidden; }
  .feedback-slider__item-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #fff 70%, #fff 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #fff 70%, #fff 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #fff 70%, #fff 100%); }
  .feedback-slider__item-inner:hover {
    height: auto;
    margin-bottom: 0; }
    .feedback-slider__item-inner:hover:after {
      opacity: 0; }
  .feedback-slider__item-data {
    margin-bottom: 20px;
    padding-left: 59px; }
  .feedback-slider__item-rating {
    margin-bottom: 34px;
    padding-left: 59px; }
  .feedback-slider__item-person {
    margin-bottom: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 500; }
  .feedback-slider__item-text {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

.footer {
  height: 131px;
  background-color: #000; }
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
  .footer__container:before, .footer__container:after {
    content: none; }
  .footer__copyright {
    width: 246px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
  .footer__comp-dev {
    color: #fff; }

.header {
  background-color: #fff; }
  .header__container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0; }
  .header__container:before, .header__container:after {
    content: none; }
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 45px;
    background-color: #e6eaee; }
  .header__menu-wrap {
    position: absolute;
    z-index: 99;
    top: 80px;
    left: 0;
    display: none;
    width: 392px;
    background-color: #fff; }
  .header__menu-nav {
    margin-bottom: 23px; }
  .header__menu-contacts-list {
    margin-bottom: 40px;
    padding-right: 120px;
    padding-left: 30px; }
  .header__menu-social {
    margin-bottom: 35px;
    padding-left: 30px; }
  .header__menu-bottom {
    display: flex;
    align-items: center;
    height: 89px;
    padding-right: 130px;
    padding-left: 16px;
    color: #fff;
    background-color: #000; }

.icon-list__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -55px;
  padding: 0;
  list-style: none; }
  .icon-list__item {
    width: 530px;
    margin-bottom: 30px;
    margin-left: 55px; }
  .icon-list__item:before, .icon-list__item:after {
    display: table;
    content: ""; }
  .icon-list__item:after {
    clear: both; }
  .icon-list__item-img {
    position: relative;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-right: 30px;
    margin-bottom: 25px;
    border: 3px solid #000;
    border-radius: 50%;
    background-color: #fff; }
  .icon-list__item-img:after {
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 50%;
    width: 60px;
    height: 60px;
    content: "";
    transform: translate(-50%);
    background-image: url("b002498c/css/../images/zebra.png");
    background-position: center; }
  .icon-list__item-title {
    margin-bottom: 11px;
    color: #0b6ddc;
    font-size: 24px;
    font-weight: 700; }
  .icon-list__item-desc {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

.main-form__title {
  margin-bottom: 30px;
  line-height: 44px; }
  .main-form__info-text {
    margin-bottom: 28px;
    color: #afcae9;
    font-size: 16px;
    font-weight: 400; }
  .main-form__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .main-form__form-left {
    width: 100%;
    margin-bottom: 28px; }
  .main-form__form-right {
    width: 100%; }
  .main-form__form-group {
    position: relative; }
  .main-form__form-group:not(:last-child) {
    margin-bottom: 27px; }
  .main-form__form-group.error input, .main-form__form-group.error textarea {
    border-color: #f32424; }
    .main-form__form-group.error input::-webkit-input-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error input::-moz-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error input:-moz-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error input:-ms-input-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error textarea::-webkit-input-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error textarea::-moz-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error textarea:-moz-placeholder {
      color: #f32424;
      opacity: 1; }
    .main-form__form-group.error textarea:-ms-input-placeholder {
      color: #f32424;
      opacity: 1; }
  .main-form__form-group .errortext {
    color: red;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    font-size: 12px; }
  .main-form__form-group textarea + .errortext {
    top: 79px; }
  .main-form__form-input {
    width: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400; }
  .main-form__form-textarea {
    width: 100%;
    height: 76px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400; }
  .main-form__form-sen {
    width: 100%; }
  .main-form__form-send {
    margin-top: 35px; }
  .main-form__form-send input {
    width: 292px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    color: #0b6ddc;
    border: 0;
    background-color: #e6eaee;
    font-size: 18px;
    font-weight: 700; }
    .main-form__form-send input:hover {
      background-color: #9ecbff; }

.main-logo {
  display: flex;
  align-items: center; }
  .main-logo__img {
    margin-right: 18px; }
  .main-logo__text-big {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1; }
  .main-logo__text-smal {
    color: #434343;
    font-size: 13px;
    font-weight: 400; }

.nav__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  background-color: #e6eaee; }
  .nav__item {
    position: relative;
    height: 63px;
    border-bottom: 1px solid #c5c4c4; }
  .nav__item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 29px;
    padding-left: 29px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400; }
    .nav__item a:hover {
      color: #0b6ddc; }
    .nav__item a:focus {
      color: #0b6ddc; }

.number-list__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -30px;
  padding: 0;
  list-style: none; }
  .number-list__item {
    position: relative;
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 14px;
    padding-left: 24px;
    background-color: #e6eaee; }
  .number-list__item:nth-child(even) {
    background-color: #0967d2; }
    .number-list__item:nth-child(even):after, .number-list__item:nth-child(even):before {
      background-color: #e6eaee; }
    .number-list__item:nth-child(even) .number-list__item-number {
      color: #e6eaee; }
    .number-list__item:nth-child(even) .number-list__item-desc {
      color: #e6eaee; }
    .number-list__item:nth-child(even):after {
      display: none; }
    .number-list__item:nth-child(even):before {
      position: absolute;
      top: 50%;
      left: -15px;
      display: block;
      width: 30px;
      height: 3px;
      content: "";
      transform: translateY(-50%);
      background-color: #e6eaee; }
  .number-list__item:after {
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    width: 30px;
    height: 3px;
    content: "";
    transform: translateY(-50%);
    background-color: #0967d2; }
  .number-list__item-number {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #0967d2;
    font-size: 60px;
    font-weight: 400; }
  .number-list__item-desc {
    color: #0967d2;
    font-size: 18px;
    font-weight: 700; }

.page-title {
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  font-weight: 700; }
  .page-title--color-white {
    color: #fff; }

.rating__item {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("b002498c/css/../images/star1.png");
  background-position: center; }
  .rating__item:not(:last-child) {
    margin-right: 7px; }
  .rating__item--active {
    background-image: url("b002498c/css/../images/star2.png"); }

.scroll-link {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 75px; }
  .scroll-link a {
    text-decoration: none;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  .scroll-link a:hover:before {
    background-image: url("b002498c/css/../images/mouse-hover.png"); }
  .scroll-link a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: inline-block;
    width: 22px;
    height: 36px;
    content: "";
    transform: translateY(-50%);
    background-image: url("b002498c/css/../images/mouse.png");
    background-position: center; }

.socials__list {
  display: flex;
  list-style: none; }
  .socials__item {
    width: 28px;
    height: 28px; }
  .socials__item:not(:last-child) {
    margin-right: 15px; }
  .socials__item:hover img:first-child {
    display: none; }
    .socials__item:hover img:last-child {
      display: block; }
  .socials__item img:last-child {
    display: none; }

.text-list {
  padding-left: 29px;
  list-style: none; }
  .text-list__item {
    position: relative;
    color: #434343;
    font-size: 16px;
    line-height: 20px; }
  .text-list__item:not(:last-child) {
    margin-bottom: 27px; }
  .text-list__item:before {
    position: absolute;
    top: 5px;
    left: -27px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 15px;
    content: "";
    vertical-align: top;
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #6980fe; }

.advantages__wrap {
  max-width: 1570px;
  margin: 0 auto;
  padding-bottom: 33px; }
  .advantages__container {
    position: relative;
    padding-top: 56px; }
  .advantages__container:after {
    content: ""; }
  .advantages__title {
    margin-bottom: 51px; }

.contacts {
  overflow-x: hidden; }
  .contacts__container {
    position: relative;
    padding: 0; }
  .contacts__map {
    height: 459px;
    background-color: #e6eaee; }
  .contacts__wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 465px;
    height: 356px;
    padding-left: 25px;
    transform: translateY(-50%);
    background-color: #fff; }
  .contacts__title {
    display: flex;
    align-items: center;
    width: 480px;
    height: 66px;
    margin-bottom: 24px;
    margin-left: -25px;
    padding-left: 25px;
    background-color: #0967d2; }
  .contacts__contacts-list {
    margin-bottom: 40px;
    padding-right: 140px; }

.desc {
  margin-bottom: 54px; }
  .desc__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .desc__container:before, .desc__container:after {
    content: none; }
  .desc__left {
    width: 750px;
    margin-bottom: 35px; }
  .desc__bottom {
    margin-bottom: 35px; }
  .desc__text {
    width: 100%;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .desc__text--top {
    margin-bottom: 23px; }
  .desc__title {
    margin-top: -7px;
    margin-bottom: 30px; }

.feedback {
  padding-top: 53px;
  background-color: #fff;
  position: relative; }
  .feedback:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    background-color: #e6eaee; }
  .feedback__container {
    position: relative;
    padding-bottom: 20px; }
  .feedback__slider {
    margin-top: 130px;
    top: 189px;
    width: 450px; }
  .feedback .slick-arrow:before {
    display: none; }
  .feedback .slick-prev {
    top: 121px;
    right: auto;
    left: 16px;
    transform: none; }
  .feedback .slick-prev:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 13px 26px 13px 0;
    border-style: solid;
    border-color: transparent #bfc3c7 transparent transparent; }
  .feedback .slick-prev:hover:before {
    border-color: transparent #0b6ddc transparent transparent; }
  .feedback .slick-next {
    top: 121px;
    right: auto;
    left: 81px;
    transform: none; }
  .feedback .slick-next:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 13px 0 13px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #bfc3c7; }
  .feedback .slick-next:hover:before {
    border-color: transparent transparent transparent #0b6ddc; }

.order {
  background-image: url("b002498c/css/../images/bg-order.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%; }
  .order__container {
    position: relative;
    min-height: 788px; }
  .order__container:before, .order__container:after {
    content: none; }
  .order__form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    height: 648px;
    padding-top: 55px;
    padding-right: 98px;
    padding-left: 55px;
    transform: translate(-50%, -50%); }
  .order__form:after {
    position: absolute;
    z-index: -2;
    top: -20px;
    left: -20px;
    display: block;
    width: 465px;
    height: 100%;
    content: "";
    background-color: #3985d8; }
  .order__form:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border: 3px solid #e6eaee; }

.result {
  padding-top: 55px;
  background-color: #e6eaee; }
  .result__container {
    position: relative; }
  .result__title {
    margin-bottom: 100px; }
  .result .slick-arrow:before {
    display: none; }
  .result .slick-prev {
    top: 71px;
    right: auto;
    left: 16px;
    transform: none; }
  .result .slick-prev:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 13px 26px 13px 0;
    border-style: solid;
    border-color: transparent #bfc3c7 transparent transparent; }
  .result .slick-prev:hover:before {
    border-color: transparent #0b6ddc transparent transparent; }
  .result .slick-next {
    top: 71px;
    right: auto;
    left: 81px;
    transform: none; }
  .result .slick-next:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 13px 0 13px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #bfc3c7; }
  .result .slick-next:hover:before {
    border-color: transparent transparent transparent #0b6ddc; }

.utp {
  position: relative;
  height: 640px;
  margin-bottom: 60px; }
  .utp__container {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    padding: 0;
    padding-top: 45px;
    padding-left: 23px;
    background-color: #e6eaee; }
  .utp__logo {
    margin-bottom: 140px;
    padding-top: 23px; }
  .utp__big-img {
    position: absolute;
    top: 0;
    left: 255px;
    overflow: hidden;
    height: 640px; }
  .utp__img {
    max-width: none; }
  .utp__title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 47px;
    margin-left: -23px; }
  .utp__contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 330px;
    margin-bottom: 35px; }
  .utp__description {
    width: 181px;
    margin-bottom: 50px; }
  .utp__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 201px;
    height: 98px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0762c8;
    border: 3px solid #0b6ddc;
    font-size: 18px;
    font-weight: 700; }
  .utp__btn span {
    font-size: 28px; }
  .utp__btn:hover {
    color: #fff;
    background: #0b6ddc; }
  .utp__scroll-link {
    position: absolute;
    bottom: 0;
    left: 0; }

.work {
  background-color: #e6eaee; }
  .work__wrap {
    max-width: 1570px;
    margin: 0 auto;
    padding-bottom: 28px;
    background-color: #fff; }
  .work__title {
    margin-bottom: 52px; }
/* */