@charset "UTF-8";
/*! 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: 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 {
  box-sizing: content-box;
  height: 0;
}
.message_box{
    position: fixed;
    display: block;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    width: 250px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.message_box .message_box_img{
    display: inline-block;
    width: 30%;

}
.message_box .message_box_text{
    display: inline-block;
    width: 68%;
        vertical-align: top;
    padding: 10px 0px;
        color: #fff;
}
.message_box .message_box_img img{
    width: 70%;
    display: block;
    padding: 10px;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font: 1em monospace, monospace;
}
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"] {
  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;
  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: 14px/1.42857 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333333;
}
input,
button,
select,
textarea {
  font: inherit/inherit 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 {
  background: #fff;
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  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; */
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .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: right;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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 {
  background: transparent;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  
  input {
    display: block;
    width: 100%;
  }
  
    .calculator .calculator__contols {
border-radius: 0 !important;
padding: 20px 30px 30px 30px !important;
  }
  
.panel {
    margin: 0 15px;
}
  
.footer-info {
    padding: 0px 0 20px;
} 


.header .logo {
    margin: 0 auto; 
    display: block !important;
    text-align: center;  
}

  
}







@media (max-width: 991px) {
     input {
    display: block;
    width: 100%;
  }
  
 .container {
   
  }
  
  .hero .hero-calc .calculator--fixed {
    box-shadow: none;
    margin: 0 !important;
    
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  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: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
body {
  font: 15px "Rubik", sans-serif;
  color: #222222;
  background: #eeeeee;
  overflow: visible !important;
}
body.modal-open {
  overflow: hidden !important;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.centered-block {
  text-align: center;
}
.vertical-center,
.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.block-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.hide-block {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.mobile-clear {
  display: none;
}
.inactive {
  pointer-events: none;
  opacity: 0.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 46px;
}
h2 {
  padding-top: 29px;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 20px;
  line-height: 44px;
}
h2.start-block {
  margin-top: -10px;
  padding-top: 0;
}
h3 {
  padding-top: 24px;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 42px;
}
p {
  margin: 0 0 11px;
  line-height: 24px;
}
p strong {
  font-weight: 500;
}
small {
  display: block;
  font-size: 13px;
  color: #999999;
}
.heading {
  padding: 0;
  margin-bottom: 19px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 46px;
  font-weight: normal;
}
.heading .heading__info {
  display: block;
  margin-top: -1px;
  padding-bottom: 17px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 22px;
  color: #777777;
}
.heading.heading--space {
  margin-bottom: 39px;
}
.helper-detail {
  color: #777777;
}
.helper-heading {
  padding-top: 60px;
  margin-bottom: 18px;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  color: #7fa62a;
}
.heading-center {
  padding-top: 50px;
  text-align: center;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 13px;
}
.list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #6ccff6;
  border-radius: 50%;
}
.order-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}
.order-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
}
.order-list li:before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #6ccff6;
}
.list--huge li {
  padding-left: 60px;
  line-height: 24px;
  margin-bottom: 24px;
}
.list--huge li:before {
  content: counter(list);
  top: 15px;
  font-size: 55px;
  color: #ffd274;
}
.list--next {
  padding-bottom: 13px;
}
.result-text {
  padding: 14px 0 23px;
}
.text .text {
  padding-bottom: 7px;
}
.text .text__heading {
  font-size: 18px;
  padding-top: 46px;
  padding-bottom: 1px;
}
.text .text__heading + .text__subheading {
  margin-top: -10px;
}
.text .text__heading.heading--line {
  padding-top: 33px;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
.text .text__heading.heading--line .heading__helper {
  font-size: 15px;
  font-weight: normal;
  color: #777777;
}
.text .text__heading.heading--line-top {
  padding-top: 17px;
}
.text .text__subheading {
  padding-top: 7px;
  padding-bottom: 3px;
}
.text .text__subheading .link {
  line-height: normal;
  font-weight: normal;
  margin-left: 15px;
}
.text .text__subheading.subheading--top {
  padding-top: 23px;
}
.text.text--start {
  margin-top: -7px;
}
.text.text--top {
  margin-top: -23px;
}
.text.text--first {
  margin-top: 34px;
  margin-bottom: -7px;
}
.text.text--first p {
  margin-bottom: 0;
}
.text.text--bottom {
  margin-bottom: -18px;
}
.text.text--bottom p {
  margin-bottom: 0;
}
.text.text--last p:last-child {
  margin-bottom: 0;
}
.text.text--success p {
  font-size: 16px;
  color: #7fa62a;
}
.text.text--space {
  margin-bottom: 16px;
}
.text.text--space-lg {
  margin-bottom: 27px;
}
.text.text--helper {
  color: #777777;
}
.text.text--helper .text__subheading {
  margin-bottom: -2px;
  text-align: center;
}
.text.text--helper .hightlight {
  color: #222222;
}
.text.text--helper-sm p {
  font-size: 13px;
  line-height: 20px;
}
.text.text--tall {
  line-height: 24px;
}
.text.text--center {
  text-align: center;
}
.text.text--line {
  padding: 31px 0 23px;
}
.text.text--line p {
  margin: 0;
}
.text.text--line-sm {
  padding-top: 19px;
}
.text strong {
  font-weight: 500;
}
.next-block {
  margin-top: 30px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.overlay.active {
  opacity: 0.2;
  pointer-events: auto;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.side-space {
  padding-left: 15px;
}
.color + .color {
  margin-top: 20px;
}
.color .color__preview {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 45px;
  border-radius: 50%;
}
.color .color__helper {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.color .color__info p {
  margin: 2px 0;
  color: #999999;
  line-height: inherit;
}
.color.color--link .color__preview {
  background: #4ab1da;
}
.color.color--link .color__helper {
  background: #14a0d2;
}
.color.color--footer .color__preview {
  background: #006caa;
}
.color.color--bg .color__preview {
  background: #f6f6f6;
}
.color.color--helper .color__preview {
  background: #6ccff6;
}
.color.color--message .color__preview {
  background: #fff6d6;
}
.color.color--message .color__helper {
  background: #fff0c4;
}
.link-holder + .link-holder {
  margin-top: 28px;
}
.status {
  margin: 50px 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.status .status__item {
  display: inline-block;
  padding: 0 10px;
}
.table--status {
  background: #fff;
}
.table--status thead {
  background: #006caa;
}
.table--status thead th {
  padding: 25px 20px !important;
  color: #fff;
}
.table--status tbody td {
  font-size: 16px;
  padding: 18px 20px !important;
}
.table--status .table__number {
  font-weight: 500;
  font-size: 15px;
}
.table--status .table__status {
  font-size: 14px;
}
.table--status .table__status.status--working {
  color: #ff7676;
}
.table--status .table__status.status--testing {
  color: #f8c731;
}
.table--status .table__status.status--done {
  color: #7fa62a;
}
.top-scroll {
  position: fixed;
  bottom: 80px;
  right: 2%;
  z-index: 25;
  width: 80px;
  height: 80px;
  background: #6ccff6 url("../images/top.svg") no-repeat 50% 50%;
  background-size: 48px 48px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(43, 40, 44, 0.12);
}
.video {
  position: relative;
  margin-top: 23px;
  margin-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 3px 15px rgba(43, 40, 44, 0.12);
  overflow: hidden;
}
.video:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  opacity: 0.7;
}
.video .video-contol {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  background: url("../images/play.svg") no-repeat 50% 50%;
  cursor: pointer;
}
.video .video-placeholder {
  max-width: 100%;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdf-file {
  min-height: 640px;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
.col-break {
  margin: 0 auto;
  float: none;
}
.row--zero {
  margin: 0;
}
.row--zero [class*="col-"] {
  padding: 0;
}
.row--custom {
  margin: 0 -5px;
}
.row--custom [class*="col-"] {
  padding: 0 5px;
}
.row--middle {
  margin: 0 -10px;
}
.row--middle [class*="col-"] {
  padding: 0 10px;
}
.row--wide {
  margin: 0 -20px;
}
.row--wide [class*="col-"] {
  padding: 0 20px;
}
.breadcrumb {
  background: #f5f5f5;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.btn {
  background: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  background: #fff;
  color: #333;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  background: #e6e6e6;
  color: #333;
  border-color: #8c8c8c;
}
.btn-default:hover {
  background: #e6e6e6;
  color: #333;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background: #e6e6e6;
  color: #333;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  background: #d4d4d4;
  color: #333;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  background: #333;
  color: #fff;
}
.btn-primary {
  background: #337ab7;
  color: #fff;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  background: #286090;
  color: #fff;
  border-color: #122b40;
}
.btn-primary:hover {
  background: #286090;
  color: #fff;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background: #286090;
  color: #fff;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  background: #204d74;
  color: #fff;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  background: #fff;
  color: #337ab7;
}
.btn-success {
  background: #5cb85c;
  color: #fff;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  background: #449d44;
  color: #fff;
  border-color: #255625;
}
.btn-success:hover {
  background: #449d44;
  color: #fff;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background: #449d44;
  color: #fff;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  background: #398439;
  color: #fff;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  background: #fff;
  color: #5cb85c;
}
.btn-info {
  background: #5bc0de;
  color: #fff;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  background: #31b0d5;
  color: #fff;
  border-color: #1b6d85;
}
.btn-info:hover {
  background: #31b0d5;
  color: #fff;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background: #31b0d5;
  color: #fff;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  background: #269abc;
  color: #fff;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  background: #fff;
  color: #5bc0de;
}
.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  background: #ec971f;
  color: #fff;
  border-color: #985f0d;
}
.btn-warning:hover {
  background: #ec971f;
  color: #fff;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background: #ec971f;
  color: #fff;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  background: #d58512;
  color: #fff;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  background: #fff;
  color: #f0ad4e;
}
.btn-danger {
  background: #d9534f;
  color: #fff;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  background: #c9302c;
  color: #fff;
  border-color: #761c19;
}
.btn-danger:hover {
  background: #c9302c;
  color: #fff;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background: #c9302c;
  color: #fff;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  background: #ac2925;
  color: #fff;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  background: #fff;
  color: #d9534f;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  background: transparent;
  color: #23527c;
  text-decoration: underline;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
table {
  background: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.panel {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  background: #f5f5f5;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  background: #f5f5f5;
  color: #333333;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  background: #333333;
  color: #f5f5f5;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  background: #fff;
  color: #337ab7;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  background: #3c763d;
  color: #dff0d8;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  background: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  background: #31708f;
  color: #d9edf7;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  background: #8a6d3b;
  color: #fcf8e3;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  background: #a94442;
  color: #f2dede;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: #eeeeee;
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background: transparent;
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  background: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  color: #555555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #337ab7;
  color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  background: #fff;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.header .header__config {
  float: right;
}
.header-primary {
  background: #fff;
}
.header-offscreen {
  display: none;
  position: fixed;
  top: 65px;
  bottom: 0;
  right: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #006caa;
  border-radius: 0 0 3px 0;
  box-shadow: 0 2px 10px rgba(43, 40, 44, 0.12);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header-offscreen .top-section {
  padding-bottom: 18px;
}
.header-offscreen .bottom-section {
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.header-offscreen .bottom-section .btn--cta {
  margin-top: 26px;
}
.header-offscreen.active {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.logo {
  display: block;
}
.logo .logo__icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1px;
}
  
.logo__icon > img  {
    width: 150px;
    margin: 3px 0 -3px 0;
    }  
  

.logo .logo__text {
  position: relative;
  top: 1px;
}
.logo--light {
}
.logo--block {
  float: none;
  display: block;
  margin: 20px auto;
  padding-top: 0;
}
.contact-info {
  font-style: normal;
}
.contact-info > * {
  display: block;
}
.contact-info .contact-info__link {
  font-size: 20px;
  color: #222222;
}
.contact-info .contact-info__text {
  font-size: 13px;
  color: #999999;
  cursor: default;
}
.contact-info .contact-info__control {
  display: none;
  position: relative;
  width: 16px;
  height: 18px;
  margin-left: 6px;
  cursor: pointer;
}
.contact-info .contact-info__control:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  margin-left: -4px;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact-info .contact-info__control.active:before {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-info--without-config {
  padding-bottom: 12px;
}
.contact-info--line {
  padding-top: 12px;
  float: left;
}
.contact-info--line > * {
  display: inline-block;
  vertical-align: middle;
}
.contact-info--line .contact-info__link {
  margin-right: 10px;
}
.contact-info--line .contact-info__text {
  margin-right: 27px;
}
.contact-info--light {
  padding-left: 32px;
}
.contact-info--light .contact-info__link {
  margin-bottom: 6px;
  font-size: 26px;
  color: #fff;
}
.contact-info--light .contact-info__text {
  margin-bottom: 13px;
  color: #fff;
  opacity: 0.5;
}
.contact-info--light .link {
  display: inline-block;
  font-size: 15px;
  color: #6ccff6;
}
.contact-info--content {
  padding-top: 20px;
  padding-bottom: 56px;
  margin-bottom: 20px;
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
}
.contact-info--content .contact-info__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-left: 30px;
}
.contact-info--content .contact-info__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.contact-info--content .contact-info__item .contact-info__value {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
.contact-info--content .contact-info__item .contact-info__lable {
  display: inline-block;
  max-width: 150px;
  font-size: 13px;
  color: #999999;
}
.contact-info--content .contact-info--tel:before {
  margin-left: -2px;
  background: url("../images/phone.svg") no-repeat 50% 50%;
}
.contact-info--content .contact-info--hours {
  padding-left: 50px;
}
.contact-info--content .contact-info--hours:before {
  margin-left: 13px;
  background: url("../images/time.svg") no-repeat 50% 50%;
}
.contact-info--content .contact-info--email:before {
  margin-left: -6px;
  background: url("../images/envelop.svg") no-repeat 50% 50%;
}
.login {
  display: inline-block;
  width: 225px;
  margin-right: 17px;
  vertical-align: top;
  position: relative;
}
.login .login__toggle {
  position: relative;
  top: 1px;
  display: block;
  width: 100%;
  padding: 18px 0 15px 53px;
  line-height: 8px;
  color: #4ab1da;
  -webkit-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login .login__toggle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  margin-top: -13px;
  background: url("../images/user.svg") no-repeat 50% 50%;
}
.login .login__toggle:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
}
.login .login__toggle .toggle-caret {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 6px;
  margin-left: 8px;
}
.login .login__toggle .toggle-caret:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  margin-left: -4px;
  border-top: 1px solid #4ab1da;
  border-left: 1px solid #4ab1da;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login .toggle--auth {
  display: inline-block;
  width: auto;
  padding: 0;
  padding-left: 23px;
  margin: 18px 0 15px 30px;
}
.login .toggle--auth:before {
  left: 0px;
  width: 13px;
  height: 16px;
  margin-top: -9px;
  background: url("../images/account.svg") no-repeat 50% 50%;
}
.login .login__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  width: 100%;
  margin-top: 2px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(43, 40, 44, 0.12);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login .login__nav {
  padding: 14px 0 20px;
}
.login .login__nav-item {
  display: block;
  padding: 7px 15px 6px 30px;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login .login__nav-item:hover {
  color: #6ccff6;
}
.login .login__nav-item.active {
  position: relative;
  color: #222222;
  font-weight: 500;
}
.login .login__nav-item.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #f8c731;
  border-radius: 50%;
}
.login .login__control {
  padding: 14px 15px 17px 30px;
  border-top: 1px solid rgba(216, 217, 220, 0.5);
}
.login:hover .login__toggle {
  background: #fff;
}
.login:hover .login__toggle .toggle-caret:before {
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login:hover .login__toggle.toggle--auth {
  background: transparent;
}
.login:hover .login__dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.lang {
  display: inline-block;
  padding: 12px 0;
  font-size: 0;
}
.lang .lang__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999999;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lang .lang__item.active {
  color: #4ab1da;
}
.lang .lang__toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 22px;
  margin: 0 10px;
  background: #dddddd;
  border-radius: 11px;
  cursor: pointer;
}
.lang .lang__toggle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 3px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lang .lang__toggle:hover:before {
  box-shadow: 0 3px 8px rgba(43, 40, 44, 0.12);
}
.lang .lang__toggle.change:before {
  right: 100%;
  margin-right: -21px;
}
.lang-desktop {
  display: inline-block;
  vertical-align: top;
}
.lang-mobile {
  text-align: center;
}
.lang-mobile .lang__item {
  color: #fff;
}
.lang-mobile .lang__toggle {
  background: #fff;
}
.lang-mobile .lang__toggle:before {
  background: #6ccff6;
}
.nav.nav--primary {
  float: right;
}
.nav .nav__wrap {
  padding: 0;
  margin: 0 0 0 -50%;
  list-style: none;
  font-size: 0;
}
.nav .nav__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.nav .nav__link {
  position: relative;
  display: block;
  margin: 34px 10px 31px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav .nav__link:before {
  display: none;
}
.nav .nav__link:hover {
  color: #4ab1da;
}
.nav .nav__label {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #69caf0;
  border-radius: 50%;
  cursor: default;
}
.menu {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.menu:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #006caa;
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 620ms;
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 620ms;
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 620ms;
}
.menu.active:before {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu .menu__list {
  margin: 0;
  padding: 15px 30px 13px;
  list-style: none;
}
.menu .menu__level {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu .menu__level.active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 620ms;
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 620ms;
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 620ms;
}
.menu .menu__wrap + .menu__wrap {
  position: relative;
}
.menu .menu__wrap + .menu__wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.menu .menu__claster {
  display: inline-block;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu .menu__claster:hover {
  color: #6ccff6;
}
.menu .menu__control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.menu .menu__control:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu .menu__control:hover:before {
  border-color: #4ab1da;
}
.menu .menu__link {
  display: block;
  padding: 6px 0;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu .menu__link:hover {
  color: #6ccff6;
}
.menu .menu__link.menu__link--lg {
  opacity: 1;
  font-weight: 500;
}
.menu .menu__return {
  position: relative;
  display: block;
  margin: 24px 0 8px;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}
.menu .menu__return:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6ccff6;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-toggle .toogle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  background: #222222;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-toggle .toogle-icon:before,
.nav-toggle .toogle-icon:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222222;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-toggle .toogle-icon:before {
  top: -8px;
}
.nav-toggle .toogle-icon:after {
  top: 8px;
}
.nav-toggle:hover .toogle-icon {
  background: #6ccff6;
}
.nav-toggle:hover .toogle-icon:before,
.nav-toggle:hover .toogle-icon:after {
  background: #6ccff6;
}
.nav-toggle.active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.nav-toggle.active .toogle-icon {
  background: transparent;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.nav-toggle.active .toogle-icon:before,
.nav-toggle.active .toogle-icon:after {
  top: 0px;
  background: #6ccff6;
}
.nav-toggle.active .toogle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active .toogle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 10px rgba(43, 40, 44, 0.1);
  pointer-events: none;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  -o-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: none;
}
.header-fixed .logo {
  padding-top: 11px;
}
.header-fixed .logo .logo__icon {
  max-width: 45px;
}
.header-fixed .nav.nav--primary {
  float: left;
}
.header-fixed .nav .nav__wrap {
  margin: 0;
  margin-left: 10px;
  margin-right: 105px;
}
.header-fixed .nav .nav__link {
  margin-top: 26px;
  margin-bottom: 25px;
  font-size: 15px;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header-fixed .nav .nav__link:before {
  display: none;
}
.header-fixed .nav .nav__link:hover {
  color: #4ab1da;
}
.header-fixed .nav .nav__item {
  padding-left: 2px;
  padding-right: 2px;
}
.header-fixed .nav .nav__label {
  top: 17px;
  right: 2px;
}
.header-fixed .contact-info--line {
  padding-top: 15px;
}
.header-fixed .contact-info--line .contact-info__link {
  display: block;
  margin-right: 0;
  margin-bottom: -4px;
}
.header-fixed .login {
  width: auto;
  margin-right: 0;
  margin-top: 12px;
  float: right;
}
.header-fixed .login .login__dropdown {
  width: 225px;
}
.header-fixed.showing {
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.interactive-header .header-fixed {
  display: block;
}
.footer {
  background: #006caa;
}
.footer .footer__heler {
  padding: 28px 0 24px;
  background: #6ccff6;
}
.footer-nav {
  padding: 67px 0 59px;
}
.footer-nav .footer-nav__title {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-nav .footer-nav__title:hover {
  color: #6ccff6;
}
.footer-nav .footer-nav__link {
  display: inline-block;
  margin: 7px 0 8px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-nav .footer-nav__link:hover {
  color: #6ccff6;
}
.footer-nav .footer-nav__group {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav .footer-nav__group.group--adjust {
  margin-left: -30px;
}
.footer-info {
  padding: 45px 0 47px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.social .social__content {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  font-size: 0;
}
.social .social__item {
  display: inline-block;
}
.social .social__link {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 5px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #4ab1da;
  border-radius: 50%;
}
.social .social__link:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #4ab1da;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.social .social__link img {
  width: 32px;
  height: 32px;
  opacity: 0.6;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.social .social__link:hover img {
  opacity: 1;
}
.social .social__link:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.social .social__label {
  display: block;
  margin-top: 2px;
  margin-bottom: 9px;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  cursor: default;
}
.social--end {
  float: right;
}
.copy {
  padding-top: 8px;
  font-size: 13px;
  color: #fff;
  cursor: default;
}
.payment {
  text-align: center;
}
.payment .payment__item {
  display: inline-block;
  opacity: 0.6;
}
.payment .payment__item img {
  height: 32px;
}
.payment .payment__item.payment__item--helper {
  margin: 0 35px;
}
.reference {
  display: none;
  padding-top: 8px;
  float: right;
  font-size: 13px;
  color: #fff;
  cursor: default;
}
.reference .reference__link {
  display: inline-block;
  width: 93px;
  opacity: 0.6;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.reference .reference__link:hover {
  opacity: 1;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.link {
  display: inline-block;
  font-size: 13px;
  color: #4ab1da;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link:focus {
  color: #4ab1da;
}
.link:hover {
  color: #14a0d2;
}
.link.insivible {
  opacity: 0;
  pointer-events: none;
}
.link-fake {
  cursor: pointer;
}
.link--phone {
  margin: 8px 0 7px;
  font-size: 28px;
  line-height: 33px;
  font-weight: bold;
  color: #222222;
}
.link--phone:focus,
.link--phone:hover {
  color: #222222;
}
.link--lg {
  font-size: 15px;
}
.link--forgot {
  padding-left: 10px;
}
.link--forgot.link--decorative {
  padding-left: 0;
}
.link--forgot-single {
  margin-top: 16px;
}
.link--spacing {
  margin-top: 16px;
  margin-bottom: 6px;
}
.link--redirect {
  margin: 6px 0;
  font-size: 15px;
}
.link--redirect-sm {
  margin: 3px 0;
  font-size: 15px;
}
.link--decorative {
  position: relative;
}
.link--decorative:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px dotted #4ab1da;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link--decorative:hover:before {
  border-color: #14a0d2;
}
.link--promo {
  margin: 17px 0 22px;
}
.link--icon {
  position: relative;
  padding-top: 1px;
}
.link--icon .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.link--icon .icon path {
  fill: #4ab1da;
  -webkit-transition: fill 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: fill 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link--icon:hover .icon path {
  fill: #14a0d2;
}
.link--call {
  padding-left: 27px;
}
.link--exit {
  padding-left: 30px;
}
.link--edit {
  position: relative;
  padding-left: 25px;
}
.link--edit:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 25px;
  right: 0;
  height: 1px;
  border-bottom: 1px dotted #4ab1da;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link--edit:hover:before {
  border-color: #14a0d2;
}
.link--remove {
  padding-left: 30px;
}
.link--remove .icon {
  margin-top: -14px;
  margin-left: 4px;
}
.link--add {
  position: relative;
  padding-left: 28px;
}
.link--add:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 28px;
  right: 0;
  height: 1px;
  border-bottom: 1px dotted #4ab1da;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link--add:hover:before {
  border-color: #14a0d2;
}
.link--ablino {
  color: #fff !important;
}
.link--ablino .icon path {
  fill: #fff !important;
}
.link--ablino:before {
  border-color: #fff !important;
}
.link--ablino:hover {
  opacity: 0.6;
}
.link--file {
  padding-left: 30px;
}
.link--info {
  font-size: 15px;
  margin-bottom: 4px;
}
.link--info .icon-circle {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  margin-left: 7px;
}
.link--info .icon-circle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -9px;
  margin-top: -9px;
  border: 1px solid #4ab1da;
  border-radius: 50%;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link--info .icon {
  left: 50%;
  margin-left: -13px;
}
.link--info:hover .icon-circle:before {
  border-color: #14a0d2;
}
.link--info-revert {
  margin-bottom: 24px;
  padding-left: 26px;
}
.link--info-revert .icon-circle {
  left: 0;
  margin-left: 0;
  margin-top: -9px;
}
.link--info-revert img {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 12px;
}
.link--vision {
  padding-left: 30px;
  font-size: 15px;
}
.link--back {
  padding-left: 30px;
}
.link--next {
  padding-right: 30px;
}
.link--next .icon {
  margin-top: -11px;
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link-more {
  position: relative;
  padding-top: 8px;
  padding-right: 22px;
}
.link-more:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  margin-top: 0;
  border-top: 1px solid #4ab1da;
  border-left: 1px solid #4ab1da;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link-more:hover:before {
  border-color: #14a0d2;
}
.link-more.active {
  border-color: #e5e5e5;
}
.link-more.active:before {
  margin-top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link--effect:hover .icon {
  -webkit-animation: example 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: example 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: example 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes example {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes example {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes example {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes example {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.link-placeholder {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.link-placeholder .icon-circle {
  margin-top: -9px;
}
.link-placeholder .tooltip {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  text-align: left;
}
.link-placeholder .tooltip:after {
  bottom: auto;
  top: 100%;
  height: 22px;
}
.pass-change {
  position: absolute;
  top: 79px;
  right: 2px;
}
.btn {
  border-radius: 3px;
}
.btn:focus {
  outline: none;
}
.btn:active {
  box-shadow: none;
  outline: none !important;
}
.btn--primary, .btn-success, .btn-disabled {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 17px 47px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 3px;
}
.btn--primary:before,
.btn--primary:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: width 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn--primary:before {
  z-index: -1;
  width: 0;
  background: #fecf3e;
}
.btn--primary:after {
  z-index: -2;
  width: 100%;
  background: #f8c731;
}
.btn--primary:focus,
.btn--primary:hover {
  color: #fff;
}
.btn--primary:hover:before {
  width: 100%;
}
.btn--primary:active {
  background: #f0be26;
}
.btn--primary:active:before {
  width: 100%;
  background: #f0be26;
}
.btn--primary .btn__arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
.btn--primary .btn__arrow path {
  fill: #fff;
}
.btn--wide {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.btn--lg {
  padding: 25px 20px 21px;
}
.btn--thin {
  padding-left: 10px;
  padding-right: 10px;
}
.btn--secondary {
  font-size: 15px;
  line-height: 36px;
  padding: 0 35px 2px;
  color: #4ab1da;
  border: 1px solid #4ab1da;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn--secondary:focus,
.btn--secondary:hover {
  color: #4ab1da;
}
.btn--secondary:hover {
  border-color: #6ccff6;
}
.btn--secondary:active {
  color: #14a0d2;
  border-color: #14a0d2;
}
.btn--ablino {
  border-color: #fff !important;
  color: #fff !important;
}
.btn--ablino:hover {
  opacity: 0.6 !important;
}
.btn--addon {
  width: 70px;
  padding: 10px 0 12px;
  text-align: center;
  border-radius: 0 3px 3px 0;
}
.btn--sm {
  padding-left: 25px;
  padding-right: 25px;
}
.btn--long {
  padding-left: 57px;
  padding-right: 57px;
}
.btn--sized {
  padding: 9px 57px 13px;
}
.btn--download {
  position: relative;
  padding-left: 47px;
  padding-right: 20px;
  margin: 0 !important;
}
.btn--download:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 17px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("../images/upload.svg") no-repeat 50% 50%;
}
.btn--cta {
  margin-top: 5px;
  margin-left: 33px;
  padding: 13px 40px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #69caf0;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn--cta:focus {
  color: #fff;
}
.btn--cta:hover {
  color: #6ccff6;
}
.btn-group {
  text-align: center;
}
.btn-group > *:first-child {
  border-radius: 3px 0 0 3px;
}
.btn-group > *:last-child {
  border-radius: 0 3px 3px 0;
}
.btn-group > *:last-child:before,
.btn-group > *:last-child:after {
  border-radius: 4px;
}
.btn-group__whith-padding {
  padding: 36px 0 25px;
}


@media (max-width: 481px) {

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

.btn, #submit {
    width: calc(100% - 30px);
    margin: 0 15px !important;
    max-width: 1000px !important;
    border-radius: 5px !important;
}




}


@media (min-width: 481px) {
  .btn-group__w342 {
  }
}
.group--start {
  text-align: left;
  margin-right: 20px;
}
.group--start .btn-timer {
  width: 105px;
}
.group--start .btn--lg {
  padding-left: 35px;
  padding-right: 35px;
}
.group--shrink .btn-timer {
  display: none;
}
.group--shrink .btn--lg:before,
.group--shrink .btn--lg:after {
  border-radius: 3px;
}
.btn-timer {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  padding: 7px 0 6px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  color: #777777;
  border: 1px solid #f8c731;
  border-radius: 3px;
}
.btn-timer strong {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #006caa;
}
.btn + .btn {
  margin-left: 24px;
}
.btn + .link {
  margin-left: 30px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.form .form__field {
  position: relative;
}
.form .form__row {
  margin-bottom: 15px;
}
.form .form__row.row--space {
  margin-bottom: 26px;
}
.form .form__row.row--lg {
  margin-bottom: 48px;
}
.form .form__action {
  margin-top: 30px;
}
.form .form__action.action--top {
  margin-top: 40px;
}
.form .form__subheading {
  padding-top: 18px;
  padding-bottom: 5px;
}
.form .form__subheading.subheading--top {
  padding-top: 5px;
}
.form .form__subheading .subheading-more {
  color: #777777;
  font-weight: normal;
}
.form .form__input {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 25px 40px 7px 20px;
  line-height: 26px;
  border: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: none !important;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
}
.form .form__input.input--sm {
  padding: 6px 20px;
}
.form .form__input.ng-untouched {
  border: 1px solid #e5e5e5 !important;
}
.form .form__area {
  display: block;
  resize: none;
  height: 100px;
  -webkit-appearance: none;
}
.form .form__label {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  color: #999999;
  line-height: 18px;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form .form__label.label--open {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.form .form__label span {
  font-size: 13px;
  letter-spacing: -0.3px;
}
.form .form__label .lg-info {
  font-size: 15px;
  letter-spacing: 0;
}
.form .form__status {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 3;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  opacity: 0;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form .form__status svg path {
  fill: #74a539;
}
.form .form__wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form .form__wrap .form__input.ng-invalid:not(.ng-empty) + .form__label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.form .form__wrap.passed .form__label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.form .form__wrap.passed .form__status {
  opacity: 1;
}
.form .form__wrap.passed .form__toggle {
  right: 32px;
}
.form .form__wrap.passed .input--password {
  padding-right: 65px;
}
.form .form__wrap.focused .form__input {
  border-color: #69caf0;
}
.form .form__wrap.focused .ng-untouched {
  border: 1px solid #69caf0 !important;
}
.form .form__wrap.focused .form__label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.form .form__wrap.focused .form__status {
  opacity: 0;
}
.form .form__wrap.focused .form__toggle {
  right: 10px;
}
.form .form__wrap .form__input.ng-invalid:not(.ng-pristine) {
  border: 1px solid #ff7676;
}
.form .form__wrap .form__input.ng-invalid.ng-touched {
  border: 1px solid #ff7676;
}
.form .form__toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 4;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  cursor: pointer;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form .form__toggle.toggle--static {
  right: 10px !important;
}
.form .form__toggle:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/eye.svg") no-repeat 50% 50%;
}
.form .form__toggle:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: #bbbbbb;
  opacity: 1;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form .form__toggle.active:after {
  opacity: 0;
}
.form .filecheck {
  display: none;
}
.form .inputfile {
  display: none;
}
.form .inputfile + label {
  float: left;
  margin-right: 20px;
}
.form .form__info {
  margin-bottom: 16px;
  color: #777777;
  line-height: inherit;
}
.form .form__describe {
  padding-top: 10px;
  display: inline-block;
}
.form .form__group {
  padding-right: 69px;
}
.form .form__group .form__input {
  border-radius: 3px 0 0 3px;
}
.form .form__group .btn--addon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border-radius: 0 3px 3px 0;
}
.form .form__group .form__status {
  right: 85px;
}
.form .group--sm .form__input {
  padding-top: 10px;
  padding-bottom: 2px;
}
.form .group--sm .form__label {
  top: 11px;
}
.form .group--sm .btn--addon {
  line-height: 24px;
  padding: 7px 0;
  background: #fff;
}
.form .form__error {
  margin-top: 6px;
  margin-bottom: -15px;
  padding: 0 20px;
  opacity: 0;
}
.form .form__error.error--sm {
  left: 32px;
}
.form .form__error.error--thin {
  margin-bottom: -2px;
}
.form .form__error p {
  margin-top: 0;
  font-size: 13px;
  line-height: inherit;
  color: #ff7676;
}
.form .form__error.ng-active {
  opacity: 1;
}
.form .form__error.error--next {
  margin-bottom: 0;
}
.form .form__error.ng-inactive {
  margin-top: 0;
  margin-bottom: 0;
}
.form.ng-dirty .form__error {
  opacity: 1;
}
.select-group {
  position: relative;
}
.select-group select {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.select-group + .select-group {
  margin-top: 10px;
}
.select-group--additional .select-remove {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -10px;
  margin-left: 10px;
}
.select-group--additional .select-remove .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.select-group--additional .select-remove .icon path {
  fill: #4ab1da;
  -webkit-transition: fill 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: fill 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select-group--additional .select-remove:hover .icon path {
  fill: #14a0d2;
}
.select .value-field {
  padding: 25px 39px 7px 20px;
  height: 60px;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select .value-field i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 34px;
  height: 60px;
  border-left: 1px solid #e5e5e5;
  border-radius: 0 3px 3px 0;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select .value-field i:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  margin-top: -6px;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select .search-block {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select .search-block .search-input {
  padding: 25px 50px 7px 20px;
  font-size: 15px;
  color: #222222;
  border: none;
}
.select .search-block .search-input.placeholder {
  opacity: 0;
}
.select .search-block .search-input:-moz-placeholder {
  opacity: 0;
}
.select .search-block .search-input::-moz-placeholder {
  opacity: 0;
}
.select .search-block .search-input:-ms-input-placeholder {
  opacity: 0;
}
.select .search-block .search-input::-webkit-input-placeholder {
  opacity: 0;
}
.select .search-block:before {
  display: none;
}
.select .custom-select-list {
  display: block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select .custom-select-list .select-list-item,
.select.open .custom-select-list .select-list-item {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 17px 20px 16px;
  text-overflow: ellipsis;
  border: none;
  -webkit-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.select .custom-select-list .select-list-item em,
.select.open .custom-select-list .select-list-item em {
  text-decoration: none;
  color: #6ccff6;
}
.select .custom-select-list .select-list-item.hover,
.select .custom-select-list .select-list-item.selected,
.select.open .custom-select-list .select-list-item.hover,
.select.open .custom-select-list .select-list-item.selected {
  background: #f6f6f6 !important;
}
.select .search-block + .custom-select-list {
  top: 100%;
}
.select.open .custom-select-list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.select.open .value-field,
.select.open .search-block {
  border-radius: 3px 3px 0 0;
  border-color: #6ccff6;
}
.select.open .value-field i {
  border-color: #6ccff6;
}
.select.open .value-field i:before {
  margin-top: -3px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.select.invalided .value-field,
.select.invalided .search-block {
  border-color: #ff7676;
}
.select.invalided .value-field i {
  border-color: #ff7676;
}
.select [data-value="? undefined:undefined ?"] {
  display: none !important;
}
.select.select-search.open + .select-label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.select--default + .select-label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.js-scroll-container > .js-scrollbar-y-wrap {
  width: 4px;
  background: #fff;
}
.js-scroll-container > .js-scrollbar-y-wrap > .js-scrollbar-y {
  width: 4px;
  background: #e5e5e5 !important;
  border-radius: 0;
}
.select-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  color: #999999;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}
.selected .select-list + .select-label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.selected .select-search + .select-label {
  -webkit-transform: translate(0, -10px) scale(0.8);
  transform: translate(0, -10px) scale(0.8);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 15px;
  color: #777777;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
input[type="checkbox"].checkbox--sm + label {
  font-size: 13px;
  padding-top: 2px;
}
input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #222222;
  border-bottom: 2px solid #222222;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
input[type="checkbox"] + label:hover:before {
  border-color: #f8c731;
}
input[type="checkbox"]:checked + label {
  color: #222222;
}
input[type="checkbox"]:checked + label:before {
  border-color: #f8c731;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="checkbox"].ng-invalid:not(.ng-pristine) + label:before {
  border-color: #ff7676;
}
.form--code {
  position: relative;
  margin-top: 20px;
  padding-bottom: 22px;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form--code .form__field {
  max-width: 185px;
  float: left;
  margin-right: 10px;
}
.form--card {
  margin-top: 34px;
}
.form--card .form__input {
  border: 1px solid #fff !important;
  padding-right: 20px;
}
.form--card .field-separate {
  position: relative;
}
.form--card .field-separate:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form--confirm {
  margin: 34px 0 53px;
}
.form-success {
  display: none;
}
.form-success p {
  margin: 12px 0 6px;
  text-align: center;
  color: #7fa62a;
}
.form-success.success--single p {
  margin-top: 0px;
}
.form-success.success--tall {
  position: relative;
  height: 205px;
}
.form-success.success--tall p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
  line-height: 32px;
}
.form-success.success--taller {
  position: relative;
  height: 245px;
}
.form-success.success--taller p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
  line-height: 32px;
}
.submit-success .form--modal,
.submit-success .form--tabs,
.submit-success .modal-info {
  display: none !important;
}
.submit-success .form-success {
  display: block;
}
.content {
  margin-bottom: 100px;
}
.content.content--wrap {
  margin-bottom: 28px;
  padding: 0 50px;
}
.content.content--wrap h2 {
  padding-bottom: 8px;
}
.content.content--wrap .table-head {
  padding: 0;
}
.content.content--wrap .content-action {
  padding-top: 43px;
}
.content.content--wrap .img-shift {
  max-width: 100%;
  margin-left: -12px;
  margin-top: 14px;
  margin-bottom: 20px;
}
.content.content--faq {
  margin-bottom: 80px;
}
.block {
  padding: 90px 0 100px;
}
.block .heading {
  margin-top: -10px;
}
.content-group {
  position: relative;
  padding-left: 70px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.content-group:before {
  content: "";
  position: absolute;
  display: block;
  top: 60px;
  bottom: 0;
  left: 24px;
  width: 2px;
  background: #ebf4d9;
}
.content-group .content-group__count {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
  padding-top: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #9dc942;
  border-radius: 50%;
}
.content-group .content-group__count:before {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  background: #9dc942;
  border-radius: 50%;
  opacity: 0.2;
}
.content-group h3 {
  padding: 0;
  margin-top: -9px;
}
.content-group .content-group__title {
  margin-top: 0;
  padding: 5px 0 9px;
  font-size: 20px;
}
.content-group .content-group__media {
  margin-top: 14px;
  max-width: 100%;
}
.content-group .content-group__media + .content-group__media {
  margin-top: -24px;
}
.content-group .content-group__media.media--shadow {
  margin-left: -12px;
  margin-bottom: 20px;
}
.content-group--first {
  margin-top: 43px;
}
.content-group--last {
  padding-bottom: 0;
}
.content-group--last:before {
  display: none;
}
.content-group--last .content-group__count {
  top: 14px;
  background: #9dc942 url("../images/smile.svg") no-repeat 50% 50%;
}
.hero {
  position: relative;
}
.hero .hero__item {
  position: relative;
  overflow: hidden;
}
.hero .hero__item:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.hero .hero__bg {
  position: relative;
  top: 0;
  left: 50%;
  max-height: 630px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hero .hero__info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-bottom: 88px;
}
.hero .hero__title {
  padding: 0;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
}
.hero .hero__text {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.hero .hero-calc {
  position: absolute;
  bottom: 50px;
  z-index: 3;
}
.hero .hero-calc .calculator--fixed {
  margin-bottom: 24px;
}
.hero .swiper-pagination {
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.hero .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #f8c731;
  border-radius: 50%;
}
.hero .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -5px;
  margin-top: -5px;
  background: #f8c731;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero .swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.hero .hero__message {
    display: none;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    background: #fdecb9;
    padding: 15px;
}




.link-info-calc:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 100%;
  top: 0;
  right: 100%;
}
.nav-sidebar {
  margin-bottom: 24px;
}
.nav-sidebar .nav-sidebar__group {
  padding: 21px 20px 10px 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(43, 40, 44, 0.09);
}
.nav-sidebar .nav-sidebar__group + .nav-sidebar__group {
  margin-top: 2px;
}
.nav-sidebar .nav-sidebar__item {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-sidebar .nav-sidebar__item:hover {
  color: #4ab1da;
}
.nav-sidebar .nav-sidebar__item.active {
  color: #4ab1da;
}
.nav-sidebar .nav-sidebar__item.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -18px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #f8c731;
  border-radius: 50%;
}
.nav-sidebar .nav-sidebar__subitem {
  position: relative;
  display: inline-block;
  padding: 0 0;
  font-size: 15px;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-sidebar .nav-sidebar__subitem:hover {
  color: #4ab1da;
}
.nav-sidebar .nav-sidebar__subitem.active {
  color: #4ab1da;
}
.nav-sidebar .nav-sidebar__subitem.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -18px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #f8c731;
  border-radius: 50%;
}
.nav-sidebar .nav-sidebar__inner {
  padding: 2px 0 12px;
  margin: 0;
  list-style: none;
}
.nav-sidebar .nav-sidebar__inner li + li {
  margin-top: 11px;
}
.nav-sidebar-target {
  display: none;
  position: relative;
  z-index: 5;
  padding: 21px 60px 19px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  border-bottom: 2px solid transparent;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-sidebar-target:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-sidebar-target:focus {
  color: #222222;
}
.nav-sidebar-target:hover {
  color: #6ccff6;
}
.nav-sidebar-target:hover:before {
  border-color: #4ab1da;
}
.nav-sidebar-target.active {
  border-color: #e5e5e5;
}
.nav-sidebar-target.active:before {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login--side {
  display: block;
  width: 100%;
  margin-right: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(43, 40, 44, 0.09);
  overflow: hidden;
}
.login--side .login__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.login--side .login__nav-item {
  font-size: 16px;
  padding: 21px 10px 19px 30px;
}
.login--side .login__nav-item + .login__nav-item {
  border-top: 1px solid rgba(216, 217, 220, 0.5);
}
.login--side .login__nav-item.nav-item--active {
  position: relative;
  padding-left: 62px;
  background: #fffaea;
}
.login--side .login__nav-item.nav-item--active:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #f8c731;
  border-radius: 50%;
}
.login--side .login__nav-link {
  color: #222222;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login--side .login__nav-link:hover {
  color: #4ab1da;
}
.login--side .nav-item--active .login__nav-link {
  font-weight: 500;
  color: #222222;
  cursor: default;
}
.login--side .login__control {
  padding: 18px 30px 22px;
}
.login-target {
  display: none;
  position: relative;
  z-index: 5;
  padding: 21px 60px 19px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  border-bottom: 2px solid transparent;
  background: #fff;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login-target:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login-target:focus {
  color: #222222;
}
.login-target:hover {
  color: #6ccff6;
}
.login-target:hover:before {
  border-color: #4ab1da;
}
.login-target.active {
  border-color: #e5e5e5;
}
.login-target.active:before {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box {
  background: #fff;
}
.box.box--content {
  padding: 40px 40px 80px;
  border-radius: 5px;
}
.box.box--canvas {
  padding: 54px 50px 52px;
  border-radius: 5px;
}
.box.box--after {
  border-radius: 0 0 5px 5px;
}
.banner--about {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.info {
  padding: 34px 20px 26px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.info .info__heading {
  margin-bottom: 31px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.info .info__text {
  margin-top: 15px;
  font-size: 13px;
  line-height: inherit;
  color: #777777;
}
.info--lg {
  padding: 23px 0 27px;
}
.info--lg .info__heading {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.info--lg .info__heading + .info__text {
  margin-top: 5px;
}
.info--lg .info__heading + .info__media {
  margin-top: 31px;
}
.info--lg .info__text {
  margin: 0 auto;
  max-width: 80%;
  font-size: 15px;
  line-height: 24px;
  color: #222222;
}
.info--lg .info__text.text--thin {
  max-width: 60%;
}
.info--lg .info__text + .info__media {
  margin-top: 31px;
}
.info--lg .info__text + .media--round {
  margin-top: 18px;
}
.info--lg .info__text + .media--closest {
  margin-top: 21px;
}
.info--lg .info__media {
  max-width: 140px;
}
.info--lg .info__media + .info__text {
  margin-top: 10px;
}
.info--md {
  padding: 0;
}
.info--md .info__heading {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 20px;
}
.info--md .info__media {
  max-width: 120px;
}
.info--shift {
  padding: 34px 0 44px;
}
.info--shift .info__heading + .info__text {
  margin-top: 11px;
}
.info--next {
  padding-bottom: 15px;
}
.info--next.info--top {
  padding-top: 74px;
}
.info--second {
  margin-top: 25px;
}
.info--secure img {
  max-width: 90px;
}
.info--wait {
  padding: 74px 0 15px;
}
.info--wait .info__text + .media--round {
  margin-top: 29px;
}
.page-title {
  padding: 35px 0 12px;
  text-align: center;
}
.breadcrumb {
  padding: 0;
  margin: 0 0 5px;
  background: none;
  text-align: center;
}
.breadcrumb li {
  font-size: 13px;
  color: #999999;
}
.breadcrumb > li + li:before {
  content: ">";
  position: relative;
  top: 1px;
  padding-left: 6px;
  padding-right: 11px;
  color: #999999;
}
.breadcrumb .active {
  cursor: default;
}
.cta.cta--sm {
  padding: 80px 0 40px;
  text-align: center;
  background: url("../images/hero-sm.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.tooltip-trigger {
  z-index: 10;
}
.tooltip-trigger:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
.tooltip {
  position: absolute;
  bottom: 100%;
  z-index: 25px;
  right: -30px;
  width: 360px;
  padding: 11px 20px 17px 23px;
  margin-bottom: 10px;
  color: #777777;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(43, 40, 44, 0.12);
  cursor: default;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tooltip .tooltip__title {
  margin-bottom: -4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
}
.tooltip .tooltip__content {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.tooltip:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.tooltip.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltip--left {
  right: auto;
  left: -30px;
}
.tooltip--info {
  text-align: left;
  right: 100%;
  top: 50%;
  bottom: auto;
  z-index: 10;
  margin-top: -15px;
  margin-right: -40px;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
.tooltip--info.active {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tooltip--info:hover {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tooltip--info .link {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 4px;
}
.nav-tabs {
  margin: 0;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.nav-tabs .tab__item {
  margin-bottom: 0;
  border-radius: 0;
}
.nav-tabs .tab__item + .tab__item {
  border-left: 1px solid #e5e5e5;
}
.nav-tabs .tab__link {
  position: relative;
  z-index: 1;
  width: 194px;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  color: #4ab1da;
  border: none !important;
  border-radius: 0;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-tabs .tab__link:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: #f8c731;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #fff;
}
.nav-tabs .tab__link:hover {
  color: #14a0d2;
  background: #e5e5e5;
}
.nav-tabs .tab__item:first-child .tab__link:before {
  border-radius: 3px 0 0 3px;
}
.nav-tabs .tab__item:last-child .tab__link:before {
  border-radius: 0 3px 3px 0;
}
.nav-tabs .active .tab__link {
  color: #333333 !important;
}
.nav-tabs .active .tab__link:before {
  opacity: 1;
}
.tab-content {
  padding-top: 21px;
}
.tabs--md {
  text-align: center;
}
.tabs--md .nav-tabs .tab__link {
  width: 230px;
}
.tabs--wide .nav-tabs {
  display: block;
  width: 100%;
  font-size: 0;
}
.tabs--wide .tab__item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 25%;
}
.tabs--wide .tab__item.item--thin .tab_holder {
  padding-left: 25px;
  padding-right: 25px;
}
.tabs--wide .tab__item.disable .tab__link {
  color: #aaaaaa;
  pointer-events: none;
}
.tabs--wide .tab__item.disable .tab__link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6f6f6;
  opacity: 1;
}
.tabs--wide .tab__link {
  height: 62px;
  width: 100%;
  line-height: 18px;
}
.tabs--wide .tab_holder {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tabs--section .nav-tabs {
  display: block;
  width: 100%;
  font-size: 0;
}
.tabs--section .tab__item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 33.33%;
}
.tabs--section .tab__link {
  width: 100%;
}
.tabs--section .tab__item:last-child .tab__link:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tabs--section .tab__item:last-child .tab__link:hover:after {
  opacity: 1;
}
.tabs--section .nav-tabs .tab__item:last-child.active .tab__link:before {
  right: -2px;
}
.tabs--limit {
  max-width: 880px;
  margin: 0 auto 44px;
}
.tabs--limit .tab__link {
  height: 62px;
  line-height: 18px;
}
.tabs--limit .tab_holder {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tabs-simple .nav-tabs {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
}
.tabs-simple .nav-tabs .tab__link {
  width: auto;
  padding: 0;
  font-size: 15px;
  background: none;
}
.tabs-simple .nav-tabs .tab__link:before {
  display: none;
}
.tabs-simple .nav-tabs .tab__link:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #4ab1da;
}
.tabs-simple .nav-tabs .tab__item {
  margin-right: 22px;
  margin-bottom: 5px;
}
.tabs-simple .nav-tabs .tab__item.active .tab__link:after {
  display: none;
}
.tabs-simple .nav-tabs .tab__item + .tab__item {
  border: none;
}
.alert {
  position: static !important;
  padding: 18px 24px 20px !important;
  border: none;
  border-radius: 3px;
}
.alert p {
  margin: 0;
  font-size: 15px !important;
  line-height: 21px !important;
  color: #222222 !important;
}
.alert.ng-inactive {
  display: none;
}
.alert--danger {
  margin: 30px 0 -10px !important;
  background: rgba(255, 118, 118, 0.2);
}
.alert--warning {
  margin-bottom: 40px !important;
  background: rgba(255, 246, 214, 0.5);
}
.alert--confirm {
  display: none;
  position: relative !important;
  margin-bottom: 26px !important;
  margin-top: -10px !important;
}
.alert--confirm:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(255, 246, 214, 0.5);
  margin-bottom: -6px;
  bottom: 100%;
  right: 25%;
  margin-bottom: 0;
}
.alert--confirm p {
  margin-bottom: 17px;
  font-size: 13px !important;
  line-height: 16px !important;
}
.alert--confirm .form__error p {
  margin-bottom: 6px;
  color: #ff7676 !important;
}
.alert--confirm-alt:before {
  right: auto;
  left: 25%;
}
.phone-changed .alert-phone {
  display: block;
}
.email-changed .alert-email {
  display: block;
}
.alert--reference {
  margin: 60px 0 10px !important;
}
.text-alert {
  display: none;
  padding: 7px 20px 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  color: #74a539;
}
.form__wrap.focused + .form__error + .text-alert,
.form__wrap.passed + .form__error + .text-alert {
  display: block;
}
.modal .modal-dialog {
  width: 480px;
  margin: 60px auto;
}
.modal .modal-content {
  border: none;
  box-shadow: 0 9px 33px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
.modal .modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -30px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: none;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.modal .modal-close:before,
.modal .modal-close:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background: #fff;
  -webkit-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.modal .modal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-close:hover {
  border-color: #797979;
}
.modal .modal-close:hover:before,
.modal .modal-close:hover:after {
  background: #797979;
}
.modal .modal-header {
  padding: 34px 15px 22px;
  border: none;
  text-align: center;
}
.modal .modal-title {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
.modal .modal-info {
  display: inline-block;
  max-width: 70%;
  margin: 0;
  color: #777777;
}
.modal .modal-helper {
  margin-top: 11px;
  margin-bottom: 0;
  color: #777777;
}
.modal .modal-body {
  padding: 0 50px 45px;
  overflow: hidden;
}
.modal .modal-body .grecaptcha-badge {
  position: absolute !important;
}
.modal .modal-text {
  max-width: 80%;
  margin: -14px auto 24px !important;
}
.modal-backdrop.in {
  opacity: 0.2;
}
.modal--wide .modal-dialog {
  width: 610px;
}
.modal--wide .modal-body {
  text-align: center;
  overflow: visible;
}
.modal--wide .modal-body p {
  margin-top: -14px;
  margin-bottom: 34px;
}
#modal-decline .modal-header {
  padding-top: 54px;
}
.modal--screen .modal-dialog {
  width: auto;
  max-width: 80%;
}
.modal--screen .modal-content img {
  max-width: 100%;
}
.sequence-toggle {
  display: none;
  position: relative;
  padding: 20px 0;
  padding-right: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sequence-toggle:focus {
  color: #222222;
}
.sequence-toggle .sequence-toggle__describe {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 1px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}
.sequence-toggle:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sequence-toggle:hover {
  color: #6ccff6;
}
.sequence-toggle:hover:before {
  border-color: #4ab1da;
}
.sequence-toggle.active {
  border-color: #e5e5e5;
}
.sequence-toggle.active:before {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sequence {
  padding: 13px 0 23px;
  margin: 0;
  list-style: none;
}
.sequence.sequence--active {
  margin-bottom: 20px;
}
.sequence .sequence__item {
  position: relative;
  display: inline-block;
}
.sequence .sequence__item .sequence__name {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  color: #bbbbbb;
}
.sequence .sequence__item .link {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -11px;
}
.sequence .sequence__item .link--edit {
  left: -4px;
}
.sequence .sequence__item .link--clean {
  left: 0;
}
.sequence .sequence__item + .sequence__item {
  margin-left: 28px;
}
.sequence .sequence__item + .sequence__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -23px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background: url("../images/next-tall.svg") no-repeat 50% 50%;
}
.sequence .sequence--current {
  top: 1px;
}
.sequence .sequence--current .sequence__name {
  font-size: 18px;
  color: #222222;
}
.sequence .sequence--current + .sequence__item:before {
  background: url("../images/next-tall-dark.svg") no-repeat 50% 50%;
}
.sequence .sequence--done .sequence__name {
  position: relative;
  padding-left: 22px;
  color: #7fa62a;
}
.sequence .sequence--done .sequence__name:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #9dca3d;
  border-radius: 50%;
}
.sequence .sequence--done .sequence__name:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 5px;
  margin-top: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sequence .sequence--disable .sequence__name {
  position: relative;
  padding-left: 22px;
  color: #bbbbbb;
}
.sequence .sequence--disable .sequence__name:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #bbbbbb;
  border-radius: 50%;
}
.sequence .sequence--disable .sequence__name:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background: url("../images/cross.svg") no-repeat 50% 50%;
}
.sequence--inner {
  padding-top: 23px;
}
.step-wrap {
  margin: -2px 0;
}
.step-wrap.steps--start {
  margin-top: -10px;
}
.step-wrap.steps--end {
  margin-bottom: -10px;
}
.clean-view .step-wrap {
  margin-bottom: -10px;
}
.clean-view .step--next {
  display: none;
}
.step {
  margin: 2px 0;
  background: #fff;
  border-radius: 5px;
}
.step .step__heading {
  padding: 21px 30px 20px 58px;
}
.step .step__content {
  margin: 0 100px;
  padding: 0 0 60px;
  border-top: 1px dotted #bbbbbb;
}
.step .step__count {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  margin-right: 31px;
  cursor: default;
}
.step .step__count:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
}
.step .step__name {
  font-size: 16px;
  font-weight: 500;
  cursor: default;
}
.step.step--done .step__heading {
  padding-top: 23px;
  padding-bottom: 22px;
}
.step.step--done .step__count {
  color: transparent;
  margin-right: 34px;
}
.step.step--done .step__count:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: #9dca3d;
}
.step.step--done .step__count:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 5px;
  margin-top: -4px;
  margin-left: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.step.step--done .step__name {
  font-weight: normal;
  color: #7fa62a;
}
.step.step--done .link {
  margin-left: 24px;
}
.step.step--current {
  position: relative;
  margin-top: 10px;
  margin-bottom: 12px;
  box-shadow: 0 9px 33px rgba(0, 0, 0, 0.11);
}
.step.step--current .step__heading {
  padding-top: 24px;
  padding-bottom: 24px;
}
.step.step--current .step__count {
  color: #fff;
}
.step.step--current .step__count:before {
  width: 34px;
  height: 34px;
  margin-top: -18px;
  margin-left: -17px;
  background: #006caa;
}
.step.step--current .step__name {
  font-size: 20px;
  color: #006caa;
}
.step.step--next .step__heading {
  padding-left: 60px;
}
.step.step--next .step__count {
  color: #cccccc;
}
.step.step--next .step__count:before {
  width: 30px;
  height: 30px;
  margin-top: -16px;
  margin-left: -15px;
  border: 4px solid #fff0c4;
  opacity: 0.6;
}
.step.step--next .step__name {
  color: #bbbbbb;
}
.calculator .calculator__info {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  width: 230px;
  padding: 21px 20px 25px 22px;
  background: #4ab1da;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translate(-32px, 0);
  -ms-transform: translate(-32px, 0);
  -o-transform: translate(-32px, 0);
  transform: translate(-32px, 0);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.calculator .calculator__info .calculator__info-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate(-90deg) translate(0, -50%);
  margin-top: -10px;
  margin-left: -57px;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}
.calculator .calculator__info p {
  margin-bottom: 15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.calculator .calculator__info .btn {
  opacity: 0;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.calculator .calculator__info.active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.calculator .calculator__info.active .calculator__info-toggle {
  opacity: 0;
  cursor: default;
}
.calculator .calculator__info.active p,
.calculator .calculator__info.active .btn {
  opacity: 1;
}
.calculator .calculator__info .info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url("../images/cross.svg") no-repeat 50% 50%;
  cursor: pointer;
}
.calculator .calculator__contols {
  padding: 29px 30px 38px;
  background: #006caa;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.calculator .calculator__group {
  position: relative;
  clear: both;
  margin-top: 30px;
}
.calculator .calculator__group + .calculator__group {
  margin-top: 28px;
}
.calculator .calculator__group .calculator__name {
  padding: 10px 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: default;
}
.calculator .calculator__group .calculator__value {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.calculator .calculator__group .calculator__dimension {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: default;
}
.calculator .calculator__group .value--money {
  width: 120px;
  padding-right: 35px;
  text-align: right;
}
.calculator .calculator__group .value--money-lg {
  width: 135px;
}
.calculator .calculator__group .value--time {
  width: 92px;
  padding-right: 50px;
  text-align: right;
}
.calculator .calculator__group .value--time.dimension--sm {
  padding-right: 40px;
}
.calculator .calculator__preivew {
  overflow: hidden;
  padding: 0 33px;
  background: #f6f6f6;
  border-radius: 0 0 5px 5px;
}
.calculator .calculator__details {
  padding: 36px 0 25px;
  margin-top: 0;
  list-style: none;
  font-size: 0;
}
.calculator .calculator__detail {
  display: inline-block;
  width: 33.33%;
}
.calculator .calculator__label {
  display: block;
  font-size: 13px;
  color: #777777;
  cursor: default;
}
.calculator .calculator__value {
  display: block;
  font-size: 20px;
  border-radius: 0;
}
.calculator .calculator__value span {
  margin-left: 5px;
  font-size: 16px;
}
.calculator--fixed {
  position: relative;
  z-index: 3;
  max-width: 410px;
  margin: 0 auto;
  box-shadow: -14px 0 43px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.calculator--sm .calculator__top {
  display: none;
}
.calculator--sm .calculator__submit {
  display: none;
  margin-bottom: 22px;
  text-align: center;
}
.calculator--sm .calculator__contols {
  padding-top: 24px;
  padding-bottom: 28px;
}
.calculator--sm .calculator__group + .calculator__group {
  margin-top: 33px;
}
.calculator--sm .calculator__group .calculator__name {
  padding-top: 7px;
  font-size: 15px;
}
.calculator--sm .calculator__group .calculator__value {
  font-size: 20px;
  line-height: 28px;
  border-radius: 0;
}
.calculator--sm .calculator__group .calculator__dimension {
  top: 7px;
  font-size: 15px;
}
.calculator--sm .calculator__group .value--money {
  width: 90px;
  padding-right: 30px;
}
.calculator--sm .calculator__group .value--money-lg {
  width: 97px;
}
.calculator--sm .calculator__group .value--time {
  width: 72px;
  padding-right: 40px;
}
.calculator--sm .calculator__group .value--time.dimension--sm {
  padding-right: 32px;
}
.calculator--sm .calculator__preivew {
  background: #fff;
  border-radius: 5px;
  padding: 0 28px;
}
.calculator--sm .calculator__preivew-header .link {
  margin-top: 27px;
  float: right;
}
.calculator--sm .calculator__head {
  display: inline-block;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
}
.calculator--sm .calculator__preivew-footer {
  margin-top: 21px;
  border-top: 1px solid #e5e5e5;
}
.calculator--sm .calculator__preivew-footer .calculator__details {
  padding: 15px 0 22px;
}
.calculator--sm .calculator__preivew-footer .calculator__detail:before {
  display: none;
}
.calculator--sm .calculator__details {
  padding: 14px 0 0;
}
.calculator--sm .calculator__detail {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 7px 0 4px;
  overflow: hidden;
}
.calculator--sm .calculator__detail:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 9px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #bbbbbb;
}
.calculator--sm .calculator__label {
  display: inline-block;
  padding-right: 3px;
  padding-top: 4px;
  padding-bottom: 1px;
  float: left;
  background: #fff;
}
.calculator--sm .calculator__value {
  display: inline-block;
  padding-left: 4px;
  font-size: 18px;
  float: right;
  background: #fff;
  border-radius: 0;
}
.calculator--sm .calculator__value span {
  font-size: 14px;
}
.calculator--sm.active .calculator__preivew {
  border-radius: 0 0 5px 5px;
}
.calculator--sm-open .calculator__top {
  display: block;
}
.calculator--sm-open .calculator__details {
  padding-top: 22px;
}
.calculator--wide {
  display: none;
}
.calculator--wide .calculator__contols {
  padding: 36px 40px 38px;
  background: #006caa;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.calculator--wide .range-slider {
  margin-bottom: 12px;
}
.calculator--wide .calculator__group .calculator__name {
  font-size: 16px;
}
.calculator--active {
  display: block;
}
.calculator--active .calculator__contols {
  padding: 41px 40px 43px;
}
.change-controls {
  display: none;
}
.change-controls .change-controls__inner {
  margin: 20px 0;
}
.change-controls .change-controls__inner.inner--end {
  margin-top: 28px;
  margin-bottom: 0;
}
.promo-code {
  position: relative;
}
.promo-code .promo-code__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}
.promo-code .promo-code__close:before,
.promo-code .promo-code__close:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
  background: #4ab1da;
  -webkit-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.promo-code .promo-code__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.promo-code .promo-code__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.promo-code .promo-code__close:hover:before,
.promo-code .promo-code__close:hover:after {
  background: #14a0d2;
}
.promo-code .promo-code__success {
  position: relative;
  display: inline-block;
  margin: 17px 0;
  padding-left: 26px;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #7fa62a;
}
.promo-code .promo-code__success:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #9dca3d;
  border-radius: 50%;
}
.promo-code .promo-code__success:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 5px;
  margin-top: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.promo-code .promo-code__toggle {
  text-align: center;
}
.promo-code .promo-code__form {
  display: none;
}
.promo-code .promo-code__form .form__error {
  margin-bottom: 0;
}
.promo-code .promo-code__status {
  text-align: center;
  display: none;
}
.promo-code.promo--done .promo-code__status {
  display: block;
}
.promo-code.promo--done .promo-code__form,
.promo-code.promo--done .promo-code__toggle {
  display: none !important;
}
.promo-code--single .link--promo {
  margin: 0;
}
.promo-code--single .form--code {
  padding: 0;
  margin: 0;
}
.promo-code--single .form--code .form__field {
  max-width: 170px;
}
.promo-code--single .promo-code__close {
  right: -20px;
}
.promo-code--single .form__error p {
  margin-bottom: 0;
}
.promo-code--thin .link--promo {
  margin-bottom: 0;
}
.promo-code--thin .form--code {
  padding-bottom: 0;
  text-align: center;
}
.promo-code--thin .form--code .form__field {
  float: none;
  display: inline-block;
  margin-right: 0;
}
.range-slider {
  margin-bottom: 7px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.range-slider:hover {
    cursor: pointer;
}

.range-slider .noUi-connect {
  background: #6ccff6;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.range-slider .noUi-handle {
  top: -7px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}
.range-slider .noUi-handle:focus {
  outline: none;
}
.range-slider .noUi-handle:after {
  display: none;
}
.range-slider .noUi-handle:before {
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  background: #6ccff6;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.range-slider .noUi-handle:hover:before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.range-wrapper {
  overflow: hidden;
}
.range-wrapper .range__label {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  cursor: default;
}
.range-wrapper .range--bottom {
  float: left;
}
.range-wrapper .range--top {
  float: right;
}
.upload-preview {
  display: inline-block;
  margin-bottom: 25px;
}
.upload-preview .upload-preview__media {
  max-width: 100%;
  margin-bottom: 10px;
}
.upload--process .upload-preview__media {
  opacity: 0.2;
}
.upload--error .upload-preview__media {
  display: block;
  max-width: 50px;
  margin: 40px auto 20px;
}
.upload--error .upload-preview__message {
  font-size: 13px;
  color: #ff7676;
}
.progress-bar {
  position: relative;
  width: 60%;
  height: 9px;
  margin: 5px auto 0;
  border: 1px solid #69caf0;
  border-radius: 5px;
}
.progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #69caf0;
  border-radius: 5px 0 0 5px;
}
.card {
  position: relative;
  padding-top: 40px;
  width: 415px;
}
.card .card__front {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px;
  background: #006caa;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(148, 162, 175, 0.3);
}
.card .card__back {
  position: absolute;
  top: 0;
  right: -140px;
  width: 100%;
  padding: 100px 30px 46px;
  background: #009ed0;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(148, 162, 175, 0.3);
}
.card .card__back:before {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #26546e;
}
.card .card__name {
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
.card .card__info {
  display: block;
  color: #fff;
}
.card .card__info.info--sm {
  margin-top: 9px;
  font-size: 13px;
}
.card .select-group {
  margin-bottom: 30px;
}
.card .card-status {
  margin-bottom: 10px;
}
.card .card__action {
  display: none;
  margin-bottom: 10px;
}
.card .card__describe {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 260px;
  margin-top: 40px;
  margin-left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.card .card__describe p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  color: #777777;
}
.card.card--change .card-status {
  display: none;
}
.card.card--change .card__action {
  display: block;
}
.card--choose {
  margin-bottom: 30px;
}
.card--choose-space {
  margin-bottom: 50px;
}
.card-status {
  position: relative;
  margin-left: 13px;
  padding-left: 27px;
  color: #7fa62a;
}
.card-status.card-status--tall {
  padding-top: 11px;
  padding-bottom: 11px;
}
.card-status:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background: #9dca3d;
  border-radius: 50%;
}
.card-status:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 5px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.card-group {
  padding: 0 40px 35px;
  background: #6ccff6;
}
.card-group .card-group__title {
  padding: 19px 0 5px;
  color: #fff;
}
.card-group .card-group__info {
  padding-top: 35px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
.card-group .select .value-field {
  border-color: #fff;
}
.card-group .select.open .value-field,
.card-group .select.open .search-block {
  border-bottom-color: #6ccff6;
}
.card-group .select.invalided .value-field,
.card-group .select.invalided .search-block {
  border-color: #ff7676;
}
.card-group--equal {
  padding-bottom: 40px;
}
.licence {
  max-height: 640px;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;
}
.licence .licence__title {
  padding: 24px 0 20px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.licence .licence__features {
  padding-left: 0;
  margin: 0 0 20px;
  list-style: none;
  text-align: center;
}
.licence .licence__features .licence__feature {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}
.licence .licence__features .licence__feature + .licence__feature {
  margin-left: 50%;
}
.licence ul li {
  font-size: 13px;
  line-height: 20px;
}
.licence p {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
}
.licence img {
  max-width: 100%;
}
.licence .licence_top {
  padding-top: 30px;
  float: right;
}
.licence table {
  width: 100%;
  margin-bottom: 30px;
}
.licence table th,
.licence table td {
  border: 1px solid #e5e5e5;
  padding: 10px 25px;
  font-size: 13px;
}
.licence table tfoot td,
.licence table th {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
}
.licence--high {
  max-height: 760px;
}
.licence--higher {
  max-height: 800px;
}
.timer {
  padding-left: 8px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.timer .timer__item {
  position: relative;
  display: inline-block;
  width: 34px;
  text-align: left;
}
.timer .timer__item + .timer__item:before {
  content: ":";
  position: absolute;
  top: 50%;
  left: -7px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.timer .minutes {
  padding-right: 8px;
  text-align: right;
}
.credit {
  font-size: 0;
  border: 1px solid transparent;
  -webkit-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.credit .credit__item {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 24px 25px 27px;
  width: 25%;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.credit .credit__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 1px;
  z-index: -1;
  right: 1px;
  height: 100%;
  background: rgba(255, 246, 214, 0.5);
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.credit .credit__item:first-child {
  border-radius: 3px 0 0 3px;
}
.credit .credit__item:last-child {
  border-radius: 0 3px 3px 0;
}
.credit .credit__name {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  color: #777777;
  cursor: default;
}
.credit .credit__value {
  display: block;
  font-size: 20px;
}
.credit .credit__value .credit__dimension {
  margin-left: 5px;
  font-size: 16px;
}
.credit--open {
  border: 1px solid #e5e5e5;
  border-top-color: transparent;
  border-radius: 0 0 3px 3px;
}
.credit--open .credit__item {
  padding: 34px 35px 36px;
}
.credit--open .credit__item:before {
  opacity: 0;
}
.credit--secondary {
  margin-bottom: 20px;
}
.credit--line .credit__item {
  padding: 0;
}
.credit--line .credit__item:before {
  opacity: 0;
}
.credit--line .credit__title {
  padding: 20px 0 1px;
}
.credit--line .credit__name {
  margin-bottom: 4px;
}
.credit-group {
  padding: 0 40px 40px;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.credit-group .credit {
  margin-bottom: 35px;
}
.credit-group .credit--secondary {
  margin-bottom: 25px;
}
.credit-group .credit-group__info {
  padding-top: 35px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 16px;
}
.credit-group--top {
  padding-top: 32px;
}
.credit-group--single {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 0;
}
.table-responsive {
  margin-bottom: 0;
  border: none;
  -webkit-overflow-scrolling: touch;
}
.table-responsive--space {
  margin-bottom: 30px;
}
.table-info {
  width: 100%;
}
.table-info .col-thin {
  width: 27%;
}
.table-info .col-wide {
  width: 73%;
}
.table-info tr td {
  vertical-align: top;
  padding: 6px 0 7px;
}
.table-info tr td:first-child {
  color: #777777;
}
.table-info--adjust {
  margin-top: -7px;
}
.table-info--shift .col-thin {
  width: 25%;
}
.table-info--shift .col-wide {
  width: 71%;
}
.table-info--wide {
  margin: 12px 0 25px;
}
.table-info--wide .col-thin {
  width: 50%;
}
.table-info--wide .col-wide {
  width: 50%;
}
.table-info--wide tr td {
  padding-right: 15px;
}
.table-simple {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.table-simple .col-equal {
  width: 33.33%;
}
.table-simple thead th {
  padding: 11px 30px;
  font-size: 13px;
  font-weight: normal;
  color: #777777;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.table-simple tbody td {
  padding: 26px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.table-simple--edge {
  margin-top: 0;
  margin-bottom: 0px;
}
.table-simple--edge .col-large {
  width: 23%;
}
.table-simple--edge .col-small {
  width: 19%;
}
.table-simple--edge .col-tiny {
  width: 16%;
}
.table-simple--edge thead th {
  padding-left: 0;
  padding-right: 0;
}
.table-simple--edge tbody td {
  padding-left: 0;
  padding-right: 0;
}
.toogle-section .toggle-second {
  display: none;
}
.toogle-section .toggle-second .change-controls {
  display: block;
}
.toogle-section .toggle-third {
  display: none;
}
.passport-id {
  display: none;
}
.password-form {
  display: none;
}
.password-form .change-controls {
  display: block;
}
.personal-content {
  margin: 0 60px;
}
.personal-content .personal__heading {
  padding-top: 24px;
  padding-bottom: 5px;
}
.personal-content .personal__heading small {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  color: #222222;
}
.personal-data {
  position: relative;
  margin: 0 60px;
}
.personal-data .personal-data__heading {
  padding-top: 4px;
  padding-bottom: 0;
}
.user {
  position: relative;
  padding: 21px 250px 22px 27px;
  background: rgba(255, 246, 214, 0.5);
  border-radius: 3px;
}
.user .user__info {
  line-height: 21px;
}
.user .user__info strong {
  font-weight: 500;
}
.user .user__contols {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 9;
  margin-top: -1px;
  text-align: right;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.user .user__contols .user__box {
  position: relative;
  padding-right: 55px;
}
.user .user__contols .user__box:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 46px;
  height: 46px;
  margin-top: -26px;
  background: url("../images/envelope.svg") no-repeat 50% 50%;
}
.user .user__contols .user__box.box--fill:before {
  background: url("../images/envelope_letter.svg") no-repeat 50% 50%;
}
.user .user__contols .user__box-title {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}
.user .user__contols .user__box-value {
  display: block;
  color: #777777;
}
.user .user__contols .user__box-value.box-value--active {
  color: #4ab1da;
}
.user .user__dropdown {
  position: absolute;
  top: 100%;
  right: -30px;
  z-index: 8;
  width: 400px;
  margin-top: 17px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(43, 40, 44, 0.12);
  border-radius: 0 0 5px 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.user .user__dropdown .user__dropdown-inner {
  max-height: 440px;
}
.user .user__dropdown:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  margin-bottom: -6px;
  bottom: 100%;
  right: 38px;
  margin-bottom: 0;
}
.user .active .user__dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.notification {
  position: relative;
  display: block;
  padding: 18px 32px 17px;
  text-align: left;
  color: #222222;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.notification:hover {
  color: #222222;
  background: #f6f6f6 !important;
}
.notification .notification__heading {
  position: relative;
  display: block;
  padding-left: 46px;
  margin-bottom: 8px;
}
.notification .notification__heading:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url("../images/logo_icon.svg") no-repeat 50% 50%;
}
.notification .notification__title {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.notification .notification__date {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
.notification .notification__text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}
.notification + .notification {
  border-top: 1px solid rgba(216, 217, 220, 0.5);
}
.notification.notification--new {
  background: #e1f7ff;
}
.notification.notification--new + .notification--new {
  border-top: 1px solid #fff;
}
.notification .notification-full {
  display: none;
}
.notification .notification-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: #e5e5e5;
}
.notification .notification-more:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-left: -3px;
  border-top: 1px solid #4ab1da;
  border-left: 1px solid #4ab1da;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.notification .notification-more.active:before {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail {
  margin-bottom: 30px;
}
.detail.detail--space {
  margin-bottom: 60px;
}
.detail .detail__head {
  background: #e5e5e5;
  border-radius: 3px 3px 0 0;
}
.detail .detail__body {
  position: relative;
  padding: 20px 30px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.detail .detail__body:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.detail .detail__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail .detail__list .detail__item {
  padding: 7px 0 6px;
  color: #777777;
}
.detail .detail__list .detail__value {
  margin-left: 4px;
  color: #222222;
}
.detail .detail--primary {
  font-size: 0;
}
.detail .detail--primary .detail__item {
  display: inline-block;
  width: 40%;
  padding: 12px 30px 11px;
  font-size: 13px;
}
.detail .detail--primary .detail__item:first-child,
.detail .detail--primary .detail__item:last-child {
  width: 30%;
}
.detail .detail--primary .detail__item + .detail__item {
  position: relative;
}
.detail .detail--primary .detail__item + .detail__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
.detail .detail--primary .detail__value {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
}
.detail .detail--primary small {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #222222;
}
.detail .detail--more {
  padding-bottom: 12px;
}
.detail .detail__control {
  position: absolute;
  top: 28px;
  right: 32px;
  display: block;
  padding-right: 17px;
  font-size: 13px;
  color: #4ab1da;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.detail .detail__control:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 1px solid #4ab1da;
  border-left: 1px solid #4ab1da;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.detail .detail__control.active:before {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail .detail__control:hover {
  color: #14a0d2;
}
.detail .detail__control:hover:before {
  border-color: #14a0d2;
}
.detail .detail__files {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
}
.detail .detail__file + .detail__file {
  margin-top: 11px;
}
.detail.detail--closed .detail--more {
  display: none;
}
.detail .detail__control.active + .detail__files {
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 380ms;
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 380ms;
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 380ms;
  opacity: 1;
  pointer-events: auto;
}
.detail--config .detail--primary .detail__item {
  width: 44%;
  vertical-align: middle;
}
.detail--config .detail--primary .detail__item:first-child,
.detail--config .detail--primary .detail__item:last-child {
  width: 28%;
}
.pagination {
  margin: 0 -5px;
  font-size: 0;
}
.pagination .pagination__item {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  margin: 0 5px;
  text-align: center;
  font-size: 15px;
  color: #4ab1da;
  background: #f6f6f6;
  border-radius: 50%;
  -webkit-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pagination .pagination__item.active {
  color: #fff;
  background: #6ccff6;
}
.pagination .pagination__item:hover {
  background: #e5e5e5;
}
.pagination .pagination--prev,
.pagination .pagination--next {
  position: relative;
  margin: 0;
  font-size: 0;
  background: none !important;
}
.pagination .pagination--prev:before,
.pagination .pagination--next:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-left: 2px solid #bbbbbb;
  border-top: 2px solid #bbbbbb;
}
.pagination .pagination--prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination .pagination--next:before {
  margin-left: -5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stat {
  padding: 15px 30px 20px;
  margin-bottom: 14px;
  background: rgba(255, 246, 214, 0.5);
  border-radius: 3px;
}
.stat .stat__title {
  padding: 0;
  margin-bottom: -5px;
}
.stat .detail {
  margin-bottom: 0;
}
.stat .detail__value {
  font-weight: 500;
}
.stat--top {
  margin-top: 80px;
}
.document-group {
  margin-bottom: 40px;
}
.document {
  position: relative;
  padding: 30px 0 31px;
  border-bottom: 1px solid #e5e5e5;
}
.document .document__name {
  padding-left: 34px;
  padding-right: 150px;
}
.document .document__helper {
  color: #777777;
}
.document .document__control {
  position: absolute;
  top: 20px;
  right: 0;
}
.document .document__preview {
  display: none;
}
.document .document__preview.preview--opened {
  display: block;
}
.document .document__preview .document__preview-inner {
  padding: 41px 34px 0;
}
.document .document__icon {
  position: absolute;
  top: 28px;
  left: -2px;
  width: 24px;
  height: 24px;
}
.document .document__icon path {
  fill: #4ab1da;
}
.document .upload-preview {
  margin-bottom: 0;
}
.document .form__error {
  position: absolute;
  top: -17px;
  right: 0;
  width: 280px;
  padding: 0;
  margin-top: 0;
  text-align: right;
}
.document.active .link--vision:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 1px;
  background: #4ab1da;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.document--done .document__name {
  font-weight: 500;
}
.document--done .document__helper {
  font-weight: normal;
}
.document--done .document__control {
  top: 29px;
}
.document--done .document__icon path {
  fill: #9dca3d;
}
.document--done .document__icon:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  right: -6px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #9dca3d;
  border-radius: 50%;
}
.document--done .document__icon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -2px;
  width: 8px;
  height: 5px;
  margin-top: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.document--error {
  padding-top: 21px;
  padding-bottom: 21px;
}
.document--error .document__error {
  display: block;
  font-size: 13px;
  color: #ff7676;
}
.document--error .document__icon path {
  fill: #ff7676;
}
.document--error .document__icon:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  right: -6px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #ff7676;
  border-radius: 50%;
}
.document--error .document__icon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3px;
  right: -4px;
  width: 12px;
  height: 12px;
  background: url("../images/cross.svg") no-repeat 50% 50%;
}
.document--licence .document__control {
  top: 29px;
}
.document--licence .document__preview .document__preview-inner {
  padding: 31px 0 0;
}
.document--licence .licence {
  margin-bottom: 0;
}
.document--licence.active .document__name {
  font-weight: 500;
}
.pricing {
  text-align: center;
  background: #fff;
}
.pricing .pricing__status {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 4;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 13px;
  color: #7fa62a;
  background: #fff0c4;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pricing .pricing__preview {
  border: 1px solid #e5e5e5;
}
.pricing .pricing__features {
  list-style: none;
  padding: 15px 0 17px;
  margin: 0;
}
.pricing .pricing__feature {
  padding: 2px 0 1px;
  font-size: 13px;
  color: #fff;
}
.pricing .pricing__feature .number {
  font-size: 15px;
}
.pricing .pricing__media {
  position: relative;
  min-height: 190px;
  width: 100%;
}
.pricing .pricing__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pricing .pricing__name {
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  color: #006caa;
}
.pricing .pricing__info {
  display: block;
  max-width: 195px;
  padding: 0 4px;
  margin: 0 auto 16px;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
.pricing .pricing__feature {
  padding: 4px 0 3px;
  font-size: 14px;
}
.pricing .pricing__feature .number {
  font-size: 16px;
}
.pricing--single {
  margin-bottom: 15px;
  box-shadow: -2px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.pricing--single .pricing__preview {
  border-radius: 5px 0 0 5px;
}
.pricing--single .pricing__media {
  min-height: 220px;
}
.pricing--single .pricing__detail {
  padding-top: 36px;
  min-height: 222px;
  border-radius: 0 5px 5px 0;
}
.pricing--single .pricing__name {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.pricing--single .pricing__info {
  max-width: 100%;
  font-size: 14px;
  color: #fff;
}
.pricing--single .pricing__features {
  padding: 5px 0 7px;
}
.pricing--first .pricing__detail {
  background: #6ccff6;
}
.pricing--standart .pricing__detail {
  background: #46addf;
}
.pricing--constant .pricing__detail {
  background: #1d8dc6;
}
.pricing--constant .pricing__info {
  max-width: 180px;
}
.pricing--vip .pricing__detail {
  background: #006caa;
}
.pricing-group {
  margin-bottom: 30px;
}
.pricing-group .pricing--first .pricing__preview {
  border-radius: 5px 0 0 0;
}
.pricing-group .pricing--first .pricing__detail {
  border-radius: 0 0 0 5px;
}
.pricing-group .pricing--last .pricing__preview {
  border-radius: 0 5px 0 0;
}
.pricing-group .pricing--last .pricing__detail {
  border-radius: 0 0 5px 0;
}
.pricing--shrink .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.swiper-wrapper .row {
  display: flex;
  justify-content: center;
}
.hero-slider .swiper-wrapper .row {
  display: block;
}
.pricing-row {
  margin-bottom: 40px;
}
.pricing--general {
  border-radius: 5px;
}
.pricing--general .pricing__preview {
  border: none;
}
.pricing--general .pricing__media {
  min-height: 225px;
}
.pricing--general .pricing__name {
  font-size: 20px;
}
.pricing--general .pricing__info {
  padding: 0;
  min-height: 36px;
}
.pricing--general .pricing__features {
  padding: 24px 0 23px;
}
.view-control .view__item {
  margin-left: 30px;
}
.swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: -25px;
  margin-bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background: #e5e5e5;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #4ab1da;
}
.swiper-pagination--light .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination--light .swiper-pagination-bullet-active {
  background: #4ab1da;
}
.repeat-group small {
  display: none;
}
.repeat-group.active .link--info {
  pointer-events: none;
  opacity: 0.5;
}
.repeat-group.active small {
  display: block;
}
.services {
  text-align: center;
  font-size: 0;
}
.services .service__inner {
  display: inline-block;
}
.services .service__media {
  width: 140px;
}
.services.services--space {
  padding-bottom: 38px;
}
.services.services--col .service {
  width: 25%;
  vertical-align: top;
}
.service {
  display: inline-block;
  width: 40%;
  padding: 10px 0;
  text-align: center;
}
.service .service__media {
  max-width: 140px;
  margin: 0 auto;
}
.service .service__name {
  display: block;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #4ab1da;
}
.contact {
  padding: 68px 60px 70px;
  background: #f6f6f6 url("../images/contact-bg.jpg") no-repeat 50% 100%;
  background-size: auto 600px;
}
.contact .contact__title {
  padding: 0;
  margin: 0 0 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: normal;
  line-height: 30px;
}
.contact .contact__info {
  margin: 0 0 26px;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
  color: #777777;
}
.contact--sm {
  background: #f6f6f6 url("../images/contact-bg-sm.jpg") no-repeat 50% 100%;
  background-size: auto 484px;
}
.contact--lg {
  padding: 77px 0 78px;
}
.contact--lg .contact__title {
  margin-bottom: 10px;
}
.contact--lg .contact__more {
  text-align: center;
}
.contact--lg .contact__more p {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}
.contact--lg .contact__more.more--single {
  text-align: left;
}
.contact--lg .contact__more.more--single p {
  padding-top: 2px;
  margin-bottom: 14px;
}
.post .post__date {
  display: block;
  color: #999999;
  cursor: default;
}
.post--preview {
  margin-bottom: 53px;
}
.post--preview .post__title {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.post--preview .post__title:hover {
  color: #4ab1da;
}
.post--single {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.post--single .post__date {
  margin-top: 90px;
  margin-bottom: 34px;
}
.post--primary {
  position: relative;
  padding-right: 70px;
  margin-bottom: 40px;
}
.post--primary:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 10px;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
}
.post--primary .post__title {
  margin-bottom: 18px;
  font-weight: bold;
}
.post--primary .post__date {
  font-size: 13px;
}
.post--sm {
  margin-bottom: 0;
}
.post--sm .post__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.post--sm .post__date {
  font-size: 13px;
}
.post--sm + .post--sm {
  margin-top: 33px;
}
.similar {
  padding-top: 24px;
}
.similar .similar__title {
  padding: 0 0 2px;
}
.similar .similar__item {
  display: block;
}
.similar .similar__item + .similar__item {
  margin-top: 13px;
}
.share {
  margin-right: -9px;
}
.share .share__title {
  position: relative;
  top: 1px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.share .share__item {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin: 0 9px;
}
.share.share--side {
  float: right;
  margin-top: -56px;
}
.share.share--space {
  margin-top: 47px;
}
.promo .promo__media img {
  max-width: 100%;
}
.promo .promo__period {
  font-weight: 500;
  color: #74a539;
  margin-right: 30px;
}
.promo .promo__timer {
  color: #999999;
}
.promo--preview {
  margin-bottom: 74px;
}
.promo--preview .promo__media {
  margin-bottom: 11px;
}
.promo--preview .promo__timer {
  font-size: 13px;
}
.promo--preview .promo__timer mark {
  margin-left: 2px;
  font-size: 15px;
  font-weight: 500;
  color: #74a539;
  background: none;
}
.promo--preview .promo__title {
  display: block;
  margin-top: 17px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.promo--preview .promo__title:hover {
  color: #4ab1da;
}
.promo--preview.promo--inactive .promo__title {
  color: #999999;
}
.promo--preview.promo--inactive p {
  color: #999999;
}
.promo--preview.promo--inactive .promo__media {
  opacity: 0.6;
}
.promo--preview.promo--inactive .promo__period {
  font-weight: normal;
}
.promo--single {
  padding-top: 16px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e5e5e5;
}
.promo--single .promo__period {
  display: inline-block;
  margin-bottom: 41px;
}
.promo--single .promo__timer {
  float: right;
}
.promo--single .promo__timer mark {
  margin-left: 5px;
  padding: 11px 20px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #74a539;
  border-radius: 5px;
}
.promo--single .promo__media {
  margin-top: 34px;
  margin-bottom: 37px;
}
.promo--single h2 {
  padding-top: 9px;
  padding-bottom: 0 !important;
}
.promo--single .promo__detail {
  padding: 9px 0 7px;
}
.promo--single.promo--inactive .promo__period {
  margin-bottom: 30px;
}
.promo--inactive {
  padding-top: 0;
}
.promo--inactive .promo__period {
  color: #999999;
}
.error {
  text-align: center;
}
.error .error__number {
  max-width: 560px;
  margin: 107px auto 37px;
}
.error .error__number img {
  max-width: 100%;
}
.error .error__type {
  padding: 0 0 6px;
  font-size: 18px;
  font-weight: 500;
}
.error .error__controls {
  max-width: 440px;
  margin: 0 auto;
  padding: 20px 0 18px;
  overflow: hidden;
}
.error .error__controls .link--back {
  float: left;
}
.error .error__controls .link--next {
  float: right;
}
.panel-group {
  margin-right: -25px;
}
.panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}
.panel .panel-title {
  padding-left: 22px;
}
.panel .panel-title > a {
  position: relative;
  display: inline-block;
  color: #222222;
  -webkit-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.panel .panel-title > a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #4ab1da;
  opacity: 0;
  -webkit-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.panel .panel-title > a:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  border-top: 1px solid #4ab1da;
  border-left: 1px solid #4ab1da;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.panel .panel-title > a.collapsed {
  color: #4ab1da;
}
.panel .panel-title > a.collapsed:after {
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.panel .panel-title > a.collapsed:before {
  opacity: 1;
}
.panel .panel-body {
  padding: 0;
  padding-top: 12px;
  padding-left: 22px;
  border: none !important;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}
.panel .panel-body p {
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}
.panel .panel-body p:last-child {
  margin-bottom: 0;
}
.panel + .panel {
  margin-top: 19px !important;
}
.accordion .panel-title {
  padding-left: 0;
}
.accordion .panel-title a {
  padding: 12px 10px;
  border: 1px solid #fff0c4;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  background: #fff0c4;
  -webkit-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 380ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.accordion .panel-title a:after {
  display: none;
}
.accordion .panel-title a.collapsed {
  background: none;
  border: 1px solid #e5e5e5;
}
.mobile-feature {
  display: block;
}
.features {
  font-size: 0;
}
.features .feature {
  display: inline-block;
  width: 33%;
}
.feature {
  padding-top: 7px;
  text-align: center;
  margin-bottom: 13px;
}
.feature .feature__icon {
  max-width: 140px;
  margin-bottom: 6px;
}
.feature .feature__icon.icon--lg {
  max-width: 180px;
}
.feature .feature__icon.icon--tall {
  position: relative;
  top: 6px;
}
.feature .feature__info {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.feature .feature__text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 17px;
  color: #777777;
}
.feature .feature__media {
  position: relative;
  min-height: 181px;
}
.feature .feature__media img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.feature .feature__count {
  display: block;
  padding: 16px 0 10px;
  font-size: 60px;
  color: #fece3a;
}
.feature--big {
  margin-bottom: 49px;
}
.feature--big .feature__info {
  display: block;
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 16px;
  line-height: inherit;
}
.feature--big .feature__icon {
  margin-bottom: 24px;
}
.feature--simple {
  position: relative;
  text-align: left;
  padding-top: 95px;
  margin-bottom: 11px;
}
.feature--simple:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  background: url("../images/check-marker.svg") no-repeat 50% 50%;
}
.feature--simple .feature__helper {
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
.feature--simple + .feature--simple {
  margin-top: 18px;
}
.auth-bg {
  background: url("../images/auth.jpg") no-repeat 50% 0;
}
.auth {
  padding: 120px 0;
}
.auth .auth__label {
  max-width: 140px;
  margin: 6px auto 5px;
}
.auth .auth__title {
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}
.auth .auth__title.auth-title--next {
  margin-bottom: 11px;
}
.auth .auth__info {
  margin: 0;
  text-align: center;
}
.auth .auth__info.auth-info--top {
  margin-top: 33px;
}
.auth .auth__info.auth-info-bottom {
  margin-bottom: 35px;
}
.auth .auth__info.auth-info--space {
  margin-bottom: 27px;
}
.auth .repeat-group {
  padding: 22px 0 27px;
  text-align: center;
}
.auth .tooltip {
  text-align: left;
}
.auth .form__label span {
  letter-spacing: -0.2px;
}
.auth-container {
  max-width: 540px;
  margin: 0 auto;
  padding: 37px 70px 44px;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 5px;
}
.promo-banner {
  display: block;
  margin-bottom: 100px;
}
.img-modal {
  cursor: pointer;
}
.img-resp {
  max-width: 100%;
}
.seo .seo-full {
  display: none;
}
.seo .seo__title {
  margin: -8px 0 -6px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #999999;
}
.seo .seo__subtitle {
  padding: 13px 0 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #999999;
}
.seo p {
  font-size: 14px;
  color: #999999;
}
.seo .link {
  font-size: 14px;
}
.static-position {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.static-position .top-scroll {
  display: none;
}
@media (max-width: 991px) {
  .header-fixed {
    display: none !important;
  }
  .header-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
  }
  .header-secondary {
    padding-top: 9px;
    height: 65px;
  }
  .header-secondary > .container {
    padding-left: 125px;
  }
  .header-secondary .lang {
    display: none;
  }
  .header {
    position: relative;
    z-index: 10;
  }
  .header .logo {
    vertical-align: middle;
  }
  .header .logo .logo__text {
    display: none;
  }
  .header .contact-info {
    position: relative;
    z-index: 5;
    margin-left: 15%;
  }
  .header .contact-info .contact-info__text {
    display: none;
  }
  .login {
    z-index: 5;
    width: auto;
    margin-right: 0;
  }
  .login .login__toggle {
    padding-left: 29px;
    padding-right: 6px;
  }
  .login .login__toggle:before {
    left: 0;
  }
  .login .login__dropdown {
    width: 225px;
  }
  .nav-toggle {
    display: inline-block;
    vertical-align: middle;
  }
  .nav--primary {
    display: none;
  }
  .header-offscreen {
    display: block;
  }
  .btn--cta {
    margin: 0;
  }
  .login:hover .login__toggle {
    background: transparent;
  }
  .login:hover .login__toggle .toggle-caret:before {
    margin-top: -6px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .login:hover .login__dropdown {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  .login.active .login__toggle {
    background: #fff;
  }
  .login.active .login__toggle .toggle-caret:before {
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .login.active .login__toggle.toggle--auth {
    background: transparent;
  }
  .login.active .login__dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .footer-info {
    padding: 31px 0 33px;
    text-align: center;
  }
  .contact-info--light {
    padding-left: 0;
    padding-top: 14px;
  }
  .contact-info--light .contact-info__link,
  .contact-info--light .contact-info__text {
    display: none;
  }
  .social--end {
    float: none;
    margin-top: 18px;
  }
  .footer .footer__heler {
    padding: 18px 0;
    text-align: center;
  }
  .payment {
    margin: 10px 0;
  }
  .reference {
    padding-top: 0;
    float: none;
  }
  .login-target {
    display: block;
  }
  .login--side {
    display: none;
  }
  
  .calculator__contols label {
     display: block;
     margin-bottom: 10px;   
    }
    
    .btn-group__whith-padding {
        padding: 25px 0 25px;
    }
    
    .calculator__contols h3 {
        font-size: 33px !important;
        text-align: center;
    }
    
}



@media (min-width: 992px) {
  .login--side,
  .nav-sidebar {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sequence {
    display: block !important;
  }
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}
@supports (-ms-ime-align: auto) {
  h2,
  h3,
  p strong,
  .text strong,
  .order-list li:before,
  .licence table th,
  .licence table tfoot td {
    font-weight: bold;
  }
  .contact-info--content .contact-info__item .contact-info__value,
  .nav .nav__link,
  .nav .nav__label,
  .menu .menu__claster,
  .menu .menu__return {
    font-weight: bold;
  }
  .footer-nav .footer-nav__title {
    font-weight: bold;
  }
  .btn-timer strong {
    font-weight: bold;
  }
  .content-group .content-group__count,
  .nav-sidebar .nav-sidebar__item,
  .nav-sidebar-target,
  .login--side .nav-item--active .login__nav-link,
  .login-target,
  .info .info__heading,
  .tooltip .tooltip__title,
  .modal .modal-title,
  .sequence-toggle,
  .sequence .sequence__item .sequence__name,
  .step .step__count,
  .step .step__name,
  .timer,
  .user .user__info strong,
  .user .user__contols .user__box-title,
  .notification .notification__title,
  .detail .detail--primary .detail__value,
  .stat .detail__value,
  .document--done .document__name,
  .document--licence.active .document__name,
  .pricing--single .pricing__name,
  .service .service__name,
  .post--preview .post__title,
  .promo .promo__period,
  .promo--preview .promo__timer mark,
  .promo--preview .promo__title,
  .promo--single .promo__timer mark,
  .error .error__type,
  .feature .feature__info,
  .seo .seo__subtitle {
    font-weight: bold;
  }
  .calculator .calculator__group .calculator__name,
  .calculator .calculator__group .calculator__value,
  .calculator .calculator__group .calculator__dimension,
  .calculator--sm .calculator__head {
    font-weight: bold;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .img-resp {
    display: block;
    max-width: 100%;
  }
  .vertical-stop {
    display: block;
  }
  .md-space-large {
    margin-bottom: 26px;
  }
  .md-space-small {
    margin-bottom: 12px;
  }
  .nav .nav__wrap {
    margin: 0 0 0 -50%;
  }
  .nav .nav__item {
    padding: 0 5px;
  }
  .nav .nav__link {
    margin: 35px 4px 33px;
    font-size: 16px;
  }
  .nav .nav__label {
    right: 0;
  }
  .login {
    margin-right: 5px;
  }
  .contact-info--line .contact-info__text {
    margin-right: 15px;
  }
  .header-fixed .nav .nav__wrap {
    margin-right: 10px;
  }
  .header-fixed .contact-info--line {
    padding-top: 19px;
  }
  .header-fixed .contact-info--line .contact-info__link {
    font-size: 16px;
  }
  .header-fixed .login .login__toggle {
    padding-left: 30px;
  }
  .header-fixed .login .login__toggle:before {
    left: 4px;
  }
  .footer-nav .footer-nav__group.group--second {
    margin-left: -50px;
  }
  .footer-nav .footer-nav__group.group--third {
    margin-left: -70px;
  }
  .footer-nav .footer-nav__group.group--fourth {
    margin-left: -90px;
  }
  .contact-info--light {
    padding-left: 0;
    margin-left: -40px;
  }
  .payment .payment__item.payment__item--helper {
    margin: 0 25px;
  }
  .btn--cta {
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .step .step__content {
    margin: 0 40px;
  }
  .sequence {
    padding-top: 23px;
  }
  .sequence .sequence__item .sequence__name {
    line-height: 38px;
    font-size: 12px;
  }
  .sequence .sequence--current .sequence__name {
    font-size: 12px;
  }
  .sequence .sequence--current {
    top: 0;
  }
  .sequence .sequence__item + .sequence__item {
    margin-left: 14px;
  }
  .sequence .sequence__item + .sequence__item:before {
    left: -15px;
  }
  .form .form__label span {
    display: none;
  }
  .form .form__group {
    padding-right: 49px;
  }
  .form .form__subheading {
    line-height: 21px;
    margin-bottom: 12px;
  }
  .text .text__heading {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .btn--addon {
    width: 50px;
  }
  .card {
    width: 410px;
  }
  .box.box--content {
    padding: 25px 25px 60px;
  }
  .user {
    padding-right: 230px;
  }
  .personal-content {
    margin: 0 15px;
  }
  .personal-data {
    margin: 0 15px;
  }
  .calculator--active .calculator__contols,
  .card-group,
  .credit-group {
    padding-left: 25px;
    padding-right: 25px;
  }
  .calculator--active .calculator__group .calculator__name {
    padding-top: 7px;
    font-size: 15px;
  }
  .calculator--active .calculator__group .calculator__value {
    font-size: 20px;
    line-height: 28px;
  }
  .calculator--active .calculator__group .calculator__dimension {
    top: 7px;
    font-size: 15px;
  }
  .calculator--active .calculator__group .value--money {
    width: 90px;
    padding-right: 30px;
  }
  .calculator--active .calculator__group .value--time {
    width: 65px;
    padding-right: 40px;
  }
  .calculator--active .calculator__group .value--time.dimension--sm {
    padding-right: 32px;
  }
  .group--start .btn--lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .group--start .btn-timer {
    width: 90px;
  }
  .promo-code--single .form--code .form__field {
    max-width: 130px;
  }
  .promo-code--single .form__input.input--sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .promo-code--single .btn--sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .promo-code--single .form__error {
    padding-left: 0;
    padding-right: 0;
  }
  .info--next.info--top,
  .info--wait {
    padding-top: 54px;
  }
  .detail {
    margin-bottom: 10px;
  }
  .detail.detail--space {
    margin-bottom: 40px;
  }
  .detail .detail--primary .detail__item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail .detail--primary .detail__item:first-child,
  .detail .detail--primary .detail__item:last-child {
    width: 25%;
  }
  .detail--config .detail--primary .detail__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .personal-content .personal__heading {
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: inherit;
  }
  .personal-content .personal__heading small {
    display: block;
    margin-left: 0;
  }
  .link-placeholder {
    top: 2px;
    right: 2px;
  }
  .credit-group .card .card__back {
    right: -70px;
  }
  .credit-group .card .card__front {
    width: 350px;
  }
  .credit-group .card .card__info {
    font-size: 13px;
  }
  .credit .credit__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .credit--line .credit__item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tabs--section .tab__link {
    height: 54px;
  }
  .tabs--section .tab_holder {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .card .card__describe {
    width: 145px;
    margin-left: 10px;
  }
  .card--choose-space {
    margin-bottom: 20px;
  }
  .box.box--canvas {
    padding: 44px 40px 42px;
  }
  .content.content--wrap {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .content.content--faq {
    margin-bottom: 52px;
  }
  .promo--single .promo__period {
    font-size: 13px;
    margin-right: 0;
  }
  .promo--single .promo__timer {
    font-size: 13px;
  }
  .banner--about img {
    max-width: 100%;
  }
  .heading-center {
    line-height: inherit;
    padding-top: 56px;
    padding-bottom: 14px;
  }
  .contact-info--content .contact-info__item .contact-info__value {
    font-size: 18px;
  }
  .panel-group {
    margin-right: 0;
  }
  .panel .panel-title > a:before {
    display: none;
  }
  .services.services--col .service {
    width: 50%;
  }
  .hero .hero__bg {
    max-height: 560px;
  }
  .hero .hero-calc {
    bottom: 24px;
  }
  .hero .hero-calc .calculator--fixed {
    margin-bottom: 15px;
  }
  .promo-banner img {
    max-width: 100%;
  }
  .post--primary .post__title {
    font-size: 18px;
  }
  .feature--big .feature__text {
    font-size: 13px;
  }
  .feature--big .feature__text br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content {
    margin-bottom: 60px;
  }
  .img-resp {
    display: block;
    max-width: 100%;
  }
  .sidebar {
    margin-bottom: 30px;
  }
  .sidebar .calculator {
    margin-top: 30px;
  }
  .login--side {
    box-shadow: none;
  }
  .step .step__content {
    margin: 0 60px;
  }
  .sequence {
    padding-top: 23px;
  }
  .sequence .sequence__item .sequence__name {
    line-height: 38px;
    font-size: 13px;
  }
  .sequence .sequence--current .sequence__name {
    font-size: 15px;
  }
  .sequence .sequence--current {
    top: 0;
  }
  .sequence .sequence__item + .sequence__item {
    margin-left: 20px;
  }
  .sequence .sequence__item + .sequence__item:before {
    left: -18px;
  }
  .sidebar.sidebar--static {
    margin-top: 30px;
  }
  .sidebar.sidebar--start.sidebar--static {
    margin-top: 0;
    margin-bottom: 30px;
    min-height: inherit !important;
  }
  .calculator--sm .calculator__contols {
    padding-top: 32px;
    padding-bottom: 34px;
  }
  .calculator--sm .range-slider {
    margin-bottom: 12px;
  }
  .calculator--sm .calculator__preivew-header,
  .calculator--sm .calculator__preivew-footer {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator--sm .calculator__details {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator--sm .calculator__preivew-footer .calculator__details {
    max-width: 100%;
  }
  .form .form__label span {
    display: none;
  }
  .form .form__subheading {
    line-height: 21px;
    margin-bottom: 12px;
  }
  .text .text__heading {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .credit .credit__item,
  .credit--open .credit__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .calculator--wide .calculator__contols {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box.box--content {
    padding: 25px 15px 60px;
  }
  .user {
    padding-right: 230px;
  }
  .personal-content {
    margin: 0 25px;
  }
  .personal-data {
    margin: 0 25px;
  }
  .card-group,
  .credit-group {
    padding-left: 30px;
    padding-right: 30px;
  }
  .credit--line .credit__item {
    padding-left: 0;
    padding-right: 0;
  }
  .promo-code--single .btn--sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info--next.info--top,
  .info--wait {
    padding-top: 54px;
  }
  .detail {
    margin-bottom: 10px;
  }
  .detail.detail--space {
    margin-bottom: 40px;
  }
  .detail .detail--primary .detail__item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail .detail--primary .detail__item:first-child,
  .detail .detail--primary .detail__item:last-child {
    width: 25%;
  }
  .detail .detail__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .personal-content .personal__heading {
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: inherit;
  }
  .personal-content .personal__heading small {
    display: block;
    margin-left: 0;
  }
  .card .card__describe {
    width: 220px;
  }
  .card--choose-space {
    margin-bottom: 20px;
  }
  .box.box--canvas {
    padding: 44px 40px 42px;
  }
  .content.content--wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 8px;
  }
  .content.content--faq {
    margin-bottom: 52px;
  }
  .nav-sidebar-target {
    display: block;
  }
  .nav-sidebar {
    display: none;
    margin-bottom: 0;
  }
  .calculator--sm-open .mb-30 {
    margin-bottom: 0;
  }
  .promo-code--thin .form--code {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-calc {
    margin-top: 30px;
  }
  .promo--single .promo__period {
    margin-right: 0;
  }
  .banner--about img {
    max-width: 100%;
  }
  .heading-center {
    line-height: inherit;
    padding-top: 56px;
    padding-bottom: 14px;
  }
  .panel-group {
    margin-right: 0;
  }
  .panel .panel-title > a:before {
    display: none;
  }
  .services.services--col .service {
    width: 50%;
  }
  .block {
    padding: 70px 0 80px;
  }
  .hero .hero__title {
    font-size: 35px;
  }
  .hero .hero__bg {
    max-height: 700px;
  }
  .hero .hero-calc {
    bottom: 20px;
  }
  .hero .hero-calc .calculator--fixed {
    margin-bottom: 15px;
  }
  .calculator--fixed {
    max-width: 360px;
  }
  .calculator--fixed .calculator__preivew {
    padding-left: 20px;
    padding-right: 20px;
  }
  .calculator--fixed .btn--lg {
    padding-left: 7px;
    padding-right: 7px;
  }
  .tabs--limit .tab_holder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo-banner {
    margin-bottom: 80px;
  }
  .promo-banner img {
    max-width: 100%;
  }
  .post--primary {
    padding-right: 50px;
  }
  .post--primary .post__title {
    font-size: 18px;
  }
  .tabs--basic .tab__link {
    width: 175px;
  }
  .tooltip--info {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .vertical-center,
  .color {
    display: block;
  }
  .mb-r-0 {
    margin-bottom: 0;
  }
  .modal .modal-dialog {
    width: 90%;
  }
  .content {
    margin-bottom: 50px;
  }
  .img-resp {
    display: block;
    max-width: 100%;
  }
  .modal-resp {
    cursor: default;
  }
  .sidebar {
    margin-bottom: 30px;
  }
  .sidebar .calculator {
    margin-top: 30px;
  }
  .sidebar.sidebar--personal {
    margin-bottom: 0;
  }
  .login--side {
    box-shadow: none;
    display: none !important;
  }
  .login-target {
    display: none;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .login .login__toggle {
    font-size: 0;
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .login .login__toggle:before {
    left: 50%;
    margin-left: -12px;
  }
  .login .login__toggle .toggle-caret {
    display: none;
  }
  .login .toggle--auth {
    top: -7px;
    margin: 0;
  }
  .login .toggle--auth:before {
    margin-left: -7px;
  }
  .footer-info {
    padding: 0px 0 26px;
  }
  .contact-info--light {
    padding-top: 0;
    margin-bottom: 16px;
  }
  .step .step__content {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar.sidebar--static {
    margin-top: 30px;
  }
  .sidebar.sidebar--start.sidebar--static {
    margin-top: 0;
    margin-bottom: 30px;
    min-height: inherit !important;
  }
  .calculator--sm .calculator__preivew-header,
  .calculator--sm .calculator__preivew-footer,
  .calculator--sm .calculator__group {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator--sm .calculator__details {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator--sm .calculator__preivew-footer .calculator__details {
    max-width: 100%;
  }
  .promo-code {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator--wide [class*='col'] + [class*='col'] {
    margin-top: 28px;
  }
  .sequence-toggle {
    display: block;
    text-transform: uppercase;
  }
  .sequence {
    display: none;
    margin-bottom: 20px;
    padding: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .sequence:before,
  .sequence:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
  }
  .sequence .sequence__item {
    padding: 8px 0;
    display: block;
    margin-left: 0 !important;
  }
  .sequence .sequence__item:before {
    display: none !important;
  }
  .sequence .sequence__item .sequence__name {
    line-height: 21px;
  }
  .sequence .sequence__item.sequence--done {
    margin-bottom: 10px;
  }
  .sequence .sequence__item.sequence--current {
    display: none;
  }
  .form .form__label span {
    display: none;
  }
  .form .form__row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .form .form__field {
    margin-bottom: 26px;
  }
  .form .field--checkbox {
    margin-bottom: 8px;
  }
  .form .form__action {
    margin-top: 20px;
  }
  .form .form__action.action--top {
    margin-top: 20px;
  }
  .form .form__subheading {
    line-height: 21px;
    margin-bottom: 16px;
  }
  .form--confirm {
    margin: 22px 0 35px;
  }
  .text .text__heading {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .text .text__subheading {
    line-height: 21px;
    margin-bottom: 16px;
    padding-top: 15px;
  }
  .repeat-group {
    margin-bottom: 26px;
  }
  .alert--confirm .repeat-group {
    margin-bottom: 6px;
  }
  .tooltip {
    right: -110px;
  }
  .link--forgot {
    float: right;
    padding-left: 0;
    margin-top: -20px;
  }
  .alert--danger {
    margin: 20px 0 10px !important;
  }
  .alert--reference {
    margin: 30px 0 10px !important;
  }
  .upload-preview .link--remove {
    display: block;
  }
  .card {
    padding-top: 0;
    width: 100%;
  }
  .card .card__front {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .card .card__name {
    color: #222222;
  }
  .card .card__back {
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .card .card__back:before {
    display: none;
  }
  .card .card__info {
    color: #222222;
    margin-bottom: 9px;
  }
  .card .card__info.info--sm {
    margin-top: -15px;
  }
  .form--card .form__input {
    border: 1px solid #e5e5e5 !important;
  }
  .form--card .form__wrap.focused .form__input {
    border-color: #69caf0 !important;
  }
  .credit .credit__item {
    width: 50%;
    text-align: center;
  }
  .credit .credit__item:before {
    top: 1px;
    bottom: 1px;
    height: auto;
  }
  .credit .credit__value {
    font-size: 18px;
  }
  .credit .credit__name {
    font-size: 12px;
  }
  .credit-group .credit {
    margin-left: -10px;
    margin-right: -10px;
  }
  .credit__title {
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .table-info {
    width: 100%;
  }
  .table-info .col-thin {
    width: 40%;
  }
  .table-info .col-wide {
    width: 60%;
  }
  .card-status {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .info--lg .info__text,
  .info--lg .info__text.text--thin {
    max-width: 100%;
  }
  .change-controls .change-controls__inner {
    text-align: center;
  }
  .change-controls .change-controls__inner .btn + .link {
    margin-left: auto;
    margin-right: auto;
  }
  .box.box--content {
    padding: 25px 0 60px;
  }
  .personal-content,
  .personal-data,
  .user {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .user {
    padding-right: 220px;
  }
  .user .user__info,
  .user .user__contols .user__box-title,
  .user .user__contols .user__box-value {
    font-size: 13px;
  }
  .select-group--resp {
    margin-bottom: 26px;
  }
  .select-group--resp--sm {
    margin-bottom: 10px;
  }
  .card-group .card-group__title {
    line-height: inherit;
    padding-top: 30px;
    padding-bottom: 16px;
  }
  .credit-group .credit {
    margin-bottom: 25px;
  }
  .credit--line .credit__item {
    padding: 10px 0;
  }
  .group--start {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .promo-code--single .promo-code__form {
    text-align: center;
  }
  .promo-code--single .form--code {
    display: inline-block;
  }
  .credit--line .credit__title {
    text-align: center;
    padding-bottom: 4px;
  }
  .group--shrink .btn-timer {
    display: inline-block;
  }
  .group--shrink .btn--lg:before,
  .group--shrink .btn--lg:after {
    border-radius: 0 3px 3px 0;
  }
  .info--next.info--top,
  .info--wait {
    padding-top: 54px;
  }
  .detail {
    margin-bottom: 10px;
  }
  .detail.detail--space {
    margin-bottom: 40px;
  }
  .detail .detail--primary .detail__item {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .detail .detail--primary .detail__item:first-child,
  .detail .detail--primary .detail__item:last-child {
    width: 25%;
  }
  .detail .detail__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sequence--special .link {
    left: 0 !important;
  }
  .personal-content .personal__heading {
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: inherit;
  }
  .personal-content .personal__heading small {
    display: block;
    margin-left: 0;
  }
  .credit-group__action {
    text-align: center;
  }
  .tabs--wide .tab__item {
    width: 50%;
  }
  .tabs--wide .tab__item + .tab__item {
    border: none;
  }
  .tabs--wide {
    position: relative;
  }
  .tabs--wide:before,
  .tabs--wide:after {
    content: "";
    position: absolute;
    display: block;
    background: #e5e5e5;
  }
  .tabs--wide:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .tabs--wide:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
  }
  .credit-group .card .card__name {
    margin-bottom: 15px;
  }
  .form--card .form__input {
    padding-right: 15px !important;
  }
  .tabs--section .tab__link {
    padding-left: 3px;
    padding-right: 3px;
  }
  .card--choose {
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .card--choose-space {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .card .card__describe {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  .card .card-status {
    margin-top: -10px;
  }
  .stat {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stat .detail .detail__list .detail__value {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
  .personal-data .personal-data__heading,
  .personal-data .personal-data__section {
    line-height: inherit;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .personal-data .personal-data__section {
    padding-top: 38px;
  }
  .card-confirm {
    border-color: #4ab1da !important;
    color: #4ab1da !important;
  }
  .card-confirm:hover {
    opacity: 1 !important;
    border-color: #14a0d2 !important;
  }
  .box.box--canvas {
    padding: 34px 0px 32px;
  }
  .content.content--wrap {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 8px;
  }
  .content.content--faq {
    margin-bottom: 52px;
  }
  .contact {
    margin-left: 25px;
    margin-right: 25px;
  }
  .nav-sidebar-target {
    display: block;
  }
  .nav-sidebar {
    display: none;
    margin-bottom: 0;
  }
  .mobile-calc {
    margin-top: 30px;
  }
  .promo-code--thin .form--code {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .service {
    width: 50%;
  }
  .service .service__name {
    font-size: 15px;
  }
  .services.services--col .service {
    width: 50%;
  }
  .content-group {
    padding-left: 40px;
  }
  .content-group:before {
    left: 0;
  }
  .content-group .content-group__count {
    left: -16px;
  }
  .content-group .content-group__title {
    padding: 11px 0;
    line-height: 30px;
  }
  .content.content--wrap h2 {
    padding-bottom: 11px;
    line-height: 30px;
  }
  .content.content--wrap .content-action {
    padding-top: 23px;
  }
  .post--preview {
    margin-bottom: 33px;
  }
  .promo--preview {
    margin-bottom: 60px;
  }
  .promo--single .promo__period {
    margin-right: 0;
    margin-bottom: 21px;
  }
  .promo--single .promo__timer {
    display: block;
    float: none;
    margin-bottom: 32px;
  }
  .banner--about img {
    max-width: 100%;
  }
  .heading-center {
    line-height: inherit;
    padding-top: 56px;
    padding-bottom: 14px;
  }
  .contact-info--content {
    padding-bottom: 40px;
    text-align: center;
  }
  .contact-info--content .contact-info__item {
    width: 50%;
    text-align: left;
    margin-bottom: 16px;
  }
  .contact-info--content .contact-info__item .contact-info__value {
    font-size: 18px;
  }
  .contact-info--content .contact-info--email {
    margin-left: 40px;
    margin-top: 10px;
  }
  .panel-group {
    margin-right: 0;
  }
  .panel .panel-title > a:before {
    display: none;
  }
  .auth {
    padding: 80px 0;
  }
  .auth .repeat-group {
    margin-bottom: 0;
  }
  .block {
    padding: 25px 0 30px;
  }
  .hero .hero__bg {
    max-height: 360px;
  }
  .hero .hero__title {
    margin-bottom: 16px;
    font-size: 34px;
  }
  .hero .hero__info {
    padding-bottom: 65px;
  }
  .hero .hero-slider {
    display: none;
  }
  .hero .hero-calc {
    position: static;
  }
  .hero .hero-calc .calculator--fixed {
    max-width: 100%;
  }
  .hero {
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }
  .hero .link-info-calc {
    color: #4ab1da !important;
  }
  .hero .link-info-calc:before {
    border-color: #4ab1da !important;
  }
  .hero .link-info-calc:hover {
    color: #14a0d2 !important;
  }
  .hero .link-info-calc:hover:before {
    border-color: #14a0d2 !important;
  }
  .hero .tooltip--info {
    top: 100%;
    right: auto;
    left: 50%;
    margin-top: 10px;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  .hero .tooltip--info:hover,
  .hero .tooltip--info.active {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .calculator--fixed .calculator__info {
    bottom: 0;
    top: auto;
    left: 50%;
    width: 100%;
    text-align: center;
    max-width: 320px;
    -webkit-transform: translate(-50%, 32px);
    -ms-transform: translate(-50%, 32px);
    -o-transform: translate(-50%, 32px);
    transform: translate(-50%, 32px);
    border-radius: 0 0 5px 5px;
  }
  .calculator--fixed .calculator__info .calculator__info-toggle {
    top: auto;
    bottom: 8px;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  .calculator--fixed .calculator__info.active {
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  .calculator--fixed .calculator__detail {
    text-align: center;
  }
  .promo-banner {
    margin-bottom: 60px;
  }
  .promo-banner img {
    max-width: 100%;
  }
  .post--primary {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .post--primary:before {
    display: none;
  }
  .post--primary .post__title {
    font-size: 18px;
  }
  .heading.heading--space {
    margin-bottom: 9px;
  }
  .tabs--basic {
    text-align: center;
  }
  .contact--sm {
    background: #eeeeee;
  }
  .contact--lg {
    background: none;
  }
  .feature--big {
    margin-bottom: 29px;
  }
  .feature--big .feature__text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs--md .nav-tabs .tab__link {
    width: 210px;
  }
  .heading {
    font-size: 28px;
  }
  .tabs .tab-pane-load {
    display: block;
  }
  .accordion .collapse-load {
    display: block;
  }
  .top-scroll {
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-size: 32px 32px;
  }
  .modal .modal-close {
    top: -40px;
    right: 0;
  }
  
  
  .hero .hero__message {
    display: block;
    margin: 51px 0 0 0;
    
  }
  
  
}







@media (max-width: 640px) {
  .header .contact-info {
    margin-left: 12%;
  }
  .page-title .page-title__name {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .nav-tabs .tab__link {
    width: 170px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }
  .step .step__heading {
    padding-left: 38px;
    padding-right: 15px;
  }
  .step.step--next .step__heading {
    padding-left: 40px;
    padding-right: 15px;
  }
  .btn + .btn {
    display: block;
    max-width: 218px;
    margin: 15px auto 0;
  }
  .licence {
    max-height: 480px;
  }
  .user {
    padding-right: 25px;
    padding-right: 25px;
  }
  .user .user__info {
    margin-bottom: 20px;
  }
  .user .user__contols {
    position: relative;
    top: 0;
    right: auto;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .user .user__contols .user__box {
    padding-left: 55px;
    padding-right: 0;
  }
  .user .user__contols .user__box:before {
    right: auto;
    left: 0;
  }
  .user .user__dropdown {
    width: auto;
    left: -30px;
  }
  .user .user__dropdown:before {
    right: auto;
    left: 38px;
  }
  .group--start {
    margin-left: -10px;
    margin-right: -10px;
  }
  .group--start .btn-timer {
    width: 90px;
  }
  .group--start .btn--lg {
    padding-left: 12px;
    padding-right: 12px;
  }
  .credit-group .promo-code {
    margin-left: -10px;
    margin-right: -10px;
  }
  .detail .detail__head {
    padding: 5px 0;
  }
  .detail .detail--primary .detail__item {
    width: 100%;
    padding: 10px 20px;
  }
  .detail .detail--primary .detail__item:first-child,
  .detail .detail--primary .detail__item:last-child {
    width: 100%;
  }
  .detail .detail__list .detail__value {
    display: block;
    margin-left: 0;
    margin-top: 3px;
  }
  .detail .detail__control {
    position: relative;
    top: 0;
    right: auto;
    display: inline-block;
    margin-top: 10px;
  }
  .tabs--wide .nav-tabs .tab__link {
    width: 100%;
  }
  .view-control .view__item {
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
  .tabs--section .tab__item {
    width: 100%;
  }
  .tabs--section .tab__item .tab__link {
    width: 100%;
  }
  .tabs--section .tab__item + .tab__item {
    border: none;
    border-top: 1px solid #e5e5e5;
  }
  .text .text__heading.heading--line {
    font-size: 18px;
    padding-right: 20px;
  }
  .pass-change {
    position: relative;
    top: 0;
    right: auto;
    margin-top: 20px;
  }
  .pass-change.insivible {
    display: none;
  }
  .text--rel {
    position: relative;
  }
  .text--rel .link--edit {
    position: absolute;
    bottom: 17px;
    right: 0;
    margin-bottom: 0 !important;
    font-size: 0;
    height: 20px;
  }
  .text--rel .link--lower {
    bottom: 5px;
  }
  .table-simple--edge {
    width: 640px;
  }
  .document .document__name {
    padding-right: 55px;
    font-size: 13px;
  }
  .document .document__error {
    font-size: 12px;
  }
  .document--done .document__name {
    padding-right: 30px;
  }
  .document--done .document__helper {
    display: block;
    margin-top: 4px;
  }
  .document--licence .document__name {
    padding-right: 30px;
  }
  .link--vision {
    position: relative;
    top: -12px;
    padding-left: 24px;
    height: 24px;
    font-size: 0;
  }
  .btn--download {
    padding-left: 30px;
    padding-right: 12px;
    font-size: 0;
  }
  .btn--download:before {
    left: 9px;
  }
  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post--single .post__date {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .share.share--side {
    float: none;
    margin-top: 0;
    margin-bottom: 34px;
  }
  .promo .promo__period {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .promo--single .promo__period {
    margin-bottom: 21px;
  }
  .promo--preview .promo__timer {
    display: block;
  }
  .features {
    text-align: center;
  }
  .features .feature {
    width: 50%;
  }
  .error .error__number {
    max-width: 80%;
  }
  .auth-container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact--lg {
    padding-left: 0;
    padding-right: 0;
  }
  .cta.cta--sm {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .pricing--shrink .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header .contact-info {
    margin-left: 27%;
  }
  .contact-info--line:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
  }
  .contact-info--line .contact-info__link {
    font-size: 18px;
    margin-right: 0;
  }
  .contact-info--line .contact-info__helper {
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    margin-top: 9px;
    padding: 23px 5px 25px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 10px rgba(43, 40, 44, 0.12);
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 620ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .contact-info--line .contact-info__helper.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .contact-info--line .contact-info__control {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .video .video-contol {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  .modal .modal-body {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal .modal-info {
    max-width: 100%;
  }
  .wrapper {
    padding-top: 37px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
  }
  .header-primary {
    padding: 10px 0;
  }
  .header-secondary > .container {
    padding-left: 100px;
  }
  .logo .logo__icon {
  }
  .login .login__toggle {
    width: 34px;
  }
  .nav-toggle {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .nav-toggle .toogle-icon {
    width: 22px;
    margin-left: -11px;
  }
  .nav-toggle .toogle-icon:before {
    top: -6px;
  }
  .nav-toggle .toogle-icon:after {
    top: 6px;
  }
  .header .contact-info {
    position: absolute;
    left: 50%;
    margin-left: 10%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .contact-info--line {
    width: 140px;
    padding-top: 13px;
  }
  .contact-info--line .contact-info__link {
    font-size: 14px;
  }
  .contact-info--line .contact-info__helper {
    left: -25px;
    right: -25px;
  }
  .header-offscreen {
    width: 100%;
  }
  .menu {
    min-height: 200px;
  }
  .btn--primary {
    padding: 12px 24px;
    letter-spacing: 0;
    font-size: 16px;
  }
  .link--info .icon-circle {
    margin-left: 9px;
  }
  .link--info-revert {
    padding-left: 42px;
  }
  .step .step__content {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .step .step__count {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: center;
  }
  .step .step__name {
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .step .step__heading,
  .step.step--next .step__heading {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .step.step--current .step__name {
    font-size: 16px;
  }
  .calculator--sm .calculator__preivew-header,
  .calculator--sm .calculator__preivew-footer,
  .calculator--sm .calculator__group {
    max-width: 100%;
  }
  .calculator--sm .calculator__details {
    max-width: 100%;
  }
  .calculator--wide .calculator__contols {
    padding: 10px 25px 34px;
  }
  .calculator--wide .calculator__group .calculator__name {
    text-align: right;
    padding-top: 24px;
    padding-bottom: 62px;
  }
  .calculator--wide .calculator__group .calculator__value {
    top: 48px;
  }
  .calculator--wide .calculator__group .calculator__dimension {
    top: 59px;
  }
  .calculator--wide [class*='col'] + [class*='col'] {
    margin-top: 12px;
  }
  .sequence .sequence__item .sequence__name {
    font-size: 13px;
  }
  .sequence .sequence--done .sequence__name {
    display: block;
    padding-left: 26px;
  }
  .sequence .sequence--current .sequence__name {
    font-size: 14px;
  }
  .sequence-toggle {
    font-size: 14px;
  }
  .sequence-toggle .sequence-toggle__describe {
    font-size: 11px;
  }
  .step.step--done .step__heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .step.step--done .step__count {
    margin-right: 15px;
    top: -2px;
  }
  .step.step--done .link {
    margin-left: 10px;
  }
  .step.step--next .step__heading {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .form .form__input {
    padding-left: 15px;
    padding-right: 35px;
  }
  .form .form__label {
    left: 15px;
  }
  .form .form__label span {
    display: none;
  }
  .form .form__group {
    padding-right: 44px;
  }
  .select .value-field {
    padding-left: 15px;
    padding-right: 40px;
    font-size: 13px;
  }
  .select + .select-label {
    left: 15px;
  }
  .btn--addon {
    width: 45px;
  }
  .nav-tabs {
    width: 100%;
  }
  .nav-tabs .tab__item {
    float: none;
    display: block;
  }
  .nav-tabs .tab__link {
    width: 100%;
  }
  .nav-tabs .tab__item + .tab__item {
    border-top: 1px solid #e5e5e5;
    border-left: 0;
  }
  .tooltip {
    width: 250px;
    right: -15px;
  }
  .select-group--additional .select-remove {
    margin-left: -1px;
  }
  .link--info-revert img {
    top: 0;
    display: block;
    margin-left: 0;
    margin-top: 2px;
  }
  .credit .credit__item {
    width: 50%;
  }
  .credit--open .credit__item,
  .credit .credit__item {
    padding: 19px 3px 22px;
    text-align: center;
  }
  .table-info {
    display: block;
  }
  .table-info tbody,
  .table-info tr,
  .table-info td {
    display: block;
  }
  .table-info tr td:first-child {
    padding-bottom: 0;
  }
  .text.text--top,
  .text.text--start {
    margin-top: 0;
  }
  .link.insivible {
    display: none !important;
  }
  .btn + .link {
    display: block;
    width: 61px;
    margin-left: 0;
    margin-top: 12px;
  }
  .btn + .btn {
    max-width: 150px;
    margin-top: 10px;
  }
  .btn--sized {
    padding: 4px 0px 5px;
  }
  .licence {
    max-height: 320px;
  }
  .licence .licence__features .licence__feature + .licence__feature {
    margin-left: 10%;
  }
  .info--lg .info__heading {
    font-size: 18px;
  }
  .personal-content,
  .personal-data,
  .user {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .card-group,
  .credit-group {
    padding-left: 25px;
    padding-right: 25px;
  }
  .credit--line .credit__item {
    padding: 10px 0;
  }
  .user {
    padding-left: 15px;
    padding-right: 15px;
  }
  .user .user__dropdown {
    left: -20px;
    right: -20px;
  }
  .user .user__dropdown:before {
    left: 28px;
  }
  .notification {
    padding-left: 16px;
    padding-right: 16px;
  }
  .notification .notification-more {
    right: 15px;
  }
  .notification .notification__text {
    padding-right: 23px;
  }
  .group--start {
    margin-top: 0;
  }
  .group--start .btn-timer {
    max-width: 100%;
    width: 190px;
    padding: 5px 0 2px;
  }
  .btn-group > *:first-child {
    border-radius: 3px 3px 0 0;
  }
  .btn-group > *:last-child {
    border-radius: 0 0 3px 3px;
  }
  .btn-group > *:last-child:before,
  .btn-group > *:last-child:after {
    border-radius: 0 0 3px 3px;
  }
  .promo-code {
    margin: 0;
  }
  .promo-code .form--code .form__field {
    max-width: 190px;
    margin: 0 auto 10px;
    float: none;
  }
  .personal-content .personal__heading {
    line-height: inherit;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .nav-tabs .tab__item {
    width: 100%;
  }
  .tabs--wide .tab__item + .tab__item {
    border: none;
    border-top: 1px solid #e5e5e5;
  }
  .tabs--wide {
    position: relative;
  }
  .tabs--wide:before,
  .tabs--wide:after {
    display: none;
  }
  .tabs--wide .nav-tabs .tab__link {
    width: 100%;
  }
  .view-control .link {
    font-size: 12px;
  }
  .table-simple {
    width: 400px;
  }
  .table-simple--edge {
    width: 640px;
  }
  .alert--confirm {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .alert--confirm .link--info {
    font-size: 13px;
  }
  .content.content--wrap {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact {
    margin-left: 20px;
    margin-right: 20px;
  }
  .service {
    width: 100%;
  }
  .services.services--col .service {
    width: 100%;
  }
  .contact {
    padding: 0 0 20px;
    background: none;
  }
  .contact .contact__title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .content-group {
    padding-left: 0;
    padding-top: 54px;
  }
  .content-group:before {
    top: 24px;
    left: 60px;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    display: none;
  }
  .content-group .content-group__title {
    padding: 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .content-group .content-group__count {
    left: 0;
  }
  .content-group .content-group__media.media--shadow {
    margin-left: 0;
  }
  .content.content--wrap h2 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .img-shift {
    margin-left: 0 !important;
  }
  .content-group--last {
    padding-top: 0;
  }
  .content-group--last .content-group__count {
    display: none;
  }
  .nav-sidebar-target {
    font-size: 15px;
  }
  .post--preview .post__title {
    font-size: 18px;
  }
  .share .share__title {
    display: block;
    margin-bottom: 8px;
  }
  .share .share__title + .share__item {
    margin-left: 0;
  }
  .features .feature {
    width: 100%;
  }
  .list--huge li {
    padding-left: 40px;
  }
  .list--huge li:before {
    font-size: 40px;
  }
  .contact-info--content {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .contact-info--content .contact-info__item {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-info--content .contact-info__item:before {
    left: 50%;
    margin-left: -12px !important;
  }
  .contact-info--content .contact-info--email {
    margin-left: 0px;
    margin-top: 0px;
  }
  .contact-info--content .contact-info__item .contact-info__value {
    font-size: 18px;
  }
  .contact-info--content .contact-info--hours {
    padding-left: 0;
  }
  .tabs-simple .nav-tabs .tab__item {
    display: inline-block;
    width: auto;
  }
  .contact--sm {
    margin-top: 30px;
  }
  .error .error__controls .link--back,
  .error .error__controls .link--next {
    float: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .error .error__controls .link--back {
    margin-left: -30px;
  }
  .error .error__controls .link--next {
    margin-right: -30px;
  }
  .mobile-clear {
    display: block;
    clear: both;
  }
  .auth-container {
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .auth {
    padding: 50px 0;
  }
  .form__label.label--wide {
    top: 22px;
    font-size: 12px;
  }
  .form__wrap.focused .form__label.label--wide,
  .form__wrap.passed .form__label.label--wide {
    font-size: 12px;
  }
  .form__label.label--wide-adjust {
    top: 23px;
    font-size: 11px;
  }
  .form__wrap.focused .form__label.label--wide-adjust,
  .form__wrap.passed .form__label.label--wide-adjust {
    font-size: 11px;
  }
  .hero .hero__bg {
    max-height: 320px;
  }
  .hero .hero__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .hero .hero__text {
    font-size: 16px;
  }
  .hero .hero-calc {
    margin: 0 -15px;
  }
  .calculator--fixed .calculator__info,
  .calculator--fixed .calculator__contols,
  .calculator--fixed .calculator__preivew {
    padding-left: 15px;
    padding-right: 15px;
  }
  .calculator--fixed .calculator__detail {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding: 8px 0;
  }
  .calculator--fixed .calculator__details {
    padding: 20px 0;
    text-align: center;
    margin: 0 -5px;
  }
  .calculator--fixed .calculator__label {
    font-size: 12px;
  }
  .calculator--fixed .calculator__value {
    font-size: 18px;
  }
  .calculator--fixed .calculator__group .calculator__name {
    font-size: 16px;
  }
  .calculator--fixed .btn-timer {
    max-width: 100%;
    width: 215px;
    padding: 4px 0 2px;
  }
  .calculator--fixed .promo-code {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tooltip .tooltip__title {
    line-height: 18px;
    margin-bottom: 5px;
  }
  .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .heading .heading__info {
    margin-top: 5px;
  }
  .tabs--md,
  .tabs--basic {
    font-size: 0;
  }
  .tabs--md .nav-tabs .tab__item,
  .tabs--basic .nav-tabs .tab__item {
    display: inline-block;
    width: 50%;
  }
  .tabs--md .nav-tabs .tab__link,
  .tabs--basic .nav-tabs .tab__link {
    width: 100%;
  }
  .tabs--md .tab__item + .tab__item,
  .tabs--basic .tab__item + .tab__item {
    border-top: none;
  }
  .accordion .panel-title {
    font-size: 15px;
  }
  .contact--lg {
    padding: 30px 0;
  }
  .link--phone {
    font-size: 24px;
  }
  
  .nav-tabs {
    width: calc(100% - 30px);
    margin: 0 15px;
}

 .hero .hero__message {
    display: block;
    margin: 24px 0 0 0;
    
  }

}
@media (max-width: 375px) {
  .step.step--done .link {
    display: block;
    width: 87px;
    margin: 6px auto 0;
    left: -18px;
  }
  .step .step__count {
    display: block;
    margin-bottom: 15px;
  }
  .step.step--next .step__count {
    margin-bottom: 10px;
  }
  .step.step--done .step__count {
    display: inline-block;
    margin-bottom: 0;
  }
}



.calculator__contols  label {
    color: #fff;
    
}
.calculator__contols h3  {
    color: #fff;
    font-size: 39px;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.1em; 
}

fieldset {
    letter-spacing: -0.66px;
    margin-bottom: 10px;
}

.form__input {
    border-radius: 4px;
    border: none;
    padding: 5px;
    margin: 0 5px 0 0;
}
.btn, #submit {
    border-radius: 4px !important;
    display: block;
    max-width: 343px;
    margin: 0 auto;
}

input:focus {
    background: #fdf1cb;
    transition: 0.33s all ease;
}

#submit.btn-disabled {
    color: #666;
    cursor: not-allowed; 
}


input.form__input {
    border: 2px solid #006caa;
}

._error {
 border: 2px solid red !important;   
}