@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_Bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: open_sansregular, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.login-title,
.registration-info-title,
.banner-title {
  font-family: open_sanssemibold, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.header .navbar-default .navbar-nav>li>a,
.header .navbar-default .navbar-extra>li>a,
.header .ter-login-link,
input,
button,
select,
textarea,
.form-control,
.btn {
  font-family: open_sansregular, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

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] {
  display: none;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .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: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  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;
  appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #f6f6f6;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

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

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

.checkbox+.checkbox {
  margin-top: -5px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-horizontal .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #53a9a6;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #428784;
  border-color: #295352;
}

.btn-primary:hover {
  color: #fff;
  background-color: #428784;
  border-color: #3f807e;
}

.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #428784;
  border-color: #3f807e;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #366f6d;
  border-color: #295352;
}

.btn-primary.active,
.btn-primary:active {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.btn-primary.active.focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.btn-primary.active:focus,
.btn-primary:active:focus {
  border-color: #53a9a6;
  background-color: #53a9a6;
}

.btn-primary.active,
.btn-primary:active {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #53a9a6;
  border-color: #53a9a6;
}

.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;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.open>a {
  outline: 0;
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav>li>a>img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}

@media (min-width:1200px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width:1200px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:1200px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: -17px;
  margin-bottom: -17px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:1200px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: -5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width:1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }
}

.navbar-default {
  background-color: #293a4b;
  border-color: #1d2936;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #1d2936;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse {
  border-color: #1d2936;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #1d2936;
  color: #555;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }

  ;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: open_sansregular;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  padding-right: 0 !important;
}

@media screen and (max-width:991px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #007cb9;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  outline: 0;
  transition: border .1s, color .3s;
}

a:focus,
a:hover {
  color: #007cb9;
  text-decoration: none;
  border-bottom: 1px solid #007cb9;
  outline: 0;
}

@media screen and (max-width:767px) {

  a:focus,
  a:hover {
    border-bottom: 1px solid transparent;
  }
}

label {
  margin-bottom: 0;
  font-weight: 400;
}

::-webkit-input-placeholder {
  font-family: open_sansregular;
  color: #7b8389;
}

::-moz-placeholder {
  font-family: open_sansregular;
  color: #7b8389;
}

:-moz-placeholder {
  font-family: open_sansregular;
  color: #7b8389;
}

p {
  margin: 0;
  line-height: 22px;
}

@media screen and (max-width:767px) {
  p {
    line-height: 18px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: open_sanssemibold;
  color: #333;
}

h1 {
  font-size: 30px;
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-size: 24px;
}

@media screen and (max-width:991px) {
  h2 {
    font-size: 26px;
  }
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (max-width:991px) {
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width:767px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 20px;
}

@media screen and (max-width:991px) {
  h4 {
    font-size: 21px;
  }
}

@media screen and (max-width:767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width:991px) {
  h5 {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  h5 {
    font-size: 13px;
    line-height: 18px;
  }
}

h5+ol {
  margin-top: 15px;
}

textarea {
  padding: 10px 15px;
  border: 1px solid #dce2e9;
  resize: none;
  min-height: 240px;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  max-height: 400px;
}

@media screen and (max-width:767px) {
  textarea {
    min-height: 120px;
  }
}

textarea.form-control {
  padding: 10px 15px;
}

ol,
ul {
  list-style-position: outside;
  margin: 0;
  font-size: 14px;
}

ol li,
ul li {
  line-height: 24px;
}

@media screen and (max-width:991px) {

  ol li,
  ul li {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {

  ol li,
  ul li {
    font-size: 13px;
    line-height: 18px;
  }
}

ol li span,
ul li span {
  vertical-align: top;
}

ul {
  list-style-type: circle;
}

ol li {
  margin-bottom: 10px;
}

ol li ol {
  margin-top: 10px;
}

ol ul {
  margin-top: 10px;
}

[class^=icon-]:before {
  margin: 0;
  width: auto;
  line-height: 1;
}

input[type=search] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

footer {
  position: static;
  margin-top: auto;
  width: 100%;
  z-index: 1;
}

footer .navbar-default {
  background-color: #314254;
}

footer .navbar-default .navbar-nav {
  text-align: center;
  float: none;
  margin: 0;
}

@media screen and (max-width:767px) {
  footer .navbar-default .navbar-nav {
    text-align: left;
    margin: 0;
  }
}

footer .navbar-default .navbar-nav>li {
  float: none;
  display: inline-block;
}

@media screen and (max-width:767px) {
  footer .navbar-default .navbar-nav>li {
    display: block;
  }
}

footer .navbar-default .navbar-nav>li>a {
  border-bottom: none;
}

footer .navbar-default .navbar-nav>li>a:hover {
  color: rgba(255, 255, 255, .25);
  background: 0 0;
}

footer .nav>li>a {
  padding: 30px 20px 0;
}

@media screen and (max-width:768px) {
  footer .nav>li>a {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  footer .nav>li>a {
    padding: 15px 0 0;
    font-size: 13px;
  }
}

footer .ter-copyright {
  background-color: #293a4b;
  text-align: center;
  color: #fff;
}

footer .ter-copyright-text {
  padding: 18px 0;
  margin: 0;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  footer .ter-copyright-text {
    font-size: 12px;
    margin: 0 50px;
    padding: 10px 0;
  }
}

footer .ter-copyright-text a {
  color: #fff;
}

footer .ter-copyright-text a:focus,
footer .ter-copyright-text a:hover {
  border-color: #fff;
}

footer .ter-social-networks {
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width:768px) {
  footer .ter-social-networks {
    margin: 30px 0 30px;
  }
}

@media screen and (max-width:767px) {
  footer .ter-social-networks {
    margin: 35px 0 20px;
  }
}

footer .ter-sn-link {
  border-bottom: none;
}

footer .ter-sn-link:not(:last-child) {
  margin-right: 10px;
}

.header {
  position: relative;
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  z-index: 20;
}

@media screen and (min-width:1200px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
  }
}

.header .navbar-default.searchOpen .ter-search-clean-btn-wrapper,
.header .navbar-default.searchOpen .ter-search-form {
  opacity: 1;
  z-index: 20;
}

.header .navbar-default.searchOpen .navbar-nav li a,
.header .navbar-default.searchOpen .navbar-toggle,
.header .navbar-default.searchOpen .ter-search-btn-wrapper {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width:1199px) {

  .header .navbar-default.searchOpen .ter-login-block,
  .header .navbar-default.searchOpen .ter-logo {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-default .container {
    text-align: right;
  }
}

.header .navbar-default .navbar-nav {
  margin: 0 10px 0 55px;
}

@media screen and (min-width:1200px) {
  .header .navbar-default .navbar-nav:hover>li>a {
    transition: color .3s;
    color: #838d99;
  }

  .header .navbar-default .navbar-nav:hover>li>a.active:hover .ter-navbar-icon {
    opacity: 1;
  }

  .header .navbar-default .navbar-nav:hover>li>a.active .ter-navbar-icon {
    opacity: .3;
  }
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-nav {
    margin: 0;
  }
}

.header .navbar-default .navbar-nav.navbar-extra {
  display: none;
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .header .navbar-default .navbar-nav.navbar-extra {
    display: block;
  }
}

.header .navbar-default .navbar-nav>li {
  text-align: center;
}

.header .navbar-default .navbar-nav>li.navbar-sm {
  float: left;
}

.header .navbar-default .navbar-nav>li>a {
  padding: 13px 34px;
  font-size: 13px;
  border-bottom: none;
  opacity: 1;
  position: relative;
  z-index: 10;
  transition: all .35s ease-out;
  z-index: 0;
}

@media screen and (min-width:1200px) {
  .header .navbar-default .navbar-nav>li>a.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    border-bottom: 5px solid #e9ecef;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
  }
}

.header .navbar-default .navbar-nav>li>a.active .ter-navbar-icon {
  opacity: 1;
}

.header .navbar-default .navbar-nav>li>a:focus,
.header .navbar-default .navbar-nav>li>a:hover {
  opacity: 1;
  color: #fff;
}

.header .navbar-default .navbar-nav>li>a:focus .ter-navbar-icon,
.header .navbar-default .navbar-nav>li>a:hover .ter-navbar-icon {
  opacity: 1;
}

.header .navbar-default .navbar-nav>li>a.banner-link {
  position: relative;
  width: 300px;
  height: 91px;
  margin: 10px auto;
  overflow: hidden;
  padding: 15px 10px;
  background: 0 0;
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header .navbar-default .navbar-nav>li>a.banner-link img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}

.header .navbar-default .navbar-nav>li>a.banner-link .banner-table {
  display: table;
  width: 100%;
}

.header .navbar-default .navbar-nav>li>a.banner-link .banner-cell {
  display: table-cell;
  vertical-align: middle;
}

.header .navbar-default .navbar-nav>li>a.banner-link .banner-cell+.banner-cell {
  padding-left: 10px;
  width: 42%;
}

.header .navbar-default .navbar-nav>li>a.banner-link span.banner-call,
.header .navbar-default .navbar-nav>li>a.banner-link span.banner-text,
.header .navbar-default .navbar-nav>li>a.banner-link span.banner-title {
  display: block;
  color: #fff;
  position: relative;
}

.header .navbar-default .navbar-nav>li>a.banner-link span.banner-text,
.header .navbar-default .navbar-nav>li>a.banner-link span.banner-title {
  text-align: left;
  padding-left: 0;
}

.header .navbar-default .navbar-nav>li>a.banner-link .banner-text {
  font-size: 14px;
  font-family: open_sanssemibold;
  padding: 5px 0 0;
}

.header .navbar-default .navbar-nav>li>a.banner-link .banner-call {
  padding: 5px 10px;
  float: right;
  line-height: 1.4;
}

.header .navbar-default .navbar-nav>li>a.banner-link .banner-title {
  text-transform: uppercase;
  top: 0;
  font-size: 18px;
}

.header .navbar-default .navbar-nav>li>a.navbar-item-review {
  background-color: #007cb9;
  border-bottom: 1px solid #007cb9;
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-nav>li>a {
    border-bottom: 1px solid #3a4f64;
    background-color: #314254;
  }
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-nav>li>a {
    padding: 13px 25px;
  }
}

@media screen and (max-width:991px) {
  .header .navbar-default .navbar-nav>li>a {
    font-size: 18px;
    padding: 20px 25px;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-default .navbar-nav>li>a {
    font-size: 13px;
    padding: 10px;
  }
}

.header .navbar-default .navbar-nav>li>a.navbar-sm-link {
  font-size: 13px;
  border-bottom: none;
  background-color: #293a4b;
}

.header .navbar-default .navbar-nav>li>a.navbar-sm-link.active,
.header .navbar-default .navbar-nav>li>a.navbar-sm-link:focus,
.header .navbar-default .navbar-nav>li>a.navbar-sm-link:hover {
  background-color: #314254;
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-nav>li>a.navbar-sm-link {
    padding: 20px 31px;
  }
}

@media screen and (max-width:991px) {
  .header .navbar-default .navbar-nav>li>a.navbar-sm-link {
    font-size: 15px;
  }
}

.header .navbar-default .navbar-nav>li>a .icon-right-open {
  float: right;
  margin-right: 5px;
}

.header .navbar-default .navbar-nav>li>a>span {
  display: block;
  margin-top: -1px;
  padding-left: 0;
}

.header .navbar-default .navbar-nav>li>a>span.ter-navbar-title {
  margin-top: 0;
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-nav>li>a>span {
    display: inline-block;
  }
}

.header .navbar-default .ter-navbar-title {
  position: relative;
}

.header .navbar-default .ter-navbar-icon {
  display: inline-block;
  color: #fff;
  opacity: .25;
  font-size: 15px;
  transition: opacity .3s;
}

@media screen and (max-width:1199px) {
  .header .navbar-default .ter-navbar-icon {
    display: none;
  }
}

.header .navbar-default .ter-navbar-icon.icon-mail {
  font-size: 13px;
}

.header .navbar-default .ter-navbar-icon.icon-home {
  font-size: 15px;
}

.header .navbar-default .ter-navbar-icon.icon-list {
  font-size: 17px;
}

.header .navbar-default .navbar-header {
  position: relative;
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-header {
    float: right;
    margin: 20px 35px 20px 0;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-default .navbar-header {
    margin: 15px 10px 15px 0;
  }
}

.header .navbar-default .navbar-toggle {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  position: relative;
  z-index: 10;
  transition: all .35s ease-out;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
  background-color: #293a4b;
}

.header .navbar-default .navbar-toggle .icon-bar {
  color: #fff;
  background-color: #fff;
}

@media screen and (max-width:991px) {
  .header .navbar-default .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-default .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
}

.header .navbar-default .navbar-collapse {
  margin: 0;
  padding: 0;
  border-top: none;
  box-shadow: none;
  opacity: 1;
}

.header .navbar-default .navbar-collapse.hidden {
  display: none !important;
}

@media screen and (max-width:1199px) {
  .header .navbar-default .navbar-collapse {
    margin: 0 -30px;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-default .navbar-collapse {
    margin: 0 -15px;
  }
}

.header .navbar-default .icon-bar {
  color: #fff;
  background-color: #fff;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 19px;
  height: 3px;
  border-radius: 1px;
}

@media screen and (max-width:991px) {
  .header .navbar-default .icon-bar {
    width: 24px;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-default .icon-bar {
    width: 19px;
  }
}

.header .ter-logo-wrapper {
  float: left;
  width: 72px;
  margin-left: 30px;
}

@media screen and (max-width:1199px) {
  .header .ter-logo-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .header .ter-logo-wrapper {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}

.header .ter-logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  color: #fff;
  opacity: 1;
  position: relative;
  z-index: 10;
  transition: all .35s ease-out;
}

.header .ter-logo.general {
  background-image: url('../images/logo.svg');
  width: 44px;
  height: 34px;
  margin-top: 15px;
}

@media screen and (max-width:1199px) {
  .header .ter-logo.general {
    margin-top: 13px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-logo.general {
    margin-top: 9px;
    width: 38px;
    height: 30px;
  }
}

.header .ter-search-form {
  width: 50%;
  position: absolute;
  top: 0;
  margin-left: 145px;
  height: 66px;
  z-index: -10;
  opacity: 0;
  transition: all .35s ease-out;
}

@media screen and (max-width:1199px) {
  .header .ter-search-form {
    width: 80%;
    margin-left: 10px;
    height: 60px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-search-form {
    height: 48px;
    width: 65%;
  }
}

.header .ter-search-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .25);
  text-transform: uppercase;
}

.header .ter-search-form ::-moz-placeholder {
  color: rgba(255, 255, 255, .25);
  text-transform: uppercase;
}

.header .ter-search-form :-moz-placeholder {
  color: rgba(255, 255, 255, .25);
  text-transform: uppercase;
}

.header .ter-search-form .ter-search-input {
  display: inline-block;
  margin-top: 20px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #fff;
  outline: 0;
  width: 100%;
}

.header .ter-search-form .ter-search-input:active,
.header .ter-search-form .ter-search-input:focus {
  background-color: transparent;
  outline: 0;
  border: none;
}

@media screen and (max-width:991px) {
  .header .ter-search-form .ter-search-input {
    margin-top: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-search-form .ter-search-input {
    margin-top: 14px;
    font-size: 13px;
  }
}

.header .ter-search-block {
  color: #fff;
  margin-top: 18px;
  float: right;
}

@media screen and (max-width:1199px) {
  .header .ter-search-block {
    margin: 17px 35px 0 0;
  }
}

@media screen and (max-width:991px) {
  .header .ter-search-block {
    margin: 15px 40px 0 0;
  }
}

@media screen and (max-width:767px) {
  .header .ter-search-block {
    margin: 11px 20px 12px 0;
    float: none;
    display: inline-block;
  }
}

.header .ter-search-btn-wrapper {
  padding: 2px 23px;
  border-left: 1px solid #505e6c;
  opacity: 1;
  position: relative;
  z-index: 10;
  transition: all .35s ease-out;
}

@media screen and (max-width:1199px) {
  .header .ter-search-btn-wrapper {
    padding: 0;
    border-left: none;
  }
}

.header .ter-search-clean-btn-wrapper {
  padding: 5px 23px;
  position: absolute;
  top: 17px;
  z-index: -10;
  opacity: 0;
  transition: all .35s ease-out;
}

@media screen and (max-width:1199px) {
  .header .ter-search-clean-btn-wrapper {
    position: absolute;
    right: 30px;
    padding: 3px 0 0 0;
  }
}

@media screen and (max-width:767px) {
  .header .ter-search-clean-btn-wrapper {
    padding: 5px 0 0 0;
    right: 15px;
    top: 12px;
  }
}

.header .ter-search-clean-btn-wrapper .icon-bar {
  width: 19px;
}

@media screen and (max-width:991px) {
  .header .ter-search-clean-btn-wrapper .icon-bar {
    width: 24px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-search-clean-btn-wrapper .icon-bar {
    width: 19px;
  }
}

.header .ter-search-btn,
.header .ter-search-clean-btn {
  border: none;
  background: 0 0;
  outline: 0;
  padding: 0;
}

.header .ter-search-btn {
  display: inline-block;
  color: #fff;
}

.header .ter-search-btn .icon-search {
  font-size: 17px;
  transition: color .3s;
}

.header .ter-search-btn .icon-search:hover {
  color: #53a9a6;
}

@media screen and (max-width:991px) {
  .header .ter-search-btn .icon-search {
    font-size: 22px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-search-btn .icon-search {
    font-size: 18px;
  }
}

.header .ter-search-clean-btn {
  width: 24px;
  height: 24px;
}

@media screen and (max-width:767px) {
  .header .ter-search-clean-btn {
    width: 19px;
    height: 19px;
  }
}

.header .ter-search-clean-btn .icon-one {
  transform: rotate(45deg) translate(0, -2px);
  -ms-transform: rotate(45deg) translate(0, -2px);
}

.header .ter-search-clean-btn .icon-two {
  transform: rotate(-45deg) translate(4px, -2px);
  -ms-transform: rotate(-45deg) translate(4px, -2px);
}

.header .ter-login-block {
  text-align: center;
  float: right;
  width: 140px;
  height: 66px;
  background-color: #314254;
  border-bottom: none;
  transition: height .5s;
}

@media screen and (max-width:1199px) {
  .header .ter-login-block {
    margin-right: -30px;
    height: 60px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-login-block {
    height: auto;
    float: left;
    background-color: transparent;
    width: 80px;
  }
}

.header .ter-login-link {
  font-size: 13px;
  padding-top: 19px;
  color: #fff;
  height: 100%;
  border-bottom: none;
  transition: all .3s;
  display: block;
}

.header .ter-login-link span {
  position: relative;
  right: 6px;
}

.header .ter-login-link:hover {
  background-color: #53a9a6;
  color: #fff;
  text-decoration: none;
}

.header .ter-login-link:hover .icon-lock {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .header .ter-login-link:hover .icon-lock {
    opacity: .3;
  }
}

@media screen and (max-width:1199px) {
  .header .ter-login-link {
    padding-top: 15px;
  }
}

@media screen and (max-width:991px) {
  .header .ter-login-link {
    font-size: 15px;
  }
}

@media screen and (max-width:767px) {
  .header .ter-login-link {
    font-size: 12px;
    padding-top: 9px;
    text-transform: uppercase;
    margin-left: 4px;
  }

  .header .ter-login-link:hover {
    background-color: transparent;
  }
}

.header .ter-login-link .icon-lock {
  color: #fff;
  opacity: .3;
  margin-right: 7px;
  font-size: 18px;
  transition: all .3s;
  position: relative;
  right: 6px;
  display: inline-block;
}

.navbar-default {
  border: none;
  z-index: 15;
}

.banner-title {
  display: block;
  font-size: 16px;
  font-family: open_sansbold;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.banner-text {
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  font-family: open_sanssemibold;
  opacity: .99;
}

.banner-call {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  font-family: open_sanssemibold;
  font-size: 13px;
  text-transform: uppercase;
  transition: all .3s;
  background-color: #f26c4f;
  padding: 5px 15px;
  margin: auto;
  border-radius: 3px;
  position: relative;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s;
  max-width: 100%;
  border-radius: 2px;
}

input::-ms-clear {
  width: 0;
  height: 0;
  line-height: 0;
  display: none;
}

input::-ms-reveal {
  width: 0;
  height: 0;
  line-height: 0;
  display: none;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width:1200px) {
  .page-wrapper:not(.no-submenu) {
    padding-top: 106px;
  }

  .page-wrapper.no-submenu {
    padding-top: 66px;
  }
}

.container {
  padding: 0;
  width: 1170px;
}

@media screen and (max-width:1199px) {
  .container {
    width: auto;
    padding: 0 30px;
  }
}

@media screen and (max-width:767px) {
  .container {
    padding: 0 15px;
  }
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.btn {
  padding: 0 30px;
  height: 35px;
}

@media screen and (max-width:991px) {
  .btn {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media screen and (max-width:767px) {
  .btn {
    font-size: 13px;
    padding: 0 15px;
  }
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  background-color: #e9ecef;
  color: #7b8389;
  box-shadow: none;
}

.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled]:focus,
.btn[disabled]:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover {
  background-color: #e9ecef;
}

.btn+.btn {
  margin-left: 5px;
}

a.btn {
  border: none;
  padding: 8px 30px;
}

@media screen and (max-width:991px) {
  a.btn {
    padding: 7px 20px;
  }
}

@media screen and (max-width:767px) {
  a.btn {
    padding: 9px 15px;
  }
}

.btn-primary {
  border: none;
  transition: background .3s;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #5cbfbc;
}

@media screen and (max-width:767px) {
  .btn-primary+.form-control {
    margin-top: 10px;
  }
}

.form-control {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  border: 1px solid #dce2e9;
  border-radius: 2px;
  box-shadow: none;
  color: #333;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width:991px) {
  .form-control {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .form-control {
    font-size: 12px;
  }
}

.form-control:focus {
  border-color: #53a9a6;
  box-shadow: none;
}

.form-control+.form-control {
  margin-right: 5px;
}

.form-control-label-tip {
  position: absolute;
  top: 8px;
  left: 15px;
  color: #7b8389;
  transition: .2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  pointer-events: none;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .form-control-label-tip {
    top: 6px;
  }
}

.form-control-label-tip.focused {
  font-size: 11px;
  top: -8px;
  background: #fff;
  padding: 0 6px;
}

@media (min-width:768px) {
  .form-horizontal .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-horizontal .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-horizontal .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-horizontal .checkbox label {
    padding-left: 0;
  }

  .form-horizontal .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
}

.form-horizontal .form-group {
  margin: 15px 0 0;
  display: block;
  position: relative;
}

@media screen and (max-width:1199px) and (min-width:768px) {
  .form-horizontal .form-group {
    margin: 10px 0 0;
  }
}

.form-horizontal .form-control {
  width: 250px;
}

@media screen and (max-width:767px) {
  .form-horizontal .form-control {
    width: 100%;
  }
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.form-horizontal .checkbox {
  padding-top: 0;
  min-height: 0;
}

.form-horizontal .checkbox label {
  color: #333;
}

.form-horizontal .checkbox label {
  padding-left: 30px;
}

.form-horizontal .checkbox * {
  cursor: pointer;
}

.form-horizontal .checkbox input {
  opacity: 0;
}

.form-horizontal .checkbox span {
  position: relative;
  display: inline-block;
  margin-left: -30px;
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #dce2e9;
  background-color: #fff;
  transition: all .2s;
}

.form-horizontal .checkbox span:before {
  content: "\e800";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  vertical-align: middle;
  color: #53a9a6;
  transition: all .3s;
}

.form-horizontal .checkbox input[type=checkbox] {
  position: absolute;
}

.form-horizontal .checkbox input[type=checkbox]:checked+span,
.form-horizontal .checkbox input[type=checkbox]:focus+span {
  border-color: #53a9a6;
  background-color: #fff;
}

.form-horizontal .checkbox input[type=checkbox]:checked+span:before {
  color: #53a9a6;
  opacity: 1;
}

.form-horizontal .checkbox input[type=checkbox]:disabled+span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

.ter-login-page {
  margin: 0 auto;
  width: 664px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width:767px) {
  .ter-login-page {
    width: 290px;
    height: auto;
    padding-bottom: 30px;
  }
}

.ter-login-page .ter-captha {
  margin: 15px 0 5px;
}

.ter-login-page .ter-captha-container {
  margin-bottom: 10px;
}

.ter-login-page .ter-captha-container:after,
.ter-login-page .ter-captha-container:before {
  content: " ";
  display: table;
}

.ter-login-page .ter-captha-container:after {
  clear: both;
}

.ter-login-page .ter-captha-container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

@media screen and (max-width:767px) {
  .ter-login-page .ter-captha-container label.error {
    margin-top: -10px;
  }
}

.ter-login-page .form-control {
  width: 100%;
}

.ter-login-page .form-control:-webkit-autofill {
  background-color: transparent !important;
}

.login-block {
  height: 520px;
  padding: 40px 30px 0;
  float: right;
  width: 364px;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (max-width:767px) {
  .login-block {
    padding: 30px 30px 25px;
    height: auto;
    width: 294px;
    float: none;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
  }
}

.login-title-wrapper {
  text-align: center;
}

.login-title {
  margin-bottom: 10px;
}

.login-tip {
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .login-tip {
    margin-bottom: 15px;
  }
}

.login-link-container {
  display: inline-block;
  margin-left: 40px;
}

@media screen and (max-width:991px) {
  .login-link-container {
    margin-left: 10px;
  }
}

.login-actions {
  margin-top: 15px;
}

.forget-password-tip {
  font-size: 13px;
  margin: 15px 0;
  line-height: 20px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .forget-password-tip {
    line-height: 24px;
    font-size: 14px;
  }
}

.registration-info-block {
  height: 520px;
  padding: 40px 30px 0;
  background: url('../images/login-bg.png') no-repeat;
  background-size: cover;
  width: 300px;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media screen and (max-width:767px) {
  .registration-info-block {
    padding: 30px 30px 25px;
    height: auto;
    width: 294px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
  }
}

.registration-info-block .login-title {
  color: #fff;
}

.registration-info-container {
  margin: 25px 0 10px;
}

@media screen and (max-width:767px) {
  .registration-info-container {
    margin: 15px 0 5px;
  }
}

.registration-info-title {
  color: #fff;
}

@media screen and (max-width:991px) {
  .registration-info-title {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .registration-info-title {
    font-size: 14px;
  }
}

.registration-info,
.registration-tip {
  opacity: .8;
}

.registration-info {
  width: 90%;
}

@media screen and (max-width:767px) {
  .registration-info {
    width: 100%;
  }
}

.registration-link {
  color: #fff;
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-family: open_sanssemibold;
  margin-top: 15px;
}

.registration-link:focus,
.registration-link:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.error-block {
  background-color: #f5e0dc;
  color: #f26c4f;
  font-size: 13px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 13px 30px;
  width: 100%;
  max-width: 664px;
  border-radius: 4px;
  box-sizing: border-box;
}

.error-block.big {
  width: 100%;
  max-width: 664px;
}

/* ==========================================================================
   Cookie Consent Alert Banner
   ========================================================================== */
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: open_sansregular, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
  background-color: #324253;
  color: #fff;
  opacity: 1;
  border: none;
  box-shadow: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cc-window.cc-banner {
  padding: 14px 20px !important;
  width: 100%;
  flex-direction: row;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #324253;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
  color: #fff;
  font-size: 14px;
  font-family: open_sansregular, "Open Sans", Helvetica, Arial, sans-serif;
  position: relative;
  top: -2px;
}

.cc-banner .cc-link {
  color: #fff;
  text-decoration: underline;
  padding: 0.2em;
  display: inline-block;
  opacity: 0.85;
  transition: all 0.3s;
}

.cc-banner .cc-link:hover,
.cc-banner .cc-link:active {
  color: rgba(255, 255, 255, 0.25);
  border-bottom: transparent;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
  flex: 0 0 auto;
}

.cc-btn,
.cc-banner .cc-btn,
.cc-window .cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 140px;
  min-width: 140px;
  padding: 0;
  font-size: 16px;
  font-family: open_sansregular, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 40px;
  border: none;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
  background-color: #53a9a6;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.cc-btn:hover,
.cc-banner .cc-btn:hover,
.cc-window .cc-btn:hover {
  background-color: #5cbfbc !important;
  color: #fff !important;
  text-decoration: none !important;
}

.cc-btn:focus,
.cc-banner .cc-btn:focus {
  outline: none;
  color: #fff !important;
  text-decoration: none !important;
}

.cc-window.cc-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .cc-window.cc-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px !important;
  }

  .cc-banner .cc-message {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cc-compliance {
    width: 100%;
    display: block;
  }

  .cc-btn,
  .cc-banner .cc-btn,
  .cc-window .cc-btn {
    width: 100% !important;
    min-width: 100% !important;
    display: flex;
    box-sizing: border-box;
  }
}