@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.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,
.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,
.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,
  .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,
  .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,
  .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,
.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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transformFix {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}
b,
strong {
  font-weight: bold;
}
.btn {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 130px;
  height: 37px;
  line-height: 35px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
  background-color: #0088ce;
  color: #fff;
  border-bottom: 3px solid #0070a9;
}
@media only screen and (min-width: 992px) {
  .btn {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
  }
}
.btn--dark {
  background-color: #004466;
  border-bottom-color: #023752;
}
.text-btn {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  color: #004466;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #eeeeee;
}
.header {
  background-color: #ffffff;
  box-shadow: 0 0 17.5px 0 rgba(0, 136, 206, 0.1);
  font-size: 0;
  padding: 16px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 28px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 32px 0;
  }
}
.header__logo {
  display: inline-block;
}
.header__logo img {
  display: inline-block;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    height: 51px;
  }
}
@media only screen and (min-width: 992px) {
  .header__logo img {
    height: 55px;
  }
}
.header__contact {
  text-align: right;
}
.header__contact-header {
  font-size: 12px;
  font-weight: normal;
  color: #004466;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .header__contact-header {
    font-size: 14px;
  }
}
.header__contact .btn {
  margin-left: 10px;
}
.header .flex-row {
  -ms-flex-align: center;
      align-items: center;
}
.footer {
  background-color: #0070aa;
  color: #fff;
  padding: 16px 0;
  font-size: 0;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 26px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 28px 0;
  }
}
.footer p,
.footer a {
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .footer a {
    text-decoration: underline;
  }
}
.footer ul {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer ul {
    text-align: right;
  }
}
.footer ul li {
  display: inline-block;
  padding-right: 30px;
}
.footer ul li:last-of-type {
  padding-right: 0;
}
.mobile-btn {
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: 12px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .mobile-btn {
    margin-top: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn.active span:nth-child(1),
.mobile-btn.active span:nth-child(4) {
  opacity: 0;
}
.mobile-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-btn span {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #fff;
  height: 4px;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
}
.mobile-btn span:nth-child(1) {
  top: 0;
}
.mobile-btn span:nth-child(2),
.mobile-btn span:nth-child(3) {
  top: 8px;
  right: 0;
}
.mobile-btn span:nth-child(4) {
  top: 16px;
}
.mobile-nav {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
  overflow: auto;
  transform: translateX(-100%);
  visibility: hidden;
}
.mobile-nav.active {
  transform: translateX(0);
  visibility: visible;
}
.mobile-nav__header {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__header {
    padding: 40px 0;
  }
}
.mobile-nav__header img {
  height: 58px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mobile-nav__header img {
    height: 41px;
  }
}
.mobile-nav__header .mobile-btn {
  z-index: 20;
}
.mobile-nav__header .mobile-btn span {
  background-color: #000;
}
.mobile-nav__menu {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.mobile-nav__menu-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mobile-nav__menu li {
  padding: 20px 0;
}
#formLoader {
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
#formLoader.active {
  opacity: 1;
  visibility: visible;
}
.lds-dual-ring {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-page .info {
  font-size: 12px;
  background: #bdbdbd;
  margin-bottom: 25px;
  display: inline-block;
  color: white;
  padding: 10px 16px;
  border-radius: 3px;
  display: none;
}
.home-page .info--error {
  background: #b10000;
}
.home-page .top {
  background-color: #ffffff;
  padding: 60px 0 99px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home-page .top {
    padding: 85px 0 97px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top {
    padding: 105px 0 120px 0;
  }
}
.home-page .top__inner {
  position: relative;
}
.home-page .top__header {
  font-size: 28px;
  line-height: 1.08;
  color: #004466;
}
@media only screen and (min-width: 768px) {
  .home-page .top__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__header {
    font-size: 36px;
  }
}
.home-page .top__desc {
  font-size: 14px;
  color: #888888;
  margin: 14px 0 40px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .top__desc {
    font-size: 16px;
  }
}
.home-page .top__desc span {
  color: #0088ce;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .home-page .top__pic {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .top__pic {
    width: 48%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.home-page .top__pic img {
  display: inline-block;
  width: 100%;
}
.home-page .top__pic-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -51%;
  right: -44%;
  opacity: 0.15;
}
@media only screen and (min-width: 768px) {
  .home-page .top__pic-mobile {
    display: none;
  }
}
.home-page .top__pic-mobile img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.home-page .configurator {
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .configurator {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .configurator {
    padding-bottom: 60px;
  }
}
.home-page .configurator__header {
  text-align: center;
  color: #004466;
  padding: 30px 0 46px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__header {
    padding: 42px 0 49px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .configurator__header {
    padding: 50px 0 58px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .configurator__header {
    padding: 60px 0 70px 0;
  }
}
.home-page .configurator__header-title {
  font-size: 14px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__header-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .configurator__header-title {
    font-size: 21px;
  }
}
.home-page .configurator__header-subtitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.08;
  color: #004466;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__header-subtitle {
    font-size: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .configurator__header-subtitle {
    font-size: 36px;
  }
}
.home-page .configurator__step {
  display: none;
}
.home-page .configurator__step--current {
  display: block;
}
.home-page .configurator__options {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .configurator__options {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .configurator__options {
    margin-bottom: 70px;
  }
}
.home-page .configurator__options--form {
  display: block;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.home-page .configurator__thankyou p {
  font-size: 16px;
  line-height: 1.62;
  color: #888888;
  margin-bottom: 140px;
}
.home-page .configurator__option {
  display: block;
  padding: 0 0 40px 0;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-page .configurator__option {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__option {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0;
    padding: 0 0 55px 0;
  }
}
.home-page .configurator__option:last-of-type {
  margin-right: 0;
}
.home-page .configurator__box {
  display: inline-block;
  border-radius: 5px;
  background-color: #0088ce;
  box-shadow: 0 0 40px 0 rgba(0, 136, 206, 0.46);
  position: relative;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-page .configurator__box {
    margin: 0 auto;
  }
}
.home-page .configurator__box--transparent {
  background-color: transparent;
}
.home-page .configurator__box--panels {
  height: 130px;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__box--panels {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .configurator__box--panels {
    height: 230px;
  }
}
.home-page .configurator__box--panels img,
.home-page .configurator__box--panels svg {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__box--panels img,
  .home-page .configurator__box--panels svg {
    height: 100%;
  }
}
.home-page .configurator__box--img {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__box--img {
    width: 330px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .configurator__box--img {
    width: 400px;
  }
}
.home-page .configurator__box--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .configurator__box--size1 {
  width: 159px;
  height: 220px;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__box--size1 {
    width: 199px;
    height: 275px;
  }
}
.home-page .configurator__box--size2 {
  width: 130px;
  height: 205px;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__box--size2 {
    width: 163px;
    height: 257px;
  }
}
.home-page .configurator__box p {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__box p {
    font-size: 18px;
  }
}
.home-page .configurator__label {
  display: inline-block;
  margin-top: 30px;
  font-size: 13px;
  color: #0070aa;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__label {
    font-size: 16px;
  }
}
.home-page .configurator__label input {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 12.5px 9px;
  background-position: center;
  border: solid 2px #0088ce;
  pointer-events: none;
  margin-right: 10px;
}
.home-page .configurator__label input:checked {
  background-image: url('../images/checked.svg');
}
.home-page .configurator__footer {
  text-align: center;
  font-size: 0;
}
.home-page .configurator__footer .text-btn {
  display: inline-block;
  margin-right: 20px;
}
.home-page .configurator__footer #resetBtn {
  display: none;
}
.home-page .configurator__steps-info {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c6c6c6;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__steps-info {
    font-size: 12px;
  }
}
.home-page .configurator__rangeBox {
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 40px 0 rgba(202, 202, 202, 0.46);
  background-color: #ffffff;
  padding: 20px;
}
.home-page .configurator__rangeBox-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.home-page .configurator__rangeBox-footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 6px;
}
.home-page .configurator__rangeBox-footer span {
  font-size: 12px;
  font-weight: 600;
  color: #004466;
}
.home-page .configurator__rangeBox-qty {
  font-size: 18px;
  font-weight: normal;
  color: #004466;
}
.home-page .configurator__rangeBox-qty span {
  color: #0088ce;
  font-weight: bold;
}
.home-page .configurator__rangeBox-singlePrice {
  color: #004466;
  font-size: 12px;
  font-weight: normal;
}
.home-page .configurator__rangeBox-singlePrice .single-price {
  font-weight: bold;
}
.home-page .configurator__rangeBox input {
  width: 100%;
  height: 4px;
  background-color: #eeeeee;
  border-radius: 10px;
}
.home-page .configurator__rangeBox input::-webkit-slider-thumb {
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #0088ce;
  border-radius: 999px;
  cursor: pointer;
}
.home-page .configurator__rangeBox input::-webkit-slider-thumb:active {
  background-color: #0074af;
}
.home-page .configurator__rangeBox input::-moz-range-thumb {
  width: 12px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.home-page .configurator__summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
}
.home-page .configurator__summary-title {
  font-size: 24px;
  font-weight: 600;
  color: #8f8f8f;
}
.home-page .configurator__price {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #0088ce;
  display: block;
}
.home-page .configurator__price-wrapper {
  text-align: right;
}
.home-page .configurator__price-tag {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #8f8f8f;
}
.home-page .configurator__text {
  text-align: left;
  margin-top: 40px;
}
.home-page .configurator__text-header {
  color: #0088ce;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.home-page .configurator__text p {
  font-size: 12px;
  line-height: 1.46;
  letter-spacing: 0.3px;
  color: #8f8f8f;
  margin-bottom: 10px;
}
.home-page .configurator__data {
  text-align: left;
  font-size: 0;
  margin-bottom: 60px;
}
.home-page .configurator__data-header {
  color: #0088ce;
  margin: 15px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
}
.home-page .configurator__data .input-wrapper {
  display: block;
}
.home-page .configurator__data input {
  display: inline-block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  margin-right: 2%;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 2%;
}
.home-page .configurator__data input:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .home-page .configurator__data input {
    width: 49%;
    height: 36px;
    font-size: 12px;
  }
}
.home-page .configurator__data input.error {
  border: 1px solid red;
}
.home-page .cta {
  background-color: #0088ce;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .cta {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .cta {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .cta {
    padding: 50px 0;
  }
}
.home-page .cta p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) {
  .home-page .cta p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .cta p {
    font-size: 19px;
  }
}
.home-page .cta .btn {
  margin-top: 18px;
  margin: 18px 10px 0 10px;
}
@media only screen and (min-width: 992px) {
  .home-page .cta .btn {
    margin: 0 0 0 30px;
  }
}
