@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=cyrillic,cyrillic-ext,latin-ext');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  width: 1240px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !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;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
* {
  margin: 0;
  outline: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
:-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #959595;
}
body input:required:valid,
body textarea:required:valid {
  color: #959595;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 600;
}
b,
strong,
th {
  font-weight: 600;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
table img {
  max-width: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.flex,
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex::before,
.flex-container::before,
.flex::after,
.flex-container::after {
  content: none;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -10px;
}
.flex-v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.w-100 {
  width: 100% !important;
}
.m-w-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.m-h-100 {
  max-width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
a {
  color: #0ab5c4;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
a:hover,
a:focus {
  color: #0abece;
  text-decoration: none;
  outline: none;
}
.h1 {
  color: #535353;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.h2,
.h3 {
  font-size: 20px;
  margin: 0 0 0.75em;
  line-height: 1.5;
}
.h2 {
  color: #959595;
  font-weight: 300;
}
.h3 {
  color: #535353;
  position: relative;
  padding-left: 28px;
  overflow: hidden;
}
.h3::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 14px;
  background: url('../images/ico-triangle-right.svg') no-repeat;
  background-size: contain;
}
.tnmce-content {
  line-height: 1.65;
}
.tnmce-content::before,
.tnmce-content::after {
  content: ' ';
  display: table;
}
.tnmce-content::after {
  clear: both;
}
.tnmce-content > *:last-child {
  margin-bottom: 0;
}
.tnmce-content p {
  margin: 0 0 1.25em;
  min-height: 1px;
}
.tnmce-content p:last-child {
  margin-bottom: 0;
}
.tnmce-content b,
.tnmce-content strong,
.tnmce-content th {
  color: #535353;
}
.tnmce-content h1,
.tnmce-content h2,
.tnmce-content h3,
.tnmce-content h4,
.tnmce-content h5,
.tnmce-content h6 {
  margin: 0 0 1em;
  color: #535353;
  font-weight: 600;
  line-height: 1.5;
}
.tnmce-content h3,
.tnmce-content h4 {
  font-size: 20px;
  margin-bottom: 0.75em;
}
.tnmce-content h3 {
  color: #959595;
  font-weight: 300;
}
.tnmce-content h4 {
  position: relative;
  padding-left: 28px;
}
.tnmce-content h4::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 14px;
  background: url('../images/ico-triangle-right.svg') no-repeat;
  background-size: contain;
}
.tnmce-content table,
.tnmce-content th,
.tnmce-content td {
  border: 1px solid #ebebeb;
  border-collapse: collapse;
}
.tnmce-content table {
  max-width: 100%;
  min-width: 500px;
  margin-bottom: 1.25em;
}
.tnmce-content table th {
  font-size: 17px;
}
.tnmce-content table th,
.tnmce-content table td {
  padding: 15px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.tnmce-content table th > *:last-child,
.tnmce-content table td > *:last-child {
  margin-bottom: 0;
}
.tnmce-content ul,
.tnmce-content ol {
  margin: 0 0 20px 25px;
}
.tnmce-content ul {
  margin-left: 0;
}
.tnmce-content ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.tnmce-content ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: url('../images/ico-marker.svg') no-repeat;
  background-size: contain;
}
.tnmce-content ul ul,
.tnmce-content ul ol,
.tnmce-content ol ol,
.tnmce-content ol ul {
  margin: 0;
}
.tnmce-content blockquote {
  margin: 1.3em 0;
  padding: 0 1em;
  font-style: italic;
  border-left: 3px solid #0ab5c4;
}
.tnmce-content iframe {
  max-width: 100%;
}
.owl-carousel .owl-stage-outer {
  -webkit-transform: none;
  transform: none;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
.owl-nav [class^="owl-"] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: .7;
}
.owl-nav [class^="owl-"]:hover {
  opacity: 1;
}
.owl-nav [class^="owl-"].disabled {
  opacity: .3;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.lg-backdrop {
  background-color: #000;
}
.lg-backdrop.in {
  opacity: .8;
}
.tab-area .tab-content > .tab-pane {
  display: none;
}
.tab-area .tab-content > .tab-pane:first-child {
  display: block;
}
html.ie .wrapper {
  display: block;
}
.ico {
  font-size: 0;
  line-height: 0;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}
.ico-sandbox {
  width: 6px;
  height: 8px;
  background-image: url('../images/ico-sandbox.png');
}
.ico-list {
  width: 12px;
  height: 14px;
  background-image: url('../images/ico-list.png');
}
.ico-location {
  width: 8px;
  height: 10px;
  background-image: url('../images/ico-location.png');
}
.ico-arrow-left {
  width: 18px;
  height: 30px;
  background-image: url('../images/ico-arrow-left.svg');
}
.ico-arrow-right {
  width: 18px;
  height: 30px;
  background-image: url('../images/ico-arrow-right.svg');
}
.ico-play {
  width: 28px;
  height: 28px;
  background-image: url('../images/ico-play.png');
}
.ico-download {
  width: 29px;
  height: 29px;
  background-image: url('../images/ico-download.png');
}
.ico-triangle-left {
  width: 12px;
  height: 14px;
  background-image: url('../images/ico-triangle-left.svg');
}
.ico-triangle-right {
  width: 12px;
  height: 14px;
  background-image: url('../images/ico-triangle-right.svg');
}
.bg-dotted {
  background: url('../images/ico-pattern-opacity.png') #00619e;
}
.bg-dotted.bg-dotted-color-1 {
  background-color: #1a8277;
}
.bg-dotted.bg-dotted-color-2 {
  background-color: #2a2a2a;
}
.bg-dotted.bg-dotted-color-3 {
  background-color: #00619e;
}
.bg-dotted.bg-dotted-color-4 {
  background-color: #0ab5c4;
}
.bg-dotted.bg-dotted-color-5 {
  background-color: #3e408c;
}
.btn,
.btn-arrow {
  position: relative;
  display: inline-block;
  color: #ffc974;
  font-size: 14px;
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover,
.btn-arrow:hover,
.btn:focus,
.btn-arrow:focus {
  color: #ffcd7e;
}
.btn-arrow::before,
.btn-arrow::after {
  display: none;
  content: '';
  position: absolute;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-arrow::before {
  left: 0;
  border-width: 2px 3px 2px 0;
  border-color: transparent #ffc974 transparent transparent;
}
.btn-arrow::after {
  right: 0;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #ffc974;
}
.btn-arrow.btn-arrow-right {
  padding-right: 12px;
}
.btn-arrow.btn-arrow-right::after {
  display: block;
}
.btn-arrow.btn-arrow-left {
  padding-left: 12px;
}
.btn-arrow.btn-arrow-left::before {
  display: block;
}
.btn-arrow.btn-arrow-blue {
  color: #0ab5c4;
}
.btn-arrow.btn-arrow-blue:hover,
.btn-arrow.btn-arrow-blue:focus {
  color: #0abece;
}
.btn-arrow.btn-arrow-blue::before {
  border-color: transparent #0ab5c4 transparent transparent;
}
.btn-arrow.btn-arrow-blue::after {
  border-color: transparent transparent transparent #0ab5c4;
}
.btn-dotted {
  color: #fff;
  padding: 12px 20px 16px;
  position: relative;
  display: inline-block;
  background-color: #0ab5c4;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  outline: none;
  border: none;
}
.btn-dotted:hover,
.btn-dotted:focus {
  color: #fff;
  background-color: #0abece;
}
.btn-dotted span {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
body {
  position: relative;
  min-width: 320px;
  color: #959595;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main::before,
.main::after {
  content: ' ';
  display: table;
}
.main::after {
  clear: both;
}
.main-header {
  position: relative;
  background-color: #fff;
}
.main-header .top-line {
  border-bottom: 1px solid #ebebeb;
}
.main-header .top-line .top-line-inner {
  min-height: 50px;
  padding: 8px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-header .top-line .slogan-pic {
  margin-right: 30px;
}
.main-header .top-line .slogan-pic img {
  display: block;
  width: 100%;
  max-width: 350px;
}
.main-header .top-line .support {
  font-size: 11px;
}
.main-header .top-line .support .support-time,
.main-header .top-line .support .support-details {
  display: inline-block;
  vertical-align: middle;
}
.main-header .top-line .support .support-time {
  margin-right: 7px;
  padding: 1px 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffd659;
  vertical-align: middle;
}
.main-header .top-line .support .support-time span {
  vertical-align: middle;
}
.main-header .nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .nav .container::before,
.main-header .nav .container::after {
  display: none;
}
.main-header .nav .logo {
  margin-right: 50px;
  padding: 12px 0;
}
.main-header .nav .logo a {
  display: inline-block;
  vertical-align: middle;
}
.main-header .nav .logo img {
  display: block;
  max-width: 120px;
  max-height: 60px;
}
.main-header .nav .menu-toggle-btn {
  display: none;
  width: 30px;
  min-width: 30px;
  cursor: pointer;
}
.main-header .nav .menu-toggle-btn .menu-icon .line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #7dd8e0;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-header .nav .menu-toggle-btn .menu-icon .line:last-child {
  margin-bottom: 0;
}
.main-header .nav .menu-toggle-btn.active .line:nth-child(2) {
  opacity: 0;
}
.main-header .nav .menu-toggle-btn.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.main-header .nav .menu-toggle-btn.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.main-header .nav-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.main-header .nav-menu .menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-header .nav-menu .menu > ul a {
  display: block;
  position: relative;
  padding: 21px 15px;
  color: #535353;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .nav-menu .menu > ul > li {
  position: relative;
}
.main-header .nav-menu .menu > ul > li:not(:last-child) {
  margin-right: 10px;
}
.main-header .nav-menu .menu > ul > li.active > a {
  color: #959595;
}
.main-header .nav-menu .menu > ul > li:hover > a,
.main-header .nav-menu .menu > ul > li > a:hover,
.main-header .nav-menu .menu > ul > li > a:focus {
  color: #959595;
}
.main-header .nav-menu .menu > ul li.has_children {
  position: relative;
}
.main-header .nav-menu .menu > ul li.has_children .toggler {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .nav-menu .menu > ul li.has_children .toggler::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #7dd8e0 transparent transparent transparent;
}
.main-header .nav-menu .menu > ul li.has_children.submenu-show .toggler {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-header .nav-menu .menu > ul li.has_children ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 220px;
  overflow: hidden;
  background-color: #ebebeb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 50;
}
.main-header .nav-menu .menu > ul li.has_children ul a {
  font-size: 14px;
  padding: 10px 15px;
}
.main-header .nav-menu .menu > ul li.has_children ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.main-header .nav-menu .menu > ul li.has_children ul li:hover > a {
  background-color: #dadada;
}
.main-header .nav-menu .menu > ul li.has_children:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-header .nav-menu .leave-request {
  padding: 10px 0 10px 10px;
  flex-shrink: 0;
}
.main-header .nav-menu .leave-request a {
  color: #ff985a;
  font-size: 14px;
}
.main-header .nav-menu .leave-request a:hover {
  color: #ffab79;
}
.main-header .nav-menu .leave-request a i {
  margin-right: 5px;
}
.main-header .nav-menu .leave-request a span {
  vertical-align: middle;
}
.section {
  position: relative;
  margin-bottom: 45px;
}
.section .section-descr {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.section.main-carousel {
  margin-bottom: 0;
  background-color: #2a2a2a;
}
.section.main-carousel .carousel .carousel-item {
  position: relative;
  max-height: 550px;
}
.section.main-carousel .carousel .carousel-pic {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.main-carousel .carousel .carousel-video {
  position: relative;
}
.section.main-carousel .carousel .carousel-video video {
  display: block;
  width: 100%;
  height: auto;
}
.section.main-carousel .carousel .carousel-video-volume {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #535353;
  cursor: pointer;
  opacity: .9;
  z-index: 5;
}
.section.main-carousel .carousel .carousel-video-volume::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../images/ico-volume-on.svg') no-repeat;
}
.section.main-carousel .carousel .carousel-video-volume.volume-off::before {
  background-image: url('../images/ico-volume-off.svg');
}
.section.accounting {
  min-height: 120px;
  padding-top: 20px;
  overflow: hidden;
}
.section.accounting .accounting-list {
  margin: 0 -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section.accounting .accounting-list .item {
  color: #fff;
  width: 210px;
  margin: 0 30px 10px;
  padding: 10px 0;
  text-align: center;
}
.section.accounting .accounting-list .accounting-pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 33px;
}
.section.accounting .accounting-list .accounting-pic img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.section.accounting .accounting-list .accounting-title {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.section.accounting .accounting-list .accounting-subtitle {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  overflow: hidden;
}
.section.about {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.section.about .about-info .row::before,
.section.about .about-info .row::after {
  display: none;
}
.section.about .about-info .item {
  margin-bottom: 60px;
}
.section.about .about-info .info-pic {
  margin-bottom: 40px;
  height: 91px;
}
.section.about .about-info .info-pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.section.about .about-info .info-title {
  margin: 0 0 15px;
  color: #535353;
}
.section.about .about-info .info-descr {
  font-weight: 300;
}
.section.services {
  color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.section.services .services-list {
  margin-bottom: 60px;
}
.section.services .services-list .service-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 1;
}
.section.services .services-list .service-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section.services .services-list .service-item:hover .service-pic {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.section.services .services-list .service-details {
  width: 34.5%;
  padding: 45px 30px 30px 50px;
}
.section.services .services-list .service-pic-wrap {
  width: 65.5%;
  overflow: hidden;
}
.section.services .services-list .service-pic {
  height: 100%;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section.services .services-list .service-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.section.services .services-list .service-descr {
  margin-bottom: 75px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.section.partners {
  margin-bottom: 0;
  overflow: hidden;
}
.section.partners .section-descr {
  margin-bottom: 90px;
}
.section.partners .partners-list {
  margin: 0 -55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section.partners .partners-list .item {
  width: 152px;
  margin: 0 55px 120px;
}
.section.partners .partners-list .partners-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
.section.partners .partners-list .partners-pic img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.section-page {
  min-height: 300px;
}
.section-page-content {
  margin-bottom: 40px;
}
.section-page-text {
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}
.block-contacts {
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 20px;
  overflow: hidden;
}
.block-contacts .flex-row {
  min-height: 500px;
}
.block-contacts .contact-details {
  padding: 40px 30px 30px 50px;
}
.block-contacts .contact-details a {
  color: #ffc974;
}
.block-contacts .contact-details a:hover,
.block-contacts .contact-details a:focus {
  color: #ffbf5a;
}
.block-contacts .contact-details a:active {
  color: #ffb541;
}
.block-contacts .contact-details .contact-title {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 600;
}
.block-contacts .contact-details .contact-descr {
  margin-bottom: 20px;
}
.block-contacts .contact-details .block_city {
  min-height: 180px;
}
.block-contacts .contact-details .choose-region-btn {
  margin-bottom: 10px;
}
.block-contacts .contact-details .contact-regions-list {
  display: none;
  padding: 15px 20px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.block-contacts .contact-details .contact-regions-list li {
  margin-bottom: 5px;
}
.block-contacts .contact-details .contact-regions-list li:last-child {
  margin-bottom: 0;
}
.block-contacts .contact-details .contact-regions-list li.active a {
  color: #fff;
}
.block-contacts .map {
  height: 100%;
  min-height: 330px;
  margin: 0 -10px;
  background-color: #eee;
}
.block-contacts .map > * {
  width: 100%;
  height: 100% !important;
}
.block-contacts .map iframe {
  width: 100%;
  border: none !important;
}
.block-features-company {
  padding: 30px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.block-features-company .features-title {
  margin-bottom: 85px;
  text-align: center;
}
.block-features-company .features-list {
  text-align: center;
}
.block-features-company .features-list .feature-item {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 35px;
}
.block-features-company .features-list .feature-icon {
  height: 70px;
  margin-bottom: 35px;
}
.block-features-company .features-list .feature-icon img {
  max-height: 100%;
}
.block-directions-company {
  margin-bottom: 25px;
}
.block-directions-company .tab-nav .tab-nav-link {
  width: 202px;
  margin-top: 20px;
  padding: 0 15px 30px;
  color: #959595;
  line-height: 1.65;
  text-align: center;
  border-bottom: 4px solid transparent;
}
.block-directions-company .tab-nav .tab-nav-link.active {
  border-bottom-color: #ff985a;
}
.block-directions-company .tab-nav .link-title {
  margin-bottom: 30px;
}
.block-directions-company .tab-content {
  padding: 18px 25px;
  background-color: #ebebeb;
}
.block-hardware-software {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.block-hardware-software .software-list .software-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.block-hardware-software .software-list .software-item::before,
.block-hardware-software .software-list .software-item::after {
  content: ' ';
  display: table;
}
.block-hardware-software .software-list .software-item::after {
  clear: both;
}
.block-hardware-software .software-list .software-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.block-hardware-software .software-list .software-img {
  width: 140px;
  margin: 20px 20px 0 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-hardware-software .software-list .software-btn.active {
  background-color: #353535;
}
.block-hardware-software .software-list .software-content {
  margin-bottom: 22px;
}
.block-hardware-software .manufacturers {
  display: none;
  padding: 24px 28px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.block-hardware-software .manufacturers .manufacturer-item:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #515151;
}
.block-hardware-software .manufacturers .manufacturer-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.block-hardware-software .server-list .server-item {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.block-hardware-software .server-list .server-item::before,
.block-hardware-software .server-list .server-item::after {
  content: ' ';
  display: table;
}
.block-hardware-software .server-list .server-item::after {
  clear: both;
}
.block-hardware-software .server-list .server-item:nth-child(even) .server-img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.block-hardware-software .server-list .server-img {
  float: left;
  width: 380px;
  max-width: 100%;
  margin: 0 30px 30px 0;
}
.block-hardware-software .server-list .server-content {
  margin-bottom: 22px;
}
.block-service-management .service-item::before,
.block-service-management .service-item::after {
  content: ' ';
  display: table;
}
.block-service-management .service-item::after {
  clear: both;
}
.block-service-management .service-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.block-service-management .service-item:last-child .service-full {
  margin-bottom: 0;
}
.block-service-management .service-short {
  margin-bottom: 20px;
}
.block-service-management .service-btn {
  margin-bottom: 30px;
}
.block-service-management .service-btn.active {
  background-color: #353535;
}
.block-service-management .service-full {
  display: none;
  margin-bottom: 30px;
  padding: 24px 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.block-service-management .service-full .tnmce-content {
  overflow-y: hidden;
  overflow-x: auto;
}
.block-service-management .service-full .tnmce-content b,
.block-service-management .service-full .tnmce-content strong,
.block-service-management .service-full .tnmce-content th,
.block-service-management .service-full .tnmce-content h1,
.block-service-management .service-full .tnmce-content h2,
.block-service-management .service-full .tnmce-content h3,
.block-service-management .service-full .tnmce-content h4,
.block-service-management .service-full .tnmce-content h5,
.block-service-management .service-full .tnmce-content h6 {
  color: #fff;
}
.block-service-management .service-full .tnmce-content table,
.block-service-management .service-full .tnmce-content th,
.block-service-management .service-full .tnmce-content td {
  border-color: rgba(255, 255, 255, 0.1);
}
.block-service-management .service-full .tnmce-content table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.02);
}
.block-content-images {
  margin: 30px 0;
}
.block-content-images .images {
  position: relative;
  height: 520px;
}
.block-content-images .images .image-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 670px;
  height: 350px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.07000000000000001);
}
.block-content-images .images .image-link:nth-child(2) {
  margin-left: 12%;
  margin-top: 8%;
}
.block-content-images .images .image-link:nth-child(3) {
  margin-left: 24%;
  margin-top: 16%;
}
.block-content-images .images .image-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-video-btns {
  margin-bottom: 30px;
}
.block-video-btns .video-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-video-btns .video-btns-item {
  color: #535353;
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
  background: #ebebeb;
}
.block-video-btns .video-btns-item:not(:last-child) {
  margin-right: 1px;
}
.block-video-btns .video-btns-item > * {
  width: 100%;
  height: 100%;
  padding: 11px 45px;
  display: inline-block;
}
.block-video-btns .video-btns-item a {
  color: #fff;
  position: relative;
  background: #ff985a;
  outline: none;
  border: none;
}
.block-video-btns .video-btns-item a:hover,
.block-video-btns .video-btns-item a:focus {
  color: #fff;
  background: #ffa269;
}
.block-video-btns .video-btns-item a .ico {
  top: -2px;
  margin-right: 10px;
}
.block-video .title {
  color: #535353;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
.block-video .video-feed {
  color: #535353;
}
.block-video .video-feed a {
  color: #535353;
}
.block-video .video-feed a:hover,
.block-video .video-feed a:focus {
  color: #959595;
}
.block-video .video-feed-item {
  margin-bottom: 25px;
}
.block-video .video-feed-link {
  display: block;
}
.block-video .video-feed-img {
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
  border: 1px solid #ebebeb;
  background: #ebebeb no-repeat;
  background-size: cover;
}
.block-posts .posts-feed {
  margin-top: 10px;
}
.block-posts .posts-feed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.block-posts .posts-feed-item:last-child {
  margin-bottom: 0;
}
.block-posts .posts-feed-img-link {
  width: 188px;
  height: 140px;
  margin-right: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ebebeb;
  overflow: hidden;
}
.block-posts .posts-feed-img-link:hover {
  opacity: .87;
}
.block-posts .posts-feed-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.block-posts .posts-feed-details {
  width: -webkit-calc(100% - 218px);
  width: calc(100% - 218px);
}
.block-posts .posts-feed-meta {
  margin-bottom: 6px;
}
.block-posts .posts-feed-meta::before,
.block-posts .posts-feed-meta::after {
  content: ' ';
  display: table;
}
.block-posts .posts-feed-meta::after {
  clear: both;
}
.block-posts .posts-feed-meta > * {
  float: left;
}
.block-posts .posts-feed-meta-date {
  color: #fff;
  font-size: 9px;
  padding: 0 5px;
  line-height: 15px;
  background: #ffd659;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.block-posts .posts-feed-title {
  color: #0ab5c4;
  font-size: 20px;
  font-weight: 600;
}
.block-posts .posts-feed-descr {
  margin-top: 10px;
  line-height: 1.6;
}
.block-posts .post-full-meta {
  text-align: center;
  margin-bottom: 12px;
}
.block-posts .post-full-meta-date {
  color: #fff;
  font-size: 14px;
  padding: 0 12px;
  line-height: 26px;
  display: inline-block;
  background: #ffd659;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.block-posts .post-full-title {
  color: #535353;
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
}
.block-posts .post-full-imgs {
  text-align: center;
  margin-bottom: 35px;
}
.block-posts .post-full-imgs a {
  display: inline-block;
}
.block-posts .post-full-imgs a:not(:last-child) {
  margin-bottom: 15px;
}
.block-posts .post-full-imgs a:hover {
  opacity: .87;
}
.block-posts .post-full-imgs img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul::before,
.pagination ul::after {
  content: ' ';
  display: table;
}
.pagination ul::after {
  clear: both;
}
.pagination li {
  float: left;
  margin: 3px 2px;
}
.pagination .page-link,
.pagination span {
  color: #959595;
  display: block;
  padding: 0 8px;
  min-width: 50px;
  line-height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-link .ico {
  top: -2px;
}
.pagination .page-link:hover {
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
}
.pagination .page-link.current {
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.pagination .page-link.current:not(.prev):not(.next) {
  color: #fff;
  background: #0ab5c4;
}
.main-footer {
  position: relative;
  padding: 80px 0 25px;
  font-size: 12px;
  overflow: hidden;
}
.main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../images/7.png') no-repeat top center;
}
.main-footer a {
  color: #ffc974;
}
.main-footer a:hover,
.main-footer a:focus {
  color: #ffbf5a;
}
.main-footer a:active {
  color: #ffb541;
}
.main-footer .footer-col {
  margin-bottom: 50px;
}
.main-footer .footer-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.main-footer .contacts {
  margin-bottom: 10px;
}
.main-footer .map-link i {
  margin-right: 5px;
}
.main-footer .map-link span {
  display: inline-block;
  vertical-align: middle;
}
.main-footer .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main-footer .menu .menu-col {
  width: 50%;
  padding: 0 15px;
}
.main-footer .menu .item {
  margin: 0 0 20px;
}
.main-footer .menu .item > a {
  color: #fff;
  font-size: 16px;
}
.main-footer .menu .item > a:hover,
.main-footer .menu .item > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .menu .item.has_children {
  position: relative;
}
.main-footer .menu .item.has_children .toggler {
  display: none;
}
.main-footer .menu .item.has_children > a {
  position: relative;
}
.main-footer .menu .item.has_children > a::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2px 0 2px;
  border-color: #c6c6c6 transparent transparent transparent;
}
.main-footer .menu .item.has_children ul {
  margin-top: 10px;
}
.main-footer .menu .item.has_children ul a {
  display: inline-block;
  color: #959595;
  font-size: 12px;
  padding: 3px 0;
}
.main-footer .menu .item.has_children ul a:hover,
.main-footer .menu .item.has_children ul a:focus {
  color: #ddd;
}
.main-footer .slogan-pic {
  margin-bottom: 20px;
}
.main-footer .slogan-pic img {
  display: block;
  max-width: 100%;
  max-height: 50px;
}
.main-footer .slogan-descr {
  font-size: 14px;
}
.main-footer .bottom-line .copyright,
.main-footer .bottom-line .developer-inner {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}
.main-footer .bottom-line .developer {
  float: right;
  margin-bottom: 25px;
  margin-left: 40px;
}
.main-footer .bottom-line .developer-inner {
  margin-bottom: 0;
  position: relative;
  padding-left: 52px;
  text-align: left;
}
.main-footer .bottom-line .developer-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 20px;
  margin-top: -15px;
  background: url('../images/logo-ir.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-header .nav-menu .menu a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-video-btns .video-btns-item {
    font-size: 20px;
  }
  .block-video-btns .video-btns-item > * {
    padding: 10px 25px;
  }
  .block-posts .post-full-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .nav .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-header .nav .menu-toggle-btn {
    display: block;
  }
  .main-header .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.07000000000000001);
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.07000000000000001);
    overflow: hidden;
    z-index: 20;
  }
  .main-header .nav-menu .menu {
    width: 100%;
    text-align: center;
  }
  .main-header .nav-menu .menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-header .nav-menu .menu > ul > li {
    margin-right: 0 !important;
  }
  .main-header .nav-menu .menu > ul > li > a {
    font-size: 16px;
    padding: 19px 50px;
    display: inline-block;
  }
  .main-header .nav-menu .menu > ul li.has_children .toggler {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .main-header .nav-menu .menu > ul li.has_children .toggler::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #7dd8e0 transparent transparent transparent;
  }
  .main-header .nav-menu .menu > ul li.has_children.submenu-show .toggler {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-header .nav-menu .menu > ul li.has_children ul {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    position: static;
    min-width: 0;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .main-header .nav-menu .menu > ul li.has_children ul a {
    display: block;
    padding: 12px 50px;
  }
  .main-header .nav-menu .leave-request {
    width: 100%;
    padding: 20px 15px 30px;
    text-align: center;
  }
  .section.accounting .accounting-list .item {
    margin-bottom: 20px;
  }
  .section.services .services-list .service-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .section.services .services-list .service-details {
    width: 100%;
    padding: 30px 15px 30px 40px;
  }
  .section.services .services-list .service-pic-wrap {
    width: 100%;
    overflow: hidden;
  }
  .section.services .services-list .service-pic {
    min-height: 0;
    height: 280px;
  }
  .block-features-company .features-list .feature-item {
    width: 33.33%;
  }
  .block-content-images .images {
    height: 470px;
  }
  .block-content-images .images .image-link {
    width: 560px;
    height: 320px;
  }
  .block-posts .post-full-title {
    font-size: 26px;
  }
  .pagination .page-link,
  .pagination span {
    min-width: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 36px;
  }
  .tnmce-content img {
    height: auto;
  }
  .main-header .top-line {
    padding: 20px 0 15px;
    text-align: center;
  }
  .main-header .top-line .top-line-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-header .top-line .slogan-pic {
    margin: 0 0 15px;
  }
  .main-header .top-line .support .support-details {
    display: block;
    margin-top: 5px;
  }
  .section .section-descr {
    font-size: 18px;
  }
  .section.main-carousel .carousel .carousel-item {
    max-height: 400px;
  }
  .section.main-carousel .carousel .carousel-pic {
    height: 400px;
  }
  .section.main-carousel .carousel .owl-nav [class^="owl-"] .ico {
    width: 14px;
    height: 23px;
  }
  .section.main-carousel .carousel .carousel-video-volume {
    width: 40px;
    height: 40px;
  }
  .section.main-carousel .carousel .carousel-video-volume::before {
    width: 20px;
    height: 20px;
  }
  .section.accounting .accounting-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section.accounting .accounting-list .item {
    margin-bottom: 40px;
  }
  .section.services .services-list .service-details {
    padding: 30px 15px 30px 20px;
  }
  .section.services .services-list .service-pic {
    height: 250px;
  }
  .section.services .services-list .service-title {
    font-size: 20px;
  }
  .section.partners .partners-list .item {
    margin-bottom: 80px;
  }
  .block-contacts .contact-details {
    padding: 30px 15px 30px 20px;
  }
  .block-contacts .contact-details .contact-title {
    font-size: 20px;
  }
  .block-contacts .contact-details .contact-descr {
    font-size: 14px;
  }
  .block-features-company .features-title {
    margin-bottom: 60px;
  }
  .block-features-company .features-list .feature-item {
    width: 100%;
  }
  .block-hardware-software .software-list .software-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-hardware-software .software-list .software-img {
    margin: 0 auto 15px;
  }
  .block-hardware-software .manufacturers {
    padding: 20px;
  }
  .block-hardware-software .server-list .server-img {
    float: none !important;
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px !important;
  }
  .block-service-management .service-full {
    padding: 20px;
  }
  .block-content-images .images {
    height: 320px;
  }
  .block-content-images .images .image-link {
    width: 350px;
    height: 210px;
  }
  .block-directions-company .tab-nav .tab-nav-link {
    width: 100%;
    border-bottom-color: #ebebeb;
  }
  .block-directions-company .tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-video {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-video .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .block-posts .posts-feed-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .block-posts .posts-feed-img-link {
    width: 120px;
    height: 90px;
    margin-right: 20px;
  }
  .block-posts .posts-feed-details {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .block-posts .posts-feed-title {
    font-size: 18px;
  }
  .block-posts .posts-feed-descr {
    display: none;
  }
  .block-posts .post-full-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .block-posts .post-full-imgs {
    margin-bottom: 25px;
  }
  .main-footer::before {
    display: none;
  }
  .main-footer .bottom-line {
    text-align: center;
  }
  .main-footer .bottom-line .developer {
    display: block;
    float: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .h1 {
    font-size: 32px;
  }
  .section.accounting .accounting-list {
    margin: 0;
  }
  .section.accounting .accounting-list .item {
    width: 100%;
    margin: 0 0 40px;
  }
  .block-content-images .images {
    height: 190px;
  }
  .block-content-images .images .image-link {
    width: 215px;
    height: 115px;
  }
  .block-video-btns .video-btns {
    display: block;
  }
  .block-video-btns .video-btns-item {
    font-size: 18px;
    margin-right: 0 !important;
  }
  .block-posts .posts-feed-title {
    font-size: 16px;
  }
  .main-footer .menu .menu-col {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .main-header .nav-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main-header .nav-menu li.has_children > ul {
    display: block !important;
  }
}
