/* ---------------------------------Bootstrap------------------------------------ */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-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;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.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: 768px) {
  .container {
    width: 740px;
  }
}

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

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

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

.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-vl-1, .col-fh-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-vl-2, .col-fh-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-vl-3, .col-fh-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-vl-4, .col-fh-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-vl-5, .col-fh-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-vl-6, .col-fh-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-vl-7, .col-fh-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-vl-8, .col-fh-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-vl-9, .col-fh-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-vl-10, .col-fh-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-vl-11, .col-fh-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-vl-12, .col-fh-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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.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: 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-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%;
  }
}

@media (min-width: 1330px) {
  .col-vl-1, .col-vl-2, .col-vl-3, .col-vl-4, .col-vl-5, .col-vl-6, .col-vl-7, .col-vl-8, .col-vl-9, .col-vl-10, .col-vl-11, .col-vl-12 {
    float: left;
  }
  .col-vl-1 {
    width: 8.33333333%;
  }
  .col-vl-2 {
    width: 16.66666667%;
  }
  .col-vl-3 {
    width: 25%;
  }
  .col-vl-4 {
    width: 33.33333333%;
  }
  .col-vl-5 {
    width: 41.66666667%;
  }
  .col-vl-6 {
    width: 50%;
  }
  .col-vl-7 {
    width: 58.33333333%;
  }
  .col-vl-8 {
    width: 66.66666667%;
  }
  .col-vl-9 {
    width: 75%;
  }
  .col-vl-10 {
    width: 83.33333333%;
  }
  .col-vl-11 {
    width: 91.66666667%;
  }
  .col-vl-12 {
    width: 100%;
  }
  .col-vl-pull-0 {
    right: auto;
  }
  .col-vl-pull-1 {
    right: 8.33333333%;
  }
  .col-vl-pull-2 {
    right: 16.66666667%;
  }
  .col-vl-pull-3 {
    right: 25%;
  }
  .col-vl-pull-4 {
    right: 33.33333333%;
  }
  .col-vl-pull-5 {
    right: 41.66666667%;
  }
  .col-vl-pull-6 {
    right: 50%;
  }
  .col-vl-pull-7 {
    right: 58.33333333%;
  }
  .col-vl-pull-8 {
    right: 66.66666667%;
  }
  .col-vl-pull-9 {
    right: 75%;
  }
  .col-vl-pull-10 {
    right: 83.33333333%;
  }
  .col-vl-pull-11 {
    right: 91.66666667%;
  }
  .col-vl-pull-12 {
    right: 100%;
  }
  .col-vl-push-0 {
    left: auto;
  }
  .col-vl-push-1 {
    left: 8.33333333%;
  }
  .col-vl-push-2 {
    left: 16.66666667%;
  }
  .col-vl-push-3 {
    left: 25%;
  }
  .col-vl-push-4 {
    left: 33.33333333%;
  }
  .col-vl-push-5 {
    left: 41.66666667%;
  }
  .col-vl-push-6 {
    left: 50%;
  }
  .col-vl-push-7 {
    left: 58.33333333%;
  }
  .col-vl-push-8 {
    left: 66.66666667%;
  }
  .col-vl-push-9 {
    left: 75%;
  }
  .col-vl-push-10 {
    left: 83.33333333%;
  }
  .col-vl-push-11 {
    left: 91.66666667%;
  }
  .col-vl-push-12 {
    left: 100%;
  }
  .col-vl-offset-0 {
    margin-left: 0%;
  }
  .col-vl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-vl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-vl-offset-3 {
    margin-left: 25%;
  }
  .col-vl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-vl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-vl-offset-6 {
    margin-left: 50%;
  }
  .col-vl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-vl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-vl-offset-9 {
    margin-left: 75%;
  }
  .col-vl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-vl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-vl-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1890px) {
  .col-fh-1, .col-fh-2, .col-fh-3, .col-fh-4, .col-fh-5, .col-fh-6, .col-fh-7, .col-fh-8, .col-fh-9, .col-fh-10, .col-fh-11, .col-fh-12 {
    float: left;
  }
  .col-fh-1 {
    width: 8.33333333%;
  }
  .col-fh-2 {
    width: 16.66666667%;
  }
  .col-fh-3 {
    width: 25%;
  }
  .col-fh-4 {
    width: 33.33333333%;
  }
  .col-fh-5 {
    width: 41.66666667%;
  }
  .col-fh-6 {
    width: 50%;
  }
  .col-fh-7 {
    width: 58.33333333%;
  }
  .col-fh-8 {
    width: 66.66666667%;
  }
  .col-fh-9 {
    width: 75%;
  }
  .col-fh-10 {
    width: 83.33333333%;
  }
  .col-fh-11 {
    width: 91.66666667%;
  }
  .col-fh-12 {
    width: 100%;
  }
  .col-fh-pull-0 {
    right: auto;
  }
  .col-fh-pull-1 {
    right: 8.33333333%;
  }
  .col-fh-pull-2 {
    right: 16.66666667%;
  }
  .col-fh-pull-3 {
    right: 25%;
  }
  .col-fh-pull-4 {
    right: 33.33333333%;
  }
  .col-fh-pull-5 {
    right: 41.66666667%;
  }
  .col-fh-pull-6 {
    right: 50%;
  }
  .col-fh-pull-7 {
    right: 58.33333333%;
  }
  .col-fh-pull-8 {
    right: 66.66666667%;
  }
  .col-fh-pull-9 {
    right: 75%;
  }
  .col-fh-pull-10 {
    right: 83.33333333%;
  }
  .col-fh-pull-11 {
    right: 91.66666667%;
  }
  .col-fh-pull-12 {
    right: 100%;
  }
  .col-fh-push-0 {
    left: auto;
  }
  .col-fh-push-1 {
    left: 8.33333333%;
  }
  .col-fh-push-2 {
    left: 16.66666667%;
  }
  .col-fh-push-3 {
    left: 25%;
  }
  .col-fh-push-4 {
    left: 33.33333333%;
  }
  .col-fh-push-5 {
    left: 41.66666667%;
  }
  .col-fh-push-6 {
    left: 50%;
  }
  .col-fh-push-7 {
    left: 58.33333333%;
  }
  .col-fh-push-8 {
    left: 66.66666667%;
  }
  .col-fh-push-9 {
    left: 75%;
  }
  .col-fh-push-10 {
    left: 83.33333333%;
  }
  .col-fh-push-11 {
    left: 91.66666667%;
  }
  .col-fh-push-12 {
    left: 100%;
  }
  .col-fh-offset-0 {
    margin-left: 0%;
  }
  .col-fh-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-fh-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-fh-offset-3 {
    margin-left: 25%;
  }
  .col-fh-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-fh-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-fh-offset-6 {
    margin-left: 50%;
  }
  .col-fh-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-fh-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-fh-offset-9 {
    margin-left: 75%;
  }
  .col-fh-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-fh-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-fh-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-vl {
  display: none !important;
}

.visible-fh {
  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,
.visible-vl-block, .visible-vl-inline, .visible-vl-inline-block,
.visible-fh-block, .visible-fh-inline, .visible-fh-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) and (max-width: 1329px) {
  .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) and (max-width: 1329px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1330px) and (max-width: 1889px) {
  .visible-vl {
    display: block !important;
  }
  table.visible-vl {
    display: table !important;
  }
  tr.visible-vl {
    display: table-row !important;
  }
  th.visible-vl,
  td.visible-vl {
    display: table-cell !important;
  }
}

@media (min-width: 1330px) and (max-width: 1889px) {
  .visible-vl-block {
    display: block !important;
  }
}

@media (min-width: 1330px) and (max-width: 1889px) {
  .visible-vl-inline {
    display: inline !important;
  }
}

@media (min-width: 1330px) and (max-width: 1889px) {
  .visible-vl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1890px) {
  .visible-fh {
    display: block !important;
  }
  table.visible-fh {
    display: table !important;
  }
  tr.visible-fh {
    display: table-row !important;
  }
  th.visible-fh,
  td.visible-fh {
    display: table-cell !important;
  }
}

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

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

@media (min-width: 1890px) {
  .visible-fh-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) and (max-width: 1329px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1330px) and (max-width: 1889px) {
  .hidden-vl {
    display: none !important;
  }
}

@media (min-width: 1890px) {
  .hidden-fh {
    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;
  }
}

/* ---------------------------------Mixins------------------------------------ */
/* ---------------------------------Responsive vertical align------------------------------------ */
.top-xs {
  vertical-align: top;
}

.bottom-xs {
  vertical-align: bottom;
}

.middle-xs {
  vertical-align: middle;
}

@media (min-width: 480px) {
  .top-xs {
    vertical-align: top;
  }
  .bottom-xs {
    vertical-align: bottom;
  }
  .middle-xs {
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .top-sm {
    vertical-align: top;
  }
  .bottom-sm {
    vertical-align: bottom;
  }
  .middle-sm {
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .top-md {
    vertical-align: top;
  }
  .bottom-md {
    vertical-align: bottom;
  }
  .middle-md {
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .top-lg {
    vertical-align: top;
  }
  .bottom-lg {
    vertical-align: bottom;
  }
  .middle-lg {
    vertical-align: middle;
  }
}

@media (min-width: 1330px) {
  .top-vl {
    vertical-align: top;
  }
  .bottom-vl {
    vertical-align: bottom;
  }
  .middle-vl {
    vertical-align: middle;
  }
}

@media (min-width: 1890px) {
  .top-fh {
    vertical-align: top;
  }
  .bottom-fh {
    vertical-align: bottom;
  }
  .middle-fh {
    vertical-align: middle;
  }
}

/* ---------------------------------Responsive table------------------------------------ */
.table-xs {
  display: table;
  height: inherit;
  width: 100%;
}

.table-xs > * {
  display: table-cell;
  float: none;
}

@media (min-width: 480px) {
  .table-xs {
    display: table;
    height: inherit;
    width: 100%;
  }
  .table-xs > * {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 768px) {
  .table-sm {
    display: table;
    height: inherit;
    width: 100%;
  }
  .table-sm > * {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 992px) {
  .table-md {
    display: table;
    height: inherit;
    width: 100%;
  }
  .table-md > * {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1200px) {
  .table-lg {
    display: table;
    height: inherit;
    width: 100%;
  }
  .table-lg > * {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1330px) {
  .table-vl {
    display: table;
    height: inherit;
    width: 100%;
  }
  .table-vl > * {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1890px) {
  .table-fh {
    display: table;
    height: inherit;
    width: 100%;
  }
  .table-fh > * {
    display: table-cell;
    float: none;
  }
}

/* ---------------------------------Responsive horizontal align------------------------------------ */
.left-xs {
  text-align: left;
}

.center-xs {
  text-align: center;
}

.right-xs {
  text-align: right;
}

@media (min-width: 480px) {
  .left-xs {
    text-align: left;
  }
  .center-xs {
    text-align: center;
  }
  .right-xs {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .left-sm {
    text-align: left;
  }
  .center-sm {
    text-align: center;
  }
  .right-sm {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .left-md {
    text-align: left;
  }
  .center-md {
    text-align: center;
  }
  .right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .left-lg {
    text-align: left;
  }
  .center-lg {
    text-align: center;
  }
  .right-lg {
    text-align: right;
  }
}

@media (min-width: 1330px) {
  .left-vl {
    text-align: left;
  }
  .center-vl {
    text-align: center;
  }
  .right-vl {
    text-align: right;
  }
}

@media (min-width: 1890px) {
  .left-fh {
    text-align: left;
  }
  .center-fh {
    text-align: center;
  }
  .right-fh {
    text-align: right;
  }
}

/* ---------------------------------Responsive Gutters------------------------------------ */
.gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutters-5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

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

.gutters-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.gutters-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.gutters-30 > * {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  .gutters-xs-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-xs-5 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 480px) {
  .gutters-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-xs-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 480px) {
  .gutters-xs-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutters-xs-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .gutters-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-sm-5 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .gutters-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-sm-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .gutters-sm-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutters-sm-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .gutters-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-md-5 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  .gutters-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-md-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .gutters-md-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutters-md-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .gutters-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-lg-5 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .gutters-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-lg-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .gutters-lg-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutters-lg-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1330px) {
  .gutters-vl-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-vl-5 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1330px) {
  .gutters-vl-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-vl-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1330px) {
  .gutters-vl-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutters-vl-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1890px) {
  .gutters-fh-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutters-fh-5 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1890px) {
  .gutters-fh-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutters-fh-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1890px) {
  .gutters-fh-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutters-fh-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* ---------------------------------Responsive float------------------------------------ */
.float-none {
  float: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media (min-width: 480px) {
  .float-none-xs {
    float: none;
  }
  .float-left-xs {
    float: left;
  }
  .float-right-xs {
    float: right;
  }
}

@media (min-width: 768px) {
  .float-none-sm {
    float: none;
  }
  .float-left-sm {
    float: left;
  }
  .float-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  .float-none-md {
    float: none;
  }
  .float-left-md {
    float: left;
  }
  .float-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  .float-none-lg {
    float: none;
  }
  .float-left-lg {
    float: left;
  }
  .float-right-lg {
    float: right;
  }
}

@media (min-width: 1330px) {
  .float-none-vl {
    float: none;
  }
  .float-left-vl {
    float: left;
  }
  .float-right-vl {
    float: right;
  }
}

@media (min-width: 1890px) {
  .float-none-fh {
    float: none;
  }
  .float-left-fh {
    float: left;
  }
  .float-right-fh {
    float: right;
  }
}

/* ---------------------------------Responsive margin------------------------------------ */
.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .mt-0-xs {
    margin-top: 0px;
  }
}

@media (min-width: 480px) {
  .mt-10-xs {
    margin-top: 10px;
  }
}

@media (min-width: 480px) {
  .mt-20-xs {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .mt-0-sm {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .mt-10-sm {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .mt-20-sm {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .mt-0-md {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .mt-10-md {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .mt-20-md {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .mt-0-lg {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .mt-10-lg {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .mt-20-lg {
    margin-top: 20px;
  }
}

@media (min-width: 1330px) {
  .mt-0-vl {
    margin-top: 0px;
  }
}

@media (min-width: 1330px) {
  .mt-10-vl {
    margin-top: 10px;
  }
}

@media (min-width: 1330px) {
  .mt-20-vl {
    margin-top: 20px;
  }
}

@media (min-width: 1890px) {
  .mt-0-fh {
    margin-top: 0px;
  }
}

@media (min-width: 1890px) {
  .mt-10-fh {
    margin-top: 10px;
  }
}

@media (min-width: 1890px) {
  .mt-20-fh {
    margin-top: 20px;
  }
}

/* ---------------------------------Common------------------------------------ */
@font-face {
  font-family: "OpenSans-Regular";
  src: url("/fonts/OpenSans/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT_Sans-Web-Regular";
  src: url("/fonts/PT_Sans/PT_Sans-Web-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

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

/* ---------------------------------Typography------------------------------------ */
html,
body {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  color: #ffffff;
  line-height: 1.2;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* ---------------------------------html body------------------------------------ */
html,
body {
  height: 100%;
}

body {
  position: relative;
}

/* ---------------------------------Links------------------------------------ */
a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* ---------------------------------Button------------------------------------ */
button {
  background-color: transparent;
  border: none;
  padding: 0;
}

button:focus {
  outline: none;
}

/* ---------------------------------Img------------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

/* ---------------------------------Input------------------------------------ */
input:focus {
  outline: none;
}

/* ---------------------------------Textarea------------------------------------ */
textarea:focus {
  outline: none;
}

/* ---------------------------------List------------------------------------ */
ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

/* ---------------------------------Disable video controls on ios------------------------------------ */
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.invisible {
  visibility: hidden;
}

/* ---------------------------------no-gutters------------------------------------ */
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > * {
  padding-left: 0;
  padding-right: 0;
}

/* ---------------------------------no-float------------------------------------ */
.no-float > [class*='col-'] {
  float: none;
}

.ttu {
  text-transform: uppercase;
}

/* ---------------------------------Hide------------------------------------ */
.hidden {
  display: none !important;
}

/* ---------------------------------Page wrapper------------------------------------ */
.page-wrapper {
  overflow-x: hidden;
  background-color: #090909;
}

/* ---------------------------------Page-helper------------------------------------ */
.page-helper {
  min-height: 0.1px;
}

/* ---------------------------------Page footer------------------------------------ */
.page-footer {
  background-color: #090909;
}

/* ---------------------------------Static Footer------------------------------------ */
@media (min-width: 768px) {
  .page-wrapper {
    min-height: 100%;
  }
}

.g-rectangle {
  width: 100%;
  position: relative;
}

.g-rectangle:after {
  content: '';
  display: block;
  padding-bottom: 60%;
}

.g-rectangle > * {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.g-square {
  width: 100%;
  position: relative;
}

.g-square:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.g-square > * {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

/* ---------------------------------Section------------------------------------ */
.s-about {
  position: relative;
  padding: 50px 0 400px 0;
}

.s-about__container {
  position: relative;
  z-index: 2;
}

.s-about__map {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.s-about__map:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 170px;
  z-index: 1;
}

.s-about__map-inner {
  height: 500px;
}

.s-footer {
  padding: 50px 0;
}

.s-info__container {
  position: relative;
}

.s-services {
  padding: 50px 0;
}

.s-services__title {
  font-family: "PT_Sans-Web-Regular";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 992px) {
  .s-services__title {
    font-size: 36px;
    line-height: 48px;
  }
}

.s-services__content {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .s-services__content {
    margin-top: 80px;
  }
}

/* ---------------------------------Block------------------------------------ */
.b-about {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #a67c52;
  position: relative;
  padding: 20px 10px 30px 10px;
}

@media (min-width: 768px) {
  .b-about {
    max-width: 670px;
    padding: 20px 80px 60px;
  }
}

.b-about__img {
  text-align: center;
}

.b-about__description {
  margin-top: 20px;
  text-align: center;
  color: #e7e7e7;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .b-about__description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 36px;
    text-align: left;
  }
}

.b-about__waves {
  width: 80px;
  position: absolute;
}

.b-about__waves_left {
  left: -10px;
  top: 5%;
}

@media (min-width: 768px) {
  .b-about__waves_left {
    left: -28px;
    top: 20%;
  }
}

.b-about__waves_right {
  bottom: -18px;
  right: -10px;
}

@media (min-width: 768px) {
  .b-about__waves_right {
    right: -20px;
  }
}

.b-about__wave {
  background-image: url(../img/pics/wave.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 8px;
  -webkit-animation: waveMove linear 1s;
          animation: waveMove linear 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes waveMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px 0;
  }
}

@keyframes waveMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px 0;
  }
}

.b-footer {
  /* ---------------------------------Content------------------------------------ */
  /* ---------------------------------Copyright------------------------------------ */
  /* ---------------------------------List------------------------------------ */
  /* ---------------------------------Separate------------------------------------ */
  /* ---------------------------------Title------------------------------------ */
}

.b-footer__content {
  margin-top: 30px;
}

.b-footer__copyright-wr {
  margin-top: 100px;
  text-align: center;
}

.b-footer__copyright {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.b-footer__copyright-label {
  color: #7f8547;
}

.b-footer__copyrigth-titl {
  color: #7f8547;
}

.b-footer__list-item {
  color: #7f8547;
  font-size: 14px;
  line-height: 30px;
}

.b-footer__list-link {
  text-transform: uppercase;
  text-decoration: underline;
}

.b-footer__list-link_email {
  text-transform: lowercase;
}

.b-footer__separate {
  margin-top: 25px;
  border-bottom: 2px dashed transparent;
  position: relative;
}

.b-footer__separate:after {
  content: '';
  position: absolute;
  background-image: url(../img/pics/brown-dash.svg);
  width: 0;
  -webkit-transition: width linear 3s;
  transition: width linear 3s;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.b-footer__separate.animated:after {
  width: 120px;
}

.b-footer__title {
  color: #e7e7e7;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

.b-info {
  position: relative;
  /* ---------------------------------Content------------------------------------ */
  /* ---------------------------------Description------------------------------------ */
  /* ---------------------------------Word------------------------------------ */
  /* ---------------------------------Img------------------------------------ */
}

@media (min-width: 992px) {
  .b-info {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  .b-info__content {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .b-info__content .col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .b-info_syberia .b-info__content {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .b-info_quality .b-info__content {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .b-info_quality .b-info__content {
    height: 700px;
  }
}

@media (min-width: 992px) {
  .b-info_partners .b-info__content {
    height: 400px;
  }
}

.b-info__description {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #e7e7e7;
  font-size: 14px;
  max-width: 500px;
  line-height: 30px;
  position: relative;
}

@media (min-width: 992px) {
  .b-info__description {
    font-size: 16px;
  }
}

.b-info__separate {
  border-bottom: 2px dashed transparent;
  position: relative;
  position: absolute;
  width: 100%;
  left: 0;
}

.b-info__separate:after {
  content: '';
  position: absolute;
  background-image: url(../img/pics/brown-dash.svg);
  width: 0;
  -webkit-transition: width linear 3s;
  transition: width linear 3s;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.b-info__separate.animated:after {
  width: 100%;
}

.b-info__separate_top {
  top: 0;
}

.b-info__separate_bottom {
  bottom: 0;
}

.b-info__word {
  top: 0;
  width: 30px;
  position: absolute;
  background-size: contain;
  height: 100%;
  background-position: 0 50%;
}

@media (min-width: 768px) {
  .b-info__word {
    width: 58px;
  }
}

.b-info__word_siberia {
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../img/words/sibiria.png);
}

@media (min-width: 1330px) {
  .b-info__word_siberia {
    left: -40px;
  }
}

.b-info__word_quality {
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../img/words/quality.png);
}

@media (min-width: 1330px) {
  .b-info__word_quality {
    right: -40px;
  }
}

.b-info__word_partners {
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../img/words/partners.png);
}

@media (min-width: 1330px) {
  .b-info__word_partners {
    left: -40px;
  }
}

.b-info__img {
  display: inline-block;
}

.b-info__img-inner {
  display: block;
}

.b-info__img_rectangle-left {
  position: relative;
  left: 5%;
}

.b-info__img_rectangle-left:before {
  content: '';
  right: 0;
  top: 0;
  -webkit-transition: right linear 2s, top linear 2s;
  transition: right linear 2s, top linear 2s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #a67c52;
}

.b-info__img_rectangle-left.animated:before {
  right: 10%;
  top: 10%;
}

/* ---------------------------------Components------------------------------------ */
.navbar {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* ---------------------------------Container------------------------------------ */
  /* ---------------------------------Logo------------------------------------ */
  /* ---------------------------------Feedback------------------------------------ */
  /* ---------------------------------Language------------------------------------ */
}

@media (min-width: 768px) {
  .navbar {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .navbar__container {
    height: inherit;
  }
  .navbar__container:before, .navbar__container:after {
    content: " ";
    display: table;
  }
  .navbar__container:after {
    clear: both;
  }
}

@media (min-width: 768px) {
  .navbar__container > * {
    letter-spacing: -4px;
    height: inherit;
  }
  .navbar__container > *:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .navbar__container > * > * {
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .navbar__logo-wr {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar__logo-wr {
    float: left;
  }
}

.navbar__logo {
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 24px;
  color: #d9d9d9;
  font-family: "PT_Sans-Web-Regular";
}

.navbar__logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.navbar__logo > * {
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
}

.navbar__logo-text {
  margin-left: 8px;
}

.navbar__feedback-wr {
  float: right;
}

.navbar__feedback {
  border-radius: 20px;
  border: 1px solid #a67c52;
  padding: 9px 31px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a67c52), color-stop(50%, transparent));
  background: linear-gradient(to right, #a67c52 50%, transparent 50%);
  background-size: 205% 100%;
  background-position: 99% 0;
  -webkit-transition: background-position linear 0.5s;
  transition: background-position linear 0.5s;
}

.navbar__feedback:hover {
  background-position: 1% 100%;
}

.navbar__language-wr {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .navbar__language-wr {
    float: right;
  }
}

.navbar__language {
  letter-spacing: -4px;
}

.navbar__language > * {
  letter-spacing: 0;
}

.navbar__language-btn {
  border: 1px solid #a67c52;
  padding: 10px;
}

.navbar__language-btn:hover {
  background-color: #a67c52;
}

.navbar__language-btn + .navbar__language-btn {
  margin-left: -1px;
}

.h-main {
  background: url(../img/bg/coals.jpg) no-repeat 0/cover;
  position: relative;
  overflow: hidden;
  /* ---------------------------------Inner------------------------------------ */
  /* ---------------------------------Container------------------------------------ */
  /* ---------------------------------Title------------------------------------ */
  /* ---------------------------------Content------------------------------------ */
  /* ---------------------------------Description------------------------------------ */
  /* ---------------------------------More------------------------------------ */
  /* ---------------------------------Video------------------------------------ */
}

.h-main:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #090909), color-stop(0, rgba(9, 9, 9, 0.9)), to(rgba(9, 9, 9, 0)));
  background-image: linear-gradient(to top, #090909 0, rgba(9, 9, 9, 0.9) 0, rgba(9, 9, 9, 0) 100%);
}

.h-main__inner {
  height: inherit;
}

.h-main__container {
  position: relative;
  height: 480px;
}

@media (min-width: 768px) {
  .h-main__container {
    height: 700px;
  }
}

.h-main__title {
  font-family: "PT_Sans-Web-Regular";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .h-main__title {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .h-main__title {
    font-size: 60px;
  }
}

.h-main__content {
  max-width: 550px;
  margin-top: 20px;
}

.h-main__content:before, .h-main__content:after {
  content: " ";
  display: table;
}

.h-main__content:after {
  clear: both;
}

@media (min-width: 992px) {
  .h-main__content {
    margin-top: 40px;
  }
}

.h-main__description-text {
  position: relative;
  display: block;
  color: #e7e7e7;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 2px dashed transparent;
  position: relative;
}

.h-main__description-text:after {
  content: '';
  position: absolute;
  background-image: url(../img/pics/brown-dash.svg);
  width: 0;
  -webkit-transition: width linear 3s;
  transition: width linear 3s;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.h-main__description-text.animated:after {
  width: 100%;
}

@media (min-width: 992px) {
  .h-main__description-text {
    font-size: 22px;
    line-height: 48px;
  }
}

.h-main__more-wr {
  float: right;
  margin-top: 40px;
}

.h-main__more {
  border-radius: 20px;
  border: 1px solid #a67c52;
  padding: 9px 66px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a67c52), color-stop(50%, transparent));
  background: linear-gradient(to right, #a67c52 50%, transparent 50%);
  background-size: 205% 100%;
  background-position: 99% 0;
  -webkit-transition: background-position linear 0.5s;
  transition: background-position linear 0.5s;
  position: relative;
}

.h-main__more:hover {
  background-position: 1% 100%;
}

.h-main__more:after {
  content: '';
  background: url(../img/icons/arrow-right_white.svg);
  position: absolute;
  width: 28px;
  top: 50%;
  right: 30px;
  margin-top: -6.5px;
  height: 13px;
}

.h-main__video {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity linear 1s;
  transition: opacity linear 1s;
}

.h-main__video.animated {
  opacity: 1;
}

.h-main__video:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #090909), color-stop(0, rgba(9, 9, 9, 0.9)), to(rgba(9, 9, 9, 0)));
  background-image: linear-gradient(to top, #090909 0, rgba(9, 9, 9, 0.9) 0, rgba(9, 9, 9, 0) 100%);
}

.h-main__video-inner {
  position: absolute;
  width: inherit;
  height: inherit;
}

@media (min-aspect-ratio: 16 / 9) {
  .h-main__video-inner {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .h-main__video-inner {
    width: 300%;
    left: -100%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .h-main__video-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.f-main {
  /* ---------------------------------Textarea------------------------------------ */
  /* ---------------------------------Group------------------------------------ */
  /* ---------------------------------Submit------------------------------------ */
  /* ---------------------------------Row------------------------------------ */
}

.f-main__field, .f-main__textarea {
  border: 1px solid #a67c52;
  border-radius: 20px;
  color: #e7e7e7;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  padding: 15px;
}

.f-main__field::-moz-placeholder, .f-main__textarea::-moz-placeholder {
  color: #e7e7e7;
  opacity: 1;
}

.f-main__field:-ms-input-placeholder, .f-main__textarea:-ms-input-placeholder {
  color: #e7e7e7;
}

.f-main__field::-webkit-input-placeholder, .f-main__textarea::-webkit-input-placeholder {
  color: #e7e7e7;
}

.f-main__textarea {
  line-height: 20px;
  resize: none;
}

.f-main__group:before, .f-main__group:after {
  content: " ";
  display: table;
}

.f-main__group:after {
  clear: both;
}

.f-main__group + .f-main__group {
  margin-top: 10px;
}

.f-main__submit {
  border-radius: 20px;
  border: 1px solid #a67c52;
  padding: 9px 66px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a67c52), color-stop(50%, transparent));
  background: linear-gradient(to right, #a67c52 50%, transparent 50%);
  background-size: 205% 100%;
  background-position: 99% 0;
  -webkit-transition: background-position linear 0.5s;
  transition: background-position linear 0.5s;
  position: relative;
}

.f-main__submit:hover {
  background-position: 1% 100%;
}

.f-main__submit:after {
  content: '';
  background: url(../img/icons/arrow-right_white.svg);
  position: absolute;
  width: 28px;
  top: 50%;
  right: 30px;
  margin-top: -6.5px;
  height: 13px;
}

.f-main__row + .f-main__row {
  margin-top: 20px;
}

.parallax-kuzbass {
  overflow: hidden;
  background: #090909;
  position: relative;
  width: 273px;
  height: 393px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .parallax-kuzbass {
    margin-left: 15%;
    display: inline-block;
  }
}

.parallax-kuzbass__overlay {
  background: url(../img/pics/kuzbass_kontur.png);
  width: inherit;
  height: inherit;
  overflow: hidden;
  position: relative;
}

.parallax-kuzbass__img {
  top: 0 !important;
  left: -77% !important;
  position: absolute !important;
  width: 535px;
  max-width: none;
}

/* ---------------------------------Modules------------------------------------ */
.service {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  letter-spacing: -4px;
  /* ---------------------------------Overlay------------------------------------ */
  /* ---------------------------------Inner------------------------------------ */
  /* ---------------------------------Title------------------------------------ */
  /* ---------------------------------Img------------------------------------ */
  /* ---------------------------------Img-inner------------------------------------ */
  /* ---------------------------------Img-helper------------------------------------ */
}

.service:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.service > * {
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
}

.service_transit {
  background-image: url(../img/services/train.jpg);
}

.service_shipping {
  background-image: url(../img/services/port.jpg);
}

.service_fleet {
  background-image: url(../img/services/boat.jpg);
}

.service__overlay {
  position: absolute;
  background-color: rgba(32, 24, 16, 0.63);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.service__inner {
  position: relative;
}

.service__title {
  font-size: 16px;
}

@media (min-width: 992px) {
  .service__title {
    font-size: 20px;
  }
}

.service__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 80px;
  position: relative;
}

@media (min-width: 992px) {
  .service__img {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .service__img {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .service_shipping .service__img {
    width: 125px;
  }
}

.service_transit .service__img-inner {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: service_wagonMove;
          animation-name: service_wagonMove;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

.service_fleet .service__img-inner {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: onTheWaves;
          animation-name: onTheWaves;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.service__img-inner {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.service__img-helper {
  position: absolute;
  background-repeat: repeat-x;
  background-position: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.service_transit .service__img-helper,
.service_fleet .service__img-helper {
  width: 100%;
}

.service_transit .service__img-helper {
  height: 8px;
  -webkit-animation-name: service_railsMove;
          animation-name: service_railsMove;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  background-size: 100%;
  background-image: url(../img/service/rails.svg);
}

.service_fleet .service__img-helper {
  -webkit-animation-name: service_waveMove;
          animation-name: service_waveMove;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  background-image: url(../img/service/water_no_ship.svg);
  height: 8px;
  background-size: contain;
}

.service_shipping .service__img-helper {
  background: url(../img/service/crane_without_ship.svg) no-repeat;
  width: 100px;
  height: 40px;
  -webkit-animation-name: service_craneMove;
          animation-name: service_craneMove;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  position: absolute;
  bottom: 47px;
  left: 18px;
}

@media (min-width: 1200px) {
  .service_shipping .service__img-helper {
    bottom: 71px;
    left: 26px;
    height: 58px;
  }
}

@-webkit-keyframes service_railsMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -409px 0;
  }
}

@keyframes service_railsMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -409px 0;
  }
}

@-webkit-keyframes service_waveMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -137px 0;
  }
}

@keyframes service_waveMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -137px 0;
  }
}

@-webkit-keyframes service_craneMove {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0) translateX(0);
            transform: rotate(0) translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-18deg) translateY(-14px) translateX(-5px);
            transform: rotate(-18deg) translateY(-14px) translateX(-5px);
  }
}

@keyframes service_craneMove {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0) translateX(0);
            transform: rotate(0) translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-18deg) translateY(-14px) translateX(-5px);
            transform: rotate(-18deg) translateY(-14px) translateX(-5px);
  }
}

@-webkit-keyframes service_wagonMove {
  0%, 100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes service_wagonMove {
  0%, 100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes onTheWaves {
  0%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(3px, 5px);
            transform: rotate(-1deg) translate(3px, 5px);
  }
}

@keyframes onTheWaves {
  0%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(3px, 5px);
            transform: rotate(-1deg) translate(3px, 5px);
  }
}

.draw-mountains {
  position: absolute;
  bottom: -30px;
  display: none;
}

@media (min-width: 992px) {
  .draw-mountains {
    display: block;
  }
}

.draw-mountains__circle {
  width: 278px;
  height: 278px;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background ease 3s;
  transition: background ease 3s;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.draw-mountains.animated .draw-mountains__circle {
  background: #382011;
}

.draw-mountains__object {
  position: relative;
  width: 351px;
  height: 302px;
}

.draw-railway {
  position: absolute;
  width: 60%;
  right: 2.5%;
  top: 250px;
  display: none;
}

@media (min-width: 992px) {
  .draw-railway {
    top: 300px;
    display: block;
  }
}

@media (min-width: 1330px) {
  .draw-railway {
    top: 250px;
  }
}

.draw-tree {
  position: absolute;
}

.draw-tree_1 {
  top: 0;
  left: 40px;
}

@media (min-width: 992px) {
  .draw-tree_1 {
    left: 5%;
  }
}

.draw-tree_2 {
  top: 50%;
  margin-top: -30px;
  right: 0;
}

@media (min-width: 992px) {
  .draw-tree_2 {
    right: 20%;
  }
}

@media (min-width: 1200px) {
  .draw-tree_2 {
    right: 30%;
  }
}

.draw-tree_3 {
  bottom: 0;
  left: 40px;
}

@media (min-width: 992px) {
  .draw-tree_3 {
    left: 5%;
  }
}

.draw-tree_4 {
  right: 0;
  top: -60px;
}

@media (min-width: 992px) {
  .draw-tree_4 {
    top: 0;
    right: auto;
    left: 50%;
    margin-left: -15px;
  }
}
