.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  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;
}
a,
button {
  cursor: pointer;
}
button,
input,
textarea {
  background-color: transparent;
  outline: none;
  border: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  display: inline-block;
}
img {
  max-width: 100%;
  max-height: 100%;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2095cf;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #07ADFF;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
table {
  background-color: #eeeeee;
  color: #000;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ccc;
}
.table .table {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #dddddd;
}
.table-hover > tbody > tr:hover {
  background-color: #eeeeee;
}
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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1248px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.relative {
  position: relative;
}
.fade {
  opacity: 0;
  -webkit-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: all 0.35s ease;
  transition: all 0.35s ease;
}
.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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 600px;
  margin: 10px auto;
}
.modal-dialog .modal-content {
  position: relative;
  padding: 25px 30px 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
@media (min-width: 800px) {
  .modal-dialog.width-small {
    width: 600px;
    margin: 30px auto;
  }
  .modal-dialog.height-small {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
  }
  .modal-dialog.youtube {
    width: 845px;
    top: 10%;
  }
  .modal-dialog.youtube .modal-content {
    padding: 15px;
  }
  .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);
  }
}
.lSSlideOuter {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  position: relative;
  margin: 0 auto;
  bottom: 140px;
  padding: 0 15px;
  text-align: left;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
}
.lSSlideOuter .lSPager.lSpg > li a {
  display: block;
  overflow: hidden;
  padding: 8px 10px 8px 0;
  text-indent: -999em;
  position: relative;
  -webkit-transition: none;
  transition: none;
  z-index: 99;
}
.lSSlideOuter .lSPager.lSpg > li a span {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 4px;
  width: 40px;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a span,
.lSSlideOuter .lSPager.lSpg > li.active a span {
  background-color: #ffffff;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../images/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  right: 50px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none;
  outside: none;
}
.lSSlideOuter .lightSlider li {
  list-style: none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.page-home .header {
  background-color: transparent;
  position: absolute;
  width: 100%;
}
.page-home .content-wrapper {
  padding: 0;
}
.slick-slide {
  outline: none;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
}
.slick-dots li {
  font: 0;
  margin: 0 10px;
  display: block;
  height: 13px;
  width: 13px;
  color: transparent;
  background-color: transparent;
  border: 2px solid #094471;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #094471;
}
.slick-dots li button {
  visibility: hidden;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  line-height: 1;
  background-color: #0a4472;
}
@media (min-width: 768px) {
  .header {
    padding: 26px 0;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 52px 0;
  }
}
.header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  width: 100px;
  max-height: 106px;
}
@media (min-width: 768px) {
  .header-logo {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .header-logo {
    width: 178px;
  }
}
.header-logo img {
  width:auto;
  max-width: 100%;
  max-height: 100%;
}
.header-nav-toggler {
  padding: 0;
  overflow: hidden;
  height: 25px;
  width: 35px;
  position: relative;
}
.header-nav-toggler .bars {
  position: absolute;
  left: 0;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
}
.header-nav-toggler .bars:nth-child(1) {
  top: 0;
}
.header-nav-toggler .bars:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav-toggler .bars:nth-child(3) {
  bottom: 0;
}
.header-nav-toggler.is-open .bars:nth-child(2) {
  opacity: 0;
}
.header-nav-toggler.is-open .bars:first-child {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.header-nav-toggler.is-open .bars:last-child {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
@media (min-width: 768px) {
  .header-nav-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    margin-right: 19px;
  }
}
.header-nav-top,
.header-nav-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 768px) {
  .header-nav-top {
    border-top: 2px solid #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .header-actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-actions-item.submenu {
  margin-right: auto;
}
.header-actions-item.submenu li a {
  display: block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .header-actions-item.submenu li:not(:last-child) {
    margin-right: 25px;
  }
  .header-actions-item.submenu li a {
    display: inline-block;
  }
}
.header-actions-item.langs {
  display: none;
}
@media (min-width: 768px) {
  .header-actions-item.langs {
    display: block;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .header-actions-item.langs {
    padding-left: 90px;
  }
}
.header-actions-item.user {
  display: none;
}
@media (min-width: 768px) {
  .header-actions-item.user {
    display: block;
    padding-left: 32px;
  }
}
.header-actions-item a,
.header-actions-item button {
  color: #fff;
  font-size: 12px;
}
.header-actions-item a svg,
.header-actions-item button svg {
  fill: #fff;
}
.header-actions-link {
  position: relative;
  padding: 13px;
}
.header-actions-link:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  right: -3px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
}
.header-actions-link.is-active {
  color: #2095cf;
}
.header-actions-btn {
  padding: 7px;
}
.navigation {
  text-align: right;
  padding-top: 1px;
}
.navigation-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navigation-menu-item {
  position: relative;
  display: block;
  line-height: 0;
}
.navigation-menu-item:not(:last-child) {
  padding-right: 30px;
}
.navigation-menu-item.is-active a {
  color: #2280cb;
}
.navigation-menu-item a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  padding: 12px 0 10px;
}
@media (min-width: 768px) {
  .navigation-menu-item a::before {
    content: '';
  }
}
.navigation-menu-item a::before {
  -webkit-transition: width 150ms ease;
  transition: width 150ms ease;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #2280cb;
}
.navigation-menu-item a:hover {
  color: #2280cb;
  border-bottom-color: #2280cb;
}
.navigation-menu-item a:hover::before {
  width: 100%;
}
.navigation-submenu {
  display: none;
}
a {
  -webkit-transition: none;
  transition: none;
}
.o-color-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.o-section-title {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  color: #094471;
  text-transform: uppercase;
}
.o-section-title > span {
  display: inline-block;
  background-color: #094471;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media (min-width: 992px) {
  .o-section-title {
    font-size: 60px;
    line-height: 60px;
  }
}
.o-btn {
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 11px;
  padding: 13px 25px;
  border-radius: 50px;
  background-color: #33a8ff;
  color: #fff;
}
.o-btn::after {
  content: '';
  background-image: url(../images/icons/arrow-right-primary.png);
  width: 15px;
  height: 10px;
  display: none;
  margin-left: 10px;
}
.o-btn:hover {
  color: #fff;
  background-color: #094471;
  -webkit-box-shadow: 0 8.5px 17.5px 0.5px rgba(51, 168, 255, 0.42);
          box-shadow: 0 8.5px 17.5px 0.5px rgba(51, 168, 255, 0.42);
}
.o-btn:hover::after {
  display: inline-block;
}
@media (min-width: 767px) {
  .o-btn {
    font-size: 18px;
    line-height: 21px;
    padding: 15px 27px 14px;
  }
}
.o-container-large {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 15px;
}
.o-icon-arrow-right,
.o-icon-arrow-left {
  fill: none;
  stroke: #094471;
}
.o-semi-arcs {
  position: relative;
  background-image: url(/images/semi-arcs.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.home-about {
  padding: 30px 0 50px;
  position: relative;
  overflow: hidden;
}
.home-about > .container {
  position: relative;
}
@media (min-width: 576px) {
  .home-about {
    padding: 40px 0 80px;
  }
}
@media (min-width: 767px) {
  .home-about {
    padding: 60px 0 110px;
  }
}
@media (min-width: 992px) {
  .home-about {
    padding: 80px 0 140px;
  }
}
@media (min-width: 1200px) {
  .home-about {
    padding: 161px 0 170px;
  }
}
.home-about-title {
  padding-bottom: 23px;
  margin: 0;
}
.home-about-title::after {
  content: '';
  display: inline-block;
  background-color: #094471;
  width: 20px;
  height: 6px;
  margin-left: 20px;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
@media (min-width: 992px) {
  .home-about-title::after {
    width: 30px;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}
.home-about-card {
  max-width: 535px;
  margin-bottom: 20vw;
}
@media (min-width: 1200px) {
  .home-about-card {
    margin-bottom: 150px;
  }
}
.home-about-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #094471;
  letter-spacing: 0.01em;
  padding-bottom: 24px;
}
.home-about-card-descr {
  font-size: 16px;
  line-height: 140.19%;
  color: #000;
  padding-bottom: 32px;
}
.home-about-text-bg {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  font-weight: 700;
  color: #ecf8fe;
  text-transform: uppercase;
  font-size: 25vw;
  line-height: 16vw;
}
@media (min-width: 992px) {
  .home-about-text-bg {
    margin-left: -33px;
    font-size: 300px;
    line-height: 352px;
    bottom: -90px;
  }
}
.home-about-img-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform: translate(313px, -330px);
          transform: translate(313px, -330px);
  width: 1047px;
  height: 971px;
}
.home-about-img-bg img {
  position: absolute;
  top: 357px;
  left: 354px;
  height: 340px;
  width: 340px;
}
@media (max-width: 767px) {
  .home-about-img-bg {
    display: none;
  }
}
.home-masterhead {
  position: relative;
  padding-bottom: 70px;
  z-index: 2;
  overflow: hidden;
}
.home-masterhead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.25;
  z-index: -1;
}
.home-masterhead-overlays,
.home-masterhead-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-masterhead-overlays {
  overflow: hidden;
  z-index: -2;
  background-image: url('/images/home-masterhead-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-masterhead-overlay {
  display: none;
}
.home-masterhead-overlay video,
.home-masterhead-overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.home-masterhead-cards {
  margin-top: 6.5vh;
  margin-bottom: 1.5vh;
}
.home-masterhead-cards .slick-slide {
  height: 100%;
}
@media (min-width: 768px) {
  .home-masterhead-cards .slick-slide:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
.home-masterhead-cards .slick-dots {
  margin-top: 20px;
}
.home-masterhead-cards .slick-dots li {
  border-color: #fff;
}
.home-masterhead-cards .slick-dots li.slick-active {
  background-color: #fff;
}
.home-masterhead-card {
  padding: 30px;
  outline: none;
}
.home-masterhead-card-content {
  max-width: 300px;
  height: 300px;
  overflow: hidden;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 10px;
}
.home-masterhead-card-img-outer {
  height: 140px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-masterhead-card-img img {
  max-width: 100%;
  max-height: 100px;
}
.home-masterhead-card-descr {
  color: #fff;
}
.home-masterhead-card-link.is-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -99;
  left: -999px;
}
.home-masterhead-btn-more {
  background-color: rgba(0, 0, 0, 0.5);
  color: #094471;
  border: 1px solid #094471;
  margin-top: 20px;
  margin-left: 30px;
}
.home-masterhead-link-project {
  height: 12px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/arrow-right-long.png);
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
@media (max-width: 767px) {
  .home-masterhead-link-project {
    display: none;
  }
}
.home-speciality {
  position: relative;
  background-color: #ecf8fe;
  padding: 40px 0;
  background-image: url(/images/home-speciality-overlay.png);
  background-repeat: repeat-y;
  background-position: 27% 30%;
  background-size: auto 2441px;
}
.home-speciality-item:not(:last-child) {
  padding-bottom: 100px;
}
.home-speciality-item-content {
  padding-bottom: 40px;
}
.home-speciality-item-content > div {
  max-width: 369px;
}
.home-speciality-item-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: #33a8ff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-speciality-item-descr {
  font-size: 22px;
  line-height: 26px;
  color: #094471;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding-bottom: 20px;
}
.home-speciality-item-descr p:first-child {
  margin-top: 0;
}
.home-speciality-item-descr p:last-child {
  margin-bottom: 0;
}
.home-speciality-item-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px -13px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-speciality-item-card {
  min-width: 160px;
  padding: 15px 13px;
}
.home-speciality-item-card-link {
  display: block;
  position: relative;
  color: #33a8ff;
  padding-bottom: 15px;
}
.home-speciality-item-card-link::before {
  content: '';
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #094471;
}
.home-speciality-item-card-link > div:last-child {
  background-image: linear-gradient(135deg, #33a8ff, #33a8ff);
}
.home-speciality-item-card-link:hover > div:last-child {
  background-image: linear-gradient(135deg, #094471, #33a8ff 55%);
}
.home-speciality-item-card-link:hover::before {
  width: 100%;
}
.home-speciality-item-card-img {
  padding-bottom: 21px;
}
.home-speciality-item-card-img img {
  width: auto;
  height: 50px;
}
.home-speciality-item-card-title {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  max-width: 128px;
}
@media (min-width: 767px) {
  .home-speciality-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-speciality-item:not(:last-child) {
    padding-bottom: 157px;
  }
  .home-speciality-item-title {
    font-size: 24px;
    line-height: 22px;
    padding-bottom: 31px;
    padding-top: 26px;
  }
  .home-speciality-item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
  }
  .home-speciality-item-cards {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .home-speciality-item-descr {
    padding-bottom: 40px;
  }
}
.home-speciality-title {
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .home-speciality {
    padding: 60px 0 60px;
  }
  .home-speciality-title {
    padding-bottom: 38px;
  }
}
@media (min-width: 992px) {
  .home-speciality {
    padding: 80px 0 70px;
  }
}
@media (min-width: 1200px) {
  .home-speciality {
    padding: 127px 0 90px;
  }
}
.home-projects {
  background-color: #094471;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 83px;
}
.home-projects-items {
  margin: -50px -32.5px;
  max-width: 1233px;
}
@media (min-width: 992px) {
  .home-projects-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-projects-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  padding: 48px 32.5px;
  max-width: 400px;
}
@media (max-width: 992px) {
  .home-projects-item {
    text-align: center;
    margin: 0 auto;
  }
}
.home-projects-item-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
  height: 254px;
}
.home-projects-item-card::before {
  content: '';
  z-index: -1;
  position: absolute;
  height: 350px;
  width: 350px;
  top: -60px;
  left: -45px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(/images/ellipse.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 350px;
  -webkit-animation: rotate 5s linear 0s infinite;
          animation: rotate 5s linear 0s infinite;
}
@media (max-width: 992px) {
  .home-projects-item-card {
    height: auto;
  }
  .home-projects-item-card::before {
    display: none;
  }
}
.home-projects-item-value {
  font-size: 56px;
  line-height: 45px;
  padding-bottom: 10px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .home-projects-item-value {
    font-size: 72px;
    line-height: 60px;
  }
}
.home-projects-item-name {
  font-size: 25px;
  line-height: 23px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .home-projects-item-name {
    font-size: 33px;
    line-height: 30px;
  }
}
.home-projects-item-value,
.home-projects-item-name {
  color: #33A8FF;
  text-shadow: 3px 7px 7px #1e3c55;
}
.home-projects-item-descr {
  color: #FEFFFF;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .home-projects-item-descr {
    font-size: 22px;
    line-height: 26px;
  }
}
@-webkit-keyframes toggle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toggle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.home-partners {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #e1f4fd;
}
@media (min-width: 992px) {
  .home-partners {
    padding-top: 96px;
    padding-bottom: 61px;
  }
  .home-partners-title {
    padding-bottom: 100px;
  }
}
.home-partners-title {
  padding-bottom: 50px;
}
.home-partners-items {
  max-width: 1600px;
  margin: 0 auto;
}
.home-partners-items:hover .home-partners-col {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.home-partners-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  padding: 20px;
  height: 90px;
  width: 100%;
}
@media (min-width: 778px) {
  .home-partners-item-img {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .home-partners-item-img {
    height: 125px;
  }
}
.home-partners-item-img:hover {
  background-color: #fff;
}
.home-partners-item-img:hover img {
  -webkit-filter: none;
          filter: none;
}
.home-partners-item-img img {
  max-width: 75%;
  max-height: 75%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.home-partners-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  height: 50px;
  width: 50px;
  border: 1px solid #094471;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-partners-arrow.for-prev {
  left: 0;
}
.home-partners-arrow.for-prev svg {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.home-partners-arrow.for-next {
  right: 0;
}
.home-partners-arrow.for-next svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.home-partners-arrow:hover {
  background-color: #094471;
}
.home-partners-arrow:hover svg {
  stroke: #fff;
}
@-webkit-keyframes scroll {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.home-news {
  position: relative;
  padding-top: 50px;
  padding-bottom: 165px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-news {
    padding-top: 113px;
    padding-bottom: 313px;
  }
}
.home-news-title {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .home-news-title {
    padding-bottom: 94px;
  }
}
.home-news-items {
  padding-bottom: 31px;
  margin: -20px -27.5px;
}
@media (min-width: 768px) {
  .home-news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .home-news-items {
    padding-bottom: 63px;
  }
}
.home-news-item {
  padding: 20px 27.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
}
.home-news-item-date {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .home-news-item-date {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 16px;
  }
}
.home-news-item-excerpt {
  max-width: 281px;
  font-size: 15px;
  line-height: 18px;
  color: #094471;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .home-news-item-excerpt {
    font-size: 22px;
    line-height: 26px;
  }
}
.home-news-item-excerpt .icon {
  color: #33a8ff;
  margin-left: 2px;
}
.home-news-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -20px;
}
.home-news-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-news-arrow {
  height: 50px;
  width: 50px;
  border: 1px solid #094471;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-news-arrow.for-prev {
  margin-right: 27px;
}
.home-news-arrow.for-prev svg {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.home-news-arrow.for-next svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.home-news-arrow:hover {
  background-color: #094471;
}
.home-news-arrow:hover svg {
  stroke: #fff;
}
.home-news-link {
  padding-left: 38px;
  padding-right: 38px;
}
.home-news-link-outer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.home-news-arrows,
.home-news-link-outer {
  margin-bottom: 20px;
}
.home-news-semi-arcs {
  position: absolute;
  top: calc(50% - 25vw);
  right: -25vw;
  width: 50vw;
  height: 50vw;
}
.footer {
  background-color: #183660;
  padding-top: 65px;
  padding-bottom: 45px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 576px) {
  .footer-row {
    display: block;
  }
}
@media (max-width: 991.99px) {
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-col {
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991.99px) {
  .footer-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .footer-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 567px) {
  .footer-col {
    margin-bottom: 20px;
  }
  .footer-col:not(:last-child) {
    border-bottom: 1px solid #8595ab;
  }
}
.footer-col::before {
  content: '';
  background-color: #8595ab;
  position: absolute;
  left: 0;
  top: -5px;
  height: 100%;
  width: 1px;
}
.footer-col:first-child {
  padding-left: 0;
}
.footer-col:first-child::before {
  display: none;
}
@media (max-width: 567px) {
  .footer-col:nth-child(2) {
    padding-left: 0;
  }
  .footer-col:nth-child(2)::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer-col:nth-child(3) {
    padding-left: 0;
  }
  .footer-col:nth-child(3)::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media (max-width: 576px) {
  .footer-col:last-child {
    padding-left: 0;
  }
  .footer-col:last-child::before {
    display: none;
  }
}
.footer-col-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
  cursor: pointer;
}
.footer-col-title .icon {
  float: right;
  clear: right;
  height: 8px;
  width: 16px;
  background: url(/images/icons/arrow-down.png) no-repeat center;
}
.footer-col-title.is-collapsed .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 576px) {
  .footer-col-title {
    padding-bottom: 25px;
    cursor: default;
  }
  .footer-col-title .icon {
    display: none;
  }
}
.footer-copyright {
  padding-top: 20px;
}
.footer-col-title,
.footer-copyright {
  color: #2f99ea;
  line-height: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-menu-item {
  line-height: 0;
}
.footer-menu-item:not(:last-child) {
  padding-bottom: 10px;
}
.footer-menu-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 25px;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.footer-menu-link::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 9px;
  background: url(/images/icons/arrow-right.png) no-repeat center;
  margin-right: 10px;
}
.footer-menu-link:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.footer-menu-link:hover::before {
  opacity: 1;
}
@media (max-width: 567px) {
  .footer-menu {
    display: none;
    padding-bottom: 25px;
  }
  .footer-menu.is-collapsed {
    display: block;
  }
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-contact-phone p,
.footer-contact-email p {
  margin: 0;
}
.footer-contact-filials {
  margin: 0;
  margin-top: auto;
}
@media (max-width: 567px) {
  .footer-contact-filials {
    display: none;
  }
  .footer-contact-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-contact-email {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-contact-address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
.footer-contact,
.footer-menu-link {
  color: #8c9bb0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
.footer-contact a {
  color: inherit;
}
.footer-contact a,
.footer-menu-link {
  display: block;
}
.footer-contact a:hover,
.footer-menu-link:hover {
  color: #fff;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #454d5d;
}
body .content-wrapper {
  height: 100%;
  padding-top: 0;
}
.container.header-container {
  position: relative;
}
p {
  margin: 0 0 12px;
}
.text-center {
  text-align: center;
}
.content-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-box .title {
  margin: 0 0 40px;
  font-size: 44px;
  color: #000000;
  font-weight: normal;
}
.content-box .content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.content-box .content p:last-child {
  margin-bottom: 0;
}
.content-box .content ul {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
.content-box .content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.content-box .content img {
  max-width: 100%;
}
.content-wrapper {
  padding: 0;
  overflow: hidden;
}
.site-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #454d5d;
}
.site-error .content-container {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -60px;
  text-align: center;
}
.site-error .content-container .error-content {
  display: inline-block;
  margin: 0 auto;
}
.site-error .content-container .error-content h1 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 44px;
  color: #ffffff;
}
.site-error .content-container .error-content p {
  line-height: 1.3;
  color: #ffffff;
}
.main .header {
  width: 100%;
  height: 164px;
  background-color: transparent;
}
.main + .content-wrapper {
  padding-top: 0;
}
.main-content-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.main-content-block.gray-line {
  border-bottom: 1px solid #d2dade;
}
.main-content-block .title {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1.2;
  color: #333333;
  word-wrap: break-word;
}
.main-content-block .description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.main-content-block .text {
  margin: 0 auto 30px;
  width: 430px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.main-content-block .text.bottom-indent {
  margin-bottom: 70px;
}
.main-content-block .services .row {
  margin-bottom: 30px;
}
.main-content-block .icon-item {
  display: block;
  margin-bottom: 12px;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main-content-block .partner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content-block .partner-row .col-sm-4 {
  float: none;
}
.main-content-block .partner-row .col-sm-4 .partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 100%;
  height: 120px;
}
.main-content-block .partner-row .col-sm-4 .partner-logo img {
  margin: 0 auto;
  padding: 0 20px;
  max-height: 120px;
}
.main-content-block .partner-status {
  margin-bottom: 30px;
}
.main-content-block .partner-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.main-content-block .lSSlideOuter .lSPager.lSpg {
  position: relative;
  width: auto;
  bottom: 0;
  padding-top: 30px;
  text-align: center;
}
.main-content-block .lSSlideOuter .lSPager.lSpg > li a span {
  background-color: #50545d;
  opacity: 0.3;
}
.main-content-block .lSSlideOuter .lSPager.lSpg > li.active span,
.main-content-block .lSSlideOuter .lSPager.lSpg > li:hover a span {
  background-color: #2095cf;
  opacity: 1;
}
.main-content-block .review-item {
  margin-bottom: 48px;
}
.main-content-block .review-item .review-name {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.main-content-block .review-item .review-photo {
  text-align: right;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center right;
}
.main-content-block .news-item {
  margin-bottom: 40px;
}
.main-content-block .news-item .news-date {
  text-align: right;
  font-size: 16px;
  line-height: 1.3;
  color: #444444;
}
.main-content-block .news-item .news-title {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.3;
}
.main-content-block .news-item .news-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.main-content-header {
  padding-top: 50px;
  width: 100%;
  height: 620px;
  background-position: 50% 40%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}
.main-content-header .title {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
}
.main-content-header .desc {
  margin: 0 auto 70px;
  width: 430px;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}
.main-content-header .item-icon {
  display: inline-block;
  margin-bottom: 18px;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main-content-header .item-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
}
.main-content-header .item-text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}
.main-content-header .btn-yellow {
  color: #ffffff;
}
.main-content-header .btn-yellow:visited,
.main-content-header .btn-yellow:focus {
  color: #ffffff;
}
.btn-yellow {
  display: inline-block;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #454d5d;
  background-color: transparent;
  border: solid 2px #fbc529;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.btn-yellow:visited,
.btn-yellow:focus {
  color: #454d5d;
}
.btn-yellow:hover,
.btn-yellow:active {
  color: #ffffff;
  background-color: #fbc529;
}
.page-about .content-wrapper {
  padding-top: 0;
}
.sub-menu {
  background-color: rgba(240, 240, 240, 0.5);
}
.sub-menu ul {
  display: block;
  text-align: center;
  margin: 0;
  list-style: none;
}
.sub-menu ul li {
  display: inline-block;
}
.sub-menu ul li span {
  display: block;
  border-top: 3px solid #fbcc29;
  padding: 16px 20px 16px;
  font-size: 16px;
  color: #454d5d;
}
.sub-menu ul li a {
  display: block;
  border-top: 3px solid transparent;
  padding: 16px 20px;
  font-size: 16px;
  color: #2095cf;
}
.sub-menu ul li a:hover {
  color: #07ADFF;
}
.mobile-about-menu {
  display: none;
}
.mobile-about-menu .active-item {
  padding: 15px 20px;
  background-color: #f0f0f0;
}
.mobile-about-menu .active-item span {
  font-size: 16px;
  line-height: 1;
  color: #454d5d;
}
.mobile-about-menu .active-item .caret {
  display: inline-block;
  float: right;
  margin-top: 6px;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed #454d5d;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mobile-about-menu.open .active-item .caret {
  border-top: 0;
  border-bottom: 6px dashed #454d5d;
}
.mobile-about-menu .about-menu-list {
  display: none;
  background-color: #f0f0f0;
}
.mobile-about-menu .about-menu-list .menu-item {
  margin: 0 20px;
  padding: 15px 0;
  border-top: solid 1px rgba(69, 77, 93, 0.2);
}
.mobile-about-menu .about-menu-list .menu-item a {
  color: #454d5d;
}
.content-box .citation {
  padding: 70px;
  border: solid 3px #fbcc29;
}
.content-box .citation .text {
  margin-bottom: 40px;
  font-size: 29px;
  color: #000000;
  text-align: center;
}
.content-box .citation .name {
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
  text-align: center;
}
.content-box .content-row {
  margin-bottom: 50px;
}
.content-box .content-row:last-child {
  margin-bottom: 0;
}
.content-box .item-icon {
  display: inline-block;
  margin-bottom: 12px;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content-box .item-title {
  margin-bottom: 15px;
  font-size: 29px;
  color: #000000;
}
.content-box .item-text {
  font-size: 16px;
  line-height: 1.3;
  color: #5b5b5b;
}
.content-box .partner-row {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-box .partner-row:first-child {
  padding-top: 0;
}
.content-box .partner-row:last-child {
  padding-bottom: 0;
}
.content-box .partner-row .col-sm-4 {
  float: none;
}
.content-box .partner-row .col-sm-4 img {
  margin: 0 auto;
  cursor: pointer;
  height: auto;
  max-width: 50%;
}
.content-box .partner-row .text-content {
  display: none;
}
.content-box .partner-content {
  display: none;
  padding: 30px;
  background-color: #f8f8f8;
}
.content-box .partner-content .partner-text p {
  font-size: 16px;
  line-height: 1.25;
  color: #454d5d;
}
.content-box .partner-content .partner-status {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
  color: #454d5d;
}
.history-content-header {
  padding-top: 50px;
  width: 100%;
  height: 520px;
  background-position: center center;
  background-size: auto, 520px;
  background-repeat: no-repeat;
}
.history-content-header .title {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
}
.history-content-header .desc {
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}
.history-content-header .divider {
  margin: 50px 0;
  width: 60px;
  height: 2px;
  background-color: #fcd13e;
}
.history-content-header .stats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history-content-header .stats-info .stats-item {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
}
.history-content-header .stats-info .stats-item.first {
  width: 42%;
}
.history-content-header .stats-info .stats-item.third {
  width: 25%;
}
.history-content-header .title-number {
  margin-bottom: 4px;
  font-size: 52px;
  line-height: 1;
  color: #fcd13e;
}
.history-content-header .text {
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}
.command-block {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
  background: #ffffff;
}
.command-block > .container {
  position: relative;
}
.command-block .content-header {
  position: absolute;
  top: 40px;
  right: 0;
  width: 508px;
}
.command-block .content-header .title {
  margin-bottom: 60px;
  font-size: 44px;
  line-height: 1.2;
  color: #000000;
}
.command-block .content-header .divider {
  margin-left: 3px;
  width: 60px;
  height: 2px;
  background-color: #000000;
}
.command-block #commandSlider .slide-bg {
  height: 650px;
}
.command-block #commandSlider .slide-bg .slide-content {
  width: 100%;
  height: 650px;
  background-size: auto 650px;
  background-position: 10% 0;
  background-repeat: no-repeat;
}
.command-block #commandSlider .slide-bg .slide-content .content-box {
  width: 490px;
  position: absolute;
  top: 170px;
  right: 0;
}
.command-block #commandSlider .slide-bg .slide-content .content-box .title {
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 29px;
  color: #000000;
}
.command-block #commandSlider .slide-bg .slide-content .content-box .status {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #606060;
}
.command-block #commandSlider .slide-bg .slide-content .content-box .desc {
  font-size: 16px;
  line-height: 1.3;
  color: #606060;
}
.command-block .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  width: 40px;
  top: 40px;
  padding: 0;
  left: 0;
}
.command-block .lSSlideOuter .lSPager.lSpg > li {
  display: block;
}
.command-block .lSAction > .lSPrev {
  top: 40%;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.command-block .lSAction > .lSPrev:hover {
  border: 1px solid #000000;
}
.command-block .lSAction > .lSPrev:hover:before {
  opacity: 1;
}
.command-block .lSAction > .lSPrev:before {
  content: '';
  display: inline-block;
  margin-top: 5px;
  margin-left: -2px;
  width: 15px;
  height: 18px;
  opacity: 0.4;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/icons/svg/arrow-black-left.svg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.command-block .lSAction > .lSNext {
  top: 40%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  right: 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.command-block .lSAction > .lSNext:hover {
  border: 1px solid #000000;
}
.command-block .lSAction > .lSNext:hover:before {
  opacity: 1;
}
.command-block .lSAction > .lSNext:before {
  content: '';
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
  width: 15px;
  height: 18px;
  opacity: 0.4;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/icons/svg/arrow-black-left.svg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-box .certificate-buttons {
  position: absolute;
  top: 10px;
  right: 15%;
}
.content-box .certificate-buttons:before,
.content-box .certificate-buttons:after {
  content: " ";
  display: table;
}
.content-box .certificate-buttons:after {
  clear: both;
}
.content-box .certificate-buttons:before,
.content-box .certificate-buttons:after {
  content: " ";
  display: table;
}
.content-box .certificate-buttons:after {
  clear: both;
}
.content-box .certificate-buttons:before,
.content-box .certificate-buttons:after {
  content: " ";
  display: table;
}
.content-box .certificate-buttons:after {
  clear: both;
}
.content-box .certificate-buttons:before,
.content-box .certificate-buttons:after {
  content: " ";
  display: table;
}
.content-box .certificate-buttons:after {
  clear: both;
}
.content-box .certificate-buttons:before,
.content-box .certificate-buttons:after {
  content: " ";
  display: table;
}
.content-box .certificate-buttons:after {
  clear: both;
}
.content-box .certificate-buttons .left-arrow {
  float: left;
  color: #000000;
  font-size: 28px;
  line-height: 44px;
  margin-right: 15px;
  cursor: pointer;
}
.content-box .certificate-buttons .right-arrow {
  float: right;
  color: #000000;
  font-size: 28px;
  line-height: 44px;
  margin-right: 30px;
  cursor: pointer;
}
.content-box .certificate-info .image {
  position: relative;
  min-height: 680px;
}
.content-box .certificate-info .image span {
  position: absolute;
  z-index: 5;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
}
.content-box .certificate-info .image span:first-child {
  display: block;
  width: 80%;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.content-box .certificate-info .image span:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
}
.content-box .certificate-info .image span:first-child:before {
  position: absolute;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  width: 75px;
  height: 75px;
  margin: -45px 0 0 -40px;
  top: 50%;
  left: 50%;
  z-index: 15;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: url('/images/icons/svg/plus.svg');
}
.content-box .certificate-info .image span:first-child:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-box .certificate-info .image span:first-child:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.content-box .certificate-info .image span:nth-child(2) {
  width: 80%;
  right: 70px;
  z-index: 9;
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
}
.content-box .certificate-info .image span:nth-child(3) {
  width: 80%;
  right: 140px;
  z-index: 8;
  -webkit-transform: scale(0.76);
  transform: scale(0.76);
}
.content-box .sign-title {
  margin-bottom: 20px;
  font-size: 21px;
  color: #000000;
}
.career-content-header {
  padding-top: 45px;
  width: 100%;
  height: 550px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
.career-content-header .title {
  margin-bottom: 60px;
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.career-content-header .offer-row {
  margin-bottom: 60px;
  text-align: center;
}
.career-content-header .offer-row .col-sm-4 {
  padding-left: 45px;
  padding-right: 45px;
}
.career-content-header .offer-row .item-icon {
  display: inline-block;
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.career-content-header .offer-row .item-text {
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}
.content-box .vacancy-list {
  padding-right: 40px;
}
.content-box .vacancy-list .list-title {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c7cacf;
}
.content-box .vacancy-list .list-title .panel-title {
  margin: 0;
  font-weight: normal;
}
.content-box .vacancy-list .list-title .panel-title a {
  display: block;
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.3;
  color: #2095cf;
  font-weight: normal;
  cursor: pointer;
}
.content-box .vacancy-list .list-title .panel-title a.collapsed {
  color: #454d5d;
}
.content-box .vacancy-list .list-title .panel-title a.collapsed .vacancy-arrow {
  background-image: url(/images/icons/svg/down-arrow.svg);
}
.content-box .vacancy-list .list-title .panel-title a:hover {
  color: #2095cf;
}
.content-box .vacancy-list .list-title .panel-title a .vacancy-arrow {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 24px;
  height: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-image: url(/images/icons/svg/up-arrow.svg);
}
.content-box .vacancy-list .list-title .panel-collapse {
  margin-top: 20px;
}
.content-box .vacancy-list .list-title .panel-collapse .list-button {
  margin-top: 25px;
  margin-bottom: 10px;
}
.content-box .vacancy-list .list-title:last-child {
  border-bottom: 1px solid #c7cacf;
}
.content-box .vacancy-content {
  padding-left: 40px;
}
.content-box .vacancy-content .content-bg {
  padding: 60px;
  border-radius: 2px;
  background: rgba(248, 248, 248, 0.9);
}
.content-box .vacancy-content .content-bg .content-title {
  margin-bottom: 30px;
  font-size: 29px;
  color: #000000;
}
.news-list-item {
  margin-bottom: 40px;
}
.news-list-item .date {
  color: #444444;
}
.news-list-item .news-title {
  margin-bottom: 4px;
}
.news-list-item .news-title a {
  color: #2095cf;
}
.news-list-item .news-title a:hover {
  color: #07ADFF;
}
.news-list-item .news-desc {
  color: #454d5d;
}
.details-title {
  margin-bottom: 40px;
  font-size: 29px;
}
.details-date {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #9a9a9a;
}
.details-content {
  padding-right: 40px;
}
.details-content p {
  font-size: 15px;
  line-height: 1.3;
  color: #454d5d;
}
.details-content a {
  font-size: 15px;
  line-height: 1.3;
  color: #2095cf;
}
.details-content ul {
    margin-left: 40px;
    list-style: disc;
    margin-bottom: 20px;
}
.details-content a:hover {
  color: #07ADFF;
}
.news-widget p {
  font-size: 13px;
  line-height: 1.4;
  color: #9a9a9a;
}
.content-box .title.service-title {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(69, 77, 93, 0.3);
}
.content-box .category-title {
  margin: 0 0 40px;
  font-size: 29px;
  color: #000000;
  font-weight: normal;
}
.content-box .bg-image {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.content-box .bg-image .category-title {
  color: #ffffff;
}
.content-box .bg-image .service-row .col-sm-3 a,
.content-box .bg-image .service-row .col-sm-3 span {
  color: #ffffff;
}
.content-box .no-bg {
  margin-bottom: 60px;
}
.content-box .service-row {
  margin-bottom: 20px;
}
.content-box .service-row:last-child {
  margin-bottom: 0;
}
.content-box .service-row .col-sm-3 {
  color: #2095cf;
}
.service-view .details-content {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.service-view .service-other-block {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.service-view .details-subtitle {
  margin-bottom: 20px;
  font-size: 29px;
  color: #000000;
}
.content-box .contacts-footer .title {
  margin: 0 0 30px;
  font-size: 29px;
  color: #000000;
}
.content-box .contacts-footer .text p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
}
.content-box .contacts-footer .text p:last-child {
  margin-bottom: 0;
}
.content-box .contacts-items {
  margin-bottom: 30px;
}
.content-box .contacts-items:last-child {
  margin-bottom: 0;
}
.content-box .contacts-items .contact-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
  cursor: pointer;
  color: #2095cf;
}
.content-box .contacts-block .contacts-content {
  margin-bottom: 20px;
}
.content-box .contacts-block .contacts-content .go-to-map {
  color: #2095cf;
  cursor: pointer;
}
.content-box .contacts-block .contacts-content .go-to-map:hover {
  color: #07ADFF;
}
.content-box .contacts-block .contacts-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #454d5d;
}
.content-box .contacts-block .form-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #454d5d;
}
.content-box .contacts-block .contacts-form-row {
  margin-bottom: 20px;
}
.content-box .contacts-block .contacts-form-row .contacts-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.3;
  color: #454d5d;
  border: solid 1px #d2d2d2;
}
.content-box .contacts-block .contacts-form-row textarea {
  display: block;
  width: 100%;
  height: 165px;
  padding: 12px 15px;
  border: solid 1px #d2d2d2;
  resize: none;
}
.content-box .contacts-block .social-block {
  margin-bottom: 20px;
}
.content-box .contacts-block .social-block .buttons {
  margin-top: 10px;
}
.content-box .contacts-block .social-block .buttons .button-facebook {
  margin-right: 10px;
  display: inline-block;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
  background-color: #47629d;
  border: solid 1px #47629d;
}
.content-box .contacts-block .social-block .buttons .button-facebook .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  width: 10px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/icons/svg/facebook.svg);
}
.content-box .contacts-block .social-block .buttons .button-linkedin {
  display: inline-block;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
  background-color: #1482ba;
  border: solid 1px #1482ba;
}
.content-box .contacts-block .social-block .buttons .button-linkedin .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  width: 19px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/icons/svg/linkedin.svg);
}
.content-box.contact-form {
  padding-top: 0;
}
.map-container {
  position: relative;
  padding-bottom: 50px;
  margin: 0 auto;
}
.map-container #map {
  width: 100%;
  height: 677px;
  z-index: 3;
}
.map-container .map-anti-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 677px;
}
.category-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #bcdff1;
}
.category-item:last-child {
  border-bottom: solid 1px #bcdff1;
}
.category-item span {
  font-size: 16px;
  line-height: 1.3;
  color: #2095cf;
  cursor: pointer;
}
.category-item span:hover {
  color: #07ADFF;
}
.category-item.active span {
  color: #454d5d;
  cursor: default;
}
.library-content .col-sm-4 {
  padding-right: 45px;
}
.library-content .cols-sm-8 {
  padding-left: 45px;
}
.library-content-title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #9a9a9a;
}
.library-content-title:first-child {
  margin-top: 0;
}
.library-content-item {
  margin-bottom: 15px;
}
.library-content-item a {
  font-size: 16px;
  color: #2095cf;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.library-content-item a:hover {
  color: #07ADFF;
}
.projects-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.projects-row .col-sm-6 {
  border-bottom: 1px solid #454d5d;
  margin-right: 4.95%;
  width: 45%;
  margin-bottom: 30px;
}
.project-desc {
  margin-bottom: 40px;
}
.project-details {
  display: block;
  padding-bottom: 30px;
}
.project-details .client-logo {
  margin-bottom: 20px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-details .client-logo img {
  max-width: 280px;
  max-height: 140px;
}
.project-details .client-name {
  margin-bottom: 20px;
  font-size: 29px;
  color: #000000;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 270px;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  font-size: 14px;
}
.project-filters {
  margin-bottom: 30px;
  margin-left: 0;
}
.project-filters .select2-container {
  width: 100% !important;
}
.project-filters .solution-filter {
  float: left;
  width: 25%;
}
.project-filters .solution-filter .select2-container .select2-selection {
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  border-right: none;
}
.project-filters .solution-filter .select2-container .select2-selection--single {
  height: 34px;
  outline: none;
}
.project-filters .solution-filter .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.project-filters .solution-filter .select2-container .select2-selection--single .select2-selection__arrow {
  border-left: none;
  border-right: 1px solid #ccc;
  border-radius: 0;
  height: 26px;
  top: 4px;
}
.project-filters .vendor-filter {
  float: left;
  width: 25%;
}
.project-filters .vendor-filter .select2-container .select2-selection {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.project-filters .vendor-filter .select2-container .select2-selection--single {
  height: 34px;
  outline: none;
}
.project-filters .vendor-filter .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.project-filters .vendor-filter .select2-container .select2-selection--single .select2-selection__arrow {
  border-left: none;
  border-right: 1px solid #ccc;
  border-radius: 0;
  height: 26px;
  top: 4px;
}
.project-filters .sector-filter {
  float: left;
  width: 25%;
}
.project-filters .sector-filter .select2-container .select2-selection {
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: none;
  border-right: none;
}
.project-filters .sector-filter .select2-container .select2-selection--single {
  height: 34px;
  outline: none;
}
.project-filters .sector-filter .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.project-filters .sector-filter .select2-container .select2-selection--single .select2-selection__arrow {
  border-left: none;
  border-right: 1px solid #ccc;
  border-radius: 0;
  height: 26px;
  top: 4px;
}
.project-filters .search-filter {
  float: left;
  width: 25%;
}
.project-filters .search-filter input {
  width: 100%;
  padding: 7px 24px 7px 12px;
  min-height: 32px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.project-view .date-period {
  margin-bottom: 20px;
}
.project-view .content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.project-view .video-title {
  margin-bottom: 20px;
  font-size: 29px;
  color: #000000;
}
.project-view .videoWrapper {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.project-view .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-view .gallery {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.project-view .gallery-title {
  margin-bottom: 20px;
  font-size: 29px;
  color: #000000;
}
.project-view .review-title {
  margin-bottom: 20px;
  font-size: 29px;
  color: #000000;
}
.project-view .review-link {
  display: inline-block;
  margin-bottom: 20px;
}
.project-view .photo-box {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 23%;
  height: 0;
  padding-bottom: 13%;
  margin-right: 2%;
  overflow: hidden;
}
.project-view .photo-box img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.project-view .project-review {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.project-view .project-review .review {
  padding-left: 40px;
}
.project-view .project-review .review .review-photo {
  margin-bottom: 20px;
}
.project-view .project-review .review .review-photo img {
  height: 80px;
}
.project-view .project-review .review .review-author {
  margin-bottom: 10px;
  font-weight: bold;
}
.project-view .project-widget .client-logo {
  margin-bottom: 20px;
}
.project-view .project-widget .client-logo img {
  max-width: 160px;
  max-height: 80px;
}
.project-view .project-widget p {
  font-size: 13px;
  line-height: 1.4;
  color: #9a9a9a;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .lSSlideOuter .lSPager.lSpg {
    width: 750px;
  }
  .home-masterhead-overlay video {
    display: block;
  }
  .home-masterhead-overlay img {
    display: none;
  }
  .home-masterhead-card {
    padding: 120px 70px;
  }
  .home-masterhead-card:not(.is-active) img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .home-masterhead-btn-more {
    margin-left: 70px;
  }
  .home-speciality-item-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
  .mobile-about-menu {
    display: none;
  }
  #partnerSliderMobile {
    display: none;
  }
  .content-box .contacts-block .social-block .buttons .button-facebook {
    margin-bottom: 10px;
  }
  .content-box.contact-form {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .command-block {
    padding-top: 25px;
  }
  .command-block .content-header {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .command-block #commandSlider {
    height: 110vw !important;
    padding: 0 !important;
  }
  .command-block #commandSlider .slide-bg {
    height: 110vw;
  }
  .command-block #commandSlider .slide-bg .slide-content {
    width: 720px;
    height: 110vw;
    background-size: 70vw 87.5vw;
    background-position: center bottom;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .title {
    margin: 0 0 10px;
    padding: 0 50px;
    text-align: center;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .status {
    margin-bottom: 10px;
    padding: 0 50px;
    color: #454d5d;
    text-align: center;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .desc {
    font-size: 13px;
    line-height: 1.2;
    color: #454d5d;
    display: none;
  }
  .command-block .lSSlideOuter .lSPager.lSpg {
    top: auto;
    bottom: 150px;
  }
  .command-block .lSAction > .lSPrev {
    top: 10%;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .command-block .lSAction > .lSNext {
    top: 10%;
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .header-nav {
    margin-top: 10vw;
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header-actions-item.submenu,
  .navigation-menu {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .header-actions-item.submenu li,
  .navigation-menu li {
    padding: 20px 0;
    border-top: 1px solid #537c9c;
  }
  .header-actions-item.submenu a,
  .navigation-menu a {
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
  }
  .header-actions-item.submenu:first-child,
  .navigation-menu:first-child {
    border-top: none;
  }
  .navigation-menu {
    background-color: #0a4472;
  }
  .header-actions-item.submenu {
    background-color: #33a8ff;
    margin-bottom: calc((30px / 2) * -1 - 1px);
  }
  .header-actions-item.submenu li {
    border-color: #72c2fd;
  }
  .header-actions-item.submenu li a {
    color: #094471;
  }
  .home-masterhead::before {
    opacity: 0.5;
  }
  .home-masterhead-overlay video {
    display: none;
  }
  .home-masterhead-overlay img {
    display: block;
  }
  .home-speciality-item-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-speciality-item-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lSSlideOuter .lSPager.lSpg {
    width: 970px;
  }
  .content-box .contacts-block .social-block .buttons .button-facebook {
    margin-bottom: 0;
  }
  .command-block .content-header {
    position: absolute;
    top: 0;
    right: 80px;
    width: 428px;
  }
  .command-block .content-header .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
  }
  .command-block .content-header .divider {
    margin-left: 3px;
    width: 60px;
    height: 2px;
    background-color: #000000;
  }
  .command-block #commandSlider .slide-bg {
    height: 500px;
  }
  .command-block #commandSlider .slide-bg .slide-content {
    width: 100%;
    height: 450px;
    background-size: auto 450px;
    background-position: 10% 0;
    background-repeat: no-repeat;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box {
    width: 410px;
    display: block;
    position: absolute;
    top: 30px;
    right: 80px;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .title {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 22px;
    color: #000000;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .status {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #606060;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .desc {
    font-size: 13px;
    line-height: 1.3;
    color: #606060;
  }
  .command-block .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    width: 40px;
    top: 40px;
    padding: 0;
    left: 0;
  }
  .command-block .lSSlideOuter .lSPager.lSpg > li {
    display: block;
  }
  .command-block .lSAction > .lSPrev {
    top: 35%;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .command-block .lSAction > .lSPrev:hover {
    border: 1px solid #000000;
  }
  .command-block .lSAction > .lSPrev:hover:before {
    opacity: 1;
  }
  .command-block .lSAction > .lSPrev:before {
    content: '';
    display: inline-block;
    margin-top: 5px;
    margin-left: -2px;
    width: 15px;
    height: 18px;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/svg/arrow-black-left.svg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .command-block .lSAction > .lSNext {
    top: 35%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    right: 0;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .command-block .lSAction > .lSNext:hover {
    border: 1px solid #000000;
  }
  .command-block .lSAction > .lSNext:hover:before {
    opacity: 1;
  }
  .command-block .lSAction > .lSNext:before {
    content: '';
    display: inline-block;
    margin-top: 5px;
    margin-left: 2px;
    width: 15px;
    height: 18px;
    opacity: 0.4;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/svg/arrow-black-left.svg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li > a,
  .navbar-nav > li span {
    padding-left: 60px;
    font-size: 16px;
  }
  .lSSlideOuter .lSPager.lSpg {
    width: 1150px;
  }
  .command-block .content-header {
    position: absolute;
    top: 40px;
    right: 0;
    width: 508px;
  }
  .command-block .content-header .title {
    margin-bottom: 50px;
    font-size: 44px;
    line-height: 1.2;
    color: #000000;
  }
  .command-block .content-header .divider {
    margin-left: 3px;
    width: 60px;
    height: 2px;
    background-color: #000000;
  }
  .command-block #commandSlider .slide-bg {
    height: 700px;
  }
  .command-block #commandSlider .slide-bg .slide-content {
    width: 100%;
    height: 650px;
    background-size: auto 650px;
    background-position: 10% 0;
    background-repeat: no-repeat;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box {
    width: 490px;
    position: absolute;
    top: 140px;
    right: 0;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .title {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 29px;
    color: #000000;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .status {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #606060;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .desc {
    font-size: 15px;
    line-height: 1.3;
    color: #606060;
  }
}
@media (max-width: 767px) {
  .main-content-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-content-block.gray-line {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }
  .main-content-block .title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
    text-align: left;
  }
  .main-content-block .description {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.2;
    color: #454d5d;
  }
  .main-content-block .button {
    margin-bottom: 30px;
  }
  .main-content-block .text {
    margin: 0 auto 30px;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
  }
  .main-content-block .text.bottom-indent {
    margin-bottom: 30px;
  }
  .main-content-block .services .row {
    margin-bottom: 0;
  }
  .main-content-block .services .row .col-sm-4 {
    margin-bottom: 20px;
    display: table;
    height: 60px;
  }
  .main-content-block .services .row .col-sm-4:before,
  .main-content-block .services .row .col-sm-4:after {
    content: " ";
    display: table;
  }
  .main-content-block .services .row .col-sm-4:after {
    clear: both;
  }
  .main-content-block .services .row .col-sm-4:before,
  .main-content-block .services .row .col-sm-4:after {
    content: " ";
    display: table;
  }
  .main-content-block .services .row .col-sm-4:after {
    clear: both;
  }
  .main-content-block .services .row .col-sm-4:before,
  .main-content-block .services .row .col-sm-4:after {
    content: " ";
    display: table;
  }
  .main-content-block .services .row .col-sm-4:after {
    clear: both;
  }
  .main-content-block .services .row .col-sm-4:before,
  .main-content-block .services .row .col-sm-4:after {
    content: " ";
    display: table;
  }
  .main-content-block .services .row .col-sm-4:after {
    clear: both;
  }
  .main-content-block .services .row .col-sm-4:before,
  .main-content-block .services .row .col-sm-4:after {
    content: " ";
    display: table;
  }
  .main-content-block .services .row .col-sm-4:after {
    clear: both;
  }
  .main-content-block .services .row .col-sm-4 .icon-item {
    display: table-cell;
  }
  .main-content-block .services .row .col-sm-4 .service-item-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 1.2;
  }
  .main-content-block .services .row .col-sm-4.pull-right {
    float: none !important;
  }
  .main-content-block .partner-logo {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main-content-block .partner-status {
    margin-bottom: 30px;
  }
  .main-content-block .partner-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    color: #454d5d;
  }
  .main-content-block .lSSlideOuter .lSPager.lSpg {
    position: relative;
    width: auto;
    bottom: 0;
    padding-top: 30px;
    text-align: center;
  }
  .main-content-block .lSSlideOuter .lSPager.lSpg > li a span {
    background-color: #50545d;
    opacity: 0.3;
  }
  .main-content-block .lSSlideOuter .lSPager.lSpg > li.active span,
  .main-content-block .lSSlideOuter .lSPager.lSpg > li:hover a span {
    background-color: #2095cf;
    opacity: 1;
  }
  .main-content-block .review-item {
    margin-bottom: 0;
  }
  .main-content-block .review-item .review-name {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
    color: #454d5d;
  }
  .main-content-block .review-item .review-photo {
    text-align: right;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center right;
  }
  .main-content-block .news-item {
    margin-bottom: 30px;
  }
  .main-content-block .news-item .news-date {
    text-align: left;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .main-content-block .news-item .news-title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  .main-content-block .news-item .news-desc {
    font-size: 13px;
    line-height: 1.2;
  }
  .main-content-header {
    padding-top: 30px;
    width: 100%;
    height: 458px;
  }
  .main-content-header .title {
    font-size: 24px;
    line-height: 1.1;
  }
  .main-content-header .desc {
    margin: 0 auto 30px;
    font-size: 13px;
    line-height: 1.4;
    width: 230px;
  }
  .main-content-header .item-icon {
    margin-bottom: 15px;
    width: 55px;
    height: 55px;
  }
  .main-content-header .item-text {
    margin: 0 auto 30px;
    width: 230px;
    font-size: 13px;
    line-height: 1.2;
  }
  .main-content-header .col-sm-4 {
    display: none;
  }
  .main-content-header .col-sm-4.mobile-show {
    display: block;
  }
  .main-page-slider .lSSlideOuter .lSPager.lSpg {
    text-align: center;
  }
  body {
    margin-bottom: 0;
  }
  body .content-wrapper {
    padding-top: 0;
  }
  .content-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-box .title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.1;
  }
  .content-box .title.service-title {
    margin: 0;
    padding-bottom: 20px;
  }
  .content-box .content {
    margin-bottom: 20px;
  }
  .content-box .content p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.2;
  }
  .content-box .content ul {
    margin: 0 0 12px;
    padding: 0 0 0 25px;
  }
  .content-box .content ul li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.2;
  }
  .content-box .citation {
    padding: 25px 35px;
  }
  .content-box .citation .text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
  }
  .content-box .citation .name {
    font-size: 13px;
    line-height: 1.2;
    color: #454d5d;
  }
  .content-box .item-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.1;
  }
  .content-box .item-text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.2;
    color: #454d5d;
  }
  .content-box .col-sm-4:last-child .item-text {
    margin-bottom: 0;
  }
  .content-box .content-row {
    margin-bottom: 0;
  }
  .content-box .certificate-info {
    display: block;
    margin-bottom: 20px;
  }
  .content-box .certificate-info .content {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .content-box .certificate-info .image {
    display: block;
    width: 100%;
  }
  .content-box .certificate-buttons {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    right: auto;
  }
  .content-box .certificate-buttons .right-arrow,
  .content-box .certificate-buttons .left-arrow {
    line-height: 28px;
  }
  .content-box .vacancy-list {
    margin-bottom: 24px;
    padding-right: 15px;
  }
  .content-box .vacancy-list .list-title {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .content-box .vacancy-list .list-title .panel-title a {
    font-size: 13px;
    line-height: 1.3;
  }
  .content-box .vacancy-list .list-title .panel-collapse {
    margin-top: 12px;
  }
  .content-box .vacancy-list .list-title .panel-collapse .list-button {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .content-box .vacancy-list .list-title:last-child {
    border-bottom: 1px solid #c7cacf;
  }
  .content-box .vacancy-content {
    margin-bottom: -20px;
    padding: 0;
  }
  .content-box .vacancy-content .content-bg {
    padding: 25px 20px 10px;
  }
  .content-box .vacancy-content .content-bg .content-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
  }
  .content-box .partner-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-box .partner-row .col-sm-4 img {
    max-width: 90%;
  }
  .content-box .category-title {
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 1.3;
  }
  .content-box .no-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-box .service-row {
    margin-bottom: 0;
  }
  .content-box .service-row .col-sm-3 {
    margin-bottom: 10px;
  }
  .content-box .service-row .col-sm-3:last-child {
    margin-bottom: 0;
  }
  .content-box .bg-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-box .certificate-info .image {
    min-height: 0;
  }
  .content-box .certificate-info .image span:first-child {
    position: relative;
    width: 100%;
  }
  .content-box .certificate-info .image span:nth-child(2),
  .content-box .certificate-info .image span:nth-child(3) {
    display: none;
  }
  .history-content-header {
    padding-top: 30px;
  }
  .history-content-header .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .history-content-header .desc {
    padding-right: 0;
    font-size: 13px;
    line-height: 1.2;
  }
  .history-content-header .divider {
    margin: 20px 0;
  }
  .history-content-header .stats-info {
    margin-top: 20px;
  }
  .history-content-header .stats-info .stats-item {
    margin-bottom: 10px;
    padding: 0 15px 0 0;
    width: 50%;
  }
  .history-content-header .stats-info .stats-item.first,
  .history-content-header .stats-info .stats-item.third {
    width: 50%;
  }
  .history-content-header .title-number {
    font-size: 24px;
    line-height: 1;
  }
  .history-content-header .text {
    font-size: 13px;
    line-height: 1.2;
    color: #ffffff;
  }
  .sub-menu {
    display: none;
  }
  .mobile-about-menu {
    display: block;
  }
  .command-block {
    padding-top: 25px;
  }
  .command-block .content-header {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .command-block .content-header .title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
  }
  .command-block .content-header .divider {
    margin-left: 1px;
  }
  .command-block #commandSlider {
    height: 125vw !important;
    padding: 0 !important;
  }
  .command-block #commandSlider .slide-bg {
    height: 125vw;
  }
  .command-block #commandSlider .slide-bg .slide-content {
    width: 90vw;
    height: 125vw;
    background-size: 70vw 87.5vw;
    background-position: center bottom;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .title {
    margin: 0 0 10px;
    padding: 0 50px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .status {
    margin-bottom: 10px;
    padding: 0 50px;
    font-size: 13px;
    line-height: 1.2;
    color: #454d5d;
    text-align: center;
  }
  .command-block #commandSlider .slide-bg .slide-content .content-box .desc {
    font-size: 13px;
    line-height: 1.2;
    color: #454d5d;
    display: none;
  }
  .command-block .lSSlideOuter .lSPager.lSpg {
    top: auto;
    bottom: 150px;
  }
  .command-block .lSAction > .lSPrev {
    top: 10%;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .command-block .lSAction > .lSNext {
    top: 10%;
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .career-content-header {
    padding-top: 30px;
    width: 100%;
    height: 840px;
  }
  .career-content-header .title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.1;
  }
  .career-content-header .offer-row {
    margin-bottom: 0;
    text-align: center;
  }
  .career-content-header .offer-row .col-sm-4 {
    margin: 0 auto 20px;
    width: 230px;
    padding-left: 0;
    padding-right: 0;
  }
  .career-content-header .offer-row .item-icon {
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
  }
  .career-content-header .offer-row .item-text {
    font-size: 13px;
    line-height: 1.2;
  }
  .content-box .contacts-block {
    margin-bottom: 0;
  }
  .content-box .contacts-block .contacts-content p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .content-box .contacts-block .social-block {
    margin-bottom: 20px;
  }
  .content-box .contacts-block .social-block p {
    font-size: 13px;
  }
  .content-box .contacts-block .form-title {
    font-size: 16px;
    font-weight: bold;
  }
  .content-box .contacts-block .contacts-form-row {
    margin-bottom: 0;
  }
  .content-box .contacts-block .contacts-form-row .contacts-input {
    margin-bottom: 20px;
  }
  .content-box .contacts-block .contacts-form-row textarea {
    margin-bottom: 20px;
  }
  .content-box .contacts-items .col-sm-4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .content-box.contact-form {
    padding-top: 20px;
  }
  .content-box .contact-form {
    margin-bottom: 20px;
  }
  .map-container {
    padding: 0;
  }
  .map-container #map {
    height: 460px;
  }
  .map-container .map-anti-scroll {
    height: 460px;
  }
  .footer {
    position: relative;
    padding-left: 5px;
    height: auto;
    padding-top: 30px;
    font-size: 13px;
    line-height: 2;
    color: #ffffff;
  }
  .projects-row {
    margin-bottom: 20px;
  }
  .projects-row .col-sm-6 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    margin-bottom: 20px;
  }
  .projects-row .col-sm-6 .client-name {
    word-wrap: break-word;
  }
  .details-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.certificate-info ul {
    list-style: disc;
}
.project-view ul {
    list-style: disc;
}




.timelaps {
display: none;
}

.benefits-block-items {
    display: inline-block;
    position: absolute;
    margin-left: 20px;
    left: 0;
}
.benefits-item:nth-child(1){
    padding-top:80px;
}
.benefits-item-number {
    font-family: Roboto, sans-serif;
    color: #2dbad7;
    font-size: 40px;
    font-weight: 700;
}

.benefits-item-text {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
    width: 150px;
}

.timelaps-item-year {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

.timelaps-item-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #182d3e;
    width: 266px;
}

.achievements-img-left {
    position: absolute;
    width: 35%;
}

.achievements-img-right {
    position: absolute;
    right: 0;
}

.container-time {
    max-width: 1248px;
    height: 75vh;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.achievements-img-center {
    width: 50%;
    position: absolute;
    left: 365px;
    padding-top: 100px;
}

.timelaps-block-item-2011, .timelaps-block-item-2013, .timelaps-block-item-2015, .timelaps-block-item-2017, .timelaps-block-item-2019, .timelaps-block-item-2021, .timelaps-block-item-2010, .timelaps-block-item-2012, .timelaps-block-item-2014, .timelaps-block-item-2016, .timelaps-block-item-2018, .timelaps-block-item-2020 {
    display: flex;
    position: absolute;
}

.timelaps-block-item-2011 {
    top: 570px;
    left: 96px;
}

.timelaps-block-item-2013 {
    top: 480px;
    left: 141px;
}

.timelaps-block-item-2013 p{
    width: 290px;
}

.timelaps-block-item-2015 {
    top: 390px;
    left: 180px;
}

.timelaps-block-item-2015 p{
    width: 328px;
}

.timelaps-block-item-2017 {
    top: 305px;
    left: 314px;
}

.timelaps-block-item-2019 {
    top: 218px;
    left: 390px;
}

.timelaps-block-item-2021 {
    top: 125px;
    left: 460px;
}

 .timelaps-block-item-2021 p, .timelaps-block-item-2019 p, .timelaps-block-item-2017 p, .timelaps-block-item-2015 p, .timelaps-block-item-2013 p, .timelaps-block-item-2011 p {
    text-align: right;
    padding-right: 25px;
}

.timelaps-block-item-2010 {
    top: 640px;
    left: 567px;
}

.timelaps-block-item-2012 {
    top: 555px;
    left: 632px;
}

.timelaps-block-item-2014 {
    top: 469px;
    left: 699px;
}

.timelaps-block-item-2016 {
    top: 379px;
    left: 769px;
}

.timelaps-block-item-2016 p{
    width: 200px;
}

.timelaps-block-item-2018 {
    top: 289px;
    left: 838px;
}

.timelaps-block-item-2020 {
    top: 200px;
    left: 910px;
}

@media (max-width: 1298px) {
    .container-time {
        width: 900px;
    }
    .achievements-img-center {
        width: 50%;
        position: absolute;
        left: 253px;
        padding-top: 50px;
    }
    .benefits-block-items {
        top: 20px;
    }
    .timelaps-block-item-2021 {
        top: 70px;
        left: 231px;
    }
    .timelaps-block-item-2019 {
        top: 134px;
        left: 180px;
    }
    .timelaps-block-item-2017 {
        top: 197px;
        left: 128px;
    }
    .timelaps-block-item-2015 {
        top: 265px;
        left: 30px;
    }
    .timelaps-block-item-2013 {
        top: 327px;
        left: 14px;
    }
    .timelaps-block-item-2011 {
        top: 392px;
        left: -40px;
    }
    .timelaps-block-item-2020 {
        top: 116px;
        left: 640px;
    }
    .timelaps-block-item-2018 {
        top: 180px;
        left: 589px;
    }
    .timelaps-block-item-2016 {
        top: 246px;
        left: 538px;
    }
    .timelaps-block-item-2014 {
        top: 313px;
        left: 487px;
    }
    .timelaps-block-item-2012 {
        top: 377px;
        left: 438px;
    }
    .timelaps-block-item-2010 {
        top: 443px;
        left: 386px;
    }
}

@media (max-width: 1024px) {
    .container-time {
        width: 700px;
    }
    .benefits-item-text {
        margin-bottom: 10px;
    }
    .achievements-img-center {
        width: 50%;
        position: absolute;
        left: 253px;
        padding-top: 20px;
    }
    .timelaps-item-text {
        font-size: 14px;
        width: 220px;
    }
    .timelaps-block-item-2021 {
        top: 30px;
        left: 209px;
    }
    .timelaps-block-item-2019 {
        top: 80px;
        left: 171px;
    }
    .timelaps-block-item-2017 {
        top: 130px;
        left: 126px;
    }
    .timelaps-block-item-2015 {
        top: 183px;
        left: 4px;
    }
    .timelaps-block-item-2013 {
        top: 231px;
        left: 39px;
    }
    .timelaps-block-item-2011 {
        top: 285px;
        left: 0;
    }
    .timelaps-block-item-2020 {
        top: 65px;
        left: 546px;
    }
    .timelaps-block-item-2018 {
        top: 117px;
        left: 504px;
    }
    .timelaps-block-item-2016 {
        top: 167px;
        left: 463px;
    }
    .timelaps-block-item-2014 {
        top: 220px;
        left: 423px;
    }
    .timelaps-block-item-2012 {
        top: 271px;
        left: 384px;
    }
    .timelaps-block-item-2010 {
        top: 321px;
        left: 342px;
    }
}

@media (max-width: 980px) {
    .achievements-img-left {
    position: absolute;
    width: 100%;
}
.command-block .content-header .title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
}
.benefits-block-items{
    position:relative;
        display: flex;
    flex-direction: column-reverse;
}
p.benefits-item-text {
    font-size: 12px;
}
.benefits-item-number {

    font-size: 30px;
}
.benefits-item:nth-child(1) {
    padding-top: 0px;
}
    .achievements-img-center,
    .timelaps-item-text,
    .timelaps-item-year{
        display: none;
    }
    .container-time {
	width: 90%;
        padding-bottom: 20px;
	height: 130vh;
}
    .timelaps {
        margin: 0;
        display: block;
        list-style: none;
        padding-left: 25px;
	padding-top: 50px;
        font-size: 13px;
        font-weight: 400;
        font-family: Roboto, sans-serif;
    }
    .timelaps_year_2021 {
        font-size: 25px;
        color: #83c9fd;
    }
    .timelaps_year_2020 {
        font-size: 25px;
        color: #33a8ff;
    }
    .timelaps_year_2018 {
        font-size: 25px;
        color: #268ad4;
    }
    .timelaps_year_2016 {
        font-size: 25px;
        color: #1f78bb;
    }
    .timelaps_year_2014 {
        font-size: 25px;
        color: #0a4876;
    }
    .timelaps_year_2012 {
        font-size: 25px;
        color: #003054;
    }
}
.achievements-block{
    display:none;
}

.about-image {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .about-image {
    padding: 25px 0;
  }
}