@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin-ext');
@font-face {
  font-family: 'Aldrich';
  src: url('../fonts/aldrich-regular.woff2') format('woff2'), url('../fonts/aldrich-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*!
 * 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 {
  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"] {
  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;
  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: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.866666667;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005a82;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005a82;
  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.866666667;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 28px;
  margin-bottom: 28px;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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;
  }
}
.section-padding {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  display: block;
  margin-bottom: 10px;
}
.list li:before {
  content: '— ';
  display: inline-block;
  margin-right: 5px;
}
.gallery-img {
  max-width: 105px;
  margin: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0.8em;
  /* я */
  text-align: justify;
}
@media (min-width: 768px) {
  .grid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.grid-left,
.grid-left {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-left {
    width: 58.33333%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .grid-right {
    width: 33.33333%;
    padding-left: 20px;
  }
}
.section-title {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.33333;
  text-transform: uppercase;
}
.scrolltop-link {
  align-self: center;
  display: inline-block;
  width: 38px;
  height: 21px;
  background-image: url(../img/icons/drop.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  opacity: 0.15;
  cursor: pointer;
  transition: opacity 1s linear 0s;
}
.scrolltop-link--active {
  opacity: 1;
}
.l-container {
  position: relative;
}
.l-container--popup {
  width: 100%;
  max-width: 800px;
  padding: 30px 60px 40px !important;
}

.page-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.page-header__nav {
  display: flex;
  justify-content: space-between;
}
.page-nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-nav__item {
  display: flex;
  width: 50%;
}
.page-nav__item:first-child > a {
  background-color: #bc1a8c;
}
.page-nav__item:nth-child(2) > a {
  background-color: #ff1900;
}
.page-nav__item:nth-child(3) > a {
  background-color: #005a82;
}
.page-nav__item:nth-child(4) > a {
  background-color: #bc1a8c;
}
.page-nav__item:nth-child(5) > a {
  background-color: #ff1900;
}
.page-nav__item:nth-child(6) > a {
  background-color: #3f3f3f;
}
/*.page-nav__item:last-child > a {
  background-color: #3f3f3f;
}*/
.page-nav__item:nth-child(odd) {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-nav__item:first-child {
    border-bottom: 1px solid #fff;
  }
  .page-nav__item:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .page-nav__item {
    width: auto;
    border-right: 1px solid #fff;
  }
}
.page-nav__link {
  display: inline-block;
  width: 100%;
  padding: 3px 10px;
  font-size: 13px;
  font-family: 'Aldrich', 'Open Sans', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.page-nav__link:hover,
.page-nav__link:active,
.page-nav__link:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-nav__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-nav__link {
    position: relative;
  }
  .page-nav__link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: inherit;
  }
  .page-nav__link:hover:after {
    height: 5px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .page-nav__item.active .page-nav__link:after {
    height: 5px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .page-nav {
    margin-right: -20px;
  }
}
.page-top {
  overflow: hidden;
  position: relative;
  padding-top: 105px;
  padding-bottom: 80px;
  background-image: url(../img/bg/top-bg.jpg);
 
 /*background-image: url(../img/bg/snow.png);*/

  background-repeat: no-repeat;
 background-size: cover;
}
.page-top__title {
  font-family: 'Aldrich', 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.page-top__title span {
  display: block;
}
@media (min-width: 768px) {
  .page-top__title {
    font-size: 24px;
  }
}
.page-top__title-pink {
  color: #bc1a8c;
}
@media (min-width: 768px) {
  .page-top {
    padding-bottom: 155px;
    background-image: url(../img/bg/top-bg.jpg);
    
    /*background-image: url(../img/bg/snow.png);*/
   background-repeat: no-repeat;
   
   background-size: cover;
    background-position: 0 0;
  }
}
.logo {
  display: inline-block;
  margin-bottom: 10px;
}
.logo img {
  width: 400px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .logo {
    margin-bottom: 55px;
  }
}
.company-descr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.company-descr__text {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .company-descr__text {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.company-descr__features {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .company-descr__features {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .company-descr__features {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.company-descr__features-content {
  position: relative;
}
@media (min-width: 768px) {
  .company-descr__features-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -22px;
    width: 3px;
    height: 100%;
    background-color: #bc1a8c;
  }
}
.company-descr__features-list {
  margin: 0;
  padding: 0;
  font-style: italic;
}
.company-descr__features-list li {
  display: block;
  margin-bottom: 10px;
}
.company-descr__features-list li:before {
  content: '- ';
  display: inline-block;
  margin-right: 5px;
}

.gallery__title {
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0; /* Я */
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* Я */
  background-color: #f2f2f2; /* Я */
  width:118%; /* Я */
  margin-left:-9%; /* Я */
  padding-left:9%; /* Я */
}
@media (min-width: 768px) {
  .gallery__title {
    display: flex;
    justify-content: space-between;
  }
  .gallery__title:after {
    content: '';
    display: block;
    width: 33.33333%;
   /* border-left: 1px solid rgba(0, 0, 0, 0.2); Я */
  }
}
.gallery__title-text {
  display: inline-block;
 /* padding-top: 20px; Я */ 
  width: 58.33333%;
}

/*.about {
  background-color: #f2f2f2;
}*/


.about__title {
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0; /* Я */
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* Я */
  background-color: #f2f2f2; /* Я */
  width:118%; /* Я */
  margin-left:-9%; /* Я */
  padding-left:9%; /* Я */
}
@media (min-width: 768px) {
  .about__title {
    display: flex;
    justify-content: space-between;
  }
  .about__title:after {
    content: '';
    display: block;
    width: 33.33333%;
   /* border-left: 1px solid rgba(0, 0, 0, 0.2); Я */
  }
}
.about__title-text {
  display: inline-block;
 /* padding-top: 20px; Я */ 
  width: 58.33333%;
}
.about__foundation {
  padding-top: 15px;
  padding-bottom: 20px;
}
.about__quote {
  padding-bottom: 20px;
  margin: 0;
  font-style: italic;
}
@media (min-width: 768px) {
  .about__quote {
    padding-top: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.about__quote-cite {
  display: block;
  text-align: right;
  font-family: 'Aldrich', Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.team {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .team {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.team__item {
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .team__item-heading {
    display: flex;
  }
}
.team__item-name {
  margin: 0;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .team__item-name {
    margin-right: 20px;
  }
}
.team__item-occupation {
  display: flex;
  align-items: center;
  font-family: 'Aldrich', Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .team__item-occupation {
    flex: 2;
  }
}
.team__occupation-text {
  display: block;
  padding: 0 5px;
  text-align: right;
  line-height: 1.7;
  width: 100%;
  background-color: #3f3f3f;
}
@media (max-width: 991px) {
  .team__occupation-text {
    margin-bottom: 15px;
    text-align: left;
  }
}
.team__item-profile {
  margin-top: 20px;
}
.team__item-img {
  width: 100%;
}
.team__traits-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
}
.team__traits-list li {
  display: block;
  margin-bottom: 10px;
}
.team__traits-list li:before {
  content: '— ';
  display: inline-block;
  margin-right: 5px;
}
.services__title {
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2; /* Я */
  width:118%; /* Я */
  margin-left:-9%; /* Я */
  padding-left:9%; /* Я */
}
.services__list {
  position: relative;
}
.services__list dl,
.services__list dd {
  margin: 0;
  padding: 0;
}
.services__item-heading:hover {
  background-color: #f2f2f2;
}
.services__item-heading:hover ~ .services__item-content-wrapper:first-child {
  background-color: #f2f2f2;
}
.services__item-title {
  position: relative;
  display: block;
  padding: 10px 0;
  overflow: hidden;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  line-height: 1.2;
  color: #3f3f3f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.services__item-title:hover,
.services__item-title:active,
.services__item-title:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.services__item-title:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 11px;
  height: 11px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ff1900 51%);
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .services__item-title {
    padding: 20px 0;
   /* font-size: 30px; Я */
    font-size: 24px;  /* Я */

  }
}
.services__item-title[aria-expanded="true"] {
  border-bottom: none;
}
.services__item-title[aria-expanded="true"]:after {
  transform: rotate(-45deg);
}
.services__item-title-text {
  display: inline-block;
  padding-right: 23px;
}
@media (min-width: 768px) {
  .services__item-title-text {
    width: 58.33333%;
  }
}
.services__item-content {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.services__item-content-wrapper {
  height: auto;
  overflow: hidden;
}
.services__item-content-wrapper.is-collapsed {
  max-height: 0;
}
.services__item-gallery {
  padding-top: 0.5em;
}
.services__gallery-img {
  max-width: 105px;
  margin: 5px;
}
.no-js .services__item-content-wrapper.is-collapsed {
  max-height: auto;
}
/*.technology {
  background-color: #f2f2f2;
}*/

.technology__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2; /* Я */
  width:118%; /* Я */
  margin-left:-9%; /* Я */
  padding-left:9%; /* Я */
}
@media (min-width: 768px) {
  .technology__title:after {
    content: '';
    display: block;
    width: 33.33333%;
    /* border-left: 1px solid rgba(0, 0, 0, 0.2); Я */
  }
}
.technology__title-text {
  padding: 20px 0;
  width: 58.33333%;
}
.technology__subtitle {
  margin-bottom: 0.4em;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .technology__subtitle {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .technology__descr,
  .technology__gallery {
    padding-bottom: 30px;
  }
}
.technology__descr {
  padding-top: 20px;
}
.technology__gallery {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .technology__gallery {
    padding-top: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
/*.technology__gallery-img {
  max-width: 105px;
  margin: 5px;
}*/
.company-statements {
  padding-bottom: 10px;
  font-style: italic;
}
@media (min-width: 768px) {
  .company-statements {
    padding-bottom: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.company-statements__content {
  position: relative;
}
@media (min-width: 768px) {
  .company-statements__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -22px;
    width: 3px;
    height: 100%;
    background-color: #ff1900;
  }
}
.company-statements__title {
  font-style: normal;
}
.company-statements__values {
  margin-bottom: 15px;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-style: normal;
}
@media (min-width: 768px) {
  .company-statements__values {
    margin-bottom: 30px;
  }
}
.company-statements__values-title {
  margin-bottom: 0.07em;
  font-size: 16px;
}
.company-statements__values-list {
  margin: 0;
  padding: 0;
}
.company-statements__values-item {
  display: block;
}
.page-footer {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #3f3f3f;
}
@media (min-width: 768px) {
  .page-footer {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.connect__title {
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.33333;
  text-transform: uppercase;
}
.connect__title-message {
  float: right;
  color: #3c763d;
  animation: xcm_blink 1s linear infinite;
}
@media (max-width: 1199px) {
  .connect__title-message {
    float: none;
  }
}
.connect__label {
  font-family: 'Aldrich', 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.connect__input {
  width: 100%;
  margin-bottom: 20px;
  padding: 1px 8px;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
}
.connect__input:focus {
  outline: none;
}
.connect__input.error {
  border-color: #ff1900;
}
.connect__submit {
  width: 100%;
  font-family: 'Aldrich', 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  background-color: #bc1a8c;
  border: 1px solid #bc1a8c;
}
.connect__submit:hover,
.connect__submit:focus {
  background-color: transparent;
  outline: none;
}
@media (max-width: 1199px) {
  .connect {
    margin-bottom: 30px;
  }
}
@keyframes xcm_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.contacts {
  font-family: 'Open Sans Light', 'Open Sans', Arial, sans-serif;
}
.contacts a {
  color: #fff;
}
.contacts a:hover,
.contacts a:focus,
.contacts a:active {
  color: #fff;
}
@media (min-width: 992px) {
  .contacts a:hover {
    text-decoration: none;
  }
}
.contacts__title {
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.33333;
  text-transform: uppercase;
}
.contacts__item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contacts__item {
    margin-bottom: 20px;
  }
}
.contacts__company-name {
  margin-bottom: 0;
  font-family: 'Aldrich', 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.contacts__tel {
  display: inline-block;
  text-decoration: none;
}
.contacts__address {
  margin-bottom: 0;
}
.contacts__map-link,
.contacts__email {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
.contacts__email {
  display: inline-block;
  margin-bottom: 25px;
}
.contacts__copyright {
  font-size: 13px;
  color: #808080;
  text-transform: uppercase;
}
.contacts__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .contacts {
    position: relative;
  }
  .contacts:before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: -90px;
    width: 150px;
    height: 180px;
    background-image: url(../img/icons/drop-large.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.slider {
  position: relative;
}
.slide {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
  transition: opacity 1s linear 0s;
}
.slide-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .slide {
    top: 20px;
  }
}
.drop {
  position: absolute;
  bottom: -200px;
  width: 120px;
  height: 720px;
  transform: translateY(-520px);
  animation: bl_fl 1s;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-fill-mode: forwards;
}
.drop__glob {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 145px;
  background-size: 116px 100%;
  transform: rotateY(35deg);
  animation: glob_fl 2s;
  animation-fill-mode: forwards;
  background: url(../img/bg/p1.png) center no-repeat;
}
.drop__steam {
  overflow: visible;
  position: absolute;
  top: 250px;
  width: 100%;
  height: 600px;
}
.drop__steam_sm {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  background: url(../img/bg/p3.png) center top no-repeat;
  background-size: 98px 100%;
  opacity: 0;
  transition: 2.5s linear;
  animation-fill-mode: forwards;
  animation: steam_fl linear 3.5s 1s;
}
.drop__steam_sm.fl1 {
  animation: steam_fl linear 3.5s 1s, steam_fl_3 cubic-bezier(0.455, 0.03, 0.515, 0.955) 3.5s 0.75s;
}
.drop__steam_sm.fl2 {
  animation: steam_fl linear 3.5s 1s, steam_fl_4 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s 0.75s;
}
@keyframes steam_fl {
  0% {
    height: 300px;
  }
  10% {
    opacity: 1;
  }
  50% {
    height: 350px;
  }
  100% {
    opacity: 0;
    top: -350px;
  }
}
@keyframes steam_fl {
  0% {
    height: 280px;
  }
  10% {
    opacity: 1;
  }
  50% {
    height: 380px;
  }
  100% {
    opacity: 0;
    top: -350px;
    height: 380px;
  }
}
@keyframes steam_fl_2 {
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes steam_fl_3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes steam_fl_4 {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(-70px);
  }
  80% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes glob_fl {
  0% {
    transform: rotateY(35deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  30% {
    transform: rotateY(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
  90% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateY(0deg);
  }
}
@keyframes bl_fl {
  0% {
    transform: translateY(-520px);
  }
  100% {
    transform: translateY(-250px);
  }
}

/* Я наменял */

.technology__gallery-img, .certificates__gallery-img {
  max-width: 350px;
  margin: 5px;
}

.gallery__gallery-img {
  max-width: 105px;
  margin: 5px;
}


#technology_more, #aboutus, .services__item-gallery { 
	display:none;
}
/*.technology__gallery { 
	display:none;
}*/

/*.products {
  background-color: #f2f2f2;
}*/
@media (min-width: 768px) {
  .products__descr,
  .products__gallery {
    padding-bottom: 30px;
  }
}
.products__descr {
  padding-top: 20px;
}
.products__subtitle {
  margin-bottom: 0.4em;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .products__subtitle {
    font-size: 24px;
  }
}

.products__seria__subtitle {
  margin-bottom: 0.4em;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color:#bc1a8c;
  margin-top:20px;
}
@media (min-width: 768px) {
  .products__seria__subtitle {
    font-size: 28px;
  }
}

.products__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2; /* Я */
  width:118%; /* Я */
  margin-left:-9%; /* Я */
  padding-left:9%; /* Я */
}
@media (min-width: 768px) {
  .products__title:after {
    content: '';
    display: block;
    width: 33.33333%;
    /* border-left: 1px solid rgba(0, 0, 0, 0.2); Я */
  }
}
.products__title-text {
  padding: 20px 0;
  width: 58.33333%;
}

.products__gallery {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .products__gallery {
    padding-top: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
/*.products__gallery-img {
  max-width: 105px;
  margin: 5px;
}*/
.products__gallery-img {
  /*max-width: 350px;*/
  max-height: 300px;
  margin: 5px;
}
.products_parameters { margin-left:-40px; list-style:none;}
.new_year_pict { 
	width:auto;
	/*height:126px;*/
	position:absolute; 
	top:35px; 
	right:50px;
	margin:0px;
	z-index: 40;
	cursor:pointer;
	/*display:none;*/
}   
.news_button { 
	width:auto;
	height:126px;
	position:absolute; 
	top:270px; 
	right:33%;
	margin:0px;
	z-index: 40;
	cursor:pointer;
	display:none;
}
@media (min-width: 768px) {
	.news_button { 
		display:flex;
	}
}
@media (min-width: 768px) {
  .news__descr,
  .news__gallery {
    padding-bottom: 30px;
  }
}
.news__descr {
  padding-top: 20px;
}
.news__subtitle {
  margin-bottom: 0.4em;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .news__subtitle {
    font-size: 24px;
  }
}

.news__seria__subtitle {
  margin-bottom: 0.4em;
  font-family: 'Open Sans Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color:#bc1a8c;
  margin-top:20px;
}
@media (min-width: 768px) {
  .news__seria__subtitle {
    font-size: 28px;
  }
}
.arr {
  float: left;
  margin:0px 10px 0px 10px;
}

.arr.hid {visibility:hidden;}

#newslist {
  float: left;
  margin-left: 0px; 
  margin-top:20px;
  /*border: 1px solid #000;*/
}

.news__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2; /* Я */
  width:118%; /* Я */
  margin-left:-9%; /* Я */
  padding-left:9%; /* Я */
}
@media (min-width: 768px) {
  .news__title:after {
    content: '';
    display: block;
    width: 33.33333%;
    /* border-left: 1px solid rgba(0, 0, 0, 0.2); Я */
  }
}
.news__title-text {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  /*width: 10%; /*Я*/

  color:#ff0000; /* Я */
}

.news__gallery {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .news__gallery {
    padding-top: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.news__gallery-img {
  max-width: 105px;
  margin: 5px;
}
.news_description { 
	display:inline-block; 
	margin-right:10px; 
	vertical-align:top;
}

.news__descr_img_in_text{
	max-width: 250px;
}

#loader {position: fixed; left:50%; top:50%; margin-left:-55px; margin-top:-45px; width:110px; height:90px; z-index:1000; background: url(/img/loader.gif) no-repeat; text-align:center; text-decoration:blink; display:none; border:2px solid #007DAB;}

#error {position: fixed; left:50%; top:50%; margin-left:-110px; margin-top:-90px; width:220px; height:180px; z-index:51; display:none; border:2px solid #007DAB; padding:25px; background-color:#FFF; font:  11pt/18pt Arial;}

.anews {margin: 3px 10px 0px 0px; font-size:0.9em; display:none;  float: left;}

.anews.vis {display:inline-block;}
.anews.act {
	border-bottom: 4px solid #F00;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}

.no-edit img {border: 2px solid #ff1900;}

.cnone, .widist {
	display: none;
}
.cerr { font-size:12px; color:#F00;}
.widist { font-size:12px;}

.close_hb {   position: absolute; top: 0; right: 0; padding: 0 !important; width: 28px; height: 28px; background: url(/img/close.png) center center no-repeat; cursor: pointer;}
.ok_hb {  position: absolute; top: 0; right: 36px; padding: 0 !important; width: 28px; height: 28px; background: url(/img/ok.png) center center no-repeat; cursor: pointer;}

/*#modal_auth {display: none; position: absolute; top:20%; left:50%; margin-left:-250px; z-index:40; background: url(/img/1x1.png) repeat; width: 500px; border: 1px solid #CCC; padding: 20px;}*/

#ewin {position:absolute; background: url(/img/1x1.png) repeat; z-index: 99999; border:1px solid #007DAB; padding:10px;}
#ewin ul {list-style:none;}
#ewin ul li {margin-top:5px; margin-bottom:5px;}
#ewin a:hover {background-color:#F2F2F2;}
#ewin-text { margin-top: 20px;}
ed {cursor: pointer;}

.form {
  font-size: 0;
  vertical-align: bottom;
}
.form__text {
  font: 700 16px/24px 'Roboto Slab', serif;
}
.form__text2 {
  margin-bottom: 10px;
  font: 14px/24px 'Roboto', sans-serif;
}
.form__input-group {
  vertical-align: top;
}
.form__input-group label {
  display: block;
  margin-bottom: 2px;
  font: 14px/24px 'Roboto Slab', serif;
}
.form__input-group input,
.form__input-group select,
.form__input-group textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #b9b9b9;
  background: #f3f3f3;
  font: 14px/24px 'Roboto', sans-serif;
  vertical-align: top;
}
.form__input-group input,
.form__input-group select {
  height: 30px;
}
.form__input-group textarea {
  height: 90px;
}
.form__input-group-wrap {
  margin-left: 110px;
  overflow: visible;
}
.form__input-group--captcha {
  position: relative;
}
.form__input-group--captcha input {
  padding-left: 99px;
  text-align: center;
}
.form__input-group--captcha img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 30px;
}
.form__input-group--file {
  position: relative;
}
.form__input-group--file input {
  position: relative;
  opacity: 0;
  z-index: 10;
}
.form__input-group--file-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #b9b9b9;
}
.form__input-group--file-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  padding: 2px 20px 0;
  box-shadow: 0 0 5px #d7d7d7;
  background: #ffffff;
  font: 14px/24px 'Roboto Slab', serif;
}
.form__input-group--mt-20 {
  margin-top: 20px;
}
.form__input-group--mt-50 {
  margin-top: 50px;
}
.form__input-group--horizontal {
  min-height: 30px;
  clear: both;
}
.form__input-group--horizontal label {
  float: left;
  width: 100px;
  padding-top: 2px;
  line-height: 14px;
}
.form__input-group--horizontal + .form__input-group--horizontal {
  margin-top: 10px;
}
.form__hr {
  height: 1px;
  margin: 20px 0;
  background: #b9b9b9;
  clear: both;
}
.form__btn {
  box-sizing: border-box;
  display: block;
  height: 30px;
  text-align: center;
  font: 14px/24px 'Roboto', sans-serif;
  padding-top: 3px;
  cursor: pointer;
}
.form__btn--blue {
  font-family: 'Roboto Slab', serif;
  background: #00adee;
  text-transform: uppercase;
  color: #ffffff;
  width:98;
}
.form__btn--shadow {
  box-shadow: 0 0 5px #a0a0a0;
}
.form__btn--right {
  float: right;
  padding-left: 26px;
  padding-right: 26px;
}
.form__right,
.form__left {
  width: 49%;
  vertical-align: bottom;
}
.form__right {
  display: inline-block;
  padding-left: 10px;
}
.form__right--w-40 {
  width: 39.6%;
}
.form__left {
  display: inline-block;
  padding-right: 10px;
}
.form__left--w-60 {
  width: 60.4%;
}
.form__bd-day,
.form__bd-month,
.form__bd-year {
  display: block;
  float: left;
  width: 38%;
}
.form__bd-day + .form__bd-day,
.form__bd-day + .form__bd-month,
.form__bd-day + .form__bd-year,
.form__bd-month + .form__bd-day,
.form__bd-month + .form__bd-month,
.form__bd-month + .form__bd-year,
.form__bd-year + .form__bd-day,
.form__bd-year + .form__bd-month,
.form__bd-year + .form__bd-year {
  padding-left: 20px;
}
.form__bd-day {
  width: 24%;
}
.form__check {
  margin-top: 4px;
}
.form__check + .form__check {
  margin-left: 10px;
}
.form__feedback {
  overflow: visible;
  margin: 20px -10px 8px;
  font: 14px/24px 'Roboto Slab', serif;
}
.form__feedback:after {
  display: block;
  height: 0;
  clear: both;
  content: '.';
  visibility: hidden;
}
.form__feedback-wrap {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}
.form__feedback-to-right {
  float: right;
}
.form__feedback-to-right > input {
  font: 14px/24px 'Roboto', sans-serif;
  width: 73px;
  border: none;
  background: none;
}
.form__feedback-to-right > .icon {
  margin-top: -4px;
}
