@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1460px) {
  .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-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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

.visible-xs {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

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

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

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

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font: 15px/20px 'ngdbt', sans-serif;
  color: #1d2126;
  height: 100%;
  background: #fff;
  word-wrap: normal;
}

body.i-mobile * {
  cursor: pointer;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

#wrap {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wrap {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -420px;
}

#wrap #footer-clear {
  min-height: 420px;
}

#footer {
  clear: both;
  position: relative;
  min-height: 420px;
  overflow: hidden;
  width: 100%;
}

.clear {
  clear: both;
  display: table;
  width: 100%;
  overflow: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex.container:before, .flex.container:after, .flex.container-fluid:before, .flex.container-fluid:after, .flex.row:before, .flex.row:after {
  display: none;
}

.flex-inner-100 > * {
  width: 100%;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-ver-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-ver-center {
  -webkit-align-items: center;
  align-items: center;
}

.flex-ver-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

@media (min-width: 1200px) {
  .lg-no-flex {
    display: block;
  }
}

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

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

@media (max-width: 767px) {
  .xs-no-flex {
    display: block;
  }
}

.full {
  width: 100%;
}

@media (min-width: 600px) and (max-width: 979px) {
  .sm-no-flex {
    display: block;
  }
}

@media (max-width: 599px) {
  .xs-no-flex {
    display: block;
  }
}

.line-items-fluid {
  text-align: justify;
  margin-bottom: -21px;
}

.line-items-fluid > * {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
}

.line-items-fluid:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  height: 21px;
}

.line-items > * {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.row.line-items > * {
  float: none;
}

input, textarea, img, a {
  outline: none !important;
}

a {
  text-decoration: none;
  color: #16abf0;
  border-bottom: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
}

a:hover {
  text-decoration: none;
  color: #667880;
}

h1, .h1 {
  font: 45px/45px 'ngbbt', sans-serif;
  margin: 0 0 37px;
}

h2, .h2 {
  font: 30px/30px 'ngbbt', sans-serif;
}

h3, .h3 {
  font: 25px/25px 'ngbbt', sans-serif;
}

h4, .h4 {
  font: 21px/21px 'ngbbt', sans-serif;
}

h5, .h5 {
  font-family: 'ngbbt', sans-serif;
}

h6, .h6 {
  font-family: 'ngbbt', sans-serif;
}

em {
  font-style: italic;
}

strong, b {
  font-family: 'ngbbt', sans-serif;
}

.center {
  text-align: center;
}

.center img {
  margin-left: auto;
  margin-right: auto;
}

.c1 {
  color: #6ac;
}

.c2 {
  color: #667980;
}

label {
  display: block;
  font: 16px/20px 'ngbbt', sans-serif;
  margin-bottom: 3px;
}

.form-text, .inputtext, .inputtextarea, .form-textarea {
  font: 16px/20px 'ngdbt', sans-serif;
  border: 2px solid #dce3e6;
  background: #fff;
  color: #1d2126;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 5px 13px;
  display: block;
  margin: 0;
}

.form-text:focus, .inputtext:focus, .inputtextarea:focus, .form-textarea:focus {
  border-color: #6a7c83;
}

select {
  font: 16px/20px 'ngdbt', sans-serif;
  border: 2px solid #dce3e6;
  background: #fff;
  color: #1d2126;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 5px 13px;
  display: block;
  margin: 0;
}

select:hover, select:focus {
  border-color: #6a7c83;
}

.form-textarea, .inputtextarea {
  height: 140px;
  resize: none;
  max-width: 100%;
}

.form-item {
  margin: 0 0 17px;
}

.form-actions {
  margin: 10px 0 0 -15px;
}

.form-actions > * {
  margin: 10px 0 0 15px;
}

.form-submit {
  display: inline-block;
  color: #fff;
  font: 15px/18px 'ngbbt', sans-serif;
  text-transform: uppercase;
  border: 0;
  padding: 22px 15px 20px;
  background: #1d2126;
  cursor: pointer;
}

.form-submit:hover {
  background-color: #16abf0;
  color: #fff;
}

.form-submit.ico-dialog {
  text-align: left;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-image: url(images/svg/ico-dialog.svg);
  background-position: right 13px center;
}

.form-submit.ico-dialog:hover {
  background-image: url(images/svg/ico-dialog-w.svg);
}

.form-submit.ico-reset {
  text-align: left;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-image: url(images/svg/reset.svg);
  background-position: right 13px center;
}

.form-submit.ico-reset:hover {
  background-image: url(images/svg/reset-w.svg);
}

.form-submit.ico-book {
  text-align: left;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-image: url(images/svg/ico-book-b.svg);
  background-position: right 13px center;
  background-size: 22px 21px;
}

.form-submit.ico-book:hover {
  background-image: url(images/svg/ico-book-w.svg);
}

.sw-pagination {
  text-align: center;
  margin-top: 50px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #44545c;
  border-radius: 100%;
  margin: 0 12px;
  vertical-align: middle;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #16abf0;
  border-color: #16abf0;
  margin: 0 9.5px;
}

.more {
  color: #1d2126;
  position: relative;
  display: inline-block;
  padding-right: 16px;
}

.more:before {
  content: '';
  width: 7px;
  height: 12px;
  background: url(images/svg/arr-r-c1.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 4px;
}

.more:hover {
  color: #6ac;
}

.chosen-container {
  width: 100% !important;
}

#wrap {
  padding-top: 60px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
}

#header.active {
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 61, 67, 0.33);
  box-shadow: 0 0 10px 0 rgba(50, 61, 67, 0.33);
}

#header .b-logo {
  padding-top: 3px;
  float: left;
}

#header .logo {
  display: block;
  width: 147px;
  height: 54px;
  border-bottom: 0;
}

#header .logo img {
  display: block;
  max-width: 100%;
}

#header .col-r {
  float: right;
  position: relative;
  right: -20px;
}

.main-menu-wrap {
  padding-top: 10px;
  margin: 0 102px 0 145px;
  text-align: center;
}

.main-menu-wrap > ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.main-menu-wrap > ul:before, .main-menu-wrap > ul:after {
  content: " ";
  display: table;
}

.main-menu-wrap > ul:after {
  clear: both;
}

.main-menu-wrap .lvl-1 {
  float: left;
}

.main-menu-wrap .lvl-1 > a {
  color: #1d2126;
  text-transform: uppercase;
  font: 15px/18px 'ngbbt', sans-serif;
  display: inline-block;
  padding: 13px 15px 0;
  height: 50px;
}

.main-menu-wrap .lvl-1 > a:hover {
  color: #16abf0;
}

.main-menu-wrap .lvl-1.expanded > a {
  position: relative;
  padding-right: 37px;
}

.main-menu-wrap .lvl-1.expanded > a:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url("images/svg/arr-b.svg") no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: 16px;
}

.main-menu-wrap .lvl-1.expanded > .subnav {
  height: 0;
  overflow: hidden;
  background: #f0f5f7;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 499;
  width: 100%;
  border-top: 0 solid #16abf0;
}

.main-menu-wrap .lvl-1.expanded > .subnav > .container > ul { /*text-align: justify;*/
}

/*.main-menu-wrap .lvl-1.expanded > .subnav > .container > ul:after { content: ''; display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; width: 100%; height: 21px; }*/
.main-menu-wrap .lvl-1.expanded:hover > a {
  background: #16abf0;
  color: #fff;
}

.main-menu-wrap .lvl-1.expanded:hover > a:after {
  background-image: url("images/svg/arr-t-w.svg") !important;
}

.main-menu-wrap .lvl-1.expanded:hover > .subnav {
  height: auto;
  padding: 26px 0 20px;
  border-top-width: 10px;
}

.main-menu-wrap .lvl-2 {
  text-align: left;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 20%;
  margin-right: 4%
}

.main-menu-wrap .lvl-2 > a {
  color: #1d2126;
  font: 15px/18px 'ngbbt', sans-serif;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  display: block
}

.main-menu-wrap .lvl-2 > a:hover {
  color: #16abf0;
}

.main-menu-wrap .lvl-2 > .subnav {
  margin-top: 14px;
}

.main-menu-wrap .lvl-3 {
  border-top: 2px solid #fff;
  padding-top: 4px;
  margin-top: 4px;
}

.main-menu-wrap .lvl-3:first-child {
  margin-top: 0;
  border-top: none;
}

.main-menu-wrap .lvl-3 > a {
  color: #667980;
  font: 13px/15px 'ngdbt', sans-serif;
}

.main-menu-wrap .lvl-3 > a:hover {
  color: #16abf0;
}

.toggle-menu {
  position: relative;
}

.toggle-menu .toggle {
  display: block;
  padding: 21px 20px 22px;
}

.toggle-menu .toggle span {
  display: block;
  width: 20px;
  height: 3px;
  background: #16abf0;
  margin-top: 4px;
}

.toggle-menu .toggle span:first-child {
  margin-top: 0;
}

.toggle-menu .main-menu {
  border-bottom: 2px solid #6ac;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.toggle-menu .menu-wrap {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 100%;
  background: #323d44;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font: 15px/18px 'ngdbt', sans-serif;
  min-width: 200px;
}

.toggle-menu .menu-wrap li {
  border-top: 2px solid #424f56;
  padding-top: 6px;
  margin-top: 7px;
}

.toggle-menu .menu-wrap li:first-child {
  border-top: 0;
}

.toggle-menu .menu-wrap a {
  color: #fff;
}

.toggle-menu .menu-wrap a:hover {
  color: #16abf0;
}

.toggle-menu .subnav {
  display: none;
}

.toggle-menu.hover .toggle, .toggle-menu.hover2 .toggle {
  background: #323d44;
}

.toggle-menu.hover .menu-wrap, .toggle-menu.hover2 .menu-wrap {
  height: auto;
  padding: 5px 20px 26px;
  z-index: 499;
}

#show-search {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("images/svg/search.svg") no-repeat 0 0;
  cursor: pointer;
  margin-top: 19px;
  margin-right: 4px;
  position: relative;
}

#show-search #title-search {
  display: none;
  position: absolute;
  z-index: 9;
  right: -7px;
  top: -3px;
  width: 400px;
}

#show-search #title-search input.form-text {
  display: inline-block;
  height: 28px;
  width: 367px;
}

#show-search #title-search input {
  display: inline-block;
  height: 26px;
  width: 367px;
}

#show-search #title-search input[type='submit'] {
  width: 21px;
  height: 21px;
  background: url("images/svg/search.svg") no-repeat 0 0;
  cursor: pointer;
  border: none;
  text-indent: -999em;
  overflow: hidden;
}

#show-search.active {
  background: none !important;
}

#show-search.active #title-search {
  display: block;
}

.s-ttl {
  text-align: center;
  font: 90px/90px 'ngbcbt', sans-serif;
  text-transform: uppercase;
}

.s-ttl .brackets {
  border-left: 9px solid #16abf0;
  border-right: 9px solid #16abf0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 22px 45px 0;
}

.s-ttl .brackets:before, .s-ttl .brackets:after {
  content: '';
  width: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 9px solid #16abf0;
  border-bottom: 9px solid #16abf0;
}

.s-ttl .brackets:after {
  left: auto;
  right: 0;
}

.s-ttl .brackets.brd-1 {
  border-color: #fff;
}

.s-ttl .brackets.brd-1:before, .s-ttl .brackets.brd-1:after {
  border-color: #fff;
}

.s-ttl .brackets.brd-2 {
  border-color: #16abf0;
}

.s-ttl .brackets.brd-2:before, .s-ttl .brackets.brd-2:after {
  border-color: #16abf0;
}

.s-ttl .num {
  position: absolute;
  top: -1px;
  right: -52px;
  width: 25px;
  height: 26px;
  color: #fff;
  font: 30px/30px 'ngbcbt', sans-serif;
}

.s-ttl .ico-sol {
  position: absolute;
  top: -1px;
  right: -52px;
  width: 25px;
  height: 26px;
  background: url(images/svg/ico-sol.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.s-ttl .ico-sol.white {
  background-image: url(images/svg/ico-sol-w.svg);
}

.s-ttl .ico-docs {
  position: absolute;
  width: 20px;
  height: 25px;
  top: -1px;
  right: -49px;
  background: url(images/svg/ico-docs-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.s-ttl .ico-box {
  position: absolute;
  top: -1px;
  right: -51px;
  width: 25px;
  height: 26px;
  background: url(images/svg/ico-box.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.s-ttl .ico-box.white {
  background-image: url(images/svg/ico-box-w.svg);
}

.s-ttl .ico-cogwheel {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  right: -53px;
  background: url(images/svg/ico-cogwheel-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.s-ttl .ico-book {
  position: absolute;
  width: 21px;
  height: 20px;
  top: -1px;
  right: -53px;
  background: url(images/svg/ico-book-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.sec {
  padding: 40px 0 50px;
}

.sec .s-desc {
  font: 20px/25px 'ngdbt', sans-serif;
  color: #21252a;
}

.sec .s-more {
  padding-top: 4px;
}

.sec .s-more .btn-1 {
  display: block;
}

.s-head.line-items-fluid > * {
  vertical-align: middle;
  margin-bottom: 26px;
}

.mb-1 {
  margin-bottom: 30px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-1 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 25px;
}

.bg-base {
  background-color: #b3e6ff;
}

.bg-base.bg-img {
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.bg-base .type-text .num {
  color: #fff !important;
}

.form-wrap {
  background: #f0f5f7;
  padding: 30px;
}

.bg-gray {
  background: #f0f5f7;
}

.btn-1 {
  display: inline-block;
  color: #fff;
  font: 15px/18px 'ngbbt', sans-serif;
  text-transform: uppercase;
  border: 0;
  padding: 22px 19px 20px;
  background: #1d2126;
}

.btn-1:hover {
  background-color: #6ac;
  color: #fff;
}

.btn-1.ico-sol {
  padding-right: 60px;
  position: relative;
}

.btn-1.ico-sol:after {
  content: '';
  width: 25px;
  height: 26px;
  background: url(images/svg/ico-sol-2.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

.btn-1.ico-sol:hover:after {
  background-image: url(images/svg/ico-sol-w.svg);
}

.btn-1.ico-cogwheel {
  padding-right: 60px;
  position: relative;
}

.btn-1.ico-cogwheel:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(images/svg/ico-cogwheel-b.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

.btn-1.ico-cogwheel:hover:after {
  background-image: url(images/svg/ico-cogwheel-w.svg);
}

.btn-1.ico-docs {
  padding-right: 60px;
  position: relative;
}

.btn-1.ico-docs:after {
  content: '';
  width: 20px;
  height: 25px;
  background: url(images/svg/ico-docs-b.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

.btn-1.ico-docs:hover:after {
  background-image: url(images/svg/ico-docs-w.svg);
}

.btn-1.ico-process {
  padding-right: 60px;
  position: relative;
}

.btn-1.ico-process:after {
  content: '';
  width: 21px;
  height: 21px;
  background: url(images/svg/ico-process-b.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.btn-1.ico-process:hover:after {
  background-image: url(images/svg/ico-process-w.svg);
}

.main-slider {
  text-align: center;
  position: relative;
}

.main-slider .s-ttl {
  font-size: 112px;
  line-height: 98px;
}

.main-slider .slide-2.body {
  padding-top: 60px;
}

.slide-2 .s-ttl {
  font-size: 80px;
  line-height: 90px;
}

.slide-2 .small {
  position: relative;
  text-align: center;
  color: #fff;
}

.main-slider .s-ttl .sub {
  font-size: 67px;
  line-height: 67px;
  display: block;
  margin-top: -5px;
}

.main-slider .sw-pagination-wrap {
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  z-index: 2;
}

.main-slider .sw-pagination {
  height: 0;
  margin-top: 0;
}

.main-slider .swiper-pagination-bullet {
  border-color: #fff;
}

.main-slider .swiper-pagination-bullet-active {
  background-color: #16ABF0;
  border-color: #16ABF0;
}

.main-slider .sw-pagination {
  text-align: right;
}

.main-slider .swiper-slide {
  position: relative;
}

.main-slider .body {
  min-height: 580px;
  padding: 127px 0 1px;
}

.main-slider .img-wrap {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main-slider .s-ttl {
  color: #fff;
  margin-bottom: 60px;
}

.main-slider .pluses {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.main-slider .pluses li {
  background: rgba(29, 33, 38, 0.9);
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 240px;
  text-align: left;
  padding: 18px 20px 21px;
  margin: 0 7px;
}

.main-slider .pluses .ico {
  padding-right: 60px;
  position: relative;
}

.main-slider .pluses .ico:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  right: 20px;
}

.main-slider .pluses .ico-noise:after {
  width: 21px;
  height: 20px;
  background-image: url(images/svg/ico-noise.svg);
}

.main-slider .pluses .ico-check:after {
  width: 21px;
  height: 21px;
  background-image: url(images/svg/ico-check.svg);
}

.main-slider .pluses .ico-checklist:after {
  width: 20px;
  height: 21px;
  background-image: url(images/svg/ico-checklist.svg);
}

.main-slider .pluses .ico-synchr:after {
  width: 23px;
  height: 22px;
  background-image: url(images/svg/ico-synchr.svg);
}

.main-slider .pluses .ico-models:after {
  width: 21px;
  height: 21px;
  background-image: url(images/svg/ico-models.svg);
}

.main-slider .pluses .ico-cogwheel:after {
  width: 22px;
  height: 22px;
  background-image: url(images/svg/ico-cogwheel-b.svg);
}

.main-slider .pluses .ico-digital:after {
  width: 21px;
  height: 21px;
  background-image: url(images/svg/ico-digital.svg);
}

.main-slider .pluses .ico-settings:after {
  width: 20px;
  height: 22px;
  background-image: url(images/svg/ico-settings.svg);
}

.main-slider .pluses .ico-functions:after {
  width: 20px;
  height: 20px;
  background-image: url(images/svg/ico-functions.svg);
}

.main-slider .pluses .ico-scale:after {
  width: 22px;
  height: 22px;
  background-image: url(images/svg/ico-scale.svg);
}

.main-slider .pluses .ico-hand:after {
  width: 19px;
  height: 24px;
  background-image: url(images/svg/ico-hand.svg);
}

.main-slider .pluses .ico-world:after {
  width: 22px;
  height: 22px;
  background-image: url(images/svg/ico-world.svg);
}

.s-solutions {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 66px 0 108px;
}

.s-solutions .s-ttl {
  margin-bottom: 88px;
}

.s-solutions .slider-solutions {
  margin-bottom: 109px;
}

.s-solutions .swiper-slide {
  width: 190px;
  margin-right: 50px;
  margin: 0 auto;
}

.s-solutions .swiper-slide:last-child {
  margin-right: 0;
}

.slider-solutions {
  position: relative;
}

.slider-solutions .swiper-container-horizontal {
  margin: 0 70px;
}

.slider-solutions .sw-prev, .slider-solutions .sw-next {
  cursor: pointer;
  width: 17px;
  height: 31px;
  position: absolute;
  top: 61px;
}

.slider-solutions .sw-prev {
  left: 0;
  background: url(images/svg/prev.svg) no-repeat 0 0;
}

.slider-solutions .sw-prev:hover {
  background-image: url(images/svg/prev-2.svg);
}

.slider-solutions .sw-next {
  right: 0;
  background: url(images/svg/next.svg) no-repeat 0 0;
}

.slider-solutions .sw-next:hover {
  background-image: url(images/svg/next-2.svg);
}

.list-solutions a {
  display: block;
}

.list-solutions .img-wrap {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 37px;
  z-index: 1;
}

.list-solutions .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list-solutions .img-wrap > img {
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.list-solutions .img-wrap .ico-wrap {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-solutions .ttl {
  color: #1d2126;
  font: 30px/30px 'ngbbt', sans-serif;
  height: 90px;
  overflow: hidden;
}

.list-solutions .desc {
  color: #667980;
  font: 15px/20px 'ngdbt', sans-serif;
}

.list-solutions a:hover .ttl span {
  color: #fff;
  background: #323d44;
}

.list-solutions a:hover .desc {
  color: #1d2126;
}

.list-solutions a:hover .ico-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
}

.list-solutions a:hover .img-wrap > img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.list-solutions-2 .img-wrap {
  position: relative;
  height: 50px;
  margin-bottom: 12px;
}

.list-solutions-2 .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list-solutions-2 .ttl {
  color: #1d2126;
  font: 20px/20px 'ngbbt', sans-serif;
}

.list-solutions-2 a {
  display: block;
}

.list-solutions-2 .item {
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  padding-top: 35px;
}

.list-solutions-2 .item:hover {
  background: #323d44;
}

.list-solutions-2 .item:hover .ttl {
  color: #fff;
}

.s-solutions-2 {
  padding: 38px 0 59px;
}

.s-solutions-2 h2 {
  text-align: center;
  margin-bottom: 29px;
}

.s-solutions-2 .swiper-slide {
  width: 180px;
  margin-right: 55px;
}

.s-solutions-2 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.b-solutions-1 {
  background: #f0f5f7;
  text-align: center;
  padding: 23px 20px;
}

.b-solutions-1 .b-ttl {
  margin-bottom: 22px;
}

.b-solutions-1 .list-solutions-2 li {
  margin-top: 20px;
}

.b-solutions-1 .list-solutions-2 li:first-child {
  margin-top: 0;
}

.b-solutions-1 .list-solutions-2 .item {
  background: #16ABF0;
  display: inline-block;
}

.b-solutions-1 .list-solutions-2 .item:hover {
  background: #323d44;
}

.b-solutions-1 .more {
  margin-top: 34px;
}

.list-solutions-3 .item {
  display: block;
  background: #f0f5f7;
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}

.list-solutions-3 .item:hover {
  background: #16ABF0;
}

.list-solutions-3 .item:hover .img-wrap:before {
  left: -30px;
}

.list-solutions-3 .item:hover .img-wrap:after {
  right: -30px;
}

.list-solutions-3 .item:hover .num {
  color: #fff;
}

.list-solutions-3 .item:hover .more:before {
  background-image: url(images/svg/arr-r-w.svg);
}

.list-solutions-3 a {
  color: #1d2126;
}

.list-solutions-3 .head {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.list-solutions-3 .ttl {
  font: 25px/25px 'ngbbt', sans-serif;
  width: 80%;
}

.list-solutions-3 .ico-wrap {
  width: 20%;
}

.list-solutions-3 .ico-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-left: auto;
}

.list-solutions-3 .body {
  padding-bottom: 36px;
}

.list-solutions-3 .img-wrap {
  margin: 0 -30px;
  position: relative;
  overflow: hidden;
}

.list-solutions-3 .img-wrap img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.list-solutions-3 .img-wrap:before, .list-solutions-3 .img-wrap:after {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f0f5f7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-solutions-3 .img-wrap:before {
  left: 0;
}

.list-solutions-3 .img-wrap:after {
  right: 0;
}

.list-solutions-3 .more {
  margin-top: 2px;
}

.list-solutions-3 .desc {
  margin: 27px 0 18px;
  height: 60px;
  overflow: hidden;
}

.list-solutions-3 .num {
  color: #6ac;
  font: 30px/30px 'ngbcbt', sans-serif;
}

.s-projects {
  background: #323d44;
  padding: 66px 0 50px;
}

.s-projects .s-ttl {
  color: #fff;
  margin-bottom: 66px;
}

.slider-projects .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.slider-projects .img-wrap {
  width: 73.25%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.slider-projects .img-wrap .link-ico-list {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #1d2126;
  padding: 16px 26px 14px 80px;
  border-bottom: 0;
  position: absolute;
  left: 40px;
  bottom: 41px;
  background: #fff;
}

.slider-projects .img-wrap .link-ico-list:before {
  content: '';
  width: 60px;
  height: 100%;
  background: url(images/svg/ico-list.svg) no-repeat 50% 50% #16abf0;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-projects .img-wrap .link-ico-list:hover {
  opacity: 0.8;
}

.slider-projects .body-wrap {
  background: #fff;
  width: 26.75%;
  padding: 37px 40px 40px;
}

.slider-projects .ttl {
  font: 30px/30px 'ngbbt', sans-serif;
  margin-bottom: 19px;
}

.slider-projects .solution {
  margin: 20px 0;
}

.slider-projects .solution .lbl {
  color: #667980;
  margin-bottom: 5px;
}

.slider-projects .solution .sol-name {
  font: 20px/25px 'ngbbt', sans-serif;
}

.slider-projects .nums {
  margin-left: -48px;
}

.slider-projects .nums .item {
  margin-left: 48px;
}

.slider-projects .nums .lbl {
  color: #667980;
  margin-bottom: 9px;
}

.slider-projects .nums .num {
  font: 60px/60px 'ngbcbt', sans-serif;
}

.slider-projects .btn-1 {
  display: block;
  margin-top: 31px;
}

.slider-projects .sw-pagination {
  text-align: center;
  margin-top: 50px;
}

.slider-projects .swiper-pagination-bullet {
  border-color: #fff;
}

.slider-projects .swiper-pagination-bullet-active {
  background-color: #16ABF0;
  border-color: #16ABF0;
}

.s-list-products {
  background: #f0f5f7;
  padding: 66px 0 48px;
}

.s-list-products .s-ttl {
  margin-bottom: 68px;
}

/*.s-list-products .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper { display: block; width: auto; }*/

.s-list-products .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.s-list-products .swiper-container-horizontal .list-products .item {
  margin-bottom: 0;
}

.list-products .img-wrap {
  position: relative;
  overflow: hidden;
}

.list-products .img-wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

.list-products .rubrics {
  position: absolute;
  left: 0;
  top: 100%;
  background: #44545c;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 21px 18px;
}

.list-products .rubrics a {
  color: #fff;
}

.list-products .rubrics .r-ttl {
  font: 20px/25px 'ngbbt';
  padding-left: 10px;
}

.list-products .rubrics .r-ttl .cnt {
  color: #667980;
  font-size: 15px;
  margin-left: 12px;
}

.list-products .rubrics .r-ttl a:hover {
  color: #16abf0;
}

.list-products .rubrics ul {
  font: 15px/18px 'ngbbt';
  text-transform: uppercase;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  position: absolute;
  left: 0;
  bottom: 31px;
  width: 100%;
  padding: 0 18px;
}

.list-products .rubrics ul a {
  position: relative;
  padding: 8px 10px 4px 26px;
  color: #fff;
  display: block;
}

.list-products .rubrics ul a:before {
  content: '';
  background: url(images/svg/arr-r.svg) no-repeat 0 0;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.list-products .rubrics ul a:hover {
  background: #16abf0;
}

.list-products .rubrics ul a:hover:before {
  background-image: url(images/svg/arr-r-w.svg);
}

.list-products .ttl {
  padding-left: 36px;
  position: relative;
  font: 30px/30px 'ngbbt', sans-serif;
  margin: 28px 0 19px;
}

.list-products .num {
  position: absolute;
  left: 0;
  top: 3px;
  color: #16abf0;
  font-family: 'ngbcbt', sans-serif;
}

.list-products .num:after {
  content: ':';
}

.list-products .item {
  margin-bottom: 53px;
}

.list-products .item:hover .rubrics {
  top: 0;
}

.list-products-2 .item {
  display: block;
  border: 2px solid #dce3e6;
  position: relative;
  padding: 29px 28px 33px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  margin-bottom: 40px;
}

.list-products-2 .item:before, .list-products-2 .item:after {
  content: '';
  height: 10px;
  position: absolute;
  left: 7px;
  right: 7px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.list-products-2 .item:before {
  top: -10px;
}

.list-products-2 .item:after {
  bottom: -10px;
}

.list-products-2 .item:hover {
  border: 0;
  border-top: 17px solid #16ABF0;
  border-bottom: 17px solid #16ABF0;
  background: #f0f5f7;
  padding: 14px 30px 18px;
}

.list-products-2 .item:hover:before, .list-products-2 .item:hover:after {
  background: #f0f5f7;
}

.list-products-2 .item:hover .img-wrap:before {
  left: -30px;
}

.list-products-2 .item:hover .img-wrap:after {
  right: -30px;
}

.list-products-2 .item:hover .num {
  color: #16ABF0;
}

.list-products-2 a {
  color: #1d2126;
}

.list-products-2 .ttl {
  font: 25px/25px 'ngbbt', sans-serif;
  height: 79px;
  overflow: hidden;
}

.list-products-2 img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.list-products-2 .img-wrap {
  margin: 0 -30px;
  position: relative;
  overflow: hidden;
}

.list-products-2 .img-wrap:before, .list-products-2 .img-wrap:after {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-products-2 .img-wrap:before {
  left: 0;
  border-left: 2px solid #dce3e6;
}

.list-products-2 .img-wrap:after {
  right: 0;
  border-right: 2px solid #dce3e6;
}

.list-products-2 .more {
  margin-top: 2px;
}

.list-products-2 .desc {
  margin: 26px 0 18px;
  height: 80px;
  overflow: hidden;
}

.list-products-2 .num {
  color: #16ABF0;
  font: 30px/30px 'ngbcbt', sans-serif;
}

.s-list-products-2 .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
  display: block;
  width: auto;
}

.s-list-products-2 .swiper-container-horizontal .list-products-2 .item {
  margin-bottom: 0;
}

.s-support {
  background: url(images/bg-sup.jpg) no-repeat 50% 50% #667980;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 66px 0 100px;
}

.s-support .s-ttl {
  color: #fff;
  margin-bottom: 108px;
}

.s-support .s-bottom {
  margin-top: 86px;
}

.s-support .s-desc {
  color: #fff;
}

.s-support.p40 {
  padding: 40px 0;
}

.list-support {
  overflow: hidden;
  margin-bottom: -20px;
  font: 20px/20px 'ngbbt', sans-serif;
}

.list-support a {
  display: block;
  background: #75d3ff;
  color: #1d2126;
  position: relative;
  padding: 30px;
  height: 180px;
  margin-bottom: 20px;
}

.list-support a:hover {
  background: #323d44;
  color: #fff;
}

.list-support a:before {
  content: '';
  display: block;
}

.list-support .ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 25px;
}

.list-support .ico-doc:before {
  content: '';
  display: block;
  width: 36px;
  height: 48px;
  background: url(images/svg/ico-doc-w.svg) no-repeat 0 0;
}

.list-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-b.svg);
}

.list-support .ico-folder:before {
  content: '';
  display: block;
  width: 48px;
  height: 44px;
  background: url(images/svg/ico-folder-w.svg) no-repeat 0 0;
}

.list-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-b.svg);
}

.list-support .ico-adds:before {
  width: 42px;
  height: 48px;
  background: url(images/svg/ico-adds-w.svg) no-repeat 0 0;
}

.list-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-b.svg);
}

.list-support .ico-book:before {
  width: 48px;
  height: 48px;
  background: url(images/svg/ico-book-w.svg) no-repeat 0 0;
}

.list-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-b.svg);
}

.list-support .ico-spanner:before {
  width: 45px;
  height: 46px;
  background: url(images/svg/ico-spanner-w.svg) no-repeat 0 0;
}

.list-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-b.svg);
}

.list-support .ico-pen:before {
  width: 48px;
  height: 48px;
  background: url(images/svg/ico-pen-w.svg) no-repeat 0 0;
}

.list-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-b.svg);
}

.s-projects-2 .s-head {
  padding: 37px 0 33px;
}

.s-projects-2 .s-head h2 {
  margin-bottom: 0;
}

.s-projects-2 .toggle-block {
  color: #6a7c83;
  font-size: 13px;
  position: relative;
  padding-right: 28px;
  margin-top: 2px;
  margin-bottom: 0;
}

.s-projects-2 .toggle-block:after {
  content: '';
  width: 19px;
  height: 19px;
  background: url(images/svg/arr-up.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

.s-projects-2 .toggle-block .txt-2 {
  display: none;
}

.s-projects-2 .toggle-block.active .txt-1 {
  display: none;
}

.s-projects-2 .toggle-block.active .txt-2 {
  display: inline;
}

.s-projects-2 .toggle-block.active:after {
  background-image: url(images/svg/arr-down.svg);
}

.s-projects-2 #list-projects-2-wrap {
  padding-bottom: 50px;
}

.s-projects-2 .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
  width: auto;
}

.list-projects-2 a {
  display: block;
  color: #1d2126;
}

.list-projects-2 a:hover {
  color: #fff;
}

.list-projects-2 img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-bottom: 16px;
}

.list-projects-2 .ttl {
  font: 20px/20px 'ngbbt', sans-serif;
}

.list-projects-2 time {
  color: #6a7c83;
  font-size: 13px;
  display: block;
  margin-top: 15px;
}

#footer .logo {
  display: block;
  width: 180px;
  height: 50px;
  text-indent: -9999px;
  border-bottom: 0;
  background: url(images/svg/logo-f.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

#footer .about {
  color: #667980;
  margin: 32px 0 38px;
}

#footer .b-soc .ttl {
  font: 20px/20px 'ngbbt', sans-serif;
  margin-bottom: 20px;
}

#footer .b-soc a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #1d2126;
  margin-right: 7px;
}

#footer .b-soc a:hover {
  background-color: #00abf0;
}

#footer .b-soc a img {
  display: block;
  max-width: 100%;
  height: auto;
}

#footer .copyright {
  color: #667980;
}

#f-menu-3 {
  display: none;
}

.f-sec-1 {
  background: #323d44;
  color: #fff;
  padding: 43px 0 31px;
}

.f-sec-1 .col-r {
  padding-top: 2px;
}

.f-menu-1 a {
  color: #fff;
}

.f-menu-1 a:hover {
  color: #16abf0;
}

.f-menu-1 .ttl {
  font: 20px/20px 'ngbbt', sans-serif;
  margin-bottom: 24px;
}

.f-menu-1 ul {
  font: 15px/18px 'ngdbt', sans-serif;
}

.f-menu-1 ul li {
  border-top: 3px solid #424f56;
  padding: 10px 0 9px;
}

.f-menu-1.items-underline ul li {
  border-top: 0;
  border-bottom: 3px solid #424f56;
}

.f-sec-2 {
  padding: 20px 0;
}

.f-menu-2 {
  font: 16px/20px 'ngbbt', sans-serif;
}

.f-menu-2 ul {
  margin-left: -42px;
}

.f-menu-2 li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 42px;
}

.f-menu-2 a {
  color: #1d2126;
}

.f-menu-2 a:hover {
  color: #16abf0;
}

#scroll-up {
  font: 16px/20px 'ngbbt', sans-serif;
  color: #1d2126;
  border-bottom: 0;
  padding: 0 22px 0 0;
  position: relative;
}

#scroll-up:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(images/svg/arr-t.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 6px;
}

#scroll-up span {
  display: none;
}

#scroll-up:hover {
  color: #16abf0;
}

#scroll-up-2-wrap {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

#scroll-up-2 {
  border-bottom: 0;
  padding-right: 22px;
  position: relative;
  font: 15px/15px 'ngbbt', sans-serif;
  text-transform: none;
  width: 140px;
  height: 45px;
  padding: 15px 40px 15px 15px;
  text-align: left;
}

#scroll-up-2:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(images/svg/arr-t.svg) no-repeat 0 0;
  position: absolute;
  right: 16px;
  top: 18px;
}

#scroll-up-2:hover:after {
  background-image: url(images/svg/arr-t-w.svg);
}

.content-top {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 58px 0 118px;
}

.content-top .s-ttl {
  color: #fff;
}

.content-top h1, .content-top .h1 {
  margin: 0;
}

.content-top .nav-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(29, 33, 38, 0.9);
  padding: 23px 0 22px;
  font: 15px/18px 'ngdbt', sans-serif;
}

.content-top .nav-panel a {
  color: #fff;
}

.content-top .nav-panel a:hover {
  color: #667980;
}

.content-top .breadcrumbs {
  color: #667980;
  float: left;
}

.content-top .breadcrumbs .sep {
  width: 7px;
  height: 12px;
  background: url(images/svg/arr-r-c1.svg) no-repeat 0 0;
  margin: 0 8px;
  position: relative;
  top: 2px;
}

.content-top .print-link {
  padding-right: 37px;
  position: relative;
  border-bottom: 0;
  float: right;
}

.content-top .print-link:after {
  content: '';
  width: 23px;
  height: 19px;
  background: url(images/svg/print-c1.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: -4px;
}

.p-ttl-wrap {
  position: relative;
  padding: 33px 0 43px;
}

.p-ttl-wrap:before {
  content: '';
  position: absolute;
  left: -2000px;
  top: 0;
  width: 5000px;
  height: 100%;
  background: #7dd3fb;
}

.p-ttl-wrap .p-ttl {
  position: relative;
  color: #fff;
}

.p-ttl-wrap h1, .p-ttl-wrap .h1 {
  margin-bottom: 0;
}

.p-ttl-wrap.ico-box {
  padding-right: 50px;
}

.p-ttl-wrap.ico-box:after {
  content: '';
  width: 40px;
  height: 37px;
  background: url(images/svg/ico-box-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-ttl-wrap.ico-case {
  padding-right: 50px;
}

.p-ttl-wrap.ico-case:after {
  content: '';
  width: 41px;
  height: 40px;
  background: url(images/svg/ico-case-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-ttl-wrap.ico-sol {
  padding-right: 50px;
}

.p-ttl-wrap.ico-sol:after {
  content: '';
  width: 38px;
  height: 39px;
  background: url(images/svg/ico-sol-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-ttl-wrap.ico-hall {
  padding-right: 50px;
}

.p-ttl-wrap.ico-hall:after {
  content: '';
  width: 41px;
  height: 41px;
  background: url(images/svg/ico-hall-w.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar .block {
  margin-bottom: 30px;
}

.sidebar .form-actions {
  width: 100%;
}

.sidebar .form-submit {
  display: block;
  width: 100%;
}

.sidebar.pt {
  padding-top: 30px;
}

.b-menu-1 {
  background: #323d44;
  padding: 21px 19px 29px;
}

.b-menu-1 .b-ttl {
  font: 21px/21px 'ngbbt', sans-serif;
  color: #fff;
  margin-bottom: 15px;
}

.b-menu-1 ul {
  font: 13px/17px 'ngdbt', sans-serif;
  margin: 0 -19px;
}

.b-menu-1 ul a {
  color: #b8c6cc;
  display: block;
  padding: 8px 19px 6px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.b-menu-1 ul a:before, .b-menu-1 ul a:after {
  content: '';
  height: 2px;
  background-color: #424f56;
  position: absolute;
  left: 19px;
  right: 19px;
  top: 0;
}

.b-menu-1 ul a:after {
  display: none;
  top: auto;
  bottom: -2px;
}

.b-menu-1 ul a:hover, .b-menu-1 ul a.active {
  color: #fff;
  background-color: #677a80;
}

.b-menu-1 ul a:hover:before, .b-menu-1 ul a.active:before {
  background-color: #677a80 !important;
  left: 0;
  right: 0;
}

.b-menu-1 ul a:hover:after, .b-menu-1 ul a.active:after {
  display: block;
  background-color: #677a80 !important;
  left: 0;
  right: 0;
  z-index: 2;
}

.b-menu-2 {
  background: #f0f5f7;
  padding: 24px 19px 29px;
}

.b-menu-2 .b-ttl {
  font: 21px/21px 'ngbbt', sans-serif;
  margin-bottom: 15px;
}

.b-menu-2 ul {
  font: 13px/17px 'ngdbt', sans-serif;
  margin: 0 -19px;
}

.b-menu-2 ul a {
  color: #1d2126;
  display: block;
  padding: 8px 19px 6px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.b-menu-2 ul a:before, .b-menu-2 ul a:after {
  content: '';
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 19px;
  right: 19px;
  top: 0;
}

.b-menu-2 ul a:after {
  display: none;
  top: auto;
  bottom: -2px;
}

.b-menu-2 ul a:hover, .b-menu-2 ul a.active {
  color: #fff;
  background-color: #16abf0;
}

.b-menu-2 ul a:hover:before, .b-menu-2 ul a.active:before {
  background-color: #6ac !important;
  left: 0;
  right: 0;
}

.b-menu-2 ul a:hover:after, .b-menu-2 ul a.active:after {
  display: block;
  background-color: #16abf0 !important;
  left: 0;
  right: 0;
  z-index: 2;
}

.b-menu-2 .see-all-comp-block {
  display: block;
  border-top: 2px solid #fff;
  font: 13px/17px 'ngdbt', sans-serif;
  color: #16ABF0;
  font-weight: bold;
  padding-top: 7px;
  margin-top: 0;
}

.menu-support {
  font: 15px/15px 'ngbbt', sans-serif;
}

.menu-support a {
  display: block;
  background: #16ABF0;
  color: #1d2126;
  padding: 25px 20px 25px 78px;
  position: relative;
}

.menu-support a:hover {
  background: #323d44 !important;
  color: #fff;
}

.menu-support a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-support .ico-doc:before {
  background: url(images/svg/ico-doc-w.svg) no-repeat 0 0;
  width: 28px;
  height: 36px;
  left: 26px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.menu-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-b.svg);
}

.menu-support .ico-folder:before {
  background: url(images/svg/ico-folder-w.svg) no-repeat 0 0;
  width: 37px;
  height: 34px;
  left: 22px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.menu-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-b.svg);
}

.menu-support .ico-spanner:before {
  background: url(images/svg/ico-spanner-w.svg) no-repeat 0 0;
  width: 34px;
  height: 34px;
  left: 21px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.menu-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-b.svg);
}

.menu-support .ico-adds:before {
  background: url(images/svg/ico-adds-w.svg) no-repeat 0 0;
  width: 32px;
  height: 36px;
  left: 21px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.menu-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-b.svg);
}

.menu-support .ico-book:before {
  background: url(images/svg/ico-book-w.svg) no-repeat 0 0;
  width: 36px;
  height: 36px;
  left: 21px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.menu-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-b.svg);
}

.menu-support .ico-pen:before {
  background: url(images/svg/ico-pen-w.svg) no-repeat 0 0;
  width: 36px;
  height: 36px;
  left: 21px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.menu-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-b.svg);
}

.menu-support li {
  margin-top: 20px;
}

.type-text .gray {
  color: #6a7c83;
}

.type-text .big {
  font-size: 15px;
  line-height: 17px;
}

.type-text .small {
  font-size: 13px;
  line-height: 17px;
}

.type-text .underline {
  border-bottom: 6px solid #16ABF0;
  padding-bottom: 10px;
}

.type-text .num {
  color: #6ac;
  font-family: 'ngbcbt', sans-serif;
  margin-right: 16px;
}

.type-text h2, .type-text .h2, .type-text h3, .type-text .h3, .type-text h4, .type-text .h4 {
  margin: 25px 0 22px;
}

.type-text h2:first-child, .type-text .h2:first-child, .type-text h3:first-child, .type-text .h3:first-child, .type-text h4:first-child, .type-text .h4:first-child {
  margin-top: 0;
}

.type-text h5, .type-text .h5, .type-text h6, .type-text .h6 {
  margin: 25px 0 20px;
}

.type-text h5:first-child, .type-text .h5:first-child, .type-text h6:first-child, .type-text .h6:first-child {
  margin-top: 0;
}

.type-text h5:last-child, .type-text .h5:last-child, .type-text h6:last-child, .type-text .h6:last-child {
  margin-bottom: 0;
}

.type-text p {
  margin: 20px 0;
}

.type-text p:first-child {
  margin-top: 0;
}

.type-text p:last-child {
  margin-bottom: 0;
}

.type-text .collapse-items {
  margin: 0;
  border-bottom: 6px solid #16ABF0;
}

.type-text .collapse-items:first-child {
  margin-top: 0;
}

.type-text .collapse-items:last-child {
  margin-bottom: 0;
}

.type-text img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.type-text ul:not(.no-style), .type-text ol:not(.no-style) {
  margin: 0 0 20px;
  overflow: hidden;
}

.type-text ul:not(.no-style):last-child, .type-text ol:not(.no-style):last-child {
  margin-bottom: 0;
}

.type-text ul:not(.no-style) li, .type-text ol:not(.no-style) li {
  margin-top: 10px;
}

.type-text ul:not(.no-style) li:first-child, .type-text ol:not(.no-style) li:first-child {
  margin-top: 0;
}

.type-text ul:not(.no-style) li {
  position: relative;
  padding-left: 35px;
}

.type-text ul:not(.no-style) li:before {
  content: '—';
  font-size: 20px;
  color: #16abf0;
  position: absolute;
  left: 0;
  top: 0;
}

.type-text ol:not(.no-style) {
  counter-reset: list1;
}

.type-text ol:not(.no-style) li {
  position: relative;
  padding-left: 35px;
}

.type-text ol:not(.no-style) li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  color: #16abf0;
  position: absolute;
  left: 0;
  top: 0;
}

.type-text ul.style-square li {
  padding-left: 15px;
}

.type-text ul.style-square li:before {
  content: '▪' !important;
}

.type-text .download-links {
  margin: 0 0 20px;
  overflow: hidden;
}

.type-text .download-links:last-child {
  margin-bottom: 0;
}

.type-text .download-links a {
  border-top: 2px solid #f0f5f7;
  display: block;
  color: #1d2126;
  padding: 6px 0 5px;
}

.type-text .download-links a:before, .type-text .download-links a:after {
  content: " ";
  display: table;
}

.type-text .download-links a:after {
  clear: both;
}

.type-text .download-links a:hover {
  background: #f0f5f7;
  border-top-color: #f0f5f7;
  color: #6ac;
}

.type-text .download-links li:first-child a {
  border-top-color: transparent;
}

.type-text .download-links .file-info {
  color: #6a7c83;
}

.type-text table {
  margin: 0 0 20px;
  width: 100%;
  max-width: 100%;
}

.type-text table caption, .type-text table td, .type-text table th {
  vertical-align: middle;
}

.type-text table thead {
  background: #16ABF0;
  color: #fff;
}

.type-text table thead td, .type-text table thead th {
  font-weight: normal;
  font-family: "ngbbt", sans-serif;
  padding: 16px 1.9% 8px;
}

.type-text table tbody {
  border-top: 6px solid #16ABF0;
}

.type-text table tbody td, .type-text table tbody th {
  font-weight: normal;
  padding: 2px 1.9%;
}

.type-text table tbody tr {
  border-bottom: 2px solid #dce3e6;
}

.type-text table tbody tr:hover {
  background: #f0f5f7;
}

.type-text table:last-child {
  margin-bottom: 0;
}

.type-text .slider-promo {
  margin: 0 0 20px;
}

.type-text .bg-ttl {
  color: #fff;
  padding: 11px 10px 8px;
}

.type-text .bg-img {
  background-position: center center;
}

.type-text .bg-img.cover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.footable.breakpoint > tbody > tr > td.expand {
  position: relative;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr > td.expand:after {
  content: '+';
  width: 18px;
  height: 18px;
  border: 1px solid #6ac;
  border-radius: 100%;
  font-size: 20px;
  font: 21px/15px 'Arial';
  text-align: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #6ac;
  padding-left: 1px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand:after {
  content: '–';
  line-height: 11px;
}

.collapse-items.type-1 .collapse-item {
  margin-top: 10px;
}

.collapse-items.type-1 .collapse-item:first-child {
  margin-top: 0;
}

.collapse-items.type-1 .collapse-ttl {
  font: 15px/20px 'ngbbt', sans-serif;
  color: #667980;
  /*border: 2px solid #dce3e6;*/
  padding: 14px 44px 13px 18px;
  padding-left: 0;
  position: relative;
  cursor: pointer;
}

.collapse-items.type-1 .collapse-ttl:after {
  content: '+';
  width: 18px;
  height: 18px;
  border: 1px solid #6ac;
  border-radius: 100%;
  font-size: 20px;
  font: 21px/15px 'Arial';
  text-align: center;
  position: absolute;
  right: 13px;
  top: 14px;
  color: #6ac;
}

.collapse-items.type-1 .collapse-body {
  padding: 0 28px;
  height: 0;
  /*border: 2px solid #dce3e6;*/
  border-top: 0;
  border-bottom-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.collapse-items.type-1 .active .collapse-ttl, .collapse-items.type-1 .collapse-ttl:hover {
  background: #fff;
  border-color: #16ABF0;
  color: #fff;
}

.collapse-items.type-1 .active .collapse-ttl:after, .collapse-items.type-1 .collapse-ttl:hover:after {
  content: '–';
  border-color: #323d44 !important;
  color: #323d44 !important;
  line-height: 13px;
}

.base-color-2 .collapse-items.type-1 .collapse-ttl:hover:after, .base-color-2 .collapse-items.type-1 .collapse-item.active .collapse-ttl:after {
  top: -1px;
}

.collapse-items.type-1 .active .collapse-body {
  padding: 27px 28px 48px;
  border-bottom-width: 2px;
  height: auto;
}

.product-element {
  padding: 25px 0;
}

.product-element .img-wrap a {
  display: block;
  border-bottom: 0;
  height: 300px;
  position: relative;
  background: #fff;
}

.product-element .img-wrap a:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(images/svg/zoom.svg) no-repeat 50% 50% #16ABF0;
}

.product-element .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sw-pagination-2 {
  background: #16abf0;
  color: #fff;
  font: 15px/48px 'ngbbt', sans-serif;
  height: 45px;
  width: 140px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.sw-pagination-2 .sw-next, .sw-pagination-2 .sw-prev {
  width: 34px;
  height: 45px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: 10px 18px;
  -o-background-size: 10px 18px;
  -webkit-background-size: 10px 18px;
  background-size: 10px 18px;
  cursor: pointer;
}

.sw-pagination-2 .sw-prev {
  left: 0;
  background-image: url(images/svg/prev-2.svg);
}

.sw-pagination-2 .sw-prev:hover {
  background-image: url(images/svg/prev.svg);
}

.sw-pagination-2 .sw-next {
  right: 0;
  background-image: url(images/svg/next-2.svg);
}

.sw-pagination-2 .sw-next:hover {
  background-image: url(images/svg/next.svg);
}

.slider-images {
  position: relative;
}

.slider-images .swiper-slide {
  min-height: 400px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.slider-images .swiper-slide .desc {
  position: absolute;
  font: 15px/20px 'ngbbt', sans-serif;
  color: #fff;
  padding: 0 180px 0 30px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.slider-images .swiper-slide .desc .lbl {
  color: #16ABF0;
}

.b-type-1 {
  background: #16ABF0;
  padding: 24px 20px 35px;
  font-size: 13px;
  line-height: 17px;
}

.b-type-1 .b-ttl {
  font: 21px/21px 'ngbbt', sans-serif;
  color: #fff;
}

.b-type-1 .b-ttl + * {
  margin-top: 23px !important;
}

.b-type-1.bg-2 {
  background: #677a80;
  color: #fff;
}

.b-type-1.bg-2 ul.style-square li:before {
  color: #16ABF0;
}

.s-prod-pluses {
  padding: 40px 0;
}

.s-prod-pluses .blocks {
  margin-bottom: -30px;
}

.s-prod-pluses .block {
  margin-bottom: 30px;
}

.s-prod-components {
  padding: 40px 0;
  background: #f0f5f7;
}

.s-prod-components .btn-1 {
  width: auto;
  display: inline-block
}

.prod-components-tabs-wrap {
  margin-bottom: 20px;
}

.prod-components-tabs-wrap .chosen-container {
  display: none;
}

.prod-components-tabs {
  font: 15px/15px 'ngbbt', sans-serif;
}

.prod-components-tabs li {
  margin-top: 10px;
}

.prod-components-tabs li:first-child {
  margin-top: 0;
}

.prod-components-tabs a {
  display: block;
  background: #fff;
  color: #1d2126;
  padding: 21px 35px 26px 20px;
  position: relative;
}

.prod-components-tabs a:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url(images/svg/arr-r-c1.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.prod-components-tabs a:hover, .prod-components-tabs a.active {
  background: #16ABF0;
  color: #fff;
}

.prod-components-tabs a:hover:after, .prod-components-tabs a.active:after {
  background-image: url(images/svg/arr-r-w.svg);
}

.list-prod-components .img-wrap {
  background: #fff;
  position: relative;
  height: 220px;
  margin: 0 -20px 15px;
}

.list-prod-components .img-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: auto !important;
}

.list-prod-components .body {
  height: 180px;
}

.list-prod-components .ttl {
  font: 21px/21px 'ngbbt', sans-serif;
  margin-bottom: 10px;
}

.list-prod-components .desc {
  color: #6a7c83;
  font-size: 15px;
  line-height: 17px;
}

.list-prod-components .item {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px 25px;
  background: #fff;
  overflow: hidden;
}

.list-prod-components .item:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url(images/svg/arr-r-c1.svg) no-repeat 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.list-prod-components .item:hover {
  background: #16ABF0;
}

.list-prod-components .item:hover:after {
  background-image: url(images/svg/arr-r-w.svg);
}

.list-prod-components .item:hover .ttl {
  color: #fff;
}

.list-prod-components .item:hover .desc {
  color: #1d2126;
}

.list-prod-components .see-all-comp {
  margin-left: 10px;
}

.slider-promo {
  position: relative;
}

.slider-promo .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  height: auto;
}

.slider-promo .sw-pagination-2 {
  left: 67.1%;
  margin-left: 40px;
}

.slider-promo .img-wrap {
  width: 67.1%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 360px;
}

.slider-promo .body-wrap {
  background: #f0f5f7;
  width: 32.9%;
  padding: 40px 40px 90px;
  color: #667880;
}

.s-rec-products {
  background: #f0f5f7;
}

.b-rec-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.b-rec-products .chosen-container {
  display: none;
}

.b-rec-products .chosen-results {
  margin: 0;
}

.b-rec-products .b-menu-2 ul a:before, .b-rec-products .b-menu-2 ul a:after {
  background-color: #dce3e6;
}

.b-rec-products .b-menu-2 li:last-child a:after {
  display: block;
}

.b-rec-products .b-menu-2 ul a {
  padding-top: 14px;
  padding-bottom: 12px;
}

.b-rec-products .b-menu-2 a {
  padding-right: 40px;
}

.b-rec-products .b-menu-2 a.active, .b-rec-products .b-menu-2 a:hover {
  background-image: url(images/svg/arr-r-w.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.b-rec-products .col-l {
  width: 25.5%;
  background: #fff;
}

.b-rec-products .col-l.with-more {
  padding-bottom: 66px;
}

.b-rec-products .col-l .b-ttl {
  color: #667980;
  padding-right: 30px;
  position: relative;
}

.b-rec-products .col-l .b-ttl .cnt {
  position: absolute;
  right: 0;
  top: 0;
  color: #16abf0;
  font-size: 15px;
}

.b-rec-products .scroll-nav-wrap {
  margin: 0 -19px;
}

.b-rec-products .scroll-nav-wrap ul {
  margin: 0;
}

.b-rec-products .scroll-nav-wrap .scroll-bar {
  display: none !important;
}

.b-rec-products .next {
  width: 18px;
  height: 10px;
  background: url(images/svg/arr-b-next.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 26px auto 0;
  cursor: pointer;
}

.b-rec-products .b-bottom {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 26%;
  padding: 0 20px;
}

.b-rec-products .img-wrap {
  width: 74.5%;
  position: relative;
}

.b-rec-products .img-wrap .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b-rec-products .img-wrap .img-overlay img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.b-rec-products .img-wrap .img-overlay img.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.b-rec-products .img-wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

.s-on-services {
  background: #f0f5f7;
}

.b-on-services .service-1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(images/bg-2.png) no-repeat 50% 50% #1d2126;
  background: -moz-radial-gradient(center, circle farthest-side, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url(images/bg-2.png) no-repeat 50% 50% #1d2126;
  background: -webkit-radial-gradient(center, circle farthest-side, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url(images/bg-2.png) no-repeat 50% 50% #1d2126;
  background: radial-gradient(circle farthest-side at center, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url(images/bg-2.png) no-repeat 50% 50% #1d2126;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font: 21px/27px 'ngdbt', sans-serif;
  text-align: center;
  padding: 90px 20px 100px;
}

.b-on-services .service-1 img {
  margin: 0 auto;
}

.b-on-services .service-1 p {
  margin: 0 0 32px;
}

.b-on-services .service-1 p:last-child {
  margin-bottom: 0;
}

.b-on-services .service-1 .inner {
  max-width: 760px;
  margin: 0 auto;
}

.collapse-items.type-2 {
  position: relative;
  margin: 0 -5px;
}

.collapse-items.type-2:before, .collapse-items.type-2:after {
  content: " ";
  display: table;
}

.collapse-items.type-2:after {
  clear: both;
}

.collapse-items.type-2 .collapse-item {
  padding: 0 5px;
  float: left;
  width: 33.33333%;
}

.collapse-items.type-2 .collapse-ttl {
  background: #fff;
  padding: 16px 45px 14px 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
  height: 50px;
}

.collapse-items.type-2 .collapse-ttl:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url("images/svg/arr-b.svg") no-repeat 0 0;
  position: absolute;
  right: 20px;
  top: 23px;
}

.collapse-items.type-2 .collapse-ttl:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.collapse-items.type-2 .collapse-body {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-top: 8px solid #16ABF0;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 52px;
}

.collapse-items.type-2 .active .collapse-ttl, .collapse-items.type-2 .collapse-ttl:hover {
  background: #16ABF0;
}

.collapse-items.type-2 .active .collapse-ttl:before, .collapse-items.type-2 .collapse-ttl:hover:before {
  background-color: #16ABF0;
}

.collapse-items.type-2 .active .collapse-ttl:after, .collapse-items.type-2 .collapse-ttl:hover:after {
  background-image: url(images/svg/arr-b-w.svg);
}

.collapse-items.type-2 .active .collapse-body {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}

.s-form .s-head {
  margin-bottom: 30px;
}

.s-form .s-head h2, .s-form .s-head .h2 {
  margin-bottom: 18px;
}

.ico-box-r {
  padding-right: 27px;
  position: relative;
}

.ico-box-r:after {
  content: '';
  width: 18px;
  height: 17px;
  background: url(images/svg/ico-box.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.ico-download-r {
  padding-right: 27px;
  position: relative;
}

.ico-download-r:after {
  content: '';
  width: 19px;
  height: 18px;
  background: url(images/svg/ico-download.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.ico-cloud-r {
  padding-right: 30px;
  position: relative;
}

.ico-cloud-r:after {
  content: '';
  width: 21px;
  height: 21px;
  background: url(images/svg/ico-cloud.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.b-numbers {
  padding: 24px 20px 35px;
  background: #f0f5f7;
  color: #6a7c83;
}

.b-numbers .b-ttl {
  color: #323d44;
  border-bottom: 6px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.b-numbers .underline {
  border-bottom-color: #fff;
}

.b-numbers .item {
  margin-top: 28px;
}

.b-numbers .item:first-child {
  margin-top: 0;
}

.b-numbers .num {
  font: 67px/50px 'ngbcbt', sans-serif;
  color: #6ac;
}

.slider-reviews {
  text-align: center;
}

.slider-reviews .review {
  font-size: 21px;
  line-height: 27px;
  border-left: 9px solid #fff;
  border-right: 9px solid #fff;
  position: relative;
  padding: 13px 45px;
}

.slider-reviews .review:before, .slider-reviews .review:after {
  content: '';
  width: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 9px solid #fff;
  border-bottom: 9px solid #fff;
}

.slider-reviews .review:after {
  left: auto;
  right: 0;
}

.slider-reviews .author {
  color: #667980;
  margin-top: 5px;
}

.slider-reviews .swiper-pagination-bullet {
  border-color: #fff;
}

.slider-reviews .swiper-pagination-bullet-active {
  border-color: #fff;
  background: #fff;
}

.b-list-dates {
  padding: 24px 30px 29px;
}

.b-list-dates ul a {
  padding: 14px 30px 12px;
  background-image: url(images/svg/arr-r-c1.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 8px 13px;
}

.b-list-dates ul a:before, .b-list-dates ul a:after {
  left: 30px;
  right: 30px;
}

.b-list-dates ul a:hover, .b-list-dates ul a.active {
  background-image: url(images/svg/arr-r-w.svg) !important;
}

.b-list-dates li:last-child a:after {
  display: block;
}

.b-list-dates .scroll-container {
  min-height: 151px;
  margin: 0 -30px;
}

.b-list-dates .scroll-container ul {
  margin: 0;
}

.b-list-dates .scrollable {
  padding-right: 14px;
}

.b-list-dates .scrollable .scroll-bar.vertical {
  right: 6px;
}

.programs-education .img-wrap {
  float: left;
}

.programs-education .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.programs-education .body-wrap {
  margin-left: 270px;
  min-height: 240px;
  padding-bottom: 20px;
  position: relative;
}

.programs-education .body-wrap .date {
  position: absolute;
  bottom: 0;
  left: 0;
}

.programs-education .ttl-1 {
  color: #84bf61;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.programs-education .ttl-2 {
  margin: 0 0 9px;
}

.programs-education .desc {
  margin-bottom: 9px;
}

.programs-education .item {
  display: block;
  color: #1d2126;
  border: 2px solid #dce3e6;
  padding: 28px;
  margin-bottom: 20px;
}

.programs-education .item:before, .programs-education .item:after {
  content: " ";
  display: table;
}

.programs-education .item:after {
  clear: both;
}

.programs-education .item:hover {
  background: #bde6a2;
  border-color: #bde6a2;
}

.programs-education .item:hover .ttl-1 {
  color: #fff;
}

.list-events .img-wrap {
  float: left;
}

.list-events .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.list-events .body-wrap {
  margin-left: 240px;
  min-height: 210px;
  padding-bottom: 20px;
  position: relative;
}

.list-events .body-wrap .date {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-events .ttl {
  margin: 0 0 9px;
}

.list-events .desc {
  margin-bottom: 9px;
}

.list-events .item {
  display: block;
  color: #1d2126;
  border: 2px solid #dce3e6;
  padding: 28px;
  margin-bottom: 20px;
}

.list-events .item:before, .list-events .item:after {
  content: " ";
  display: table;
}

.list-events .item:after {
  clear: both;
}

.list-events .item:hover {
  background: #7dd3fb;
  border-color: #7dd3fb;
}

.other-events .item {
  display: block;
  margin-top: 35px;
}

.other-events .item:first-child {
  margin-top: 0;
}

.other-events a {
  color: #1d2126;
}

.other-events .ttl {
  margin: 22px 0 10px;
}

.other-events-2 a {
  color: #1d2126;
}

.pager {
  font-size: 13px;
  line-height: 40px;
  margin: 40px 0 30px -20px;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  float: left;
  margin: 0 0 10px 20px;
}

.pager a {
  display: block;
  width: 40px;
  height: 40px;
  background: #f0f5f7;
  color: #667980;
  text-align: center;
}

.pager a:hover, .pager a.active {
  background-color: #16ABF0;
  color: #fff;
}

.pager .prev, .pager .next {
  border: 2px solid #dce3e6;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 7px 12px;
}

.pager .prev:hover, .pager .next:hover {
  background-color: #6ac;
  border-color: #6ac;
}

.pager .prev {
  background-image: url(images/svg/arr-l-c1.svg);
}

.pager .prev:hover {
  background-image: url(images/svg/arr-l-w.svg) !important;
}

.pager .next {
  background-image: url(images/svg/arr-r-c1.svg);
}

.pager .next:hover {
  background-image: url(images/svg/arr-r-w.svg) !important;
}

.b-expert img {
  border-radius: 100%;
}

.b-expert .h3 {
  margin-bottom: 20px;
}

.experts .item {
  display: block;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 31px 30px 25px;
}

.experts .item:hover {
  background-color: #16ABF0;
}

.experts a {
  color: #1d2126;
}

.experts img {
  display: block;
  max-width: 100%;
  height: auto !important;
  border-radius: 100%;
  margin: 0 auto;
}

.experts .name {
  margin: 22px 0 13px;
}

.experts .post {
  margin: 0 0 13px;
}

.b-service-contact .map-wrap {
  width: 73.25%;
  min-height: 420px;
  overflow: hidden;
}

.b-service-contact .body-wrap {
  background: #fff;
  width: 26.75%;
  padding: 37px 40px 40px;
}

.b-service-contact .ttl {
  margin-bottom: 26px;
}

.b-service-contact .lbl {
  margin-bottom: 4px;
}

.b-service-contact .addr {
  margin-bottom: 13px;
  line-height: 18px;
}

.b-service-contact .phone {
  font: 30px/30px 'ngbcbt', sans-serif;
  margin-bottom: 9px;
}

.b-service-contact .work-time {
  margin-bottom: 22px;
  line-height: 18px;
}

.b-service-contact .desc {
  margin-bottom: 22px;
}

.b-bg-gray {
  background: #f0f5f7;
  padding: 24px 20px 30px;
}

.b-bg-base-2 .body {
  background: #7dd3fb;
  padding: 20px 20px 30px;
}

.b-bg-base-2 .year {
  color: #fff;
  font: 67px/67px "ngbcbt", sans-serif;
  margin-bottom: 0;
}

.b-bg-base {
  background: #16ABF0;
  padding: 21px 20px 30px;
  padding: 24px 20px 30px;
}

.b-bg-base .b-ttl {
  color: #fff;
  margin-bottom: 19px;
}

.b-bg-base .b-ttl.ico-box {
  padding-right: 27px;
  position: relative;
}

.b-bg-base .b-ttl.ico-box:after {
  content: '';
  width: 18px;
  height: 17px;
  background: url(images/svg/ico-box-w.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.b-bg-base .b-ttl.ico-docs {
  padding-right: 27px;
  position: relative;
}

.b-bg-base .b-ttl.ico-docs:after {
  content: '';
  width: 15px;
  height: 19px;
  background: url(images/svg/ico-docs-w.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.b-bg-base .more:before {
  background-image: url(images/svg/arr-r-w.svg);
}

.bg-base {
  background: #16ABF0;
}

.c-base {
  color: #6ac;
}

.scrollable .viewport .overview {
  width: 100%;
}

.scrollable .scroll-bar.vertical {
  width: 3px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  right: -12px;
}

.scrollable .scroll-bar.vertical .thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.base-color-2 .bg-base {
  background-color: #16ABF0;
}

.base-color-2 .c-base {
  color: #16ABF0;
}

.base-color-2 .main-menu-wrap .lvl-1.expanded > a:after {
  background-image: url(images/svg/arr-b-c2.svg);
}

.base-color-2 .main-menu-wrap .lvl-1.expanded:hover > a {
  background-color: #16ABF0;
}

.base-color-2 .main-menu-wrap .lvl-1.expanded > .subnav {
  border-top-color: #16ABF0;
}

.base-color-2 #show-search {
  background-image: url(images/svg/search-2.svg);
}

.base-color-2 #show-search #title-search input[type='submit'] {
  background-image: url(images/svg/search-2.svg);
}

.base-color-2 .toggle-menu .toggle span {
  background-color: #16ABF0;
}

.base-color-2 .toggle-menu .main-menu {
  border-color: #16ABF0;
}

.base-color-2 .s-ttl .brackets:before, .base-color-2 .s-ttl .brackets:after, .base-color-2 .s-ttl .brackets {
  border-color: #16ABF0;
}

.base-color-2 .content-top .breadcrumbs .sep {
  background-image: url(images/svg/arr-r-c2.svg);
}

.base-color-2 .content-top .print-link:after {
  background-image: url(images/svg/print-c2.svg);
}

.base-color-2 .p-ttl-wrap:before {
  background-color: #16ABF0;
}

.base-color-2 .type-text .underline {
  border-bottom-color: #16ABF0;
}

.base-color-2 .type-text table thead {
  background-color: #16ABF0;
}

.base-color-2 .type-text table tbody {
  border-top-color: #fff;
}

.base-color-2 .type-text ul:not(.no-style) li:before, .base-color-2 .type-text ol:not(.no-style) li:before {
  color: #16ABF0;
}

.base-color-2 .type-text .num {
  color: #16ABF0;
}

.base-color-2 .sw-pagintaion-2 {
  background: #16ABF0;
}

.base-color-2 .form-submit.ico-dialog {
  background-image: url(images/svg/ico-dialog-2.svg);
}

.base-color-2 .form-submit.ico-reset {
  background-image: url(images/svg/reset-2.svg);
}

.base-color-2 .form-submit.ico-book {
  background-image: url(images/svg/ico-book-c2.svg);
}

.base-color-2 .form-submit:hover {
  background-color: #16ABF0;
}

.base-color-2 .list-support a {
  background: #16ABF0;
}

.base-color-2 .list-support a:hover {
  background: #323d44;
}

.base-color-2 .list-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-c2.svg);
}

.base-color-2 .list-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-c2.svg);
}

.base-color-2 .list-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-c2.svg);
}

.base-color-2 .list-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-c2.svg);
}

.base-color-2 .list-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-c2.svg);
}

.base-color-2 .list-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-c2.svg);
}

.base-color-2 .b-menu-2 ul a:hover, .base-color-2 .b-menu-2 ul a.active {
  background-color: #16ABF0;
}

.base-color-2 .b-menu-2 ul a:hover:before, .base-color-2 .b-menu-2 ul a.active:before {
  background-color: #16ABF0 !important;
}

.base-color-2 .b-menu-2 ul a:hover:after, .base-color-2 .b-menu-2 ul a.active:after {
  background-color: #16ABF0 !important;
}

.base-color-2 .more:before {
  background-image: url(images/svg/arr-r-c2.svg);
}

.base-color-2 .menu-support a {
  background: #16ABF0;
}

.base-color-2 .menu-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-c2.svg);
}

.base-color-2 .menu-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-c2.svg);
}

.base-color-2 .menu-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-c2.svg);
}

.base-color-2 .menu-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-c2.svg);
}

.base-color-2 .menu-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-c2.svg);
}

.base-color-2 .menu-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-c2.svg);
}

.base-color-2 .footable.breakpoint > tbody > tr > td.expand:after {
  border-color: #16ABF0;
  color: #16ABF0;
}

.base-color-2 .collapse-items.type-1 .collapse-ttl:after {
  border-color: #16ABF0;
  color: #16ABF0;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: unset;
  right: unset;
}

.base-color-2 .collapse-items.type-1 .active .collapse-ttl, .base-color-2 .collapse-items.type-1 .collapse-ttl:hover {
  background-color: white;;
  /*color: white;*/
  /*border-color: #16ABF0; */
}

.base-color-2 .chosen-container-single .chosen-single div b {
  background-image: url(images/svg/arr-b-c2.svg);
}

.base-color-2 .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url(images/svg/arr-t-c2.svg);
}

.base-color-2 #scroll-up:after {
  background-image: url(images/svg/arr-t-c2.svg);
}

.base-color-2 .b-list-dates ul a {
  background-image: url(images/svg/arr-r-c2.svg);
}

.base-color-2 .type-text .download-links a:hover, .base-color-2 .more:hover {
  color: #16ABF0;
}

.base-color-2 .experts .item:hover {
  background-color: #16ABF0;
}

.base-color-2 .pager a:hover, .base-color-2 .pager a.active {
  background-color: #16ABF0;
}

.base-color-2 .pager .prev {
  background-image: url(images/svg/arr-l-c2.svg);
}

.base-color-2 .pager .next {
  background-image: url(images/svg/arr-r-c2.svg);
}

.base-color-2 .pager .prev:hover, .base-color-2 .pager .next:hover {
  background-color: #16ABF0;
  border-color: #16ABF0;
}

.base-color-3 .bg-base {
  background-color: #bde6a2;
}

.base-color-3 .c-base {
  color: #84bf61;
}

.base-color-3 .main-menu-wrap .lvl-1.expanded > a:after {
  background-image: url(images/svg/arr-b-c3.svg);
}

.base-color-3 .main-menu-wrap .lvl-1.expanded:hover > a {
  background-color: #bde6a2;
}

.base-color-3 .main-menu-wrap .lvl-1.expanded > .subnav {
  border-top-color: #bde6a2;
}

.base-color-3 #show-search {
  background-image: url(images/svg/search-3.svg);
}

.base-color-3 #show-search #title-search input[type='submit'] {
  background-image: url(images/svg/search-3.svg);
}

.base-color-3 .toggle-menu .toggle span {
  background-color: #84bf61;
}

.base-color-3 .toggle-menu .main-menu {
  border-color: #84bf61;
}

.base-color-3 .s-ttl .brackets:before, .base-color-3 .s-ttl .brackets:after, .base-color-3 .s-ttl .brackets {
  border-color: #bde6a2;
}

.base-color-3 .content-top .breadcrumbs .sep {
  background-image: url(images/svg/arr-r-c3.svg);
}

.base-color-3 .content-top .print-link:after {
  background-image: url(images/svg/print-c3.svg);
}

.base-color-3 .p-ttl-wrap:before {
  background-color: #bde6a2;
}

.base-color-3 .type-text .underline {
  border-bottom-color: #bde6a2;
}

.base-color-3 .type-text table thead {
  background-color: #bde6a2;
}

.base-color-3 .type-text table tbody {
  border-top-color: #bde6a2;
}

.base-color-3 .type-text ul:not(.no-style) li:before, .base-color-3 .type-text ol:not(.no-style) li:before {
  color: #84bf61;
}

.base-color-3 .type-text .num {
  color: #84bf61;
}

.base-color-3 .sw-pagintaion-2 {
  background: #84bf61;
}

.base-color-3 .form-submit.ico-dialog {
  background-image: url(images/svg/ico-dialog-3.svg);
}

.base-color-3 .form-submit.ico-reset {
  background-image: url(images/svg/reset-3.svg);
}

.base-color-3 .form-submit.ico-book {
  background-image: url(images/svg/ico-book-c3.svg);
}

.base-color-3 .form-submit:hover {
  background-color: #84bf61;
}

.base-color-3 .list-support a {
  background: #bde6a2;
}

.base-color-3 .list-support a:hover {
  background: #323d44;
}

.base-color-3 .list-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-c3.svg);
}

.base-color-3 .list-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-c3.svg);
}

.base-color-3 .list-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-c3.svg);
}

.base-color-3 .list-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-c3.svg);
}

.base-color-3 .list-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-c3.svg);
}

.base-color-3 .list-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-c3.svg);
}

.base-color-3 .b-menu-2 ul a:hover, .base-color-3 .b-menu-2 ul a.active {
  background-color: #84bf61;
}

.base-color-3 .b-menu-2 ul a:hover:before, .base-color-3 .b-menu-2 ul a.active:before {
  background-color: #84bf61 !important;
}

.base-color-3 .b-menu-2 ul a:hover:after, .base-color-3 .b-menu-2 ul a.active:after {
  background-color: #84bf61 !important;
}

.base-color-3 .more:before {
  background-image: url(images/svg/arr-r-c3.svg);
}

.base-color-3 .menu-support a {
  background: #bde6a2;
}

.base-color-3 .menu-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-c3.svg);
}

.base-color-3 .menu-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-c3.svg);
}

.base-color-3 .menu-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-c3.svg);
}

.base-color-3 .menu-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-c3.svg);
}

.base-color-3 .menu-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-c3.svg);
}

.base-color-3 .menu-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-c3.svg);
}

.base-color-3 .footable.breakpoint > tbody > tr > td.expand:after {
  border-color: #84bf61;
  color: #84bf61;
}

.base-color-3 .collapse-items.type-1 .collapse-ttl:after {
  border-color: #84bf61;
  color: #84bf61;
}

.base-color-3 .collapse-items.type-1 .active .collapse-ttl, .base-color-3 .collapse-items.type-1 .collapse-ttl:hover {
  background-color: #84bf61;
  border-color: #84bf61;
}

.base-color-3 .chosen-container-single .chosen-single div b {
  background-image: url(images/svg/arr-b-c3.svg);
}

.base-color-3 .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url(images/svg/arr-t-c3.svg);
}

.base-color-3 #scroll-up:after {
  background-image: url(images/svg/arr-t-c3.svg);
}

.base-color-3 .b-list-dates ul a {
  background-image: url(images/svg/arr-r-c3.svg);
}

.base-color-3 .type-text .download-links a:hover, .base-color-3 .more:hover {
  color: #84bf61;
}

.base-color-3 .experts .item:hover {
  background-color: #bde6a2;
}

.base-color-3 .pager a:hover, .base-color-3 .pager a.active {
  background-color: #bde6a2;
}

.base-color-3 .pager .prev {
  background-image: url(images/svg/arr-l-c3.svg);
}

.base-color-3 .pager .next {
  background-image: url(images/svg/arr-r-c3.svg);
}

.base-color-3 .pager .prev:hover, .base-color-3 .pager .next:hover {
  background-color: #84bf61;
  border-color: #84bf61;
}

.base-color-4 .bg-base {
  background-color: #8dd3a9;
}

.base-color-4 .c-base {
  color: #8dd3a9;
}

.base-color-4 .main-menu-wrap .lvl-1.expanded > a:after {
  background-image: url(images/svg/arr-b-c4.svg);
}

.base-color-4 .main-menu-wrap .lvl-1.expanded:hover > a {
  background-color: #8dd3a9;
}

.base-color-4 .main-menu-wrap .lvl-1.expanded > .subnav {
  border-top-color: #8dd3a9;
}

.base-color-4 #show-search {
  background-image: url(images/svg/search-4.svg);
}

.base-color-4 #show-search #title-search input[type='submit'] {
  background-image: url(images/svg/search-4.svg);
}

.base-color-4 .toggle-menu .toggle span {
  background-color: #8dd3a9;
}

.base-color-4 .toggle-menu .main-menu {
  border-color: #8dd3a9;
}

.base-color-4 .s-ttl .brackets:before, .base-color-4 .s-ttl .brackets:after, .base-color-4 .s-ttl .brackets {
  border-color: #8dd3a9;
}

.base-color-4 .content-top .breadcrumbs .sep {
  background-image: url(images/svg/arr-r-c4.svg);
}

.base-color-4 .content-top .print-link:after {
  background-image: url(images/svg/print-c4.svg);
}

.base-color-4 .p-ttl-wrap:before {
  background-color: #8dd3a9;
}

.base-color-4 .type-text .underline {
  border-bottom-color: #8dd3a9;
}

.base-color-4 .type-text table thead {
  background-color: #8dd3a9;
}

.base-color-4 .type-text table tbody {
  border-top-color: #8dd3a9;
}

.base-color-4 .type-text ul:not(.no-style) li:before, .base-color-4 .type-text ol:not(.no-style) li:before {
  color: #8dd3a9;
}

.base-color-4 .type-text .num {
  color: #8dd3a9;
}

.base-color-4 .sw-pagintaion-2 {
  background: #8dd3a9;
}

.base-color-4 .form-submit.ico-dialog {
  background-image: url(images/svg/ico-dialog-4.svg);
}

.base-color-4 .form-submit.ico-reset {
  background-image: url(images/svg/reset-4.svg);
}

.base-color-4 .form-submit.ico-book {
  background-image: url(images/svg/ico-book-c4.svg);
}

.base-color-4 .form-submit:hover {
  background-color: #8dd3a9;
}

.base-color-4 .list-support a {
  background: #8dd3a9;
}

.base-color-4 .list-support a:hover {
  background: #323d44;
}

.base-color-4 .list-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-c4.svg);
}

.base-color-4 .list-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-c4.svg);
}

.base-color-4 .list-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-c4.svg);
}

.base-color-4 .list-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-c4.svg);
}

.base-color-4 .list-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-c4.svg);
}

.base-color-4 .list-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-c4.svg);
}

.base-color-4 .b-menu-2 ul a:hover, .base-color-4 .b-menu-2 ul a.active {
  background-color: #8dd3a9;
}

.base-color-4 .b-menu-2 ul a:hover:before, .base-color-4 .b-menu-2 ul a.active:before {
  background-color: #8dd3a9 !important;
}

.base-color-4 .b-menu-2 ul a:hover:after, .base-color-4 .b-menu-2 ul a.active:after {
  background-color: #8dd3a9 !important;
}

.base-color-4 .more:before {
  background-image: url(images/svg/arr-r-c4.svg);
}

.base-color-4 .menu-support a {
  background: #8dd3a9;
}

.base-color-4 .menu-support .ico-doc:hover:before {
  background-image: url(images/svg/ico-doc-c4.svg);
}

.base-color-4 .menu-support .ico-folder:hover:before {
  background-image: url(images/svg/ico-folder-c4.svg);
}

.base-color-4 .menu-support .ico-spanner:hover:before {
  background-image: url(images/svg/ico-spanner-c4.svg);
}

.base-color-4 .menu-support .ico-adds:hover:before {
  background-image: url(images/svg/ico-adds-c4.svg);
}

.base-color-4 .menu-support .ico-book:hover:before {
  background-image: url(images/svg/ico-book-c4.svg);
}

.base-color-4 .menu-support .ico-pen:hover:before {
  background-image: url(images/svg/ico-pen-c4.svg);
}

.base-color-4 .footable.breakpoint > tbody > tr > td.expand:after {
  border-color: #8dd3a9;
  color: #8dd3a9;
}

.base-color-4 .collapse-items.type-1 .collapse-ttl:after {
  border-color: #8dd3a9;
  color: #8dd3a9;
}

.base-color-4 .collapse-items.type-1 .active .collapse-ttl, .base-color-4 .collapse-items.type-1 .collapse-ttl:hover {
  background-color: #fff;
  border-color: #fff;
}

.base-color-4 .chosen-container-single .chosen-single div b {
  background-image: url(images/svg/arr-b-c4.svg);
}

.base-color-4 .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url(images/svg/arr-t-c4.svg);
}

.base-color-4 #scroll-up:after {
  background-image: url(images/svg/arr-t-c4.svg);
}

.base-color-4 .b-list-dates ul a {
  background-image: url(images/svg/arr-r-c4.svg);
}

.base-color-4 .type-text .download-links a:hover, .base-color-4 .more:hover {
  color: #8dd3a9;
}

.base-color-4 .experts .item:hover {
  background-color: #8dd3a9;
}

.base-color-4 .pager a:hover, .base-color-4 .pager a.active {
  background-color: #8dd3a9;
}

.base-color-4 .pager .prev {
  background-image: url(images/svg/arr-l-c4.svg);
}

.base-color-4 .pager .next {
  background-image: url(images/svg/arr-r-c4.svg);
}

.base-color-4 .pager .prev:hover, .base-color-4 .pager .next:hover {
  background-color: #8dd3a9;
  border-color: #8dd3a9;
}

.mobile-content:first-child {
  margin-top: 30px;
}

.mobile-content .block {
  margin-bottom: 30px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pt24 {
  padding-top: 24px;
}

.pb0 {
  padding-bottom: 0;
}

.popup {
  border: none;
  position: relative;
  background-color: #f0f5f8;
  padding: 30px;
}

.popup .popup-window {
  border: none;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup .popup-window-top-row, .popup .popup-window-top-row td, .popup .popup-window-bottom-row, .popup .popup-window-bottom-row td {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.popup .popup-window-top-row div, .popup .popup-window-top-row td div, .popup .popup-window-bottom-row div, .popup .popup-window-bottom-row td div {
  display: none;
}

.popup .popup-window-content {
  margin: 0;
}

.popup h3 {
  margin-bottom: 20px;
}

.popup label {
  font-size: 14px;
}

.popup .popup-window-content-row .popup-window-left-column, .popup .popup-window-content-row .popup-window-right-column {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  width: 1px;
  min-width: 0;
}

.popup .popup-window-close-icon {
  background: url(images/button_close_blue.png);
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  margin: 0;
}

.popup .popup-window-close-icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.popup .errortext, .popup .notetext, .popup .notice {
  margin-bottom: 0;
}

.popup-window-overlay {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  filter: alpha(opacity=100);
}

.starrequired {
  color: #66aacd !important;
}

.right-text {
  text-align: right;
  margin-top: 23px;
}

.errortext {
  padding: 13px 20px;
  margin-bottom: 20px;
  border: 1px solid #df2835;
  font-size: 13px;
  color: #df2835;
}

.subscribe-edit .errortext {
  padding: 0;
  border: none;
  margin: 0;
}

.notetext {
  padding: 13px 20px;
  margin-bottom: 20px;
  border: 1px solid #458f31;
  font-size: 13px;
  color: #458f31;
}

.subscribe-edit .notetext {
  padding: 0;
  border: none;
  margin: 0;
}

.notice {
  padding: 13px 20px;
  margin-bottom: 20px;
  border: 3px solid #ffeb5e;
  font-size: 13px;
  color: #333;
}

.section--front-news {
  background: #f3f6f7;
}

.section--front-news .s-ttl {
  margin-bottom: 68px;
}

.flex-between {
  justify-content: space-between;
}

.filter-map-summary svg {
  fill: currentColor;
}

.filter-map-summary {
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  color: #16ABF0;
}

.button {
}

.button--blue {
  display: inline-block;
  color: #fff;
  font: 15px/18px 'ngbbt', sans-serif;
  text-transform: uppercase;
  border: 0;
  padding: 9px 25px 9px;
  background: #16abf0;
}

.button--blue:hover {
  color: #fff;
  background: #1d2126;
}

.btn-8 {
  color: #4b575c;
  display: inline-block;
  font: 15px/20px ngbbt;
  border: 1px solid #ccd7db;
  padding: 7px 17px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  background: #fff;
}

.btn-9 {
  color: #fff;
  display: inline-block;
  font: 15px/20px ngbbt;
  border: 1px solid #7dd3fb;
  padding: 7px 17px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  background: #7dd3fb;
}

.map-markets {
  position: relative;
  z-index: 1;
}

.b-markets {
  background: #fff;
  width: 320px;
  position: absolute;
  right: 40px;
  top: 40px;
  bottom: 40px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 25px 0 rgb(0 0 0 / 15%);
  box-shadow: 5px 5px 25px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
}

.list-markets .item {
  padding: 16px 25px 25px;
  position: relative;
  cursor: pointer;
}

.list-markets .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #111;
  position: relative;
  margin-bottom: 11px;
}

.list-markets .desc {
  font-size: 15px;
  line-height: 18px;
}

.list-markets .phone {
  margin-top: 11px;
  font-size: 15px;
  line-height: 23px;
  white-space: nowrap;
  color: #222;
}

.list-markets .btns-wrap {
  margin: 0 0 0 -10px;
}

.list-markets .btns-wrap > * {
  margin: 10px 0 0 10px;
}

.scrollable .scroll-bar.vertical {
  width: 3px;
  z-index: 100;
  background: none;
  border-radius: 2px;
  right: 6px;
}

.scrollable .scroll-bar.vertical .thumb {
  background: #16ABF0;
  border-radius: 2px;
}

.quicksand-tabs--detail {
  background: #f0f5f7;
}

.quicksand-tabs--detail li {
  margin-top: 0;
}

.quicksand-tabs--detail a {
  background: #f0f5f7;
}

.type-text .collapse-items.collapse-items--custom .collapse-ttl:hover {
  background: #fff;
}

@media (min-width: 1460px) {
  .main-menu-wrap .lvl-1 {
    margin: 0 24px;
  }

  .sec .s-bottom {
    padding: 0 41px 0 29px;
  }

  .sec .s-more {
    padding-left: 33px;
  }

  .s-solutions .slider-solutions {
    padding-left: 20px;
  }

  .s-list-products .swiper-wrapper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-list-products .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-support li {
    padding-left: 30px;
    padding-right: 30px;
  }

  .f-sec-1 > .container {
    padding-left: 40px;
    padding-right: 51px;
  }

  .f-sec-1 .cols-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .f-sec-1 .cols-wrap .col {
    padding-left: 0;
    padding-right: 0;
  }

  .f-sec-1 .col-l {
    width: 19%;
    float: left;
  }

  .f-sec-1 .col-r {
    width: 76%;
    float: right;
  }

  .f-sec-1 .col-r .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .f-sec-1 .col-r .row > div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .f-sec-2 > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 980px) and (max-width: 1459px) {
  #wrap {
    margin-bottom: -360px;
  }

  #footer, #wrap #footer-clear {
    min-height: 360px;
  }

  .f-menu-1 .ttl {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
  }

  .f-menu-1 ul {
    font-size: 13px;
    line-height: 15px;
  }

  .f-menu-1 ul li {
    padding: 7px 0 6px;
    border-width: 2px !important;
  }

  #footer .b-soc .ttl {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 17px;
  }

  #footer .b-soc a {
    width: 30px;
    height: 30px;
    margin-right: 3px;
  }

  #footer .copyright {
    font-size: 13px;
    line-height: 15px;
  }

  #footer .logo {
    width: 180px;
    height: 50px;
  }

  #footer .about {
    font-size: 13px;
    line-height: 17px;
    margin: 24px 0 18px;
  }

  .sec .s-desc {
    padding-right: 30px;
  }

  .sec .s-more {
    padding-left: 5px;
  }

  .f-sec-1 {
    padding: 39px 0 45px;
  }

  .f-sec-1 .col-r {
    padding-top: 1px;
  }

  .s-projects {
    padding: 32px 0 37px;
  }

  .s-projects .s-ttl {
    margin-bottom: 37px;
  }

  .slider-projects .sw-pagination {
    margin-top: 30px;
  }

  .slider-projects .img-wrap {
    width: 68.1%;
  }

  .slider-projects .body-wrap {
    width: 31.9%;
    padding: 24px 30px 30px;
  }

  .slider-projects .ttl {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 14px;
  }

  .slider-projects .desc {
    font-size: 13px;
    line-height: 15px;
  }

  .slider-projects .solution {
    margin: 14px 0;
  }

  .slider-projects .solution .lbl {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
  }

  .slider-projects .solution .sol-name {
    font-size: 15px;
    line-height: 18px;
  }

  .slider-projects .nums {
    margin-left: -32px;
  }

  .slider-projects .nums .item {
    margin-left: 32px;
  }

  .slider-projects .nums .lbl {
    font-size: 13px;
    line-height: 15px;
  }

  .slider-projects .nums .num {
    font-size: 45px;
    line-height: 45px;
  }

  .slider-projects .btn-1 {
    margin-top: 24px;
  }

  .slider-projects .img-wrap .link-ico-list {
    font-size: 13px;
    line-height: 13px;
    padding: 10px 15px 10px 60px;
  }

  .slider-projects .img-wrap .link-ico-list:before {
    width: 45px;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }

  .b-service-contact .map-wrap {
    width: 68.1%;
  }

  .b-service-contact .body-wrap {
    width: 31.9%;
    padding: 24px 30px 30px;
  }

  .slider-promo .sw-pagination-2 {
    margin-left: 30px;
  }

  .slider-promo .body-wrap {
    padding: 24px 23px 90px 30px;
  }
}

@media (max-width: 1459px) {
  #header .logo {
    width: 147px;
    height: 54px;
  }

  .main-menu-wrap {
    margin: 0 80px 0 132px;
  }

  .main-menu-wrap .lvl-1 {
    margin: 0 4px;
  }

  .main-menu-wrap .lvl-1 > a {
    font-size: 13px;
    line-height: 17px;
    padding: 12px 10px 0;
  }

  .main-menu-wrap .lvl-1.expanded > a {
    padding-right: 31px;
  }

  .main-menu-wrap .lvl-1.expanded > a:after {
    right: 10px;
  }

  .main-menu-wrap .lvl-2 > a {
    font-size: 13.5px;
  }

  .btn-1, .form-submit {
    font-size: 13px;
    line-height: 17px;
    padding: 14px 15px;
  }

  .btn-1.ico-sol, .btn-1.ico-docs, .btn-1.ico-cogwheel {
    padding-right: 45px;
  }

  .btn-1.ico-sol:after {
    width: 19px;
    height: 20px;
    right: 14px;
  }

  .btn-1.ico-docs:after {
    width: 15px;
    height: 20px;
    right: 15px;
  }

  .btn-1.ico-cogwheel:after {
    width: 19px;
    height: 19px;
    right: 14px;
  }

  .s-ttl {
    font-size: 67px;
    line-height: 67px;
  }

  .s-ttl .brackets {
    padding: 15px 37px 0;
    border-width: 7px;
  }

  .s-ttl .brackets:before, .s-ttl .brackets:after {
    border-width: 7px;
  }

  .slider-reviews .review {
    border-width: 7px;
  }

  .slider-reviews .review:before, .slider-reviews .review:after {
    border-width: 7px;
  }

  .s-ttl .ico-sol {
    width: 19px;
    height: 20px;
    right: -39px;
  }

  .s-ttl .ico-box {
    width: 20px;
    height: 26px;
    right: -39px;
  }

  .s-ttl .ico-docs {
    width: 15px;
    height: 20px;
    right: -37px;
  }

  .s-ttl .ico-cogwheel {
    width: 19px;
    height: 19px;
    right: -39px;
  }

  .sec .s-desc {
    font-size: 15px;
    line-height: 18px;
  }

  .s-solutions {
    padding: 48px 0 68px;
  }

  .s-solutions .s-ttl {
    margin-bottom: 40px;
  }

  .s-solutions .slider-solutions {
    margin-bottom: 57px;
  }

  .s-solutions .swiper-slide {
    width: 160px;
    margin-right: 54px;
  }

  .list-solutions .img-wrap {
    width: 154px;
    height: 154px;
    margin-bottom: 27px;
  }

  .list-solutions .ico-wrap img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  .list-solutions .ttl {
    font-size: 25px;
    line-height: 25px;
    height: 75px;
  }

  .list-solutions .desc {
    font-size: 13px;
    line-height: 17px;
  }

  .s-list-products {
    padding: 47px 0 24px;
  }

  .s-list-products .swiper-container {
    margin-left: -20px;
    margin-right: -20px;
  }

  .s-list-products .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-products .item {
    margin-bottom: 45px;
  }

  .list-products .ttl {
    font-size: 21px;
    line-height: 24px;
    margin: 19px 0 12px;
    padding-left: 34px;
    min-height: 48px;
  }

  .list-products .num {
    top: 4px;
  }

  .list-products .desc {
    font-size: 13px;
    line-height: 17px;
  }

  .list-products .rubrics {
    padding: 17px 12px;
  }

  .list-products .rubrics .r-ttl {
    font-size: 15px;
    line-height: 18px;
    padding-left: 8px;
  }

  .list-products .rubrics .r-ttl .cnt {
    font-size: 13px;
  }

  .list-products .rubrics ul {
    font-size: 13px;
    line-height: 17px;
    bottom: 24px;
    padding: 0 12px;
  }

  .list-products .rubrics ul a {
    padding: 3px 6px 2px 19px;
  }

  .list-products .rubrics ul a:before {
    width: 6px;
    height: 11px;
    left: 8px;
  }

  .s-support {
    padding: 47px 0 58px;
  }

  .s-support .s-ttl {
    margin-bottom: 57px;
  }

  .s-support .s-bottom {
    margin-top: 60px;
  }

  .list-support {
    font-size: 15px;
    line-height: 15px;
  }

  .list-support a {
    height: 140px;
    padding: 20px;
  }

  .list-support a:before {
    -moz-background-size: 75% !important;
    -o-background-size: 75% !important;
    -webkit-background-size: 75% !important;
    background-size: 75% !important;
  }

  .list-support .ttl {
    padding: 0 20px 15px;
  }

  .f-menu-2 {
    font-size: 13px;
    line-height: 15px;
  }

  .f-menu-2 ul {
    margin-left: -26px;
  }

  .f-menu-2 li {
    margin-left: 26px;
  }

  #scroll-up {
    font-size: 13px;
    line-height: 15px;
  }

  #scroll-up:after {
    top: 4px;
  }

  .content-top .nav-panel {
    font-size: 13px;
    line-height: 15px;
  }

  .s-solutions-2 .swiper-slide {
    width: 142px;
    margin-right: 17.5px;
  }

  .list-solutions-2 .item {
    width: 142px;
    height: 142px;
    padding-top: 23px;
  }

  .list-solutions-2 .img-wrap {
    margin-bottom: 8px;
  }

  .list-solutions-2 .img-wrap img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  .list-solutions-2 .ttl {
    font-size: 15px;
    line-height: 15px;
  }
}

@media (max-width: 979px) {
  .type-text ul:not(.no-style) li:before {
    content: '-';
  }

  .type-text ul:not(.no-style) li {
    padding-left: 14px;
  }

  .main-slider .body {
    min-height: 480px;
    padding-top: 115px;
  }

  .main-slider .s-ttl {
    font-size: 67px;
    line-height: 67px;
    margin-bottom: 50px;
  }

  .main-slider .s-ttl .sub {
    font-size: 56px;
  }

  .main-slider .pluses li {
    width: 230px;
  }

  .main-slider .pluses .ico {
    padding-right: 50px;
  }

  .b-service-contact .map-wrap {
    width: 100%;
  }

  .b-service-contact .body-wrap {
    width: 100%;
  }

  .slider-promo {
    background: #f0f5f7;
  }

  .slider-promo .swiper-slide {
    display: block;
  }

  .slider-promo .img-wrap {
    width: 100%;
  }

  .slider-promo .body-wrap {
    width: 100%;
    padding: 20px 20px 70px;
  }

  .slider-promo .sw-pagination-2 {
    margin-left: 0;
    left: auto;
  }

  .b-rec-products {
    display: block;
  }

  .b-rec-products .col-l {
    width: 100%;
    background: none;
    padding: 0 0 20px;
  }

  .b-rec-products .col-l.with-more {
    width: 100%;
    background: none;
    padding: 0 0 20px;
  }

  .b-rec-products .scroll-nav-wrap {
    margin: 0;
  }

  .b-rec-products .img-wrap {
    width: 100%;
  }

  .b-rec-products .b-bottom {
    position: static;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .list-solutions-3 .body {
    display: none;
  }

  .list-solutions-3 .item {
    margin-bottom: 20px;
  }

  .programs-education .img-wrap {
    display: none;
  }

  .programs-education .body-wrap {
    margin-left: 0;
    min-height: auto;
    padding-bottom: 0;
  }

  .programs-education .body-wrap .date {
    position: static;
  }

  .list-events .img-wrap {
    display: none;
  }

  .list-events .body-wrap {
    margin-left: 0;
    min-height: auto;
    padding-bottom: 0;
  }

  .list-events .body-wrap .date {
    position: static;
  }

  .slider-projects .body-wrap {
    padding: 20px;
  }

  .slider-projects .nums {
    margin-left: -20px;
  }

  .slider-projects .nums .item {
    margin-left: 20px;
  }

  #f-menu-3 {
    display: block;
  }

  .f-menu-1 .ttl {
    font-size: 14px;
    line-height: 14px;
  }

  .f-menu-1 ul {
    font-size: 14px;
    line-height: 16px;
  }

  .f-menu-1 ul li {
    padding: 11px 0 10px;
    border-width: 2px !important;
  }

  #f-menu-1, #f-menu-2 {
    display: none;
  }

  .f-sec-2 {
    padding: 22px 0 40px;
  }

  .f-sec-2 .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #scroll-up {
    display: block;
    background: #1d2126;
    text-transform: uppercase;
    color: #fff;
    background: #1d2126;
    padding: 22px 15px 20px;
    text-align: center;
    font-size: 16px;
  }

  #scroll-up span {
    display: inline;
  }

  #scroll-up:after {
    display: none;
  }

  #scroll-up:hover {
    color: #fff;
    background-color: #6ac;
  }

  .copyright {
    display: block;
    text-align: center;
    margin-bottom: 38px;
  }

  #footer .b-soc {
    text-align: center;
  }

  #footer .b-soc .ttl {
    display: none;
  }

  #footer .logo {
    margin: 0 auto;
  }

  #footer .about {
    text-align: center;
    margin: 0;
  }

  .f-sec-1 {
    padding: 18px 0 50px;
  }

  .f-sec-1 .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .f-sec-1 .col-l {
    position: relative;
    padding: 75px 0 60px;
    margin-top: 43px;
  }

  .f-sec-1 .b-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .f-sec-1 .b-soc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  #scroll-up-2 {
    display: none;
  }

  .content-top {
    padding: 58px 0;
  }

  .content-top .nav-panel {
    display: none;
  }

  .list-products-2 .ttl {
    font-size: 21px;
  }

  .list-solutions-3 .ttl {
    font-size: 21px;
  }

  .sw-pagination {
    text-align: center;
    margin-top: 30px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #44545c;
    border-radius: 100%;
    margin: 0 9px;
    vertical-align: middle;
  }

  .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #16abf0;
    border-color: #16abf0;
    margin: 0 7px;
  }

  .s-support {
    padding: 35px 0 40px;
  }

  .list-support a {
    text-align: center;
    height: 130px;
    width: 130px;
    margin: 0 auto 20px;
    padding: 28px 10px 15px;
  }

  .list-support a:before {
    margin: 0 auto;
    background-position: 50% 0 !important;
  }

  .list-support .ttl {
    padding: 0 18px 19px;
  }

  .collapse-items.type-2 .collapse-item {
    width: 100%;
    float: none;
  }

  .collapse-items.type-2 .collapse-body {
    margin-bottom: 2px;
    display: none;
    position: static;
  }

  .collapse-items.type-2 .active .collapse-body {
    display: block;
  }

  .s-ttl {
    font-size: 30px;
    line-height: 30px;
  }

  .s-ttl .brackets {
    padding: 6px 13px 0;
  }

  .s-ttl .brackets {
    border-width: 4px;
  }

  .s-ttl .brackets:before, .s-ttl .brackets:after {
    border-width: 4px;
    width: 4px;
  }

  .slider-reviews .review {
    border-width: 4px;
    padding: 13px 15px;
    font-size: 17px;
    line-height: 23px;
  }

  .slider-reviews .review:before, .slider-reviews .review:after {
    border-width: 4px;
    width: 4px;
  }

  .sec .s-ttl {
    margin-bottom: 35px;
  }

  .sec .s-ttl + .s-top {
    margin-top: -15px;
  }

  .sec .s-desc {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .sec .s-top .s-desc {
    margin-bottom: 24px;
  }

  .s-ttl .ico {
    display: none;
  }

  .sec .s-bottom .s-desc + .s-more {
    margin-top: 19px;
  }

  .main-slider {
    background: #1d2126;
    text-align: center;
  }

  .main-slider .sw-pagination-wrap {
    bottom: 30px;
  }

  .main-slider .sw-pagination {
    text-align: center;
  }

  .main-slider .img-wrap {
    position: static;
    height: 160px;
  }

  .main-slider .body {
    min-height: auto;
    padding: 28px 20px 75px;
  }

  .main-slider .s-ttl {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 14px;
  }

  .main-slider .s-ttl .sub {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
  }

  .main-slider .s-ttl .brackets {
    border: 0;
    padding: 0;
    display: block;
    position: static;
  }

  .main-slider .s-ttl .brackets:before, .main-slider .s-ttl .brackets:after {
    display: none;
  }

  .main-slider .s-ttl .num {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    border-left: 4px solid #16ABF0;
    border-right: 4px solid #16ABF0;
  }

  .main-slider .s-ttl .num:before, .main-slider .s-ttl .num:after {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 4px solid #16ABF0;
    border-bottom: 4px solid #16ABF0;
  }

  .main-slider .s-ttl .num:after {
    left: auto;
    right: 0;
  }

  .main-slider .pluses {
    font-size: 16px;
  }

  .main-slider .pluses li {
    display: block;
    width: auto;
    padding: 0 !important;
    text-align: center;
  }

  .main-slider .pluses .ico:after {
    display: none;
  }

  .s-projects {
    padding: 29px 0 30px;
  }

  .slider-projects .swiper-container {
    background: #fff;
  }

  .slider-projects .sw-pagination {
    margin-top: 30px;
  }

  .slider-projects .swiper-slide {
    display: block;
  }

  .slider-projects .img-wrap {
    width: 100%;
    height: 160px;
  }

  .slider-projects .img-wrap .link-ico-list {
    display: none;
  }

  .slider-projects .body-wrap {
    width: 100%;
    text-align: center;
  }

  .slider-projects .desc, .slider-projects .nums {
    display: none;
  }

  .slider-projects .ttl {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .slider-projects .solution {
    margin: 21px 0 0;
  }

  .slider-projects .solution .lbl {
    margin-bottom: 10px;
  }

  .slider-projects .solution .sol-name {
    font-size: 16px;
    line-height: 18px;
  }

  .slider-projects .btn-1 {
    margin-top: 19px;
  }

  .list-solutions-3 .col-xs-6 {
    width: 100%;
  }

  .programs-education .item {
    padding: 18px;
  }

  .list-events .item {
    padding: 18px;
  }

  .s-solutions {
    padding: 30px 0 40px;
  }

  .s-solutions .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s-solutions .slider-solutions {
    margin-bottom: 17px;
  }

  .slider-solutions .swiper-container-horizontal {
    margin: 0;
  }

  .slider-solutions .sw-prev, .slider-solutions .sw-next {
    display: none;
  }

  .s-solutions .swiper-slide {
    text-align: center;
    width: 120px;
    margin-right: 20px;
  }

  .s-solutions .swiper-slide:last-child {
    margin-right: 0;
  }

  .list-solutions .desc {
    display: none;
  }

  .list-solutions .img-wrap {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
  }

  .list-solutions .ttl {
    font-size: 18px;
    line-height: 18px;
    height: auto;
  }

  .s-list-products {
    padding: 35px 0 32px;
  }

  .s-list-products .s-ttl {
    margin-bottom: 35px;
  }

  .s-list-products .swiper-container {
    margin: 0;
  }

  .list-products .swiper-slide {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 100%;
    background: #fff;
    padding: 0;
  }

  .list-products .rubrics {
    display: none;
  }

  .list-products .item {
    text-align: center;
  }

  .list-products .body {
    background: #fff;
    padding: 22px 20px 80px;
  }

  .list-products .ttl {
    padding-left: 0;
    margin: 0 0 9px;
    position: static;
  }

  .list-products .desc {
    font-size: 16px;
    line-height: 20px;
  }

  .list-products .num {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
    width: 60px;
    height: 60px;
    line-height: 64px;
    background: #16ABF0;
    color: #fff;
    text-align: center;
    font-size: 30px;
  }

  .list-products .num:after {
    content: '';
  }

  .prod-components-tabs-wrap .prod-components-tabs {
    display: none;
  }

  .prod-components-tabs-wrap .chosen-container {
    display: block;
  }

  .b-rec-products .scroll-nav-wrap, .b-rec-products .next {
    display: none;
  }

  .b-rec-products .chosen-container {
    display: block;
  }

  .pr40 {
    padding-right: 10px;
  }

  .pl40 {
    padding-left: 10px;
  }

  .pl30 {
    padding-left: 10px;
  }

  .m-show-next {
    cursor: pointer;
  }

  h1, .h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .s-solutions-2 .swiper-slide {
    width: 132px;
    margin-right: 10px;
  }

  .list-solutions-2 .item {
    width: 132px;
    height: 132px;
  }

  .form-actions {
    margin-left: 0;
  }

  .btn-1, .form-submit {
    margin-left: 0;
    display: block;
    text-align: center !important;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    background-image: none !important;
    padding: 20px 10px !important;
  }

  .btn-1:after {
    display: none;
  }

  .sec {
    padding: 30px 0;
  }
}

@media (max-width: 599px) {
  .container {
    width: 320px;
  }

  #list-projects-2-wrap .swiper-slide, .list-products-2 .swiper-slide {
    width: 100%;
  }

  .list-prod-components .col-xs-6 {
    width: 100%;
  }

  h2, .h2 {
    font-size: 21px;
    line-height: 21px;
  }

  h3, .h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .p-ttl-wrap {
    padding-right: 0;
  }

  .p-ttl-wrap:after {
    display: none;
  }

  .b-service-contact .body-wrap {
    padding: 20px;
  }

  .form-wrap {
    padding: 20px;
  }

  .main-slider .slide-2 .s-ttl .num {
    top: 40px;
  }
}

#w-load {
  display: none !important;
}

.f-sec-3 table td, .f-sec-3 table th {
  padding: 5px 30px;
  vertical-align: top;
}

.f-sec-3 table td:first-child, .f-sec-3 table th:first-child {
  padding-left: 0;
}

.f-sec-3 table td:last-child, .f-sec-3 table th:last-child {
  padding-right: 0;
}

@media print {
  .print-12 {
    width: 100%;
    left: 0;
    right: 0;
  }

  .print-12.pl40 {
    padding-left: 10px;
  }

  #wrap {
    margin-bottom: 0;
    padding-top: 0;
  }

  #wrap #footer-clear {
    height: 0;
    min-height: 0;
  }

  #header {
    position: static;
    padding: 47px 0 27px;
  }

  #header .b-logo {
    padding-top: 2px;
  }

  #header .contact-print {
    float: right;
    line-height: 16px;
  }

  #header .contact-print .item {
    margin-left: 30px;
  }

  #header .col-r, #header .main-menu-wrap, #footer .f-sec-1, #footer .f-sec-2 {
    display: none !important;
  }

  #footer {
    min-height: auto !important;
    height: auto !important;
  }

  #scroll-up-2-wrap {
    display: none;
  }

  .sec {
    background: #fff !important;
  }

  .bg-base.bg-img {
    background: #fff !important;
  }

  .s-head a.gray {
    display: none;
  }

  .content-top {
    background: none !important;
    height: 67px;
    padding: 0;
  }

  .content-top .s-ttl {
    display: none;
  }

  .content-top .nav-panel {
    background: none;
    border-top: 2px solid #dbe3e5;
    border-bottom: 2px solid #dbe3e5;
  }

  .content-top .breadcrumbs {
    color: #1d2126;
  }

  .content-top .nav-panel a {
    color: #1d2126;
  }

  .content-top .print-link {
    display: none;
  }

  .p-ttl-wrap {
    padding: 33px 0 8px;
  }

  .p-ttl-wrap:after {
    display: none !important;
  }

  .p-ttl-wrap:before {
    display: none !important;
  }

  .collapse-items.type-1 .collapse-ttl:after {
    display: none;
  }

  .collapse-items.type-1 .collapse-body {
    border-bottom-width: 2px;
    height: auto;
    padding: 27px 28px 48px;
  }

  .type-text .underline {
    border-bottom: 0;
  }

  .container {
    width: 100% !important
  }
}

.panel-disclaimer {
  position: fixed !important;
  max-width: 100% !important;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 45px 10px 45px;
  font: 11px/15px 'Verdana', arial;
  z-index: 405;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  margin: 0 !important;
  text-align: center
}

.panel-disclaimer p {
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 15px
}

#disclaimer-close {
  background: url(images/close-2.png) no-repeat 0 0;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 0;
}

.field-fz152_agreement {
  position: relative;
  padding: 2px 5px 2px 25px;
  line-height: 22px !important
}

.field-fz152_agreement input {
  position: absolute;
  left: 3px;
  top: 3px;
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.field-fz152_agreement .starrequired {
  color: red !important
}

.fs-52 {
  font-size: 52px;
}

.fs-70 {
  font-size: 70px;
}

.slide-3 .s-ttl {
  margin-bottom: 30px;
  line-height: 1;
}

.slide-3 .s-ttl .brackets::before, .slide-3 .s-ttl .brackets::after, .slide-3 .s-ttl .brackets {
  border-top-color: #4CE15C;
  border-bottom-color: #4CE15C;
  border-left-color: #4CE15C;
  border-right-color: #4CE15C;
}

.slide-3 .s-ttl .brackets {
  width: 100%;
}

.slide-3 .s-price, .slide-3 .small {
  position: relative;
}

.main-slider .slide-3.body {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.slide-3 .s-price {
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.slide-7 {
  position: relative;
}

.main-slider .slide-7 {
  padding-top: 35px;
}

.slide-7 .s-ttl {
  color: #001c53;
  margin-bottom: 50px;
}

.slide-7 .s-ttl {
  font-size: 70px;
  line-height: 1;
  /*font-weight: 700;*/
  text-transform: uppercase;
}

.slide-7 .s-ttl .brackets::before, .slide-7 .s-ttl .brackets::after, .slide-7 .s-ttl .brackets {
  border-top-color: #001c53;
  border-bottom-color: #001c53;
  border-left-color: #001c53;
  border-right-color: #001c53;
}

.slide-7 .s-price {
  font-family: "ngbcbt" !important;
  /*max-width: 590px;*/
  margin: auto;
  font-size: 32px;
  text-transform: uppercase;
  color: #006baf;
  line-height: 1;
  /*font-weight: 700;*/
  max-width: 700px;
}

.slide-7 .s-price__item--top {
  color: #001c53;
}

.slide-7 .s-price__separator {
  background-color: #51a1d7;
  align-self: center;
}

.slide-7 .s-price__line-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
}

.slide-7 .small {
  font-size: 22px;
  line-height: 1;
  color: #42587f;
  position: absolute;
  left: 64%;
  bottom: 9%;
}

.slide-8 .s-ttl .brackets::before, .slide-8 .s-ttl .brackets::after, .slide-8 .s-ttl .brackets {
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}

.slide-8 {
  position: relative;
}

.slide-8 .s-ttl {
  line-height: 1;
}

.slide-8 .s-price {
  position: absolute;
  left: 76%;
  z-index: 1;
  font-family: "ngbcbt" !important;
  /* max-width: 590px; */
  margin: auto;
  font-size: 32px;
  text-transform: uppercase;
  color: #16abf0;
  line-height: 1;
  /* font-weight: 700; */
  max-width: 700px;
  text-align: left;
}

.slide-8 .red {
  color: #dd304e;
}

.s-wrap {
  /*width: -moz-fit-content;*/
  /*width: fit-content;*/
}

.s-price__separator {
  display: -moz-inline-block;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #4CE15C;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.s-price__item {
}

.slide-3 .s-wrap .small {
  margin-top: 10%;
  position: relative;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}


/******/
.slide-6 .s-ttl {
  margin-bottom: 44px;
  line-height: 1;
}

.slide-6 .s-ttl .brackets::before, .slide-6 .s-ttl .brackets::after, .slide-6 .s-ttl .brackets {
  width: 9px;
  border-top-color: #e4c87b;
  border-bottom-color: #e4c87b;
  border-left-color: #e4c87b;
  border-right-color: #e4c87b;
}

.slide-6 .s-ttl .brackets {
  width: 100%;
  padding: 9px 45px;
}

.slide-6 .s-price, .slide-6 .small {
  position: relative;
}

.main-slider .slide-6.body {
  padding-top: 49px;
  display: flex;
  justify-content: center;
}

.slide-6 .s-price {
  font-family: "ngbcbt" !important;
  max-width: 590px;
  margin: auto;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.slide-6 .s-wrap .small {
  margin-top: 9%;
  position: relative;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.64);
}

.slide-6 .s-price__separator {
  background: #cc57a2;
}

.slide-6 .subtitle {
  font-size: 50px;
  display: block;
  margin-top: 6px;
}

/***slide-10***/
.slide-10 .s-ttl {
  margin-bottom: 60px;
  line-height: 1.1;
}

.slide-10 .s-ttl .brackets::before, .slide-10 .s-ttl .brackets::after, .slide-10 .s-ttl .brackets {
  width: 9px;
  border-top-color: #006983c4;
  border-bottom-color: #006983c4;
  border-left-color: #006983c4;
  border-right-color: #006983c4;
}

.slide-10 .s-ttl .brackets {
  width: 100%;
  padding: 16px 45px;
}

.slide-10 .s-price, .slide-10 .small {
  position: relative;
}

.main-slider .slide-10.body {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

.slide-10 .s-price {
  font-family: "ngbcbt" !important;
  max-width: 590px;
  margin: auto;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.slide-10 .s-wrap .small {
  margin-top: 9%;
  position: relative;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.64);
}

.slide-10 .s-price__separator {
  background: #cc57a2;
}

.slide-10 .subtitle {
  font-size: 50px;
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 979px) {
  .slide-3 .s-price {
    display: none;
  }

  .slide-6 .s-price {
    display: none;
  }

  .slide-7 .s-ttl {
    color: #ffffff;
    margin-bottom: 30px;
  }

  .slide-7 .small {
    color: #ffffff;
    position: static;
  }

  .slide-7 .s-price {
    display: none;
  }

  .slide-10 .s-ttl {
    color: #ffffff;
    position: static;
  }

}

.main-slider .body.slide-4 {
  padding-top: 80px;
  display: flex;
  justify-content: space-around;
}

.slide-4 .s-ttl .brackets {
  text-align: left;
  line-height: 1.1;
}

.slide-4 .s-ttl .brackets::before, .slide-4 .s-ttl .brackets::after, .slide-4 .s-ttl .brackets {
  border-top-color: #F7F7F5;
  border-bottom-color: #F7F7F5;
  border-left-color: #F7F7F5;
  border-right-color: #F7F7F5;
}

.slide-4 .s-left .s-button {
  font-size: 22px;
  line-height: 1;
  margin-left: 15%;
  text-align: center;
  background-color: #E9E9E9;
  color: #000;
  position: relative;
  width: fit-content;
  padding: 10px 20px;
  text-transform: uppercase;
}

.slide-4 .s-left .s-button__deg {
  transform: rotate(355deg);
}

.slide-4 .s-right {
  font-family: ngbcbt;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide-4 .s-right .s-right__descr {
  text-align: right;
  color: #898989;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 1.1;

}

.slide-4 .s-right .s-right__ttl {
  margin-bottom: 25%;
  margin-left: -15%;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #CBCBCB;
}

@media screen and (max-width: 979px) {
  .main-slider .body.slide-4 {
    flex-direction: column;
  }

  .slide-4 .s-right .s-right__descr {
    display: none;
  }

  .main-slider .body.slide-4 .s-ttl .brackets {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .slide-4 .s-right .s-right__ttl {
    margin-left: auto;
  }
}

.collapse-ttl.mb0 {
  margin-bottom: 0;
}

.mb22 {
  margin-bottom: 22px;
}

.col-md-push-3 > .product-element {
  padding-bottom: 0px;
}

.type-text table tbody th {
  font-weight: normal;
  padding: 2px 1.9%;
}

.collapse-items.type-1 .collapse-item .collapse-ttl {
  font: 21px/21px 'ngbbt', sans-serif;
  color: #1d2126;
}

.product-element.type-text.collapse-body:after {
  /*content: '-';*/
  /*display: block;*/
}

.type-text h4.mb0 {
  margin-bottom: 0;
}

.type-text h2.mt--2 {
  margin-top: -2px;
}

.type-text .download-links {
  margin: 0;
  overflow: hidden;
}

.currency-dropdown {
  position: relative;
  border-bottom: 1px dotted #222;
  cursor: pointer;
  margin-left: 3px
}

.currency-dropdown:hover .currency-dropdown-content {
  display: block;
}

.currency-dropdown-content {
  display: none;
  background-color: #46606b;
  color: #fff;
  font: 300 14px/23px 'ngdbt', sans-serif;
  white-space: nowrap;
  text-align: right;
  position: absolute;
  left: -60px;
  padding: 15px 20px 12px;
  bottom: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  z-index: 100;
}

.currency-dropdown-content:after {
  content: '';
  border-top: 6px solid #46606b;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 100%;
  left: 65px;
}

.currency-dropdown-content ul {
  display: flex;
  font-weight: bold
}

.currency-dropdown-content li:first-child::after {
  content: ' / ';
  margin: 0 10px 0 5px;
  color: rgb(106, 124, 131);
  font-size: 16px
}

.currency-dropdown-content li .currency {
  font-size: 16px
}

.currency-dropdown-content li .val {
  font-size: 16px
}

.currency-dropdown-content .currency {
  display: inline;
  text-transform: uppercase;
}


@media screen and (max-width: 768px) {
  .main-slider .sw-pagination-wrap {
    bottom: 35px;
  }

  .main-slider .img-wrap {
    height: 160px;
    background-size: 200%;
    background-position: center bottom 0px;
  }

  .main-slider .body, .main-slider .body.slide-4, .main-slider .slide-6.body {
    padding: 40px 10px 40px;
  }

  .main-slider .fs-70, .slide-6 .subtitle, .main-slider .body.slide-4 .s-ttl .brackets {
    font-size: 30px;
  }

  .slide-7 .s-ttl, .slide-6 .s-ttl {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .slide-8 .s-price {
    color: #ffffff;
    position: static;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .main-slider .s-wrap .small, .main-slider h3.small {
    font-size: 22px;
    line-height: 30px;
  }

  .main-slider .slide-6.body {
    padding-top: 20px;
  }

  .slide-4 .s-right .s-right__ttl {
    margin: 0;
    text-align: center;
  }

  .slide-6 .s-ttl .brackets {
    padding: 0;
  }

  .slide-6 .s-wrap .small {
    margin-top: 20px;
  }

  .main-slider .slide-7 {
  }

  .slide-7 .small, .slide-6 .s-wrap .small {
  }
}

.main-slider .body.slide-9 {
  position: relative;
  z-index: 1;
  padding-top: 67px;
  text-align: left;
}

.main-slider .body.slide-9 * {
  font-family: 'ngbcbt', sans-serif;
}

.main-slider .slide-9 .s-left {
  position: absolute;
  right: 52.8%;
  top: 9.1%;
}

.main-slider .slide-9 .s-left img {
  max-width: 100%;
  max-height: 100%;
  width: 537px;
}

.main-slider .body.slide-9 .s-wrap {
  position: absolute;
  left: 51.9%;
}

.main-slider .slide-9 .s-ttl-1 {
  font-size: 52px;
  line-height: 1.23;
  color: #FFFFFF;
}

.main-slider .slide-9 .s-ttl-2 {
  font-size: 60px;
  line-height: 1.1;
  color: #16abf0;
  margin-top: -2px;
  text-transform: uppercase;
}

.main-slider .slide-9 .s-desc {
  margin-top: 56px;
}

.main-slider .slide-9 .s-ttl {
  font-size: 46.6px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 24px;
  color: #16abf0;
  white-space: nowrap;
}

.main-slider .slide-9 .s-ttl .brackets {
  padding: 10px 13px 0px;
  border-width: 5px;
}

.slide-9 .brackets .brackets::before, .slide-9 .s-ttl .brackets::after, .slide-9 .s-ttl .brackets {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;
}

.slide-9 .s-ttl .brackets:before, .slide-9 .s-ttl .brackets:after {
  /*content: '';*/
  /*width: 14px;*/
  /*height: 100%;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  width: 8px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 6px solid #FFFFFF;
}

.main-slider .slide-9 .s-desc-item + .s-desc-item {
  margin-top: 24px;
}

.main-slider .slide-9 .s-desc-right {
  font-size: 23.05px;
  line-height: 1;
}

.main-slider .slide-9 .s-desc-items {
  color: #2ca5d7;
  text-transform: uppercase;
}

.main-slider .slide-9 .s-desc-items .sep {
  font-size: 17px;
  margin: 0 11px;
}

.main-slider .slide-9 .s-ttl-3 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 1px;
  white-space: nowrap;
}

.main-slider .slide-9 .grad-label {
  font-size: 21.94px;
  line-height: 1.363;
  font-family: 'ngdbt', sans-serif;
  padding: 14px 24px;
  color: #FFFFFF;
  background-image: -moz-linear-gradient(-64deg, #b411d7 0%, #cc32ff 100%);
  background-image: -webkit-linear-gradient(-64deg, #b411d7 0%, #cc32ff 100%);
  background-image: -ms-linear-gradient(-64deg, #b411d7 0%, #cc32ff 100%);
  margin-top: 83px;
  transform: rotate(-1.5deg);
  display: inline-block;
}

@media screen and (max-width: 1400px) and (min-width: 979px) {
  .main-slider .body.slide-9 .s-desc-item {
    display: block;
  }

  .main-slider .body.slide-9 .s-wrap {
    left: 41%;
  }

  .main-slider .slide-9 .s-left {
    right: 61%;
    padding-left: 24px;
  }

  .main-slider .body.slide-9 .s-desc-items {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .main-slider .slide-9 .s-ttl, .main-slider .slide-9 .s-ttl-3 {
    text-align: left;
  }

  .main-slider .slide-9 .s-desc {
    margin-top: 6px;
  }

  .main-slider .slide-9 .s-desc-right {
    margin-top: 10px;
  }

  .main-slider .slide-9 .grad-label {
    margin-top: 23px;
  }
}

@media screen and (max-width: 979px) {
  .main-slider .body.slide-9 {
    position: static;
  }

  .main-slider .slide-9 .s-left {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 11%;
    height: 160px;
  }

  .main-slider .slide-9 .s-left img {
    height: 100%;
    width: auto;
  }

  .main-slider .body.slide-9 .s-wrap {
    position: static;
  }

  .main-slider .body.slide-9 .s-right {
    text-align: center;
  }

  .main-slider .body.slide-9 .s-desc-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .main-slider .body.slide-9 {
    padding-top: 40px;
  }

  .main-slider .slide-9 .s-ttl-1 {
    font-size: 32px;
  }

  .main-slider .slide-9 .s-ttl-2 {
    font-size: 40px;
  }

  .main-slider .slide-9 .s-desc {
    margin-top: 5px;
  }

  .main-slider .body.slide-9 .s-desc-item {
    display: block;
  }

  .main-slider .slide-9 .s-ttl {
    font-size: 26px;
    margin-right: 0;
  }

  .main-slider .body.slide-9 .s-desc-items {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .main-slider .slide-9 .s-desc-item + .s-desc-item {
    margin-top: 5px;
  }

  .main-slider .slide-9 .s-desc-right {
    font-size: 18px;
    margin-top: 5px;
  }

  .main-slider .slide-9 .s-ttl-3 {
    margin-top: 5px;
  }

  .main-slider .slide-9 .grad-label {
    font-size: 15px;
    padding: 10px 16px;
    margin-top: 15px;
  }

  .main-slider .slide-9 .s-left {
    top: 15%;
  }
}
