@charset "UTF-8";
.blue {
  color: #27aae0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /*overflow-y: scroll;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


    
::-moz-selection {
  background: #27aae0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #27aae0;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
a {
  color: black;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
}

input, textarea {
  box-sizing: border-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

iframe {
  max-width: 100%;
  width: 100% !important;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.full {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike, del {
  text-decoration: line-through;
}

.bg_blue {
  background: #27aae0;
}

.bg_white {
  background: white;
}

.white {
  color: white;
}

.blue {
  color: #27aae0;
}

p {
  font-size: 75%;
  margin: 0;
  line-height: 125%;
}

li p {
  margin: 0;
}

.xx-small {
  font-size: 45% !important;
}

.x-small {
  font-size: 65% !important;
}

.small {
  font-size: 70% !important;
}

.medium {
  font-size: 80% !important;
}

.large {
  font-size: 90% !important;
}

.x-large {
  font-size: 120% !important;
}

.xx-large {
  font-size: 140% !important;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  zoom: 1;
}

ul li, ol li {
  color: black;
  zoom: 1;
}

table td table td {
  font-size: 12px;
}

img.left, img.float-left {
  float: left;
  margin: 5px 31px 20px 0;
}

img.right, img.float-right {
  float: right;
  margin: 5px 0 20px 31px;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

ul {
  list-style: none;
  margin: 0 0 10px 4px;
  padding: 0;
}

ul li ul {
  margin: 5px 0 5px 0;
}

.wr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
}

.row {
  margin: 0 -5px;
}

.row_sec {
  margin: 0 -20px;
}

.row_thr {
  margin: 0 -35px;
}

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
}

.row_sec:after, .row_sec:before {
  content: '';
  display: block;
  clear: both;
}

.row_thr:after, .row_thr:before {
  content: '';
  display: block;
  clear: both;
}

.col-xs-1, .col-ss-1, .col-s-1, .col-md-1, .col-lg-1, .col-xs-2, .col-ss-2, .col-s-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-ss-3, .col-s-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-ss-4, .col-s-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-ss-5, .col-s-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-s-6, .col-ss-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-ss-7, .col-s-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-ss-8, .col-s-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-ss-9, .col-s-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-ss-10, .col-s-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-ss-11, .col-s-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-ss-12, .col-s-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.row_sec .col-xs-1, .row_sec .col-ss-1, .row_sec .col-s-1, .row_sec .col-md-1, .row_sec .col-lg-1, .row_sec .col-xs-2, .row_sec .col-ss-2, .row_sec .col-s-2, .row_sec .col-sm-2, .row_sec .col-md-2, .row_sec .col-lg-2, .row_sec .col-xs-3, .row_sec .col-ss-3, .row_sec .col-s-3, .row_sec .col-sm-3, .row_sec .col-md-3, .row_sec .col-lg-3, .row_sec .col-xs-4, .row_sec .col-ss-4, .row_sec .col-s-4, .row_sec .col-sm-4, .row_sec .col-md-4, .row_sec .col-lg-4, .row_sec .col-xs-5, .row_sec .col-ss-5, .row_sec .col-s-5, .row_sec .col-sm-5, .row_sec .col-md-5, .row_sec .col-lg-5, .row_sec .col-xs-6, .row_sec .col-s-6, .row_sec .col-ss-6, .row_sec .col-sm-6, .row_sec .col-md-6, .row_sec .col-lg-6, .row_sec .col-xs-7, .row_sec .col-ss-7, .row_sec .col-s-7, .row_sec .col-sm-7, .row_sec .col-md-7, .row_sec .col-lg-7, .row_sec .col-xs-8, .row_sec .col-ss-8, .row_sec .col-s-8, .row_sec .col-sm-8, .row_sec .col-md-8, .row_sec .col-lg-8, .row_sec .col-xs-9, .row_sec .col-ss-9, .row_sec .col-s-9, .row_sec .col-sm-9, .row_sec .col-md-9, .row_sec .col-lg-9, .row_sec .col-xs-10, .row_sec .col-ss-10, .row_sec .col-s-10, .row_sec .col-sm-10, .row_sec .col-md-10, .row_sec .col-lg-10, .row_sec .col-xs-11, .row_sec .col-ss-11, .row_sec .col-s-11, .row_sec .col-sm-11, .row_sec .col-md-11, .row_sec .col-lg-11, .row_sec .col-xs-12, .row_sec .col-ss-12, .row_sec .col-s-12, .row_sec .col-sm-12, .row_sec .col-md-12, .row_sec .col-lg-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.row_thr .col-xs-1, .row_thr .col-ss-1, .row_thr .col-s-1, .row_thr .col-md-1, .row_thr .col-lg-1, .row_thr .col-xs-2, .row_thr .col-ss-2, .row_thr .col-s-2, .row_thr .col-sm-2, .row_thr .col-md-2, .row_thr .col-lg-2, .row_thr .col-xs-3, .row_thr .col-ss-3, .row_thr .col-s-3, .row_thr .col-sm-3, .row_thr .col-md-3, .row_thr .col-lg-3, .row_thr .col-xs-4, .row_thr .col-ss-4, .row_thr .col-s-4, .row_thr .col-sm-4, .row_thr .col-md-4, .row_thr .col-lg-4, .row_thr .col-xs-5, .row_thr .col-ss-5, .row_thr .col-s-5, .row_thr .col-sm-5, .row_thr .col-md-5, .row_thr .col-lg-5, .row_thr .col-xs-6, .row_thr .col-s-6, .row_thr .col-ss-6, .row_thr .col-sm-6, .row_thr .col-md-6, .row_thr .col-lg-6, .row_thr .col-xs-7, .row_thr .col-ss-7, .row_thr .col-s-7, .row_thr .col-sm-7, .row_thr .col-md-7, .row_thr .col-lg-7, .row_thr .col-xs-8, .row_thr .col-ss-8, .row_thr .col-s-8, .row_thr .col-sm-8, .row_thr .col-md-8, .row_thr .col-lg-8, .row_thr .col-xs-9, .row_thr .col-ss-9, .row_thr .col-s-9, .row_thr .col-sm-9, .row_thr .col-md-9, .row_thr .col-lg-9, .row_thr .col-xs-10, .row_thr .col-ss-10, .row_thr .col-s-10, .row_thr .col-sm-10, .row_thr .col-md-10, .row_thr .col-lg-10, .row_thr .col-xs-11, .row_thr .col-ss-11, .row_thr .col-s-11, .row_thr .col-sm-11, .row_thr .col-md-11, .row_thr .col-lg-11, .row_thr .col-xs-12, .row_thr .col-ss-12, .row_thr .col-s-12, .row_thr .col-sm-12, .row_thr .col-md-12, .row_thr .col-lg-12 {
  padding-left: 35px;
  padding-right: 35px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 530px) {
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left;
  }

  .col-ss-12 {
    width: 100%;
  }

  .col-ss-11 {
    width: 91.66666667%;
  }

  .col-ss-10 {
    width: 83.33333333%;
  }

  .col-ss-9 {
    width: 75%;
  }

  .col-ss-8 {
    width: 66.66666667%;
  }

  .col-ss-7 {
    width: 58.33333333%;
  }

  .col-ss-6 {
    width: 50%;
  }

  .col-ss-5 {
    width: 41.66666667%;
  }

  .col-ss-4 {
    width: 33.33333333%;
  }

  .col-ss-3 {
    width: 25%;
  }

  .col-ss-2 {
    width: 16.66666667%;
  }

  .col-ss-1 {
    width: 8.33333333%;
  }

  .col-ss-pull-12 {
    right: 100%;
  }

  .col-ss-pull-11 {
    right: 91.66666667%;
  }

  .col-ss-pull-10 {
    right: 83.33333333%;
  }

  .col-ss-pull-9 {
    right: 75%;
  }

  .col-ss-pull-8 {
    right: 66.66666667%;
  }

  .col-ss-pull-7 {
    right: 58.33333333%;
  }

  .col-ss-pull-6 {
    right: 50%;
  }

  .col-ss-pull-5 {
    right: 41.66666667%;
  }

  .col-ss-pull-4 {
    right: 33.33333333%;
  }

  .col-ss-pull-3 {
    right: 25%;
  }

  .col-ss-pull-2 {
    right: 16.66666667%;
  }

  .col-ss-pull-1 {
    right: 8.33333333%;
  }

  .col-ss-pull-0 {
    right: auto;
  }

  .col-ss-push-12 {
    left: 100%;
  }

  .col-ss-push-11 {
    left: 91.66666667%;
  }

  .col-ss-push-10 {
    left: 83.33333333%;
  }

  .col-ss-push-9 {
    left: 75%;
  }

  .col-ss-push-8 {
    left: 66.66666667%;
  }

  .col-ss-push-7 {
    left: 58.33333333%;
  }

  .col-ss-push-6 {
    left: 50%;
  }

  .col-ss-push-5 {
    left: 41.66666667%;
  }

  .col-ss-push-4 {
    left: 33.33333333%;
  }

  .col-ss-push-3 {
    left: 25%;
  }

  .col-ss-push-2 {
    left: 16.66666667%;
  }

  .col-ss-push-1 {
    left: 8.33333333%;
  }

  .col-ss-push-0 {
    left: auto;
  }

  .col-ss-offset-12 {
    margin-left: 100%;
  }

  .col-ss-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-ss-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-ss-offset-9 {
    margin-left: 75%;
  }

  .col-ss-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-ss-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-ss-offset-6 {
    margin-left: 50%;
  }

  .col-ss-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-ss-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-ss-offset-3 {
    margin-left: 25%;
  }

  .col-ss-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-ss-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-ss-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 640px) {
  .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
    float: left;
  }

  .col-s-12 {
    width: 100%;
  }

  .col-s-11 {
    width: 91.66666667%;
  }

  .col-s-10 {
    width: 83.33333333%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-8 {
    width: 66.66666667%;
  }

  .col-s-7 {
    width: 58.33333333%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-5 {
    width: 41.66666667%;
  }

  .col-s-4 {
    width: 33.33333333%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-2 {
    width: 16.66666667%;
  }

  .col-s-1 {
    width: 8.33333333%;
  }

  .col-s-pull-12 {
    right: 100%;
  }

  .col-s-pull-11 {
    right: 91.66666667%;
  }

  .col-s-pull-10 {
    right: 83.33333333%;
  }

  .col-s-pull-9 {
    right: 75%;
  }

  .col-s-pull-8 {
    right: 66.66666667%;
  }

  .col-s-pull-7 {
    right: 58.33333333%;
  }

  .col-s-pull-6 {
    right: 50%;
  }

  .col-s-pull-5 {
    right: 41.66666667%;
  }

  .col-s-pull-4 {
    right: 33.33333333%;
  }

  .col-s-pull-3 {
    right: 25%;
  }

  .col-s-pull-2 {
    right: 16.66666667%;
  }

  .col-s-pull-1 {
    right: 8.33333333%;
  }

  .col-s-pull-0 {
    right: auto;
  }

  .col-s-push-12 {
    left: 100%;
  }

  .col-s-push-11 {
    left: 91.66666667%;
  }

  .col-s-push-10 {
    left: 83.33333333%;
  }

  .col-s-push-9 {
    left: 75%;
  }

  .col-s-push-8 {
    left: 66.66666667%;
  }

  .col-s-push-7 {
    left: 58.33333333%;
  }

  .col-s-push-6 {
    left: 50%;
  }

  .col-s-push-5 {
    left: 41.66666667%;
  }

  .col-s-push-4 {
    left: 33.33333333%;
  }

  .col-s-push-3 {
    left: 25%;
  }

  .col-s-push-2 {
    left: 16.66666667%;
  }

  .col-s-push-1 {
    left: 8.33333333%;
  }

  .col-s-push-0 {
    left: auto;
  }

  .col-s-offset-12 {
    margin-left: 100%;
  }

  .col-s-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-s-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-s-offset-9 {
    margin-left: 75%;
  }

  .col-s-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-s-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-s-offset-6 {
    margin-left: 50%;
  }

  .col-s-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-s-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-s-offset-3 {
    margin-left: 25%;
  }

  .col-s-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-s-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-s-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 817px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-style: normal;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold_italic';
  src: url("../fonts/opensans-bolditalic-webfont.eot");
  src: url("../fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/opensans-extrabold-webfont.eot");
  src: url("../fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold_italic';
  src: url("../fonts/opensans-extrabolditalic-webfont.eot");
  src: url("../fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("../fonts/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url("../fonts/opensans-italic-webfont.eot");
  src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight_italic';
  src: url("../fonts/opensans-lightitalic-webfont.eot");
  src: url("../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff"), url("../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url("../fonts/opensans-semibolditalic-webfont.eot");
  src: url("../fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
.blue {
  color: #27aae0 !important;
}

.icon {
  display: inline-block;
  vertical-align: top;
}
.icon.phone {
  background-image: url(../img/icon_phone.png);
  background-size: 20px 13px;
  width: 20px;
  height: 13px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.phone {
    background-image: url(../img/icon_phone@2x.png);
  }
}
.icon.mail {
  background-image: url(../img/icon_mail.png);
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.mail {
    background-image: url(../img/icon_mail@2x.png);
  }
}
.icon.arr_d {
  background-image: url(../img/arr_d.png);
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.arr_d {
    background-image: url(../img/arr_d@2x.png);
  }
}
.icon.arr_l {
  background-image: url(../img/arr_l.png);
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.arr_l {
    background-image: url(../img/arr_l@2x.png);
  }
}
.icon.arr_l_double {
  background-image: url(../img/arr_l_double.png);
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.arr_l_double {
    background-image: url(../img/arr_l_double@2x.png);
  }
}
.icon.arr_r {
  background-image: url(../img/arr_r.png);
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.arr_r {
    background-image: url(../img/arr_r@2x.png);
  }
}
.icon.arr_r_double {
  background-image: url(../img/arr_r_double.png);
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.arr_r_double {
    background-image: url(../img/arr_r_double@2x.png);
  }
}
.icon.close {
  background-image: url(../img/icon_close.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon.close {
    background-image: url(../img/icon_close@2x.png);
  }
}



.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; }
  .modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 1190px;
    margin: 0 auto; }
  .modal-content {
    background: #fff;
    padding: 40px 40px 18px 40px;
    position: relative; }
    .modal-content .name {
      font-size: 14px;
      margin-top: 8px;
      margin-bottom: 9px; }
      .modal-content .name span {
        color: #27aae0;
        white-space: nowrap; }
      .modal-content .name a {
        color: #27aae0; }
    .modal-content .img {
      margin-bottom: 20px;
      text-align: center;
      max-height: 100%; }
      .modal-content .img img {
        max-width: 100%;
        max-height: 100%; }
    .modal-content--wrap {
      height: 100%; }
  .modal-close {
    position: absolute;
    right: 16px;
    top: 11px;
    color: #27aae0;
    font-size: 20px;
    cursor: pointer; }
  .modal-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0; }
  .modal .prev, .modal .next {
    position: absolute;
    font-size: 30px;
    color: #fff;
    opacity: .5;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    .modal .prev:hover, .modal .next:hover {
      opacity: 1;
      color: #27aae0; }
  .modal .prev {
    left: -45px; }
  .modal .next {
    right: -45px; }


.modal-open 
{
  padding-right: 0!important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .8;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.fb-body .header__bottom .message,
.fb-body .header__bottom .line_r
{
  background: #4acaff;
}
.fb-body .header__bottom p.hd,
.fb-body .header__bottom .line_l,
.fb-body .header__bottom a.btn_close_message {
    background: #0099d8;
}
.fb-body .modal-backdrop
{
  background-color: #234fa1;
  opacity: 0.98;
}
.fb-body .header__bottom a.btn_close_message i
{
    filter: grayscale(1) contrast(100);
  }
/*.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}*/



.modal-header {
  padding: 15px;
  /*border-bottom: 1px solid #e5e5e5*/
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: center;
  /*border-top: 1px solid #e5e5e5*/
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }
  .modal-sm {
    width: 300px
  }

  .fb-body .modal-dialog {
    width: 990px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}


.blue {
  color: #27aae0 !important;
}

.button {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
}

.blue {
  color: #27aae0 !important;
}

html {
  font-size: 100%;
  /*overflow-y: scroll;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  background: #fff;
  margin: 0;
  line-height: 1.231;
  width: 100%;
  font-size: 100.01%;
  font-family: "open_sansregular", sans-serif;
  font-size: 100.01%;
  height: auto !important;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
}

body, button, input, select, textarea {
  font-size: 100.01%;
  font-family: "open_sansregular", sans-serif;
  color: black;
}

header {
  position: relative;
  z-index: 4;
}

.mob_m {
  display: none;
}

.header__top {
  background: #27aae0;
  padding: 12px 0 12px;
}
.header__top .wr:after {
  content: '';
  clear: both;
  display: block;
}
.header__top .header__top-phone {
  float: left;
  font-size: 11px;
  font-family: "open_sanssemibold", sans-serif;
  color: white;
  margin: 6px 0 0 21px;
}
.header__top .header__top-phone i {
  margin: 0 18px 0 0;
}
.header__top .header__top-mail {
  float: left;
  color: white;
  margin: 4px 0 0 8%;
}
.header__top .header__top-mail a {
  font-size: 11px;
  font-family: "open_sanssemibold", sans-serif;
  color: white;
}
.header__top .header__top-mail i {
  margin: 2px 17px 0 0;
}
.header__top .header__top-links {
  float: right;
}
.header__top .header__top-links a {
  color: white;
  font-size: 11px;
  font-family: "open_sanslight", sans-serif;
  margin-left: 50px;
}
.header__top .header__top-links a:first-child {
  margin: 0 !important;
}
.header__top .header__top-lang {
  float: right;
  margin-left: 90px;
}
.header__top .header__top-lang a {
  display: inline-block;
  color: #fff;
  font: 11px/24px "open_sansextrabold", sans-serif;
  background: #0099d8;
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  text-transform: uppercase;
}
.header__top .header__top-lang a.current {
  background: #4acaff;
  color: #222a32;
}

.header__middle {
  position: relative;
  z-index: 1;
}
.header__middle .logo {
  background-image: url(../img/logo_eng.png);
  background-size: 126px 86px;
  width: 126px;
  height: 86px;
  display: block;
  margin: 18px 0 0 1px;
}

.header__middle .logo.anniversary {
  position: relative;  
}

.header__middle .logo.anniversary:after {
  content: '';
  position: absolute;
  left: calc(100% + 15px);
  top: -2px;
  width: 123px;
  height: 88px;
  background-size: cover;
  background-image: url(../img/logo-anniversary.png);
}


@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .header__middle .logo {
    background-image: url(../img/logo_eng@2.png);
  }
}
.header__middle .header__top-lang {
  float: right;
  margin-left: 90px;
  display: none;
}
.header__middle .header__top-lang a {
  display: inline-block;
  color: #fff;
  font: 11px/24px "open_sansextrabold", sans-serif;
  background: #0099d8;
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  text-transform: uppercase;
}
.header__middle .header__top-lang a.current {
  background: #4acaff;
  color: #222a32;
}
.header__middle .menu {
  float: right;
  padding: 52px 0 0;
}
.header__middle .menu li {
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.header__middle .menu li:first-child {
  margin: 0 !important;
}
.header__middle .menu li a, .header__middle .menu li span {
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
}
.header__middle .menu li a i, .header__middle .menu li span i {
  margin: 7px 0px 0 4px;
}
.header__middle .menu li a.current, .header__middle .menu li span.current {
  color: #27aae0;
}
.header__middle .menu li:hover .sub {
  display: block;
}
.header__middle .menu .sub {
  background: #27aae0;
  position: absolute;
  left: 4px;
  top: 34px;
  display: none;
  width: 212px;
  padding: 22px 10px 8px;
  box-sizing: border-box;
}
.header__middle .menu .sub:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 4px 6px;
  border-color: transparent transparent #27aae0 transparent;
  position: absolute;
  top: -4px;
  left: 13px;
}
.header__middle .menu .sub a {
  font-size: 12px;
  font-family: "open_sansregular", sans-serif;
  position: relative;
  text-transform: none;
  color: white;
  display: block;
  padding: 0 0 0 36px;
  margin-bottom: 16px;
  transition: 0.3s linear;
}
.header__middle .menu .sub a:before {
  background: white;
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  position: absolute;
  left: 11px;
  top: 7px;
  border-radius: 5px;
  transition: 0.3s linear;
}
.header__middle .menu .sub a:hover {
  color: black;
}
.header__middle .menu .sub a:hover:before {
  background: black;
}

.header__bottom {
  position: relative;
  margin: 16px 0 0;
  min-height: 0;
  overflow: hidden;
}
.header__bottom .line_l {
  background: #ff7200;
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
}
.header__bottom .line_r {
  background: #ff9600;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}
.header__bottom .message {
  background: #ff9600;
  position: relative;
  padding: 0 0 0 85px;
  margin: 0 0 0 15px;
  max-height: 40px;
  overflow: hidden;
}
.header__bottom .wr {
  position: relative;
}
.header__bottom p.hd {
  background: #ff7200;
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  height: 40px;
  line-height: 41px;
  padding: 0 15px;
  text-transform: uppercase;
  position: absolute;
  left: -15px;
  border-radius: 40px;
  z-index: 1;
  color: #fff;
}
.header__bottom a.btn_close_message {
  background: #222a32;
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  position: absolute;
  right: 0;
  top: 8px;
  height: 24px;
  line-height: 24px;
  padding: 0 27px 0 11px;
  text-transform: uppercase;
  border-radius: 24px;
}
.header__bottom a.btn_close_message i {
  position: absolute;
  right: 5px;
  top: 4px;
}
.header__bottom .msg_line {
  padding: 14px 10px 11px 0;
}
.header__bottom .str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.header__bottom .anyClass {
  opacity: 0;
  transition: 0.3s linear;
}
.header__bottom .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.header__bottom .str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.header__bottom .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.header__bottom .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.header__bottom .str_vertical .str_move,
.header__bottom .str_down .str_move {
  white-space: normal;
  width: 100%;
}
.header__bottom .str_static .str_move,
.header__bottom .no_drag .str_move,
.header__bottom .noStop .str_move {
  cursor: inherit;
}
.header__bottom .str_wrap img {
  max-width: none !important;
}

.blue {
  color: #27aae0 !important;
}
.slider .slide_one .completion img {
        margin: 32px auto 38px;
}
.slider .slide_one .completion .btn {
    display: inline-block;
    color: #fff;
    background: #27aae0;
    height: 24px;
    line-height: 24px;
    padding: 0 17px;
    font-size: 10px;
    font-family: "open_sansbold", sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before, .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 51px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 3px solid transparent;
  background: white;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  border-radius: 14px;
  transition: 0.3s linear;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: none;
  border-color: #27aae0;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}

.blue {
  color: #27aae0 !important;
}

.content {
  height: auto !important;
  min-height: 100%;
  position: relative;
  width: 100%;
  z-index: 3;
}
/*.content .container {
  padding: 0 0 70px;
}
*/

/* Новые блоки */
.main-intro {
  position: relative;
  padding: 20px 0;
  overflow: hidden;

  .main-intro__slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    .slider {
      height: 100%;
      width: 100%;

      .slick-list,
      .slick-track {
        height: 100%;
      }

      .slick-slide {
        & > div {
          height: 100%;
        }
      }
    }

    .slide {
      height: 100%;

      .slide__image {
        position: relative;
        height: 100%;

        img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
      }
    }
  }

  .main-intro__plate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: 'time time' 'app .';
    gap: 10px;
    position: relative;
    width: 100%;
    max-width: 590px;

    & > .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 30px 32px;
      border-radius: 10px;
      position: relative;

      .item__title {
        font-family: 'open_sansbold', sans-serif;
        font-size: 17px;
        color: #222a32;
        margin-bottom: 28px;
        width: 100%;
      }

      .item__link {
        position: absolute;
        right: 9px;
        top: 11px;
        width: 22px;
        height: 22px;
        background-image: url(../img/arrow_t_r_black.png);
      }

      .item__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        margin-bottom: 22px;
        gap: 15px;

        .date {
          font-family: 'open_sansextrabold', sans-serif;
          font-size: 50px;
          line-height: 0.8;
        }

        .text {
          font-size: 14px;
          line-height: 1.4;

          p {
            font-size: 14px;
            line-height: 1.4;
          }
        }
      }

      .item__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
          flex-wrap: wrap;
        gap: 5px;
        margin-top: auto;

        a {
          font-size: 10px;
          font-family: 'open_sanssemibold', sans-serif;
          text-transform: uppercase;
          border: 2px solid #fff;
          border-radius: 100px;
          color: #fff;
          padding: 7px 10px;
          padding-left: 32px;

          &.map {
            position: relative;

            &:before {
              content: '';
              position: absolute;
              left: 12px;
              top: 4px;
              width: 14px;
              height: 18px;
              background-image: url(../img/placemark.png);
              background-size: 14px 18px;

              @media only screen and (-moz-min-device-pixel-ratio: 1.5),
                only screen and (-o-min-device-pixel-ratio: 3 / 2),
                only screen and (-webkit-min-device-pixel-ratio: 1.5),
                only screen and (min-device-pixel-ratio: 1.5) {
                background-image: url(../img/placemark@2x.png);
              }
            }
          }

          &.list {
            position: relative;

            &:before {
              content: '';
              position: absolute;
              left: 12px;
              top: 7px;
              width: 14px;
              height: 12px;
              background-image: url(../img/bars.png);
              background-size: 14px 12px;

              @media only screen and (-moz-min-device-pixel-ratio: 1.5),
                only screen and (-o-min-device-pixel-ratio: 3 / 2),
                only screen and (-webkit-min-device-pixel-ratio: 1.5),
                only screen and (min-device-pixel-ratio: 1.5) {
                background-image: url(../img/bars@2x.png);
              }
            }
          }

          &.today {
            position: relative;

            &:before {
              content: '';
              position: absolute;
              left: 10px;
              top: 5px;
              width: 18px;
              height: 16px;
              background-image: url(../img/alarm.png);
              background-size: 18px 16px;

              @media only screen and (-moz-min-device-pixel-ratio: 1.5),
                only screen and (-o-min-device-pixel-ratio: 3 / 2),
                only screen and (-webkit-min-device-pixel-ratio: 1.5),
                only screen and (min-device-pixel-ratio: 1.5) {
                background-image: url(../img/alarm@2x.png);
              }
            }
          }

          &.android {
            position: relative;

            &:before {
              content: '';
              position: absolute;
              left: 11px;
              top: 4px;
              width: 16px;
              height: 18px;
              background-image: url(../img/android.png);
              background-size: 16px 18px;

              @media only screen and (-moz-min-device-pixel-ratio: 1.5),
                only screen and (-o-min-device-pixel-ratio: 3 / 2),
                only screen and (-webkit-min-device-pixel-ratio: 1.5),
                only screen and (min-device-pixel-ratio: 1.5) {
                background-image: url(../img/android@2x.png);
              }
            }
          }

          &.ios {
            position: relative;

            &:before {
              content: '';
              position: absolute;
              left: 12px;
              top: 4px;
              width: 14px;
              height: 16px;
              background-image: url(../img/apple.png);
              background-size: 14px 16px;

              @media only screen and (-moz-min-device-pixel-ratio: 1.5),
                only screen and (-o-min-device-pixel-ratio: 3 / 2),
                only screen and (-webkit-min-device-pixel-ratio: 1.5),
                only screen and (min-device-pixel-ratio: 1.5) {
                background-image: url(../img/apple@2x.png);
              }
            }
          }
        }
      }

      .item__select {
        width: 100%;
        margin-bottom: 22px;

        .select__head {
          margin-bottom: 12px;
          position: relative;

          .select2-container--default {
            .select2-selection--single {
              display: block;
              border-radius: 100px;
              height: 50px;
              width: 100%;
              background-color: #fff;

              .select2-selection__rendered {
                font-family: 'open_sanssemibold', sans-serif;
                font-size: 25px;
                line-height: 50px;
                padding-left: 20px;
                padding-right: 30px;
                -o-text-overflow: ellipsis;
                   text-overflow: ellipsis;
                white-space: nowrap;
              }

              .select2-selection__arrow {
                top: 13px;
                right: 16px;

                b {
                  border: none;
                  background: url(../img/arr_d_black.png) no-repeat;
                  width: 10px;
                  height: 6px;
                  left: 0;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto;
                }
              }
            }

            .select2-results {
              & > .select2-results__options {
                scrollbar-width: thin;
                scrollbar-color: #27aae0 #e8e9ea;

                &::-webkit-scrollbar {
                  height: 6px;
                  width: 6px;
                }
                &::-webkit-scrollbar-track {
                  background: #e8e9ea;
                }
                &::-webkit-scrollbar-thumb {
                  background-color: #27aae0;
                  border-radius: 5px;
                }
              }
            }

            .select2-results__option--highlighted[aria-selected] {
              background-color: #27aae0 !important;
            }
          }

          .select2-container--open {
            left: 0 !important;
            top: 100% !important;

            .select2-dropdown--below {
              border-radius: 10px !important;
            }
          }
        }

        .select__content {
          padding-right: 20px;
          padding-left: 12px;

          .item {
            display: none;
          }

          .elem {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            gap: 0 10px;

            &:not(:last-child) {
              margin-bottom: 7px;
            }

            .key {
              font-size: 17px;
            }

            .value {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end;
              font-family: 'open_sansbold', sans-serif;
              font-size: 20px;

              p {
                font-size: 20px;
              }

              &.value_timer {
                font-size: 35px;
              }
            }
          }
        }
      }

      &.item_time {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: time;
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-color: hsla(0, 0%, 100%, .4);
        padding-right: 20px;
        padding-left: 20px;
        position: relative;
        z-index: 2;

        .item__title {
          padding-left: 13px;
        }

        .item__btns {
          padding-left: 12px;

          a {
            color: #222a32;
          }
        }
      }

      &.item_today {
        grid-area: today;
        background-color: #27aae0;

        .item__link {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1);
        }

        .item__content {
          .text {
            color: #fff;
          }
        }
      }

      &.item_app {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: app;
        background-color: #ff9600;
      }

      @media screen and (max-width: 576px) {
    &.item_time {
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
    }
    &.item_app {
          -ms-grid-row: 2;
          -ms-grid-column: 1;
    }
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  .main-intro {
    .main-intro__plate {
      max-width: 536px;

      .item {
        padding: 20px;

        .item__title {
          font-size: 15px;
          margin-bottom: 14px;
        }

        .item__content {
          .date {
            font-size: 40px;
          }
        }

        .item__select {
          width: 100%;
          margin-bottom: 14px;

          .select__head {
            margin-bottom: 12px;

            .select2-container--default {
              .select2-selection--single {
                height: 40px;

                .select2-selection__rendered {
                  font-size: 20px;
                  line-height: 40px;
                  padding-left: 15px;
                }

                .select2-selection__arrow {
                  top: 8px;
                }
              }
            }
          }

          .select__content {
            padding-left: 0;
            padding-right: 0;

            .elem {
              .key {
                font-size: 15px;
              }
              .value {
                font-size: 17px;

                p {
                  font-size: 17px;
                }

                &_timer {
                  font-size: 30px;
                }
              }
            }
          }

          &.item_time {
            .item__title {
              padding-left: 0;
            }
  
            .item__btns {
              padding-left: 0;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 992px) {
  .main-intro {
    .main-intro__plate {
      .item {
        .item__select {
          .select__head {
            .select2-container--default {
              .select2-selection--single {
                height: 35px;

                .select2-selection__rendered {
                  font-size: 17px;
                  line-height: 35px;
                }

                .select2-selection__arrow {
                  top: 6px;
                  right: 8px;
                }
              }
            }
          }

          .select__content {
            .elem {
              .value {
                font-size: 15px;

                p {
                  font-size: 15px;
                }

                &_timer {
                  font-size: 25px;
                }
              }
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .main-intro {
    .main-intro__plate {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
          grid-template-areas: 'time' 'app';
    }
  }
}

.main-news {
  padding: 54px 0;

  .main-news__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 290px 110px 290px 110px 1fr;
    grid-template-columns: 290px 290px 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
        grid-template-areas: 'news_1 news_2 news_3' 'news_1 news_2 news_4' 'news_1 news_2 news_5';
    gap: 10px 110px;
  }

  .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 27px 30px;

    .item__image {
      display: block;
      position: relative;
      padding-top: 100%;
      width: 100%;
      border-radius: 10px;
      overflow: hidden;

      img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }

    .item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 3px;
    }

    .item__date {
      font-family: 'open_sansbold', sans-serif;
      font-size: 15px;
    }

    .item__name {
      font-size: 15px;
      line-height: 1.7;
    }

    &:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 1;
      grid-area: news_1;
      position: relative;

      &:after {
        content: '';
        position: absolute;
        right: -56px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #e8e9ea;
      }
    }

    &:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 3;
      grid-area: news_2;
      position: relative;

      &:after {
        content: '';
        position: absolute;
        right: -56px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #e8e9ea;
      }
    }

    &:nth-child(3) {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
      grid-area: news_3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;

      .item__image {
        width: 130px;
        min-width: 130px;
        padding-top: 130px;
      }

      .item__content {
        padding-top: 6px;
      }
    }

    &:nth-child(4) {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
      grid-area: news_4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;

      .item__image {
        width: 130px;
        min-width: 130px;
        padding-top: 130px;
      }

      .item__content {
        padding-top: 6px;
      }
    }

    &:nth-child(5) {
      -ms-grid-row: 5;
      -ms-grid-column: 5;
      grid-area: news_5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;

      .item__image {
        width: 130px;
        min-width: 130px;
        padding-top: 130px;
      }

      .item__content {
        padding-top: 6px;
      }
    }

    @media screen and (max-width: 1200px) {

    &:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    &:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
    }

    &:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    &:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    &:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    }

    @media screen and (max-width: 768px) {
    &:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    &:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
    }
    &:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    &:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    &:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    }

    @media screen and (max-width: 576px) {
    &:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    &:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    &:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    &:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }
    &:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    }
  }
}

@media screen and (max-width: 1200px) {
  .main-news {
    padding: 40px 0;

    .main-news__wrap {
      -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
          grid-template-areas: 'news_1 news_2 news_3' 'news_4 news_5 .';
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      gap: 40px 15px;
    }

    .item {
      &:nth-child(1) {
        &:after {
          display: none;
        }
      }

      &:nth-child(2) {
        &:after {
          display: none;
        }
      }

      &:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;

        .item__image {
          padding-top: 100%;
          width: 100%;
        }

        .item__content {
          padding: 0;
        }
      }

      &:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;

        .item__image {
          padding-top: 100%;
          width: 100%;
        }

        .item__content {
          padding: 0;
        }
      }

      &:nth-child(5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;

        .item__image {
          padding-top: 100%;
          width: 100%;
        }

        .item__content {
          padding: 0;
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .main-news {
    .main-news__wrap {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
          grid-template-areas: 'news_1 news_2' 'news_3 news_4' 'news_5 .';
    }
  }
}

@media screen and (max-width: 576px) {
  .main-news {
    .main-news__wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
          grid-template-areas: 'news_1' 'news_2' 'news_3' 'news_4' 'news_5';
    }
  }
}

.main-about {
  position: relative;
  padding: 53px 0 73px;

  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1190px;
    height: 1px;
    margin: auto;
    background-color: #e8e9ea;
  }

  .block-title {
    margin-bottom: 40px;
  }

  .main-about__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 59px 50px;
  }

  .item {
    .item__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 16px;
      margin-bottom: 20px;

      .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 2px solid #27aae0;
        border-radius: 100px;
        width: 46px;
        min-width: 46px;
        height: 46px;

        img {
          max-width: 22px;
          max-height: 22px;
        }
      }

      .name {
        font-family: 'open_sansbold', sans-serif;
        font-size: 17px;
      }
    }

    .item__content {
      p {
        font-size: 15px;
        line-height: 1.65;
      }

      .link {
        color: #27aae0;
        font-family: 'open_sanssemibold', sans-serif;
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  .main-about {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .main-about {
    .main-about__wrap {
      gap: 40px 30px;
    }

    .item {
      .item__head {
        .name {
          font-size: 15px;
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .main-about {
    .main-about__wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
}

.main-projects {
  padding: 22px 0 56px;

  .slider {
    .slick-list {
      margin: 0 -5px;
    }

    .slick-slide {
      padding: 0 5px;
    }

    .slick-prev,
    .slick-next {
      width: 34px;
      height: 34px;
      z-index: 2;

      &:before {
        content: '';
        font-family: none;
        font-size: 0;
        line-height: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 1;
        background-size: 34px 34px;
      }
    }

    .slick-prev {
      left: -63px;

      &:before {
        background-image: url(../img/arr-l-circle.png);

        @media only screen and (-moz-min-device-pixel-ratio: 1.5),
          only screen and (-o-min-device-pixel-ratio: 3 / 2),
          only screen and (-webkit-min-device-pixel-ratio: 1.5),
          only screen and (min-device-pixel-ratio: 1.5) {
          background-image: url(../img/arr-l-circle@2x.png);
        }
      }
    }

    .slick-next {
      right: -63px;

      &:before {
        background-image: url(../img/arr-r-circle.png);

        @media only screen and (-moz-min-device-pixel-ratio: 1.5),
          only screen and (-o-min-device-pixel-ratio: 3 / 2),
          only screen and (-webkit-min-device-pixel-ratio: 1.5),
          only screen and (min-device-pixel-ratio: 1.5) {
          background-image: url(../img/arr-r-circle@2x.png);
        }
      }
    }
  }

  .slide {
    .slide__image {
      display: block;
      position: relative;
      padding-top: 62%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;

      img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }

    .slide__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background-color: #e8e9ea;
      padding: 29px 31px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: hidden;
    }

    .slide__title {
      font-family: 'open_sansbold', sans-serif;
      font-size: 17px;
      line-height: 1.4;
      display: block;
      margin-bottom: 19px;
    }

    .slide__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 3px;
    }

    .slide__link {
      font-family: 'open_sanssemibold', sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      background-color: #27aae0;
      color: #ffffff;
      border-radius: 100px;
      padding: 6px 12px;
    }
  }
}

@media screen and (max-width: 1330px) {
  .main-projects {
    .slider {
      .slick-prev {
        left: 10px;
      }

      .slick-next {
        right: 10px;
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  .main-projects {
    padding: 20px 0 40px;

    .slide {
      .slide__content {
        padding: 20px;
      }

      .slide__title {
        font-size: 15px;
      }
    }
  }
}

.main-seo {
  padding: 43px 0 50px;
  position: relative;

  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1190px;
    height: 1px;
    margin: auto;
    background-color: #e8e9ea;
  }

  .main-seo__wrap {
    position: relative;
    padding-right: 310px;
  }

  .content {
    padding: 0;
  }

  .main-seo__text {
    height: 420px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;

    &:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 40px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
      background: -o-linear-gradient(top, transparent, #fff);
      background: linear-gradient(to bottom, transparent, #fff);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
    }

    &.open {
      &:after {
        opacity: 0;
      }
    }
  }

  .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 133px;
    right: 0;
    width: 280px;

    img {
      max-width: 100%;
      max-height: 100%;
    }
  }

  .wysiwyg {
    overflow: hidden;
    position: relative;
    margin-bottom: 31px;

    h2 {
      text-transform: initial;
    }
  }

  .button {
    font-family: open_sanssemibold, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    border: none;
    padding: 0px 14px;
  }
}
@media screen and (max-width: 1200px) {
  .main-seo {
    padding: 40px 0;
  }
}

@media screen and (max-width: 992px) {
  .main-seo {
    .main-seo__wrap {
      padding-right: 0;
      position: relative;
    }

    .image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 281px;
      height: 269px;
      opacity: 0.5;
    }
  }
}

.main-banners {
  padding: 43px 0 50px;
  position: relative;

  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1190px;
    height: 1px;
    margin: auto;
    background-color: #e8e9ea;
  }

  .main-banners__gos {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .main-banners__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 130px;
    gap: 10px;
  }

  .item {
    border-radius: 10px;
    overflow: hidden;

    & > a,
    & > span {
      display: block;
      height: 100%;

      img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }

    &.item_contacts {
      background-color: #f4f4f5;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      padding: 24px 33px;

      .item__name {
        font-family: 'open_sansbold', sans-serif;
        font-size: 20px;
        margin-bottom: 11px;
      }

      .item__phone {
        font-size: 17px;
        font-family: 'open_sanssemibold', sans-serif;
        margin-bottom: 5px;

        i {
          margin: 3px 20px 0 1px;
          background-image: url(../img/icon_phone-blue.png);
        }
      }

      .item__mail {
        font-size: 17px;

        a {
          font-family: 'open_sanslight', sans-serif;
        }

        i {
          margin: 4px 26px 0px 2px;
          background-image: url(../img/icon_mail-blue.png);
        }
      }
    }
  }
}

@media only screen and (max-width: 1200px) {
  .main-banners {
    padding: 40px 0;
  }
}

@media screen and (max-width: 992px) {
  .main-banners {
    .main-banners__wrap {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }

    .item {
      &.item_contacts {
        padding: 23px 20px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;

        .item__phone {
          i {
            margin-right: 10px;
          }
        }

        .item__mail {
          i {
            margin-right: 14px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .main-banners {
    .main-banners__wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
}

.main-map {
  position: relative;
  padding: 53px 0 30px;

  [class*='ground-pane'] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }

  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1190px;
    height: 1px;
    margin: auto;
    background-color: #e8e9ea;
  }

  .block-title {
    margin-bottom: 20px;
  }

  .main-map__wrap {
    position: relative;
  }

  .main-map__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 60px;
    top: 30px;
    z-index: 2;

    button {
      background-color: #fff;
      font-family: 'open_sanssemibold', sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      border-left: transparent;
      border-top: 2px solid #27aae0;
      border-right: transparent;
      border-bottom: 2px solid #27aae0;
      padding: 6px 16px;

      &:first-child {
        border-left: 2px solid #27aae0;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
      }

      &:last-child {
        border-right: 2px solid #27aae0;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
      }

      &.active {
        background-color: #27aae0;
        color: #ffffff;
      }
    }
  }

  .main-map__contents {
    height: 580px;
    background-color: #f4f4f5;
    border-radius: 10px;
    overflow: hidden;
  }

  .main-map__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    height: 100%;
    max-height: 100%;
    overflow: auto;

    &.main-map__content_list {
      padding: 85px 62px 56px;
    }

    &.active {
      display: block;
    }

    #mainmap {
      height: 100%;
      width: 100%;
    }

    .list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;

      .list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 7px 0;

        &:not(:last-child) {
          border-bottom: 1px solid #dfdfe1;
        }

        .key {
          font-size: 17px;
        }

        .value {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 22px;
          margin-left: auto;

          p {
            font-family: 'open_sansbold', sans-serif;
            font-size: 20px;

            &:not(:last-child) {
              position: relative;
              padding-right: 23px;

              &:after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                width: 2px;
                height: 100%;
                background-color: #222a32;
              }
            }
          }
        }
      }
    }
  }
  .main-map__balloon {
    position: relative;
    display: block;
    width: 235px;
    padding: 33px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 41, 75, 0.35);
            box-shadow: 0px 3px 7px 0px rgba(0, 41, 75, 0.35);
    border-radius: 10px;
    -webkit-transform: translate(-38px, calc(-100% - 8px));
        -ms-transform: translate(-38px, calc(-100% - 8px));
            transform: translate(-38px, calc(-100% - 8px));

    .main-map__balloon-close {
      width: 25px;
      height: 25px;
      position: absolute;
      z-index: 2;
      right: 10px;
      top: 10px;
      border: 2px solid #27aae0;
      border-radius: 100px;
      background-color: transparent;

      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #222a32;
        width: 11px;
        height: 2px;
      }

      &:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
      }

      &:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
    }

    .main-map__balloon-arrow {
      position: absolute;
      left: 30px;
      top: 100%;
      border: 8px solid transparent;
      border-top: 8px solid #fff;
      z-index: 2;
    }

    .main-map__balloon-content {
      position: relative;

      .name {
        font-family: 'open_sansbold', sans-serif;
        font-size: 20px;
        color: #222a32;
        margin: 0;
        background-color: #fff;
      }

      .content {
        background-color: #fff;
        padding: 0;
        min-height: auto;
        position: static;
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  .main-map {
    padding: 40px 0 20px;

    .main-map__tabs {
      left: 20px;
      top: 25px;
    }

    .main-map__contents {
      height: 488px;
    }

    .main-map__content {
      &.main-map__content_list {
        padding: 70px 20px 20px;
      }

      .list {
        .list__item {
          .key {
            font-size: 15px;
          }

          .value {
            gap: 10px;
            p {
              font-size: 17px;

              &:not(:last-child) {
                padding-right: 12px;
              }
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 992px) {
  .main-map {
    .main-map__contents {
      height: 360px;
    }

    .main-map__content {
      .list {
        .list__item {
          .value {
            p {
              font-size: 15px;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .main-map {
    .main-map__content {
      .list {
        .list__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 10px;

          .key {
            font-size: 12px;
          }

          .value {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            min-width: 110px;
            width: 110px;

            p {
              &:not(:last-child) {
                padding-right: 0;

                &:after {
                  display: none;
                }
              }
            }
          }
        }
      }
    }
  }
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 29px;

  h2 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 30px;
    margin: 0;
  }

  .link {
    font-family: 'open_sansbold', sans-serif;
    font-size: 15px;
    color: #27aae0;
    margin-left: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .block-title {
    margin-bottom: 29px !important;
  }
}

.news_list_fullwidth {
  .news_elem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 40px 1fr;
    grid-template-columns: 240px 1fr;
    gap: 20px 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9ea;
    margin-bottom: 20px;

    .news_elem__img {
      width: 100%;
      padding-top: 100%;
      border-radius: 10px;
      overflow: hidden;
      background-color: #e8e9ea;
      position: relative;

      img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }

    .news_elem__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 16px;

      .date {
        font-size: 15px;
        font-family: 'open_sansbold', sans-serif;
        color: #27aae0;
        margin-bottom: 12px;
      }

      .name {
        font-size: 20px;
        font-family: 'open_sanssemibold', sans-serif;
        line-height: 1.5;
        margin-bottom: 19px;
      }

      .txt {
        p {
          font-size: 15px;
          color: #222a32;
          line-height: 1.6;
          opacity: 70%;
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .news_list_fullwidth {
    .news_elem {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;

      .news_elem__content {
        padding-top: 0;
      }
    }
  }
}

 /* Новые блоки КОНЕЦ */

.sg {
  position: relative;
  margin-bottom: 30px;
}
.sg .hid {
  display: none;
}

.bg_blue {
  background: #27aae0;
}

.bg_dark {
  background: #222a32;
}

.bg_gray {
  background: #eeeeee;
}

.bg_graydark {
  background: #dbdbdb;
}

#preload {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider {
  margin: 0;
}
.slider .slide_one {
  height: 560px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.slider .slide_one .img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider .slide_one .img_wrap:after {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider .slide_one .img {
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: zoomin 120s infinite linear 1s;
  animation: zoomin 120s infinite linear 1s;
}
.slider .slide_one p {
  font-size: 13px;
  font-family: "open_sansbold", sans-serif;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.slider .slide_one p.p1 {
  font-size: 18px;
  font-family: "open_sansextrabold", sans-serif;
  margin: 69px 0 52px;
}
.slider .slide_one .time {
  font-size: 70px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  position: relative;
  margin: 0 0 53px;
  z-index: 1;
}
.slider .slide_one .time span {
  color: #27aae0;
}
.slider .slide_one .current_time.am:after {
  background-image: url(../img/icon_bridge.png);
  background-size: 120px 20px;
  content: '';
  display: block;
  width: 120px;
  height: 20px;
  margin: 10px auto 0;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .slider .slide_one .current_time.am:after {
    background-image: url(../img/icon_bridge@2x.png);
  }
}
.slider .slide_one .current_time.pm:after {
  background-image: url(../img/icon_bridge_am.png);
  background-size: 120px 20px;
  content: '';
  display: block;
  width: 120px;
  height: 20px;
  margin: 10px auto 0;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .slider .slide_one .current_time.pm:after {
    background-image: url(../img/icon_bridge_am@2x.png);
  }
}

.timetable {
  height: 560px;
  position: relative;
  overflow: hidden;
}
.timetable .wysiwyg {
  margin-top: 30px;
  text-align: center;
}
.timetable .wysiwyg * {
  color: white;
}
.timetable .bg {
  background-image: url(../img/saint_p2.png);
  background-size: 1600px 560px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: cover;
  -o-background-size: cover;
  top: 0;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .timetable .bg {
    background-image: url(../img/saint_p2@2x.png);
  }
}
.timetable .wr {
  position: relative;
  z-index: 1;
}
.timetable .time_list {
  margin: 0 18px 75px 178px;
  padding: 69px 0 0;
}
.timetable .time_list:after {
  content: '';
  clear: both;
  clear: both;
}
.timetable .time_list .time_block {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
}
.timetable .time_list span {
  display: block;
  position: absolute;
}
.timetable .time_list span.t1 {
  font-size: 20px;
  font-family: "open_sansbold", sans-serif;
  color: white;
  left: 0;
}
.timetable .time_list span.t1:after {
  background: white;
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 10px;
  border-radius: 3px;
  bottom: -15px;
  left: 3px;
}
.timetable .time_list span.t1.last {
  left: auto;
  right: 0;
}
.timetable .time_list span.t2 {
  font-size: 10px;
  color: #27aae0;
  left: 50%;
  width: 20px;
  text-align: center;
  margin-left: -10px;
}
.timetable .time_list span.t2:after {
  background: #27aae0;
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 7px;
  border-radius: 3px;
  bottom: -17px;
  left: 10px;
}
.timetable .bridge {
  margin: 0 0 17px;
}
.timetable .bridge:after {
  content: '';
  clear: both;
  display: block;
}
.timetable .bridge .name {
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  float: left;
  width: 180px;
  position: relative;
  text-transform: uppercase;
}
.timetable .bridge .line_wrapper {
  margin: 0 18px 0 182px;
  position: relative;
  top: 7px;
}
.timetable .bridge .line_wrapper .line {
  position: absolute;
  height: 3px;
}
.timetable .bridge .line_wrapper .line.l_left {
  left: 0;
}
.timetable .bridge .line_wrapper .line.l_left:before {
  background: rgba(255, 255, 255, 0.3);
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  right: 25px;
  display: block;
  border-radius: 3px;
}
.timetable .bridge .line_wrapper .line.l_right {
  right: 0;
}
.timetable .bridge .line_wrapper .line.l_right:before {
  background: rgba(255, 255, 255, 0.3);
  content: '';
  height: 3px;
  position: absolute;
  left: 25px;
  right: 0;
  display: block;
  border-radius: 3px;
}
.timetable .bridge .line_wrapper .line_cur {
  position: absolute;
  height: 3px;
}
.timetable .bridge .line_wrapper .line_cur:before {
  background: #27aae0;
  content: '';
  height: 3px;
  position: absolute;
  left: 25px;
  right: 25px;
  display: block;
  border-radius: 3px;
}
.timetable .bridge .line_wrapper .line_cur span {
  width: 50px;
  position: absolute;
  text-align: center;
  font-size: 15px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  top: -9px;
}
.timetable .bridge .line_wrapper .line_cur span.s1 {
  left: -25px;
}
.timetable .bridge .line_wrapper .line_cur span.s2 {
  right: -25px;
}
.timetable .bridge .line_wrapper .line_cur_sec {
  position: absolute;
  height: 3px;
}
.timetable .bridge .line_wrapper .line_cur_sec span {
  width: 50px;
  position: absolute;
  text-align: center;
  font-size: 15px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  top: -9px;
}
.timetable .bridge .line_wrapper .line_cur_sec span.s1 {
  left: -25px;
}
.timetable .bridge .line_wrapper .line_cur_sec span.s2 {
  right: -25px;
}
.timetable .bridge .line_wrapper .line_cur_sec .line.l_left:before {
  background: #27aae0;
  left: 25px;
}
.timetable .bridge .line_wrapper .line_cur_sec .line.l_right:before {
  background: #27aae0;
  right: 25px;
}
.timetable .bridge .line_wrapper .line_cur_sec_wrapper {
  position: absolute;
  height: 3px;
  min-width: 53px;
}
.timetable .bridge .line_wrapper .line_cur_sec_wrapper:before {
  background: rgba(255, 255, 255, 0.3);
  content: '';
  height: 3px;
  position: absolute;
  left: 25px;
  right: 25px;
  display: block;
  border-radius: 3px;
}
.timetable .time_tracker {
  margin: 0 18px 0 182px;
  position: relative;
}
.timetable .time_tracker .tracker {
  background: url(../img/tracker_dots.png) repeat-y;
  width: 1px;
  position: absolute;
  padding: 42px 0 0;
  bottom: -6px;
  left: 0;
}
.timetable .time_tracker .tracker:before {
  background: #27aae0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.timetable .time_tracker .tracker:after {
  background: #27aae0;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.timetable .time_tracker .tracker span {
  position: absolute;
  font-size: 13px;
  font-family: "open_sansbold", sans-serif;
  width: 30px;
  left: -15px;
  bottom: -22px;
  text-align: center;
  color: white;
}
.sg_toggle {
  background: #27aae0;
  border: 3px solid white;
  font-size: 13px;
  font-family: "open_sansbold", sans-serif;
  height: 34px;
  line-height: 35px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 214px;
  margin-left: -107px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 34px;
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top_text {
  padding: 22px 0 32px;
}

.m_news {
  background: #222a32;
  padding: 52px 0 48px;
}
.m_news .m_news_one {
  position: relative;
  padding: 0 0 41px;
}
.m_news .col-sm-4:nth-of-type(odd) .head {
  color: #27aae0;
}
.m_news p {
  font-size: 13px;
  line-height: 25px;
  color: white;
}
.m_news p.head {
  font-size: 17px;
  font-family: "open_sansbold", sans-serif;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.m_news p.head:after {
  background: #fff;
  content: '';
  display: block;
  border-radius: 3px;
  width: 55px;
  height: 3px;
  margin: 10px 0 0;
  border-radius: 3px;
}
.m_news p.date {
  font-size: 12px;
  font-family: "open_sansbold", sans-serif;
  color: #27aae0;
  margin-bottom: 3px;
}
.m_news .txt {
  height: 75px;
  overflow: hidden;
  margin-bottom: 4px;
}
.m_news a {
  font-size: 10px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}

.info_blocks {
  background: #eee;
  padding: 40px 0 30px;
  height: 590px;
}
.info_blocks .wr {
  position: relative;
}
.info_blocks .widget {
  position: absolute;
}
.info_blocks .widget a {
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 55px 25px 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.info_blocks .widget .rhombus {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
}
.info_blocks .widget .rhombus.white {
  border: 5px solid white;
}
.info_blocks .widget .rhombus.blue {
  border: 5px solid #27aae0;
}
.info_blocks .widget .rhombus.bg_blue {
  color: white !important;
}
.info_blocks .widget .rhombus i {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.info_blocks .widget span {
  display: block;
  z-index: 2;
}

.info_blocks .widget .anniversary-logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 212px;
  width: 100%;
  height: auto;
  max-height: 152px;  
}

.info_blocks .widget .anniversary-logo img {
  max-width: 100%;
}

.info_blocks .widget span.details {
  position: absolute;
  left: 0;
  bottom: 37px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
}
.info_blocks .widget span.img {
  margin: 44px 0 -13px;
}
.info_blocks .widget span.s1 {
  font-size: 30px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  margin: 48px 0 0;
}
.info_blocks .widget span.s2 {
  font-size: 15px;
  line-height: 25px;
  margin: 42px 0 0;
  max-height: 50px;
  overflow: hidden;
}
.info_blocks .widget span.s3 {
  font-size: 15px;
  color: black;
  margin-bottom: 20px;
}
.info_blocks .widget span.s3 b {
  font-size: 15px;
  font-family: "open_sanssemibold", sans-serif;
}
.info_blocks .widget span.s4 {
  font-size: 55px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  line-height: 55px;
}
.info_blocks .widget span.s5 {
  font-size: 30px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  margin: 27px 0 13px;
}
.info_blocks .widget span.s6 {
  font-size: 20px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  line-height: 25px;
  text-transform: uppercase;
  margin: 35px 0 0;
  height: 90px;
  overflow: hidden;
}
.info_blocks .widget span.s6 span {
  font-size: 55px;
  font-family: "open_sansextrabold", sans-serif;
}
.info_blocks .widget span.s7 {
  font-size: 40px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
}
.info_blocks .widget span.s8 {
  font-size: 40px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
}
.info_blocks #wd1 {
  left: 0;
  top: 0;
  height: 290px;
}
.info_blocks #wd1 a i {
  position: relative;
  left: 2px;
  top: -2px;
}
.info_blocks #wd2 {
  left: 50%;
  top: 0px;
  height: 290px;
}
.info_blocks #wd2 a i {
  position: relative;
  left: 1px;
  top: -1px;
}
.info_blocks #wd3 {
  left: 0;
  top: 600px;
  height: 290px;
  width: 100%;
  position: absolute;
  padding: 0 5px;
}
.info_blocks #wd4 {
  right: 0;
  top: 0;
  height: 590px;
}
.info_blocks #wd4 .rhombus {
  margin-bottom: 36px;
}
.info_blocks #wd5 {
  left: 25%;
  top: 300px;
  height: 290px;
}
.info_blocks #wd5 a i {
  position: relative;
  left: 2px;
  top: -2px;
}
.info_blocks #wd6 {
  left: 25%;
  top: 600px;
  height: 290px;
}
.info_blocks #wd6 a:after,  /*.info_blocks #wd2 a:after,*/.info_blocks #wd5 a:after, .info_blocks #wd7 a:after{
  background: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.info_blocks #wd6 a:after i {
  position: relative;
  left: 1px;
  top: -1px;
}
.info_blocks #wd7 {
  left: 0;
  top: 300px;
  height: 290px;
}
.info_blocks #wd7 a i {
  position: relative;
  left: 1px;
  top: -1px;
}
.info_blocks #wd8 {
  left: 75%;
  top: 600px;
  height: 290px;
}
.info_blocks #wd8 a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.info_blocks #wd8 a:after i {
  position: relative;
  left: 1px;
  top: -3px;
}
.info_blocks .img {
  height: 290px;
  overflow: hidden;
}
.info_blocks .img img {
  min-width: 100%;
}
.main_seo {
  padding: 40px 0;
}

.main_seo .m_text {
  padding: 0;
  height: 195px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;

}

.main_seo .m_text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  transition: 0.3s;
  opacity: 1;
}

.main_seo .m_text.open:after {
  opacity: 0;
}

.main_seo .show-btn {
  text-align: center;
  margin-top: 40px;
}

.main_seo .button {
  font-family: open_sansbold, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.m_text {
  padding: 43px 0 0;
}

.head {
  font-size: 50px;
  font-family: "open_sanslight", sans-serif;
  margin: 0 0 35px;
}
.head:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin: 15px 0 0;
  border-radius: 5px;
}
.head.sec {
  margin-bottom: 23px;
}
.head.sec:after {
  display: none;
}
.head.sec_br {
  margin-bottom: 56px;
}
.head.sec_br:after {
  display: none;
}

.breadcrumbs {
  background: #f8f8f8;
  position: relative;
  margin: 17px 0 35px;
  padding: 9px 0 12px;
}
.breadcrumbs:before {
  background: url(../img/sep4.png) repeat-x;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
}
.breadcrumbs span {
  font-size: 11px;
}
.breadcrumbs  a span {
  font-size: 11px;
  color: #919191;
}
.breadcrumbs span.sep {
  color: #919191;
}
.breadcrumbs li {
    display: inline-block;
}
.left_menu {
  padding: 15px 20px 20px 0;
}
.left_menu a {
  font-size: 14px;
  color: #27aae0;
  position: relative;
  display: block;
  margin: 0 0 22px;
  padding: 0 0 0 33px;
  line-height: 20px;
  letter-spacing: 1pt;
}
.left_menu a:first-child {
  font-size: 14px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
}
.left_menu a:before {
  background: #27aae0;
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 5px;
}
.left_menu a.rss {
  color: #000;
  font-size: 12px;
  padding-top: 15px;
}
.left_menu a.rss:before {
  background: url(../img/rss.png);
  height: 20px;
  width: 21px;
  top: 15px;
  left: -4px;
}
.left_menu a.current {
  color: black;
}
.left_menu a.current:before {
  background: black;
}
.left_menu .left_menu--sub {
  padding: 0 0 0 20px;
  margin: -3px 0 22px;
}
.left_menu .left_menu--sub a {
  font-size: 12px;
  font-family: "open_sansregular", sans-serif;
  text-transform: none;
  margin: 0 0 10px;
}
.left_menu .left_menu--sub a:before {
  top: 10px;
}
.left_menu .subscibe {
  margin-left: -5px;
  margin-top: 44px;
}
.left_menu .subscibe p {
  font-size: 12px;
  margin-bottom: 5px;
}
.left_menu .subscibe label {
  width: 190px;
  box-sizing: border-box;
  height: 36px;
  border: 1px solid #dedede;
  display: block;
  padding: 7px;
  border-radius: 5px;
  position: relative;
}
.left_menu .subscibe input[type="text"] {
  font-size: 10px;
  color: #000;
  border: none;
  padding: 0;
  margin-left: 5px;
}
.left_menu .subscibe span {
  font-size: 10px;
  color: #000;
  position: absolute;
  top: 12px;
  left: 29px;
}
.left_menu .subscibe span i {
  font-size: 10px;
}
.left_menu .subscibe i {
  font-size: 14px;
  color: #27aae0;
  font-style: normal;
}
.left_menu .subscibe button {
  font-family: "open_sansextrabold", sans-serif;
  font-size: 10px;
  color: #fff;
  background: #27aae0;
  display: block;
  height: 22px;
  line-height: 20px;
  width: 30px;
  float: right;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: uppercase;
}

.doc_list {
  padding: 8px 0 0;
  position: relative;
  overflow: hidden;
}
.doc_list a.doc_image {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 40px;
}
.doc_list a.doc_image span.img {
  position: relative;
  display: block;
  padding-top: 100%;
}
.doc_list a.doc_image span.img:after {
  border: 2px solid #eeeeee;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.doc_list a.doc_image span.img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.doc_list a.doc_image span.img i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 14px;
  color: #eee;
  transition: 0.3s linear;
  z-index: 1;
}
.doc_list a.doc_image span.txt {
  background: #eee;
  display: block;
  height: 50px;
  padding-top: 15px;
  position: relative;
  box-sizing: border-box;
}
.doc_list a.doc_image:hover span.img i {
  color: #27aae0;
}

.doc_slide {
  padding: 26px 0 1px;
  position: relative;
  margin: 0 0 48px;
}
.doc_slide:after {
  background: url(../img/sep4.png) repeat-x;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  opacity: .5;
  left: 0;
  bottom: 0;
}
.doc_slide p.hd {
  font-size: 21px;
  font-family: "open_sanssemibold", sans-serif;
  text-transform: uppercase;
  margin: 0 0 27px;
}
.doc_slide .doc_slide_one {
  position: relative;
}
.doc_slide .doc_slide_one:before {
  background: url(../img/sep4.png) repeat-x;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  opacity: .5;
  left: 0;
  top: 0;
}
.doc_slide p.date {
  font-size: 17px;
  font-family: "open_sanssemibold", sans-serif;
  cursor: pointer;
  padding: 14px 90px 15px 45px;
  position: relative;
  text-transform: uppercase;
}
.doc_slide p.date .num {
  position: absolute;
  left: 0;
  top: 14px;
  width: 45px;
}
.doc_slide p.date .pr {
  color: #27aae0;
  text-transform: none;
  margin-left: 12px;
}
.doc_slide p.date span {
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  position: absolute;
  right: 27px;
  top: 15px;
}
.doc_slide p.date i {
  position: absolute;
  right: 5px;
  top: 19px;
  width: 13px;
  height: 13px;
}
.doc_slide p.date i:before, .doc_slide p.date i:after {
  background: #27aae0;
  content: '';
  display: block;
  position: absolute;
  border-radius: 3px;
  transition: 0.3s linear;
}
.doc_slide p.date i:before {
  width: 13px;
  height: 3px;
  top: 5px;
  left: 0;
}
.doc_slide p.date i:after {
  width: 3px;
  height: 13px;
  top: 0;
  left: 5px;
}
.doc_slide p.date.open i:after {
  height: 0;
  top: 50%;
}
.doc_slide .doc_text {
  padding: 14px 0 0 49px;
  display: none;
}
.doc_slide .doc_text ul {
  margin-bottom: 20px;
}
.doc_slide .doc_text a {
  color: black;
  position: relative;
  transition: 0.3s linear;
}
.doc_slide .doc_text a:after {
  background: #27aae0;
  content: '';
  left: 50%;
  right: 50%;
  height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  transition: 0.3s linear;
}
.doc_slide .doc_text a:hover:after {
  left: 0;
  right: 0;
  height: 1px;
}
.doc_slide .doc_text a:hover {
  text-decoration: none;
  color: #27aae0;
}

.job_list {
  margin: -13px 0 0;
}
.job_list .doc_slide {
  padding: 0;
}
.job_list .bg_gray {
  padding: 46px;
}
.job_list .job_list--title {
  font-size: 25px;
  font-family: "open_sanssemibold", sans-serif;
  margin: 0 0 19px;
}
.job_list .job_list--title span {
  display: block;
  color: #27aae0;
  font-size: 20px;
  font-family: "open_sansbold", sans-serif;
  margin-top: 5px;
}

.staff {
  position: relative;
  overflow: hidden;
}
.staff.view:after {
  background: url(../img/sep4.png) repeat-x;
  content: '';
  display: block;
  opacity: .5;
  height: 1px;
}
.staff.view .img img {
  max-width: 100%;
  width: auto;
}
.staff .img img {
  width: 100%;
}
.staff .title {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  line-height: 20px;
  padding: 9px 0 0;
  height: 82px;
  margin: 0 0 39px;
}
.staff .title span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  margin-top: 4px;
}
.staff .name {
  font-size: 18px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  text-transform: uppercase;
}
.staff .name span {
  display: block;
  font-size: 11px;
  color: black;
  margin-top: 4px;
}
.staff .wysiwyg {
  padding-top: 32px;
}

.team {
  position: relative;
  overflow: hidden;
}
.team .row_sec div {
  margin-bottom: 50px;
}
.team p {
  line-height: 20px;
}
.team p.name {
  font-size: 15px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  margin-top: 30px;
}
.team p.name.frs {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.team p.status {
  font-size: 11px;
  font-family: "open_sansbold", sans-serif;
  text-transform: uppercase;
  margin: 7px 0 28px;
}
.team img {
  width: 100%;
}

.activity_links {
  padding: 16px 0 0;
}
.activity_links p.hd {
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  margin: 0 0 23px;
}
.video_wrap {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.video_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.bridge_view .img {
  margin: 7px 0 30px;
}
.bridge_view .bridge_slider-other {
    margin-bottom: 30px;
}
.bridge_view .img img {
  max-width: 100%;
}
.bridge_slider-other{
    margin-bottom: 30px;
  }
  .bridge_slider-other  .slick-prev, .bridge_slider-other .slick-next{
      background:#ffffff url(../img/arr_d@m.png) center no-repeat;
      height: 40px;
      width: 40px;
      border-radius: 40px;
      //margin-top: -20px;
      z-index: 5;
    }
 .bridge_slider-other   .slick-prev{
      left: -20px;
      background-position: 19px center;
    }
  .bridge_slider-other  .slick-next{
      right: -20px;
      transform: rotate(-180deg);
        margin-top: -20px;
        background-position: 18px center;
    }
.bridge_view .params {
  padding: 19px 0 22px;
}
.bridge_view .params .row:first-child p {
  border: 0;
}
.bridge_view .wysiwyg h2 {
    font-size: 25px;
    font-family: "open_sansbold",sans-serif;
    margin: 0 0 22px;
    line-height: 150%;
    text-transform: uppercase;
}
.bridge_view .params p {
  border-top: 1px solid #4e555b;
  font-size: 13px;
  color: #27aae0;
  margin: 0 50px 17px;
  padding: 16px 0 0;
}
.bridge_view .params p span,
.bridge_view .params p a {
  color: white;
}
.bridge_view .bridge_map {
    margin-bottom: 30px;
}
.bridge_view .wysiwyg {
  margin: 0 50px 21px;
}
.bridge_view .gallery {
  padding: 50px 0 40px;
}
.bridge_view .gallery a {
  display: block;
  margin-bottom: 10px;
}
.bridge_view .gallery a img {
  width: 100%;
}
.map_block {
    position: relative;
}
.view_buttons {
    position: absolute;
    z-index: 3;
    top: 7px;
    width: 100%;
    height: 1px;
}
.view_buttons .wr {
    padding: 0 55px;
}
.view_buttons a {
    display: inline-block;
    background: #ffba00;
    height: 40px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 17px;
    border-radius: 40px;
    color: #222a32;
    font-family: "open_sansbold",sans-serif;
    font-size: 13px;
}
.view_buttons a.current {
    background: #222a32;
    color: #ffba00;
}
.audioguide .hd {
    font-family: "open_sansbold",sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 50px;
    margin-bottom: 40px;
}

.pag-wr {
  position: relative;
  // padding-bottom: 35px;
}

.news_one .pagination a.btn_next {
  right: 0;
}

.news_one .pagination a.btn_prev {
  left: 0;
}

.news_one .ya-share2 {
  margin-bottom: 40px;
  padding-left: 100px;
  position: relative;
  margin-top: 52px;
}
.news_one .ya-share2:before {
  content: "Поделиться:";
  display: inline-block;
  position: absolute;
  left: 0;
  font-size}
.pagination.staff_inner a.btn_prev {
  left: 0px;
}
.pagination.staff_inner a.btn_next {
  right: 0px;
}
.pagination
{
    text-align: center;
    padding: 33px 0 25px;
    margin: 0 0 1px;
    position: relative;
}
.pagination a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  color: #222a32;
  transition: 0.3s linear;
}
.pagination a.round {
  border: 2px solid #27aae0;
  height: 30px;
  line-height: 31px;
  border-radius: 30px;
}
.pagination a.btn_prev {
  position: absolute;
  left: 45px;
  top: 0px;
  padding: 0 21px 0 35px;
}
.pagination a.btn_prev i {
  position: absolute;
  left: 14px;
  top: 11px;
}
.pagination a.btn_next {
  position: absolute;
  right: 45px;
  top: 0px;
  padding: 0 35px 0 21px;
}
.pagination a.btn_next i {
  position: absolute;
  top: 11px;
  right: 14px;
}
.pagination a.btn_back {
  padding: 0 22px;
}

.pagination_index {
  padding-bottom: 35px;
}
.pagination_index .sep {
  background: url(../img/sep4.png) repeat-x;
  opacity: .5;
  height: 1px;
  margin: 1px 0 32px;
}
.pagination_index .pag {
  border: 2px solid #27aae0;
  float: left;
  height: 30px;
  line-height: 32px;
  margin: 9px 0 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 286px;
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  border-radius: 30px;
}
.pagination_index .pag a.btn_first {
  display: block;
  float: left;
  padding: 10px 9px 10px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.pagination_index .pag a.btn_prev {
  display: block;
  float: left;
  padding: 10px 6px 10px;
  line-height: 0;
  position: absolute;
  left: 30px;
  top: 0;
}
.pagination_index .pag a.btn_last {
  display: block;
  float: right;
  padding: 10px 9px 10px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pagination_index .pag a.btn_next {
  display: block;
  float: right;
  padding: 10px 6px 10px;
  line-height: 0;
  position: absolute;
  right: 30px;
  top: 0;
}
.pagination_index .pag span {
  margin: 0 40px;
}
.pagination_index .pag b {
  color: #27aae0;
  font-weight: normal;
  margin-left: 8px;
}
.pagination_index .pag_select {
  border: 2px solid #27aae0;
  float: right;
  line-height: 30px;
  margin: 9px 0 0;
  position: relative;
  overflow: hidden;
  width: 160px;
  text-transform: uppercase;
  border-radius: 15px;
}
.pagination_index .pag_select span {
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  display: block;
  padding: 0 30px 0 11px;
  height: 30px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.pagination_index .pag_select span i {
  font-style: normal;
  color: #27aae0;
}
.pagination_index .pag_select span:after {
  background-image: url(../img/arr_d_black.png);
  background-size: 10px 6px;
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 10px;
  height: 6px;
  transition: 0.3s linear;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .pagination_index .pag_select span:after {
    background-image: url(../img/arr_d_black@2x.png);
  }
}
.pagination_index .pag_select span.open:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination_index .pag_select .select_wrap {
  display: none;
}
.pagination_index .pag_select .select_wrap a {
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  display: block;
  padding: 0 44px 0 11px;
  height: 30px;
  line-height: 30px;
}
.pagination_index .pag_select .select_wrap a:hover {
  background: #27aae0;
  color: white;
}
.river-video {
  border-top: 3px solid #27aae0;
  margin-bottom: 30px; }
  .river-video .video_wrap {
    background: #ededed; }
    .river-video .video_wrap iframe {
      top: 40px;
      left: 40px;
      width: calc(100% - 80px) !important;
      height: calc(100% - 80px) !important;
      right: 40px; }
  .river-video h2.hd {
    font-size: 18px;
    font-family: "open_sansextrabold", sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase; }
.bridge_list .wr {
  position: relative;
}.bridge_list hr {
  margin: 0 0 25px;
  background: url(../img/sep4.png) bottom repeat-x;
  border: none;
}
.bridge_list h1 {
  margin-bottom: 32px !important;
}
.bridge_list .buttons_geay {
  float: right;
}
.bridge_list .buttons_geay a {
  display: inline-block;
  font-size: 13px;
  font-family: "open_sansbold",sans-serif;
  text-decoration: none;
  padding: 0 22px 0 42px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 5px 0;
  position: relative;
  color: #a2a4a6;
  text-transform: uppercase;
  border-radius: 30px;
  background: #ebebeb;
}
.bridge_list .buttons_geay a.current {
  color: #000;
}
.bridge_list .buttons_geay a.current i {
  background-position: bottom;
}
.bridge_list .buttons_geay i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 12px;
    background-image: url(../img/s_marker.png);
    background-position: top;
}
.bridge_list .buttons_geay i.bars {
    background-image: url(../img/s_menu.png);
}
.bridge_list .search_b {
  position: absolute;
  display: inline-block;
  z-index: 1;
}
.bridge_list .search_b i {
  width: 24px;
  height: 24px;
  font-size: 15px;
  background: #000;
  color: #fff;
  line-height: 23px;
  text-align: center;
  margin-left: -11px;
  border-radius: 20px;
  vertical-align: -2px;
  padding-top: 1px;
  box-sizing: border-box;
  margin-top: 2px;
  padding-right: 1px;
  margin-right: 5px;
}
.bridge_list .search_b .select {
  background: white;
  border: 2px solid #27aae0;
  width: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 21px;
  display: inline-block;
}
.bridge_list .search_b .select span {
  height: 30px;
  line-height: 28px;
  position: relative;
  display: block;
  padding: 0 30px 0 14px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-family: "open_sanslight", sans-serif;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bridge_list .search_b .select span:after {
  background-image: url(../img/arr_d_black.png);
  background-size: 10px 6px;
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 10px;
  height: 6px;
  transition: 0.3s linear;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .bridge_list .search_b .select span:after {
    background-image: url(../img/arr_d_black@2x.png);
  }
}
.bridge_list .search_b .select span.open {
  border: 0;
}
.bridge_list .search_b .select span.open:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bridge_list .search_b .select .options, .bridge_list .search_b .select .sub {
  display: none;
  padding: 10px 0 0;
  border-radius: 15px;
}
.bridge_list .search_b .select .options{
      max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bridge_list .search_b .select .options a, .bridge_list .search_b .select .sub a {
  font-size: 12px;
  font-family: "open_sanslight", sans-serif;
  display: block;
  height: auto;
  line-height: 16px;
  padding: 7px 14px;
  transition: 0.3s linear;
}
.bridge_list .search_b .select .options a:hover, .bridge_list .search_b .select .sub a:hover {
  background: #27aae0;
  color: white;
}
.bridge_list .search_b .select .sub a {
  margin: 0 -4px;
}
.bridge_list .search_b input[type="text"] {
  border: none;
  font-size: 12px;
  padding: 3px 10px;
  width: 80%;
}
.bridge_list .search_b form.select i {
  font-size: 12px;
  vertical-align: 0;
  margin: 0;
  float: right;
  padding-right: 0;
}
.bridge_list .search_b form.select {
  padding: 3px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 240px;
}
.bridge_list .search_b .select button {
  position: absolute;
  z-index: 5;
  opacity: 0;
  right: 0;
  width: 25px;
  height: 25px;
}
.bridge_list.embankments .clearfix {
    margin-bottom: 20px;
}
.bridge_list.embankments .search_b {
    margin-top: 5px;
    margin-bottom: 10px;
}
.bridge_list.embankments .search_b .select {
    width: 290px;
}
.bridge_list.embankments .search_b form.select {
    position: relative;
    left: 0px;
}
.bridge_list.embankments .search_b input{
  width: 90%;
}

.bridge_list.piers_map
{
  margin-bottom: 60px;
}
.bridge_list.piers .search_b .select
{
  width: 260px;
}

.bridge_list hr
{
  clear: both;
}
.piers-btn
{
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-family: "open_sansregular",sans-serif;
    text-decoration: none;
    padding: 0 20px 0 53px;
    height: 40px;
    line-height: 40px;
    margin: 13px 5px 5px 0;
    position: relative;
    border-radius: 30px;
    background: #27aae0;
    vertical-align: top;
    float: right;
    transition: 0.5s;
}
.piers-btn:hover
{
    background-color: #ebebeb;
    color: #000;
}
.piers-btn i.anchor {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left:12px;
  background-position: top;
  background-image: url("../img/anchor.png");
}
 .bridge_list.embankments h1.head
 {
  display: inline-block;
  padding-right: 40px;
 }


@media only screen and (max-width: 1145px){
  .bridge_list.piers .search_b {
    top: 50px;
  }
  .bridge_list.piers .buttons_geay {
    margin-bottom: 50px;
}
}

@media only screen and (max-width: 1145px){
  .bridge_list.embankments .search_b {
    top: 50px;
  }
  .bridge_list.embankments .buttons_geay {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 618px){
  .bridge_list.piers .buttons_geay {
      margin-bottom: 100px;
  }
}
@media only screen and (max-width: 560px){
  .bridge_list.piers .search_b {
      margin-top: 10px;
  }
  .bridge_list.piers .search_b form.select {
    display: block;
    top: auto;
}

}
@media only screen and (max-width: 624px){
  .bridge_list.embankments .search_b {
      margin-top: 10px;
  }
  .bridge_list.embankments .search_b form.select {
    display: block;
    top: auto;
}
.bridge_list.embankments .buttons_geay {
    margin-bottom: 100px;
}
}
@media only screen and (max-width: 475px){
  .bridge_list.piers .search_b {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 420px){
  .bridge_list.embankments .search_b {
    margin-top: 45px;
  }
}



.categories {
  font-size: 0;
  padding: 0 0 23px;
  margin: 3px 0 0;
  float: right;
}
.categories a {
  display: inline-block;
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  text-decoration: none;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 5px 0;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
}
.categories a.disabled {
  cursor: default;
  opacity: .5;
}
.bridge_view .img {
  position: relative;
}
.bridge_view .img .fade {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.bridge_wrap a {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 32px;
}
.bridge_wrap a span.txt {
  display: block;
  padding: 14px 0 0;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.bridge_wrap a img {
  max-width: 100%;
  border-radius: 10px;
}

.contacts .cont_info_blocks {
  margin-bottom: 40px;
}
.contacts .cont_info_blocks img {
  width: 100%;
}
.contacts .cont_info_blocks .img {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.contacts .cont_info_blocks .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts .slick-slide {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.contacts .slick-slide img {
  width: 100%;
}
.contacts .inf_block_one {
  position: relative;
  padding: 100% 0 0;
  color: white;
  margin-bottom: 10px;
  border-radius: 10px;
}
.contacts .inf_block_one p {
  font-size: 12px;
  line-height: 16px;
}
.contacts .inf_block_one p.bold {
  font-size: 10px;
  font-family: "open_sansbold", sans-serif;
  text-transform: uppercase;
  margin-top: 12px;
}
.contacts .inf_block_one p.hd {
  position: absolute;
  top: 35px;
  left: 40px;
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  text-transform: uppercase;
}
.contacts .inf_block_one p a {
  color: white;
}
.contacts .inf_block_one .txt_bottom {
  position: absolute;
  left: 40px;
  bottom: 33px;
}
.contacts .inf_block_one.bg_gray {
  color: #222a32;
}
.contacts .inf_block_one.bg_gray p, .contacts .inf_block_one.bg_gray a {
  color: #222a32;
}
.contacts .inf_block_one .rhombus {
  border-radius: 10px;
  display: block;
  margin: 0 0 0 -32px;
  position: absolute;
  left: 50%;
  top: 98px;
  width: 55px;
  height: 55px;
  position: absolute;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
}
.contacts .inf_block_one .rhombus.white {
  border: 5px solid white;
}
.contacts .inf_block_one .rhombus.dark {
  border: 5px solid #222a32;
  color: #222a32;
}
.contacts .inf_block_one .rhombus.blue {
  border: 5px solid #27aae0;
}
.contacts .inf_block_one .rhombus.bg_blue {
  color: white !important;
}
.contacts .inf_block_one .rhombus i {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contacts .form {
  padding: 35px 0 52px;
  position: relative;
  overflow: hidden;
}
.contacts .map {
  position: relative;
  overflow: hidden;
  margin-bottom: -42px;
}

.news_one .wr {
  padding: 0;
}
.news_one .img {
  margin-bottom: 32px;
}
.news_one .img img {
  max-width: 100%;
}
.news_one .brief {
  margin-bottom: 32px;
}
.news_one .brief p {
  font-size: 12px;
  line-height: 25px;
}
.news_one .brief p.name {
  font-size: 18px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  text-transform: uppercase;
}
.news_one .brief p.date {
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  margin-bottom: 24px;
}

.sep_line {
  background: url(../img/sep4.png) repeat-x;
  height: 1px;
  opacity: .5;
}

.news_list .wr {
  padding: 0;
}
.news_list a.news_link {
  display: block;
  position: relative;
  padding-top: 100%;
  color: #222a32;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.news_list a.news_link p {
  font-size: 100%;
}
.news_list a.news_link:before, .news_list a.news_link:after {
  border-color: #dbdbdb;
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom-left-radius: 10px;
}
.news_list a.news_link:hover:before {
  border-width: 0 40px 40px 0;
  border-color: transparent white transparent transparent;
  right: 0;
  top: 0;
}
.news_list a.news_link:hover:after {
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #bababa;
  right: 0;
  top: 0;
}
.news_list a.news_link span {
  position: absolute;
  padding: 0 7% 0 14%;
  width: 100%;
  box-sizing: border-box;
}
.news_list a.news_link span.date {
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  color: #222a32;
  top: 14%;
}
.news_list a.news_link span.name {
  font-size: 17px;
  line-height: 20px;
  top: 26%;
  height: 40px;
  overflow: hidden;
}
.news_list a.news_link span.txt {
  font-size: 12px;
  line-height: 20px;
  top: 46.5%;
  height: 80px;
}
.news_list a.news_link span.details {
  font-size: 11px;
  color: #27aae0;
  bottom: 12.5%;
  text-decoration: underline;
  color: #27aae0;
}
.news_list a.news_link.bg_dark span.date {
  color: #27aae0;
}
.news_list a.news_link.bg_dark span.name, .news_list a.news_link.bg_dark span.txt {
  color: white;
}
.news_list a.news_link.bg_blue span.details {
  color: white;
}
.news_list .pagination_index {
  padding-top: 22px;
}

.photo_list .gallery_link, .photo_list .gallery_link_sec {
  display: block;
  padding-top: 100%;
  color: #222a32;
  margin-bottom: 10px;
  color: black;
  line-height: 25px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.photo_list .gallery_link img, .photo_list .gallery_link_sec img {
  max-width: 100%;
}
.photo_list .gallery_link:hover span.back, .photo_list .gallery_link_sec:hover span.back {
  bottom: 0;
}
.photo_list .gallery_link span.front, .photo_list .gallery_link_sec span.front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
}
.photo_list .gallery_link span.front img, .photo_list .gallery_link_sec span.front img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.photo_list .gallery_link span.back, .photo_list .gallery_link_sec span.back {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -100%;
  padding: 10px;
  width: 100%;
  left: 0;
  color: white;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.photo_list .gallery_link span.back .txt, .photo_list .gallery_link_sec span.back .txt {
  position: static;
}
.photo_list .gallery_link span span, .photo_list .gallery_link_sec span span {
  position: absolute;
  padding: 0 7% 0 10%;
  width: 100%;
  box-sizing: border-box;
}
.photo_list .gallery_link span.name, .photo_list .gallery_link_sec span.name {
  font-size: 22px;
  font-family: "open_sansbold", sans-serif;
  color: white;
  line-height: 26px;
  top: 29px;
  height: 130px;
  overflow: hidden;
}
.photo_list .gallery_link span.txt, .photo_list .gallery_link_sec span.txt {
  line-height: 18px;
  top: 0;
  height: 55px;
  overflow: hidden;
}
.photo_list .gallery_link span.count, .photo_list .gallery_link_sec span.count {
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  bottom: 10%;
  color: white;
}
.photo_list .gallery_link span.bg_blue, .photo_list .gallery_link_sec span.bg_blue {
  display: block;
}
.photo_list .gallery_link_sec span.bg_text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.gallery_list .gallery_link_sec {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.gallery_list .gallery_link_sec span.img {
  display: block;
  position: relative;
}
.gallery_list .gallery_link_sec span.img img {
  width: 100%;
}
.gallery_list .gallery_link_sec span.img.bg_blue {
  font-size: 25px;
  font-family: "open_sansbold", sans-serif;
  color: white;
  padding: 29px 30px 0 30px;
  height: 190px;
  box-sizing: border-box;
}
.gallery_list .gallery_link_sec span.img .rhombus {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
}
.gallery_list .gallery_link_sec span.txt b {
    font-size: 10px;
    font-family: "open_sansbold", sans-serif;
    font-weight: normal;
    display: block;
    margin-top: 3px;
}
.gallery_list .gallery_link_sec span.img .rhombus.white {
  border: 5px solid white;
}
.gallery_list .gallery_link_sec span.img .rhombus i {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery_list .gallery_link_sec span.txt {
  display: block;
  font-size: 11px;
  line-height: 15px;
  color: #222a32;
  text-transform: uppercase;
  padding: 28px 30px 24px;
  height: 100px;
  box-sizing: border-box;
}
.gallery_list .gallery_link_sec span.txt span.dotdotdot {
  height: 15px;
  overflow: hidden;
  display: block;
  word-wrap: break-word;
}
.gallery_list .gallery_link_sec span.txt b {
  font-size: 10px;
  font-family: "open_sansbold", sans-serif;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}
.photo_list .gallery_link.brige_p_l .btn, .photo_list .gallery_link_sec.brige_p_l .btn {
  border: 2px solid #fff;
  height: 24px;
  line-height: 25px;
  border-radius: 30px;
  font-size: 10px;
  font-family: "open_sansbold",sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: all .3s ease;
}
.photo_list .gallery_link.brige_p_l .btn:hover, .photo_list .gallery_link_sec.brige_p_l .btn:hover {
  background: #fff;
  color: #000;
}
.photo_list .gallery_link.brige_p_l span span, .photo_list .gallery_link_sec.brige_p_l span span {
  position: relative;
  display: block;
}
.photo_list .gallery_link.brige_p_l span span.name, .photo_list .gallery_link_sec.brige_p_l span span.name {
  top: 32px;
  height: 90px;
  font-size: 18px;
}
.photo_list .gallery_link.brige_p_l span span.count, .photo_list .gallery_link_sec.brige_p_l span span.count {
  margin-bottom: 10px;
  color: #000;
    font-family: "open_sanssemibold",sans-serif;
	bottom: auto;
}
.photo_list .gallery_link.brige_p_l span span.txt, .photo_list .gallery_link_sec.brige_p_l span span.txt {
  line-height: 20px;
  height: 80px;
  
}
.text_page {
  padding-bottom: 20px;
}

.prs_center {
  padding-bottom: 20px;
}
.prs_center .cnt {
  position: relative;
  overflow: hidden;
}
.prs_center .cnt_one {
  position: relative;
  padding-top: 100%;
  border-radius: 10px;
}
.prs_center .cnt_one .rhombus {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
}
.prs_center .cnt_one .rhombus.dark {
  border: 5px solid #222a32;
}
.prs_center .cnt_one .rhombus i {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #222a32;
}
.prs_center .cnt_one p {
  color: #222a32;
  font-size: 15px;
}
.prs_center .cnt_one p.hd {
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 35px;
  left: 40px;
}
.prs_center .cnt_one p a {
  color: #222a32;
  font-size: 15px;
}
.prs_center .cnt_one .txt_bottom {
  position: absolute;
  width: 100%;
  padding: 0 0 0 40px;
  bottom: 33px;
  box-sizing: border-box;
}
.prs_center .sep {
  background: url(../img/sep4.png) repeat-x;
  height: 1px;
  opacity: .5;
  margin: 40px 0;
}
.prs_center .contact_txt .sep {
  margin-bottom: 40px;
}
.prs_center .contact_txt:after {
  content: '';
  clear: both;
  display: block;
}
.prs_center .contact_txt .user_img {
  border: 5px solid #27aae0;
  float: left;
  width: 210px;
  height: 210px;
  position: relative;
  border-radius: 210px;
}
.prs_center .contact_txt .user_img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 30px;
  border-color: transparent #27aae0;
  content: '';
  display: block;
  position: absolute;
  right: -26px;
  top: 63px;
  z-index: 1;
}
.prs_center .contact_txt .user_img:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 32px;
  border-color: transparent white;
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 68px;
  z-index: 2;
}
.prs_center .contact_txt .user_img span {
  background: white;
  display: block;
  padding: 10px;
  width: 190px;
  height: 190px;
  position: relative;
  overflow: hidden;
  border-radius: 190px;
  z-index: 3;
}
.prs_center .contact_txt .user_img span span {
  padding: 0;
}
.prs_center .contact_txt .wysiwyg {
  margin-left: 299px;
  padding-top: 9px;
}
.prs_center .contact_txt .wysiwyg p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.prs_center .contact_txt .wysiwyg p.name {
  font-size: 15px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
  margin: 29px 0 7px;
}
.prs_center .contact_txt .wysiwyg p.status {
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.prs_center .form {
  background: #eee;
  padding: 46px 50px;
}
.prs_center .form p {
  color: black;
}
.prs_center .form p.hd {
  color: black;
}
.prs_center .form .input input {
  background: white;
  color: black;
}
.prs_center .form .input i {
  color: #27aae0;
  opacity: 1;
}
.prs_center .form .input p {
  color: black;
}
.prs_center .form .textarea textarea {
  background: white;
  color: black;
}
.prs_center .form .textarea p {
  color: black;
}
.prs_center .form .textarea i {
  color: #27aae0;
  opacity: 1;
}
.prs_center .p_blocks .bl {
  height: 290px;
  position: relative;
  margin-bottom: 10px;
}
.prs_center .p_blocks .bl p.hd {
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  padding: 34px 10px 34px 40px;
  text-align: left;
}
.prs_center .p_blocks .bl p.hd:after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 13px;
  border-radius: 3px;
}
.prs_center .p_blocks .bl p.hd.line_blue:after {
  background: #27aae0;
}
.prs_center .p_blocks .bl p.hd.line_white:after {
  background: white;
}
.prs_center .p_blocks .bl p.date {
  font-size: 12px;
  font-family: "open_sansextrabold", sans-serif;
  padding: 0 0 8px 40px;
}
.prs_center .p_blocks .bl a.show_all {
  font-size: 10px;
  font-family: "open_sansextrabold", sans-serif;
  position: absolute;
  width: 100%;
  padding: 0 0 0 40px;
  left: 0;
  bottom: 37px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.prs_center .p_blocks .bl.center a.show_all {
  padding: 0;
}
.prs_center .p_blocks .bl .rhombus {
  border-radius: 10px;
  display: block;
  margin: -2px auto 27px;
  position: relative;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 10px;
}
.prs_center .p_blocks .bl .rhombus.white {
  border: 5px solid white;
}
.prs_center .p_blocks .bl .rhombus.dark {
  border: 5px solid #222a32;
  color: #222a32;
}
.prs_center .p_blocks .bl .rhombus.blue {
  border: 5px solid #27aae0;
}
.prs_center .p_blocks .bl .rhombus.bg_blue {
  color: white !important;
}
.prs_center .p_blocks .bl .rhombus i {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prs_center .p_blocks .bl .txt {
  padding: 0 20px 0 40px;
}
.prs_center .p_blocks .bl .txt a.details {
  font-size: 11px;
  text-decoration: underline;
}
.prs_center .p_blocks .bl .txt p {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 8px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.prs_center .p_blocks .bl.bg_dark .txt p, .prs_center .p_blocks .bl.bg_blue .txt p {
  color: white;
}

.show_list p.hd {
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.show_list a {
  text-decoration: underline;
}
.show_list .sep {
  background: url(../img/sep4.png) repeat-x;
  height: 1px;
  opacity: .5;
  margin: 29px 0 34px !important;
}

.project_photo_list .sep {
  background: url(../img/sep4.png) repeat-x;
  height: 1px;
  opacity: .5;
  margin: 8px 0 50px;
}
.project_photo_list .img {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
}
.project_photo_list .img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.project_photo_list .img a img {
  width: 100%;
}

.project_list {
  padding: 0 0 10px;
}
.project_list .sep {
  background: url(../img/sep4.png) repeat-x;
  height: 1px;
  opacity: .5;
  margin: 8px 0 50px;
}
.project_list .img {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
}
.project_list .img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.project_list .img a img {
  width: 100%;
}
.project_list .img a:after {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.project_list .img a .title {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  padding: 0 20px 0 40px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  line-height: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.project_list .img a .title:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 20px;
  border-radius: 3px;
}
.project_list .img a .details {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  padding: 0 20px 0 40px;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "open_sansextrabold", sans-serif;
  box-sizing: border-box;
  z-index: 1;
}

.bg_overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}

.popup {
  position: absolute;
  left: 50%;
  display: none;
  z-index: 100;
}
.popup .close {
  background-image: url(../img/close.png);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -32px;
  top: -32px;
  cursor: pointer;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .popup .close {
    background-image: url(../img/close@2x.png);
  }
}

.error_page {
  position: relative;
  padding: 74px 0 53px;
}
.error_page:before {
  background: url(../img/sep4.png) repeat-x;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
}
.error_page .error_icon {
  background-image: url(../img/icon_404.png);
  background-size: 400px 401px;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 401px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .error_page .error_icon {
    background-image: url(../img/icon_404@2x.png);
  }
}
.error_page h1 {
  font-size: 25px;
  font-family: "open_sansbold", sans-serif;
  margin: -14px 0 8px;
  text-transform: uppercase;
}
.error_page h1 span {
  display: block;
  font-size: 180px;
  font-family: "open_sansextrabold", sans-serif;
  color: #27aae0;
}
.error_page p {
  font-size: 14px;
  margin: 0 0 6px;
}
.error_page a {
  font-size: 10px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
}

.regiment {
  background: #efecdb;
}
.regiment .container {
  padding: 0 0 360px;
}
.regiment .header__top {
  background: #224a05;
}
.regiment .header__middle .menu li a.current, .regiment .header__middle .menu li span.current{
  color: #F61D0C;
}
.regiment .header__bottom {
  display: none;
}
.regiment .breadcrumbs {
  background: #142b00;
  margin: 17px 0 0px;
}
.regiment .breadcrumbs span {
  color: #ffffff;
}
.regiment .breadcrumbs span a {
  font-size: 11px;
  color: #efecdb;
}
.regiment .icon.arr_d {
  background-image: url(../img/arr_d_black.png);
}
.regiment .main-content {
  padding-top: 35px;
  background-image: url(../img/pattern.png);
  padding-bottom: 50px;
}
.regiment .head {
  font-family: "open_sanssemibold";
}
.regiment .head:after {
  background: #f7210f;
}
.regiment .head.polk_list {
  text-align: center;
  font-size: 50px;
}
.regiment .head.polk_list:after {
  margin: 15px auto 0;
}
.regiment .head.polk_list i.star:first-of-type {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.regiment i.star {
  content: "";
  display: inline-block;
  width: 82px;
  height: 44px;
  background: url(../img/star@2x.png) no-repeat;
  margin: 0 15px;
}
.regiment h3 {
  font-size: 25px;
  position: relative;
  margin-bottom: 50px;
}
.regiment .red {
  color: #f7210f;
  font-size: 24px;
}
.regiment a.button {
  font-family: "open_sansextrabold";
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 0 auto;
  background: #f7210f;
  color: #fff;
}
.regiment footer {
  background: #142b00;
}
.regiment footer .footer__top {
  background: #b1aa9b;
}
.regiment footer .footer__top p.hd {
  color: #000;
}
.regiment .person-title {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.1em;
}
.regiment .person-title span {
  display: block;
  font-size: 24px;
  font-family: "open_sanssemibold", sans-serif;
}
.regiment .person-title + p {
  line-height: 239%;
  margin-bottom: 55px;
  font-family: "open_sanssemibold", sans-serif;
}
.regiment .person-diskr {
  font-size: 17px;
  line-height: 35px;
}
.regiment .red.bold {
  font-size: 23px;
  font-family: "open_sansbold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.regiment .wysiwyg {
  margin: 30px 0;
}
.regiment .wysiwyg p {
  line-height: 220%;
}
.regiment .wysiwyg.centr p {
  font-size: 17px;
  line-height: 34px;
}
.regiment .wysiwyg.centr:after {
  background: #f7210f;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin: 15px auto 0;
  border-radius: 5px;
}
.regiment .wysiwyg img {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 100px;
  margin-bottom: 40px;
  float: right;
}
.regiment .to-video {
  background: rgba(49, 25, 9, 0.08);
  padding: 40px 0;
  margin-bottom: -50px;
  margin-top: 40px;
  border-top: 1px dotted rgba(130, 132, 132, 0.48);
}
.regiment .to-video a {
  background: #f3eee4;
  display: inline-block;
  font-family: "open_sansextrabold";
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 3px solid #b1aa9b;
  border-radius: 90px;
  position: relative;
  z-index: 5;
}
.regiment .to-video a:after {
  content: "";
  position: absolute;
  display: block;
  right: -37px;
  background: url(../img/tape.png);
  width: 42px;
  height: 41px;
  top: -2px;
  z-index: 3;
}
.regiment .to-video a:before {
  content: "";
  position: absolute;
  display: block;
  left: -36px;
  background: url(../img/tape2.png);
  width: 46px;
  height: 43px;
  top: -3px;
  z-index: 3;
}
.regiment .honors {
  background: rgba(49, 25, 9, 0.08);
  margin-bottom: -50px;
  padding: 5px 0;
  margin-top: 40px;
}
.regiment .honors .col-sm-3 {
  min-height: 375px;
}
.regiment .honors h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: "open_sansbold", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}
.regiment .honors img {
  border: 15px solid #f4efe5;
  box-shadow: 0 0 0px 1px #D9D2C4;
  margin: 5px 5px 20px;
  max-width: 100%;
  box-sizing: border-box;
}
.regiment .honors p {
  font-family: "open_sanssemibold", sans-serif;
  margin-bottom: 25px;
  padding: 0 3em;
}
.regiment .siluet i {
  background: url(../img/siluet-white.png);
}
/* .regiment .pr_link:before {
  background-image: url(../img/pr_logo-white.png);
} */
/* .regiment .copyright span {
  color: #fff;
} */
.regiment .persons {
  display: none;
}

footer.polk {
  background: #142b00;
}
footer.polk .footer__top {
  background: #b1aa9b;
}
footer.polk .footer__top p.hd {
  color: #000;
}

i.stars {
  display: inline-block;
  background: url(../img/stars.png) center no-repeat;
  width: 80px;
  height: 35px;
  vertical-align: text-top;
  margin: 0 15px;
}

i.star_s {
  display: inline-block;
  background: url(../img/one-star.png) center no-repeat;
  width: 25px;
  height: 23px;
  vertical-align: top;
}

.regiment .img-wrap {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  max-width: 250px;
  height: auto;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 5px 10px;
  position: relative;
}
.regiment .img-wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/corner-bottom.png);
  width: 50px;
  height: 50px;
  bottom: -3px;
  left: -3px;
  z-index: 3;
}
.regiment .img-wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/corner-top.png) no-repeat;
  width: 50px;
  height: 50px;
  top: -3px;
  right: -3px;
  z-index: 3;
}
.regiment .img-wrap.person-wrap {
  max-height: 570px;
  max-width: 420px;
  padding: 13px;
  box-sizing: border-box;
  margin-left: 0;
  border-radius: 7px;
}
.regiment .img-wrap img {
  width: 100%;
  height: 100%;
}

.persons-open {
  transition: all .3s ease;
}
.persons-open.off {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.slider-polk, .regiment .persons {
  margin-bottom: 45px;
}
.slider-polk p, .regiment .persons p {
  font-size: 14px;
  margin-bottom: 5px;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-polk h4, .regiment .persons h4 {
  font-size: 20px;
  margin: 15px auto 10px;
  letter-spacing: 1px;
}
.slider-polk em, .regiment .persons em {
  font-size: 12px;
  font-family: "open_sansitalic";
}
.slider-polk li, .regiment .persons li {
  text-align: center;
  min-height: 510px;
}
.slider-polk .slick-arrow, .regiment .persons .slick-arrow {
  height: 55px;
  width: 55px;
  border-radius: 55px;
  font-size: 1em;
  margin-top: -60px;
  opacity: 1;
  transition: all .3s ease;
  background: #d0cabd url(../img/arr_r@2x.png) center no-repeat;
}
.slider-polk .slick-arrow.off, .regiment .persons .slick-arrow.off {
  opacity: 0;
}
.slider-polk .slick-next, .regiment .persons .slick-next {
  right: -50px;
  background-position-x: 55%;
}
.slider-polk .slick-prev, .regiment .persons .slick-prev {
  left: -50px;
  background: #d0cabd url(../img/arr_l@2x.png) center no-repeat;
  background-position-x: 45%;
}

.bg_overlay {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  position: fixed;
  z-index: 101;
}

.chief .banner {
  background: #f2f2f2;
  min-height: 370px;
  margin-bottom: 45px;
}
.chief .banner .name {
  padding-top: 121px;
  margin-left: 42px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "open_sansextrabold", sans-serif;
  line-height: 40px;
  color: #27aae0;
}
.chief .banner .name span {
  display: block;
  color: #000;
  font-size: 11px;
  line-height: 20px;
  margin-top: 25px;
}
.chief .banner img {
  float: right;
  height: 370px;
}
.chief .wysiwyg p {
  font-size: 12px;
  margin-bottom: 21px;
}

.info-bridge {
  box-sizing: border-box;
  height: 34px;
  width: 360px;
  background: #ffba00;
  padding-left: 20px;
  border-radius: 0 35px 35px 0;
  font: 11px/35px 'open_sansregular';
  color: #222a32;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
}
.info-bridge.min{
  width:  80px;
}

.info-bridge:before {
  height: 24px;
  width: 24px;
  background: #ffba00;
  position: absolute;
  top: 5px;
  left: -12px;
  content: "";
  z-index: 1;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.info-bridge p {
  z-index: 3;
  position: absolute;
  height: 34px;
  left: 0;
  font: 11px/35px 'open_sansregular';
  color: #222a32;
}

.contact-map {
  background: #fff;
  position: absolute;
  padding: 6px 10px 10px;
  font: 14px 'open_sansregular', sans-serif,serif;
  color: #000;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.contact-map .h {
  font-size: 17px;
  width: 300px;
  font-family: "open_sanssemibold", sans-serif;
  margin-bottom: 5px;
  color: #27aae0;
}

.tooltip {
  position: absolute;
  z-index: -1;
}

.bloggers .breadcrumbs {
  background: #fff;
  margin-top: 0;
  margin-bottom: 61px;
}
.bloggers .breadcrumbs a {
  color: #000;
}
.bloggers .breadcrumbs:before {
  top: auto;
  bottom: 0;
}
.bloggers .partners a {
  display: inline-block;
  margin-right: 8px;
}
.bloggers .bloggers_list, .bloggers .bloggers_view {
  padding: 44px 0 10px;
  border-top: 1px solid #d2d6da;
  margin-top: 53px;
}
.bloggers .bloggers_list .img_wrap {
  padding: 10px;
  border: 3px solid #e7ebf0;
  border-radius: 10px;
  position: relative;
  transition: all .3s;
}
.bloggers .bloggers_list .img_wrap img {
  width: 100%;
  position: relative;
  z-index: 5;
  border-radius: 5px;
}
.bloggers .bloggers_list .img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 29px;
  height: 48px;
  left: 25px;
  background: #fff;
  border: 3px solid #e7ebf0;
  -webkit-transform: skewY(-59deg);
      -ms-transform: skewY(-59deg);
          transform: skewY(-59deg);
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #e7ebf0;
  transition: all .3s;
}
.bloggers .bloggers_list .img_wrap:hover {
  border-color: #27aae0;
}
.bloggers .bloggers_list .img_wrap:hover:after {
  border-color: #27aae0;
}
.bloggers .discr-wrap {
  padding-left: 59px;
  padding-top: 15px;
  height: 105px;
  overflow: hidden;
}
.bloggers .discr-wrap p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000;
}
.bloggers .discr-wrap a {
  display: block;
  color: #27aae0;
  font-size: 12px;
}
.bloggers .discr-wrap a span {
  font-family: "open_sansextrabold", sans-serif;
}
.bloggers .bloggers_view .blog_item {
  border: 13px solid #e7ebf0;
  border-radius: 10px;
  padding: 25px;
  padding-bottom: 33px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 65px;
}
.bloggers .bloggers_view .blog_item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -58px;
  width: 68px;
  height: 58px;
  left: 25px;
  background: url("../img/bloggers_one.png") no-repeat;
}
.bloggers .bloggers_view .blog_item .img_wrap {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
}
.bloggers .bloggers_view .blog_item .img_wrap img {
  width: 100%;
}
.bloggers .bloggers_view .blog_item .title {
  font-size: 12px;
  margin-bottom: 23px;
}
.bloggers .bloggers_view .blog_item .name {
  font: 20px/40px "open_sanssemibold", sans-serif;
  color: #27aae0;
  text-transform: uppercase;
}
.bloggers .bloggers_view .blog_item .txt {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 28px;
}
.bloggers .bloggers_view {
  padding: 27px 0 10px;
}
.bloggers .bloggers_view .bridge-about img {
  border-radius: 5px;
}
.bloggers .bloggers_view .discr-wrap {
  font: 15px/25px "open_sanssemibold", sans-serif;
  text-transform: uppercase;
  padding-left: 0;
  margin-top: 25px;
  height: auto;
  margin-bottom: 28px;
}
.bloggers .bloggers_view .discr-wrap a {
  text-transform: none;
  font: 15px 'open_sansregular';
}
.bloggers .bloggers_view .txt {
  font: 12px/20px 'open_sansregular';
  padding-right: 30px;
  margin-bottom: 25px;
}
.bloggers .button {
  font: 10px/24px "open_sansextrabold", sans-serif;
  text-transform: uppercase;
}
.bloggers .content .container {
  padding: 0 0 70px;
}

.popup {
  background: #fff;
  position: absolute;
  width: 700px;
  left: 50%;
  margin: 0 0 0 -350px;
  padding: 29px 30px 23px;
  box-sizing: border-box;
  display: none;
  z-index: 102;
  top: 200px;
}
.popup .close {
  width: 26px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: url(../img/close.png) no-repeat;
}
.popup .head {
  font-size: 25px;
  font-family: "open_sansbold";
}

.blue {
  color: #27aae0 !important;
}

.form p {
  font-size: 13px;
  color: white;
  margin: 0;
}
.form p.mandatory {
  font-size: 12px;
  margin: 13px 0 0 19px !important;
}
.form p.mandatory span {
  color: #27aae0;
  font-size: 20px;
  display: inline-block;
  height: 0;
  vertical-align: top;
  margin: 4px 5px 0 0;
}
.form p.hd {
  font-size: 20px;
  font-family: "open_sansextrabold", sans-serif;
  margin: 0 0 32px;
  text-transform: uppercase;
  color: #27aae0;
}
.form p.success {
  font-size: 20px;
  font-family: "open_sansbold", sans-serif;
  margin: 0 0 15px;
}
.form p.error {
  background: #27aae0;
  position: absolute;
  display: none !important;
  right: 0;
  top: -23px;
  font-size: 11px;
  padding: 5px 6px 7px;
  margin: 0 !important;
  display: none;
  white-space: nowrap;
}
.form p.error:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #27aae0 transparent transparent transparent;
  display: block;
  position: absolute;
  right: 8px;
  bottom: -7px;
}
.form .input {
  position: relative;
  margin: 0 0 21px;
}
.form .input.hid p {
  width: 0;
  font-size: 0;
}
.form .input p {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  padding: 11px 0 0 48px;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.form .input p i {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 14px;
  opacity: .1;
}
.form .input p span span {
  color: #27aae0;
  display: inline-block;
  vertical-align: top;
  height: 0;
}
.form .input p span b {
  font-weight: normal;
}
.form .input p span i {
  display: none;
  color: black !important;
  font-style: normal;
  position: static;
}
.form .input input {
  background: #2d353c;
  border: 1px solid transparent;
  width: 100%;
  padding: 10px 10px 10px 48px;
  font-size: 13px;
  color: white;
  transition: 0.3s linear;
  border-radius: 4px;
}
.form .input input.error {
  -webkit-animation: error 1s infinite linear 1s;
  animation: error 1s infinite linear 1s;
}
.form .textarea {
  margin: 0 0 15px;
  position: relative;
}
.form .textarea.hid p {
  width: 0;
  font-size: 0;
}
.form .textarea p {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  padding: 11px 0 0 48px;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.form .textarea p i {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 14px;
  opacity: .1;
}
.form .textarea p span span {
  color: #27aae0;
  display: inline-block;
  vertical-align: top;
  height: 0;
}
.form .textarea textarea {
  background: #2d353c;
  border: 1px solid transparent;
  width: 100%;
  height: 160px;
  color: white;
  padding: 11px 10px 11px;
  font-size: 13px;
  text-indent: 36px;
  transition: 0.3s linear;
  border-radius: 4px;
}
.form .textarea textarea.error {
  -webkit-animation: error 1s infinite linear 1s;
  animation: error 1s infinite linear 1s;
}
.form input.btn_send {
  background: #27aae0;
  border: 0;
  padding: 6px 15px 5px;
  text-transform: uppercase;
  vertical-align: top;
  float: right;
  color: #121313;
  font-size: 14px;
  font-family: "open_sansbold", sans-serif;
  border-radius: 30px;
  transition: 0.3s linear;
}
.form input.btn_send:hover {
  background: #e2e2e2;
}
.form .captcha p {
  float: left;
  margin: 14px 0 0;
}
.form .captcha img {
  float: left;
  margin: 8px 12px 0 0;
}
.form .captcha .input {
  float: left;
  width: 50px;
  margin: 2px 0 0 16px;
}
.form .captcha .input p {
  padding: 12px 0 0;
  margin: 0;
  text-align: center;
}
.form .captcha .input input {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.form button {
  background: #27aae0;
  border: 0;
  display: inline-block;
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
  text-decoration: none;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  color: white;
  margin: 8px 0 0;
  float: right;
  text-transform: uppercase;
  border-radius: 30px;
}
.form .file {
  position: relative;
  margin: 0 0 21px;
}
.form .file.hid p .input {
  font-size: 0;
}
.form .file p {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  padding: 11px 0 0 48px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  transition: 0.3s linear;
  z-index: 1;
}
.form .file p i {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 14px;
  opacity: .1;
}
.form .file p span span {
  color: #27aae0;
  display: inline-block;
  vertical-align: top;
  height: 0;
}
.form .file p span.button {
  background: #eee;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 10px;
  font-family: "open_sansextrabold", sans-serif;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 24px;
}
.form .file input.fileinput {
  font-size: 0;
  opacity: 0;
  position: absolute;
}
.form .file input.input {
  background: #2d353c;
  border: 1px solid transparent;
  width: 100%;
  padding: 10px 10px 10px 48px;
  font-size: 13px;
  color: white;
  margin: 0;
  transition: 0.3s linear;
  border-radius: 4px;
}
.form .file input.input.error {
  -webkit-animation: error 1s infinite linear 1s;
  animation: error 1s infinite linear 1s;
}
.form.light p {
  color: black;
}
.form.light .input p {
  color: black;
}
.form.light .input p i {
  opacity: 1;
  color: #27aae0;
}
.form.light .input input {
  background-color: white;
  color: black;
}
.form.light .file .input {
  background: white;
  color: black;
}
.form.light .file i {
  color: #27aae0;
  opacity: 1;
}
.form.light .textarea p {
  color: black;
}
.form.light .textarea p i {
  opacity: 1;
  color: #27aae0;
}
.form.light .textarea textarea {
  background-color: white;
  color: black;
}

@keyframes error {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #27aae0;
  }
  100% {
    border-color: transparent;
  }
}
@-webkit-keyframes error {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #27aae0;
  }
  100% {
    border-color: transparent;
  }
}
.blue {
  color: #27aae0 !important;
}

.wysiwyg {
  padding: 0 0 1px;
}
.wysiwyg p {
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 25px;
}
.wysiwyg p.round {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  font-size: 14px;
  font-family: "open_sansextrabold", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.wysiwyg p.round .circle {
  background: #27aae0;
  font-size: 70px;
  font-family: "open_sansbold", sans-serif;
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto 31px;
  line-height: 177px;
  color: #fff;
  border-radius: 100%;
}
.wysiwyg a {
  font-size: 100%;
  color: #27aae0;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  margin: 0 0 25px;
  padding: 0 0 1px;
}
.wysiwyg ul li {
  padding: 0 0 0 24px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}
.wysiwyg ul li:before {
  background: #27aae0;
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 1px;
  top: 10px;
  border-radius: 10px;
}
.wysiwyg ul li p {
  margin: 0;
  font-size: 100%;
}
.wysiwyg ul ul {
  margin: 15px 0 0;
}
.wysiwyg ol {
  list-style: decimal outside;
  margin: 0 0 25px 15px;
  padding: 0;
}
.wysiwyg ol li {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 15px 0px;
  padding: 0 0 0 10px;
}
.wysiwyg ol li p {
  margin: 0;
  font-size: 100%;
}
.wysiwyg h1 {
  font-size: 30px;
  font-family: "open_sansbold", sans-serif;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 39px;
}
.wysiwyg h1:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin-top: 23px;
  border-radius: 5px;
}
.wysiwyg h2 {
  font-size: 30px;
  font-family: "open_sansbold", sans-serif;
  line-height: 150%;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.wysiwyg h2:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin-top: 23px;
  border-radius: 5px;
}
.wysiwyg h3 {
  font-size: 25px;
  font-family: "open_sansbold", sans-serif;
  margin: 0 0 22px;
  line-height: 150%;
  text-transform: uppercase;
}
.wysiwyg h3:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin-top: 23px;
  border-radius: 5px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-family: "open_sansextrabold", sans-serif;
  line-height: 150%;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.wysiwyg h4:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin-top: 21px;
  border-radius: 5px;
}
.wysiwyg h5 {
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  line-height: 150%;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.wysiwyg h5:after {
  background: #27aae0;
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin-top: 20px;
  border-radius: 5px;
}
.wysiwyg h5.no_border:after {
  display: none;
}
.wysiwyg h6 {
  font-size: 13px;
  font-family: "open_sansextrabold", sans-serif;
  line-height: 150%;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.wysiwyg h6.sec {
  color: #27aae0;
  font-size: 11px;
  font-family: "open_sansextrabold", sans-serif;
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg table tr:nth-child(odd) td {
  background: #dff2fa;
}
.wysiwyg table tr:first-child td {
  background: #c9eaf7;
  text-transform: uppercase;
}
.wysiwyg table td {
  background: #f4fbfd;
  font-size: 12px;
  padding: 13px 16px 13px;
}
.wysiwyg table td p {
  margin: 0;
  font-size: 100%;
}
.wysiwyg img {
  max-width: 100%;
}

.blue {
  color: #27aae0 !important;
}
 /* footer {
    position: relative;
    height: auto;
     background: #222a32;
    padding-bottom: 31px;
    top: 0; }
footer .footer__top {
  background: #27aae0;
  padding: 46px 0 0;
  min-height: 244px;
}
footer .footer__top p {
  margin-bottom: 20px;
}
footer .footer__top p.hd {
  font-size: 16px;
  font-family: "open_sansextrabold", sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 0 0 25px;
}
footer .footer__top p a {
  font-size: 13px;
  display: block;
  color: white;
  position: relative;
  padding: 0 0 0 30px;
}
footer .footer__top p a:after {
  background: white;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 5px;
}
footer .footer__top p:last-child a {
  color: black;
}
footer .footer__top p:last-child a:after {
  background: black;
}
footer hr {
  margin: 26px 0 24px;
  background: url(../img/sep5.png) repeat-x;
  border: none;
  width: 100%;
  height: 1px;
}
footer p {
  font-size: 10px;
  color: #9da3ae;
  line-height: 15px;
}
footer p span {
  color: #1daae4;
}

.copyright {
  font-size: 10px;
  color: white;
  padding: 40px 0 0;
}
.copyright span {
  font: bold 25px Arial, serif;
  color: #27aae0;
  display: inline-block;
  vertical-align: top;
  margin: -9px 10px 0 0;
}

.siluet {
  font-size: 10px;
  color: white;
  position: relative;
  padding: 0 0 0 33px;
  margin: 40px 0 0px;
}
.siluet a {
  font-size: 10px;
  color: white;
}
.siluet i {
  background-image: url(../img/siluet.png);
  background-size: 16px 17px;
  position: absolute;
  left: 3px;
  top: -5px;
  width: 16px;
  height: 17px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .siluet i {
    background-image: url(../img/siluet@2x.png);
  }
} */

/* Новый футер */
footer {
  background: #222a32;
  padding: 29px 0 25px;

  .footer__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'copyright pr siluet';
    gap: 45px 0;
  }

  .copyright {
    grid-area: copyright;
    font-size: 12px;
    color: #ffffff;
    align-self: center;
    position: relative;
    padding-left: 32px;

    span {
      position: absolute;
      left: 0;
      top: -9px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 25px;
      font-weight: 700;
      color: #27aae0;
    }
  }

  .pr_link {
    grid-area: pr;
    align-self: center;
    color: #ffffff;
    font-size: 12px;
    text-align: right;
    margin-top: 0;

    a {
      font-size: 12px;
      color: #ffffff;
      position: relative;
      padding-left: 43px;

      &:before {
        position: absolute;
        left: 0;
        top: -5px;
        background-image: url(../img/pr_logo.png);
        background-size: 43px 19px;
        content: '';
        display: block;
        position: absolute;
        width: 43px;
        height: 19px;

        @media only screen and (-moz-min-device-pixel-ratio: 1.5),
          only screen and (-o-min-device-pixel-ratio: 3 / 2),
          only screen and (-webkit-min-device-pixel-ratio: 1.5),
          only screen and (min-device-pixel-ratio: 1.5) {
          background-image: url(../img/pr_logo@2x.png);
        }
      }
    }
  }

  .siluet {
    grid-area: siluet;
    align-self: center;
    color: #ffffff;
    position: relative;
    text-align: right;

    p {
      display: inline-block;
      position: relative;
      font-size: 12px;
      margin: 0;
      padding-left: 30px;

      &:before {
        content: '';
        width: 20px;
        height: 22px;
        position: absolute;
        left: 0;
        top: -11px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.32003 21.18C4.83003 21.13 4.54003 20.95 4.22003 20.62C3.91003 20.29 3.68003 19.68 3.26003 19.26C2.89003 18.89 2.55003 18.87 2.11003 18.45C1.67003 18.03 1.50003 17.65 1.48003 16.94C1.46003 16.15 1.64003 15.26 1.70003 14.98C1.94003 13.91 2.30003 12.77 2.47003 12.2C2.64003 11.61 2.60003 10.82 2.44003 10.19C2.26003 9.46997 2.04003 8.85997 1.84003 8.25997C1.58003 7.48997 1.42003 7.03997 1.18003 6.10997C1.11003 5.84997 0.930034 5.03997 0.900034 4.45997C0.880034 4.06997 1.05003 3.88997 1.29003 3.81997C1.51003 3.74997 1.98003 3.81997 2.12003 4.24997C2.44003 5.23997 2.52003 5.74997 2.75003 6.46997C2.92003 7.00997 3.12003 7.53997 3.30003 8.00997C3.56003 8.68997 4.15003 9.86997 4.38003 10.05C4.71003 10.31 4.86003 10.24 5.08003 10.16C5.22003 10.11 5.49003 9.90997 5.53003 9.69997C5.69003 8.92997 5.71003 8.21997 5.82003 7.60997C6.04003 6.38997 6.27003 5.57997 6.40003 5.02997C6.76003 3.51997 6.79003 3.16997 7.10003 1.88997C7.17003 1.58997 7.33003 1.06997 7.61003 0.87997C8.02003 0.60997 8.39003 0.82997 8.49003 1.00997C8.61003 1.21997 8.64003 1.65997 8.58003 2.01997C8.47003 2.62997 8.07003 4.14997 7.96003 4.71997C7.88003 5.17997 7.79003 5.80997 7.71003 6.85997C7.63003 7.84997 7.40003 8.83997 7.60003 9.30997C7.73003 9.61997 8.08003 9.60997 8.40003 9.40997C8.68003 9.23997 8.98003 8.23997 9.40003 7.32997C9.80003 6.47997 10.29 5.59997 10.4 5.33997C11.4 2.92997 11.56 2.55997 11.87 1.97997C12.16 1.42997 12.59 1.37997 12.95 1.54997C13.24 1.68997 13.4 2.16997 13.08 2.97997C12.63 4.11997 12.15 5.07997 11.86 5.83997C11.45 6.91997 11.13 7.65997 10.88 8.16997C10.44 9.03997 10.31 9.27997 10.2 9.51997C10.09 9.74997 9.94003 10.35 10.22 10.61C10.47 10.84 11.03 10.86 11.58 10.28C12.09 9.73997 12.57 9.13997 13.21 8.42997C13.62 7.96997 14.12 7.47997 14.62 6.89997C15.21 6.20997 15.63 5.41997 16.3 4.80997C16.54 4.58997 16.94 4.56997 17.15 4.72997C17.31 4.84997 17.42 5.14997 17.36 5.44997C17.3 5.74997 16.94 6.34997 16.73 6.60997C16.27 7.18997 16.07 7.45997 15.58 8.00997C15.03 8.62997 14.7 9.10997 14.37 9.47997C13.98 9.91997 13.59 10.36 13.02 10.99C12.7 11.34 11.86 12.41 11.64 12.87C11.42 13.34 11.14 13.77 11.03 14.4C10.92 14.99 10.99 15.47 11.13 15.93C11.29 16.42 11.9 17.11 12.45 17.18C13.15 17.26 13.92 17.32 14.84 17.04C15.81 16.75 16.57 16.4 17.71 16.66C18.56 16.86 18.65 17.05 18.85 17.25C19.1 17.5 19.18 17.95 18.96 18.13C18.73 18.31 18.19 18.47 17.69 18.54C16.8 18.66 15.66 18.67 14.92 18.69C14.18 18.71 13.33 18.93 12.81 19.15C12.16 19.42 11.17 19.68 10.8 19.85C10.68 19.91 9.88003 20.32 9.79003 20.37C9.39003 20.59 8.66003 20.88 8.18003 20.98C7.17003 21.19 6.35003 21.24 5.32003 21.14V21.18Z' fill='%2327aae0'/%3E%3C/svg%3E%0A");
      }
    }

    a {
      font-size: 12px;
      color: #ffffff;
    }
  }
}

@media screen and (max-width: 1200px) {
  footer {
    .footer__wrap {
      grid-template-columns: repeat(3, 1fr);
    }

    .menu {
      ul {
        gap: 10px 15px;
        font-size: 11px;
      }
    }
  }
}

@media screen and (max-width: 992px) {
  footer {
    .footer__wrap {
      grid-template-columns: 1fr;
      grid-template-areas: 'pr siluet' 'copyright copyright';
      gap: 25px 0;
    }

    .logo {
      margin: auto;
    }

    .menu {
      ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
    }

    .socials {
      text-align: center;
    }

    .pr_link {
      text-align: left;
    }

    .copyright {
      width: 205px;
      margin: auto;
    }
  }
}

@media screen and (max-width: 768px) {
  footer {
    .footer__wrap {
      grid-template-columns: 1fr;
      grid-template-areas: 'pr' 'siluet' 'copyright';
    }

    .pr_link {
      text-align: center;
    }

    .siluet {
      text-align: center;
    }
  }
}


















.fb_banner
{
  background: #000 url(/img/footbal-bg.png) top no-repeat;
  background-size: cover;
  padding: 63px 0 0; 
}


.fb-h1-main
{
    font-size: 63px;
    color: #fff;
    margin-bottom: 23px;
    margin-top: 0;
    text-shadow: 2px 3px 5px #184b86;
    font-weight: bold;
    font-family: "open_sanssemibold", sans-serif;
}
.fb-h1
{
     font-size: 60px;
    color: #4acaff;
    margin-bottom: 23px;
    line-height: 75px;
    font-weight: bold;
    margin: 0;
    font-family: "open_sansbold", sans-serif;
    margin-bottom: 30px;
    margin-top: 5px;
}
.path-cat
{
     font-size: 20px;
    line-height: 25px;
    font-family: "open_sansbold", sans-serif;
    margin-top: 5px;
}
.path-img
{
  margin:20px 0 50px;
  width: 100%;
}
.ball-col
{
  text-align: right;
}
.ball
{
  max-width: 100%;
}
.fb-h1-main span
{
   color:#4acaff;
}
.fb-h2
{
    color:#4acaff;
    font-size: 45px;
    font-family: "open_sansbold", sans-serif;
}
.fb-h2.dark
{
    color:#1a338c;
    
}
.fb-h2.black
{
    color:#000;
    
}
.slider-block
{
      margin: 44px 0;
}
.slider-col
{
  text-align: center;
  padding: 0 30px;
}
.fb-sign
{
    font-size: 20px;
    line-height: 30px; 
    color: #fff;
    margin-bottom: 49px;
}

.fb-btn
{
    border-radius: 50px;
    color: white !important;
    font-size: 16px;
    font-family: "open_sansbold", sans-serif;
    position: relative;
    padding: 12px 25px;
    display: inline-block;
    padding-left: 44px;
    text-decoration: none !important;
}
.fb-header
{
 background: url(../img/fb-header-bg.png) no-repeat, url(../img/fb-header-bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.fb-header.sml
{
  /*padding: 8px 0;*/
}
.fb-header.sml .fb-slide-btn.sml
{
  float: right;margin-top: 17px;
}
.route-select
{
      width: 28%;
    display: inline-block;
    color: white;
        position: relative;
    top: 12px;
        margin-right: 35px;
}
 .fb-body .select{
  height: 42px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select-custom {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  margin-top: 1px;
  height: 40px;
}
.select-styled {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  background: url(../img/arr_d.png) no-repeat 95% center, #fff;
}

.select-options {
  display: none; 
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  margin-top: -40px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 4px;
  overflow-y: auto;
  max-height: 250px;
}
.select-options li{
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #ccc;
  transition: all 0.15s ease-in;

      white-space: nowrap;
    overflow: hidden;

    text-overflow: ellipsis;
}
.select-options li:last-child{
  border-bottom: 0;
}
.select-options li:hover{
  color: #fff;
  background: #27aae0;
}
.select-options li[rel="hide"] {
  display: none;
}
.route-select .select-custom {
    border-radius: 50px;
    font-size: 15px;
    background: #3156a3;
}
.route-select .select-styled
{
  background: none;
  padding: 12px 23px;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.route-select .select-styled:after
{
         background: url(../img/arr_d.png) no-repeat 95% center;
    filter: grayscale(1) contrast(100);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    content: "";
    width: 10px;
    height: 10px;
    margin: auto;
}
.fb-obj-block
{
/*    border-radius: 50px;
    background: #4062aa8a;
    position: relative;
    display: inline-block;
    padding: 11px 70px;
    padding-right: 37px;
    color: white;
    width: 35%;
    font-size: 15px;*/

        border-radius: 50px;
    background: #3156a3;
    position: relative;
    display: inline-block;
    /* padding: 11px 70px; */
    /* padding-right: 37px; */
    color: white;
    min-width: 46%;
    font-size: 15px;
}
.fb-obj-block img
{
    position: absolute;
    left: 30px;
  }
  .fb-header label
  {
    display: inline-block;
    color: white;
    font-size: 15px;
        margin-right: 12px;
        cursor:default;
  }
.fb-obj-block:after
{
         background: url(../img/arr_d.png) no-repeat 95% center;
    filter: grayscale(1) contrast(100);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    content: "";
    width: 10px;
    height: 10px;
    margin: auto;
}

.fb-obj-list
{
    position: absolute;
    background: white;
    left: 0;
    border-radius: 20px;
    top: -18px;
    padding: 28px 19px;
    padding-bottom: 20px;
    width: 94%;
    z-index: 10;

    display: none;
}
.fb-obj-select
{
  color: white;

    border-radius: 50px;
    /* background: #4062aa8a; */
    position: relative;
    display: inline-block;
    padding: 11px 70px;
    padding-right: 30px;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}
.fb-obj-block span
{
  position: relative;
  display: inline-block;
      padding-left: 18px;
}
.fb-obj-block  span:after
{
    content: "—";
    top: 0;
    left: 0;
    position: absolute;
  }
.fb-obj-list__close
{
    position: absolute;
    right: -40px;
    left: auto;
    display: none;
    top: 11px;
}
.fb-obj-list__close img
{
  left: auto;
}
.fb-obj-list label {
    display: block;
    color: #484848;
    font-size: 15px;
    padding-left: 50px;
    margin-right: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 32px;
}
.fb-obj-check:not(:checked):hover + label
{
color:#757575;
}
.fb-obj-list .img-cont {
    background: rebeccapurple;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: -9px;
}
.fb-obj-block-show
{
    padding: 7px 25px;
    margin-top: 7px;
    /* margin-bottom: 0; */
    font-family: "open_sansregular", sans-serif;
  }
.fb-obj-list .img-cont.place-gps
{
  background: #214a9d;
}
.fb-obj-list .img-cont.place-walk
{
  background: #a6aedc;
}
.fb-obj-list .img-cont.place-build
{
  background: #f6a9bc;
}
.fb-obj-list .img-cont.place-rest
{
  background: #7cb8d4;
}
.fb-obj-list .img-cont.place-ship
{
  background: #65c7be;
}
.fb-obj-list .img-cont.place-wc
{
  background: #e6c2a5;
}
.fb-obj-list .img-cont.place-shop
{
  background: #9ed986;
}
.fb-obj-check:not(:checked) + label {
  color: #b2b2b2;
}
.fb-obj-check:not(:checked) + label .img-cont
{
   background: #ebebeb;
}
.fb-obj-check:not(:checked) + label .img-cont img
{
      filter: invert(1) contrast(0);
}
.fb-obj-list .img-cont img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
    .fb-obj-list input[type="checkbox"]
    {
      display: none;
    }



.fb-map__route-text
{
  padding-top: 30px
}


.fb-map__route-info
{
    position: absolute;
    right: 10%;
    border-radius: 5px;
    box-shadow: 0 0 5px lightgray;
    background: white;
    bottom: 20%;
    padding: 20px;
    width: 454px;

    display: none;
}


.fb-map__route-info__close
{
    position: absolute;
    right: 10px;
    left: auto;
    filter: invert(1) contrast(0.4);
    top: 11px;
    z-index: 10;
}

.info-label
{
  font-size: 13px;
   font-family: "open_sansregular", sans-serif;
   line-height: 13px;
   margin-bottom: 5px;
}

.info
{
  font-size: 15px;
   font-family: "open_sansbold", sans-serif;
   line-height: 15px;
   margin-bottom: 15px;
   max-width: 210px;
}
.fb-map__route-info-more
{
   padding: 7px 25px;
    margin-top: 15px;
    font-family: "open_sansregular", sans-serif;
}







.fb-slide-btn
{
   border-radius: 50px;
    color: white !important;
    font-size: 13px;
    font-family: "open_sansbold", sans-serif;
    position: relative;
    padding: 12px 25px;
    display: inline-block;
       background: #4acaff;
    text-decoration: none !important;
}
.fb-slide-btn.sml
{
  padding: 7px 25px;
    margin-top: 7px;
    /* margin-bottom: 0; */
    font-family: "open_sansregular", sans-serif;
  }
.fb-slide-btn.dark
{
  background: #234fa1;
}
.fb-btn:before
{
    position: absolute;
    left: 16px;
    content: "";
    background: url(/img/btn-gps.png);
    width: 14px;
    height: 20px;
}
.fb-path-what-look-btns
{
  text-align: center;
    margin-top: 28px;
    margin-bottom: 16px;

}
.fb-path-what-look-btns .fb-slide-btn
{
   margin-bottom: 5px;
}
.fb-path-what-look-btns .fb-slide-btn.dark
{
  margin-left: 5px;
}
.fb_sbornaya
{
  padding: 50px 0;
}
.fb_sbornaya .fb-h2
{
font-size: 40px;
}
.fb_sbornaya-slide__btns
{
      margin-top: 67px;
}
.fb_sbornaya-slide__btns .fb-slide-btn
{
font-size: 15px;
}
.fb_sbornaya-slide__info
{ 
  padding-top: 20px;
}
.fb_sbornaya-slide__info p
{
  font-size: 16px;
  font-weight: bold;
   font-family: "open_sansbold", sans-serif;
     margin-bottom: 9px;
}
.fb_sbornaya-slider label
{
  font-size: 13px;
  font-weight: 100;
   font-family: "open_sanslight", sans-serif;
}
.fb_sbornaya .fb-slide-btn.sml
{
      padding: 3px 22px;
          font-size: 13px;
              margin-top: 14px;
}
.fb_sbornaya-slide__text
{
  padding-top: 20px;
    padding-left: 65px;
    border-left: 1px dashed lightgray;
}
.fb_sbornaya-slide__text p
{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 26px;
   font-family: "open_sansregular", sans-serif;
   font-weight: normal;

}
.fb_sbornaya-slide
{
  padding: 30px 42px;
}
.fb_sbornaya-slide__text a
{
  color:#4acaff;
  font-size: 15px;
  text-decoration: underline;

  line-height: 25px;
}
.fb_sbornaya-nav-slider 
{
  margin-bottom: 30px;
}
.fb_sbornaya-nav-slider li
{
  display: inline-block;
    font-family: "open_sansextrabold", sans-serif;
    font-size: 24px;
    height: 40px;
    color: #d7d7d7;
    position: relative;
    transition: 0.2s;
}
.fb_sbornaya-nav-slider li a
{
  position: absolute;
  bottom: 0;
  opacity:0.2;
  left: 0;
  right: 0;
}
.fb_sbornaya-nav-slider li:hover a
{
    color: #970703;
    opacity: 1;
}
.fb_sbornaya-nav-slider li.active a
{
    font-size: 46px;
    line-height: 46px;
    color:#4acaff;
    opacity:1;
}
.fb_sbornaya-slider
{
  position: relative;
}
/*.fb_sbornaya-slide
{
  display: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}*/
.slide-nav-arrow.left
{
  float: left;
  margin-top: 16px;
}
.slide-nav-arrow.right
{
  float: right;
  margin-top: 16px;
}






  .fb-body .content .container {
    padding: 0 0 0 !important; }




.fb_routes
{
  background: #234fa1;
  padding: 80px 0 90px;
}
.routes__header
{
  margin-bottom: 100px;
}
.fb_routes p
{
  color: white;
}
.routes_title
{
  position: relative;
  width: 100%;
}
.fb_routes p.route-title
{
  font-family: "open_sansextrabold", sans-serif;
  font-size: 30px;
  line-height: normal;
  color:#4acaff;
  margin-bottom: 12px;
}
.routes_count
{
  font-family: "open_sansextrabold", sans-serif;
  font-size: 150px;
  line-height: 150px;
  color:#4acaff;
}
.route_title-1
{
    font-family: "open_sanslight", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color:#fff;
  position: absolute;
 bottom: 50px;
    left: 184px
}  
.routes_info
{
    position: absolute;
    bottom: 8px;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
}
.route-info
{
   font-size: 15px;
    line-height: 25px;
}
.route_title-2
{
    font-family: "open_sansextrabold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color:#4acaff;   
  position: absolute;
 bottom: 9px;
  left:202px;

  } 
  .route-col
  {
    position: relative;
  }

    .route__slider-nav 
    {
    position: absolute;
    bottom: 13px;
    right: 15%;
    z-index: 10;
    }
    .route__slider-nav .pagingInfo
  {
        font-size: 20px;
    display: inline-block;
    margin: 0 28px;
    color: white;
        font-family: "open_sansbold", sans-serif;
  }
 .route__slider-nav .pagingInfo .active-slide__number {
    font-size: 20px;
    font-weight: 400;
    color: #4acaff;
}
.route__slider-nav .slide-nav-arrow.left,
.route__slider-nav .slide-nav-arrow.right
{
  margin-top: 0;
}
.route__player-info
{
  font-family: "open_sanslight", sans-serif;
     font-size: 13px;
     margin-bottom: 9px;
}
.route__player-info span
{
  font-family: "open_sansbold", sans-serif;
}
  .route__list
  {
    position: relative;
    width: 90%;
    margin: 50px 0 42px;
  }
  .route__list li
  {
    display: inline-block;
   width: 30%;
    color: white;
     font-family: "open_sansbold", sans-serif;
     font-size: 17px;
     margin-bottom: 20px;
  }
    .route__list li img
    {
      display: inline-block;
    }
  .route__chart
  {
        padding: 0 50px 22px;
        padding-left: 90px;
  }
  .route__slide
  {
    position: relative;
  }
  .fb_routes p.route_number
  {
    font-size: 30px;
        font-family: "open_sansextrabold", sans-serif;
        position: absolute;
        top: 3px;
        left: -72px;
  }
  .fb_about
  {
    background:#f4f6fa;
    padding: 50px 0;
  }
  .fb_about .fb-h2
  {
        margin-bottom: 30px;
  }
  .fb_about .fb-slide-btn.sml
  {
    margin-top: 12px;
  }
  .about-logo
  {
    margin-top: 35px;
    max-width: 100%
  }


  .fb_about p
  {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
    .fb_about p.about-slogan
  {
    font-size: 17px;
      font-family: "open_sansbold", sans-serif;
          margin-bottom: 25px;
  }
  .fb_news
  {
     padding: 50px 0;
  }
  .fb_new
  {
    background: white;
    box-shadow: 0 0 5px lightgray;
    margin-bottom: 30px;
        padding-bottom: 45px;

  }
    .fb_new .img-container
    {
      position: relative;
      display: block;
    }
    .fb_new .new-img
    {
      width: 100%;
    }
    .fb-path-what-look .fb-h2
    {
      margin-bottom: 53px;
    }
  
  .fb_what-look-text
  {
    padding: 30px;
    /*position: relative;*/
  }
  .fb_new-text
  {
    padding: 30px;
  }
  .fb_what-look-text
  {
    padding-bottom: 20px;
  }
  .fb_what-look-icon
  {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /*top: -20px;*/
    /*top:53%;*/
    bottom: -20px;
  }
  .select-options::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.select-options::-webkit-scrollbar-track {
background-color:#ecedee
}

.select-options::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}

.select-options::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

.select-options::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

.select-options::-webkit-scrollbar{
width: 4px;
}
 .fb_what-look__address
  {
     font-size: 13px;
     line-height: 20px;
       margin: 10px 0 24px;
}
  .fb_what-look__title
  {
    font-size: 15px;
        font-family: "open_sansbold", sans-serif;
        margin-bottom: 10px;
  }
  .fb_new-text p
  {
     font-size: 14px;
     line-height: 25px;
  }
  .fb_what-look-text .new-btn
  {
    margin-top: 30px;
    margin-left: -7px;
  }
  .fb_new-date
  {
    color:#234fa1;
     font-size: 14px;
        font-family: "open_sansbold", sans-serif;
        margin-bottom: 6px;
  }
    .fb_news .fb-slide-btn
  {
    margin: auto;
    display: block;
       width: 88px;
    padding: 7px 10px;
    margin-bottom:20px;
    text-align: center;

  }
    .txt .fb-h2
  {
    margin-top: 0
  }
  .face
  {
    margin-bottom: 10px;
  }
  .txt .fb-slide-btn
  {
    margin: auto;
    display: block;
    width: 135px;
    padding: 7px 10px;

    text-align: center;
       margin-bottom:30px;

  }
  @media screen and (max-width: 768px)
  {
      .txt .fb-slide-btn
      {
        width: auto;
      }
  }
  .fb_new .svg
  {
      position: absolute;
    right: 10px;
    top: 5px;
    background: #234fa1;
    border-radius: 50%;
    padding: 9px;
    transform: rotate(180deg);
    width: 28px;
    height: 28px;
    text-align: center;
  }
  .fb_new .new-btn
  {
    margin-top: 13px;
    display: block;
    position: absolute;
    bottom: 50px
  }

.fb-path-intro__info .fb-path-intro__info-block
{
  border-right: 1px dashed black;
      margin-right: 24px;
      padding-right: 15px;
}
.fb-path-intro__info .col-md-4:nth-child(3) .fb-path-intro__info-block
{
  border-right: none;
}
.fb-path-intro__info-block p
{
    font-size: 15px;
    line-height: 25px;
}

  .fb-path-intro__info-title
  {
    font-size: 15px;
    line-height: 20px;
      font-family: "open_sansbold", sans-serif;
  }
    .fb-path-intro__info-title.big
    {
       font-size: 16px;
       margin-bottom: 7px;
    }

.fb-path-intro___arr-link
{
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.fb-path-intro___arr-link:after
{
      content: "";
    position: absolute;
    top: 3px;
    right: -50px;
    background: url(/img/arr-r-b.png);
    width: 40px;
    height: 17px;
}

.fb-path-way,
.fb-path-intro
{
  padding: 50px 0;
}
.fb-path-way
{
  padding-bottom: 35px;
  padding-top: 90px;
}
.fb-path-what-look
{
  background: #f4f6fa;
  padding: 50px 0;
}
.fb-path-length
{
    padding: 36px 0 74px;
    background: #f4f6fa;
  }
.fb-path-intro
{
  padding-bottom: 80px;
}
.fb-path-intro__info
{
    padding: 9px 0;
}

.fb-path-length .fb-h2
{
      margin-bottom: 53px;
    }
.path-accent
{
  font-size: 16px;
  line-height: 20px;
  font-family: "open_sansbold", sans-serif;
  position: relative;
  margin-bottom: 19px;
} 
.path-man
{
   font-size: 15px;
  line-height: 25px;
  position: relative;
  margin:37px 0;
}
.path-man:after
{
  width: 14px;
  height: 66px;
  display: block;
  content: "";
  position: absolute;
     left: -46px;
    top: -20px;
   background-image: url('../img/path-man.png');
}
.path-accent:after
{
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  left: -80px;
  top:-10px;
}
.pause:after
{
  background-image: url('../img/path-pause.png');
}
.bus:after
{
  background-image: url('../img/path-bus.png');
}
.metro:after
{
  background-image: url('../img/path-metro.png');
}
.enter:after
{
  background-image: url('../img/path-gps.png');
}
.ball:after
{
  background-image: url('../img/path-ball.png');
}
.fb-path-way ul
{
    margin-bottom: 37px;
    padding-left: 24px;
}
.fb-path-way ul li
{
  position: relative;
  /*list-style-type: disc;*/
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}
.fb-path-way ul li:before
{
content: "•";
    color: black;
    position: absolute;
    left: -28px;
    top: -1px;
    font-size: 20px;
}
.pl-col
{
      padding-left: 5%;
}
.pl-col-2
{
      padding-left: 5%;
}
.pl-col .path-accent:after,
.pl-col-2 .path-accent:after
{
  left: -60px;
}

.fb-modal .modal-body
{
    padding: 13px 25px;
}
.fb-modal .modal-header
{
  padding: 0;
  margin:0;
}
.fb-modal-address
{
  color:#4acaff;
  font-size: 16px;
  line-height: 20px;
  font-family: "open_sansbold", sans-serif;
      margin-bottom: 8px;
}
.fb-modal-title
{
    font-size: 35px;
  line-height: 35px;
  font-family: "open_sansbold", sans-serif;
  margin: 0;
      margin-bottom: 55px;
}
.fb-modal-text p
{
    font-size: 15px;
  line-height: 25px;
  font-family: "open_sanslight", sans-serif;
  margin-bottom: 20px;

}
.fb-modal-text li
{
     font-size: 15px;
    line-height: 25px;
    font-family: "open_sanslight", sans-serif;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.fb-modal-text li:after
{
      position: absolute;
    left: -3px;
    content: "●";
    top: 0;
    color: #4acaff;
}
.fb-modal-text a 
{
     text-decoration: underline; 
    color: #4acaff;
}
.fb-modal-icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #ebebeb;
    position: absolute;
    left: -6px;
    top: -8px;
    border-radius: 50%;
}
.fb-modal-icon img{
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.fb-modal-text
{
  padding-left: 38px;
}
.fb-modal-list
{
    margin-top: 29px;
}
.fb-modal-list li
{
  font-size: 15px;
  line-height: 25px;
  font-family: "open_sanslight", sans-serif;
  position: relative;
    margin-bottom: 25px;
    padding-left: 44px;
}
.fb-modal-list li:after
{
  content: none;
}
.fb-modal .fb-slide-btn
{
      margin-top: 35px;
    padding: 7px 19px;
}
.fb-modal .modal-content
{
      padding-bottom: 45px;
    border-radius: inherit;
}
.fb-modal img
{
  max-width: 100%;
}
.fb-modal .close
{
  right: -13px;
    opacity: 1;
    position: absolute;
    top: -15px;
}
.bridge-img
{
margin-bottom: 38px;
}
.fb-modal .bridge-img
{
    width: 100%;
}
.fb-modal.bridgeModal .fb-modal-text
{
  padding-left: 0;
}
.fb-modal.bridgeModal .fb-slide-btn {
    margin-top: 25px;
    }
.fb-bg_blue
{
  background: #4acaff;
}

.fb-body .header__top {
    background: #1a338c;
  }
.fb-body  footer .footer__top {
    background: #234fa1;
}
.fb-body footer .footer__top p:last-child a {
     color: #4acaff;
}
footer .footer__top p:last-child a:after {
    background: #4acaff
}
.fb-body footer {
    background: #1a338c;
    }

.fb-tooltip-content
{
  padding: 5px 10px;
}
.fb-tooltip-content .type
{
   font-size: 13px;
   font-family: "open_sanslight", sans-serif;
}
.fb-tooltip-content .name
{
   font-size: 15px;
   font-family: "open_sansbold", sans-serif;
}
/*.tooltip-content
{
  font-size: 16px;
    color: #224c9f;
    font-weight: bold;
}*/

    @media (min-width: 992px)
    {
.photo-col{
    width: 25%;
}
}


@media screen and (max-width: 991px)
{
.logo-col
{
  text-align: center;
}
  .fb-path-intro__info .fb-path-intro__info-block
  {
    border-right: none;
    border-bottom: 1px dashed black;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
   .pl-col, .pl-col-2 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px)
{
  .fb_sbornaya-slide__btns .fb-slide-btn
{
  margin-bottom: 5px;
}
  .fb-h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .fb-h2
  {
     font-size:32px;
    line-height: 36px; 
  }
  .fb_news .fb-slide-btn
  {
    width: auto;
  }
  .fb_routes
  {
    padding: 40px 0 70px;
  }
  .routes_info
  {
    position: inherit;
  }
 
  .path-man:after
  {
    top:0;
    bottom: 0;
    margin: auto;
    left: -38px;
  }
  .path-accent:after,.pl-col-2 .path-accent:after
  {
    left: -50px;
     top:0;
    bottom: 0;
    margin: auto;
  }
  .fb-h1-main,
   .fb-h1
  {
    font-size: 40px;
    line-height: 50px;
  }
  .fb-btn
  {
    width: 100%;
    box-sizing: border-box;
  }
  .fb_sbornaya-slide
  {
    padding: 0;
  }
   .photo-col
   {
    text-align: center;
   }
  .photo-col img
  {
    display: inline-block;
  }
  .fb_sbornaya-slide__text
  {
    padding: 0;
    border:none;
  }
}






@media only screen and (max-width: 1199px) {
    .fb_banner
  {
        padding: 20px 0 40px;
  }
.route_title-2,
.route_title-1
{
  font-size: 32px;
}
.fb-header label.show-label
{
  padding-left: 22px;
}
.route-select
{
  display: block;
    margin-bottom: 24px;
}
.fb-obj-block
{
  /*width: auto;*/
}
}

@media only screen and (max-width: 1024px) {

  .routes__header {
    margin-bottom: 30px;
  }
  .slider-col
  {
    width: 90%;
  }
  .fb_sbornaya-slide__text
  {
  padding-left: 0;
  border:none;
  }
  .route__chart
{
  padding: 0 100px;
  margin-top: 40px;
}
.route__slider-nav {
    position: absolute;
    bottom: -40px;
    margin: auto;
    text-align: center;
    /*width: 100%;*/
    right: auto;
    }
}
@media only screen and (max-width: 990px) {
  .fb-map__route-info
  {
    width: auto;
    right: auto;
  }
  .fb-map__route-info__close
  {
    z-index: 2;
  }
  }
  @media only screen and (max-width: 860px) and (min-width: 817px) {
.fb-body .content .container{
    padding: 0 0 0 !important;
}
   .timer-separator
  {
    padding:0 2px !important;
  }
}


@media only screen and (max-width:768px) {
  .fb-map__route-info
  {
    /*display: block;*/
    width: 84%;
    right: auto;
    left: 10px;
    box-sizing: border-box;
  }
  .fb-header label.show-label
{
 display: block;
 margin-bottom: 10px;
}
.route-select
{
 width: 100%;
}
.fb-obj-block
{
  width:100%;
  display: block;   
   box-sizing: inherit;
}
.fb-obj-list__close
{
     right: 39px;
    filter: invert(0.5);
    z-index: 20;
}
}


@media screen and (max-width: 425px)  {
  .fb-obj-select
  {
    padding: 11px 44px;
  }
  .fb-obj-select img
  {
    left: 15px;
  }
  .fb-obj-select span
  {
    overflow: hidden;
    width: 54%;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .fb_banner .fb-btn
  {
    margin-bottom: 20px;
  }
  .slider-col {
     width: 98%;
    margin-left: 1%;
}
.slide-nav-arrow.left {
    z-index: 10;
    left: 10px;
    position: absolute;
}
.slide-nav-arrow.right {
    position: absolute;
    right: 11px;
    z-index: 10;
}
.fb_banner .fb_banner
{
  margin-bottom: 35px;
}
.fb-obj-list
{
      width: 100%;
    box-sizing: border-box;
}
.fb-path-what-look-btns .fb-slide-btn.dark
{
  margin-left: 0;
}
.fb-obj-list label
{
  font-size: 13px;
}
  .history__slogan .slogan
  {
      font-size: 30px;
      line-height: 35px;
  }
.routes_count {
    font-size: 100px;
    line-height: 100px;
  }
  .route_title-2,
  .route_title-1
  {
    font-size: 7vw
  }
    .route_title-1
  {
      left: 124px;
    }
      .route_title-2
      {
          left: 145px;
        }
.routes__header {
    margin-bottom: 50px;
}
.route__list
{
  width: 100%
}
.fb-slide-btn
{
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.route__chart
{
  padding: 0;
  margin-top: 40px;
}
.route__slider-nav {
    position: absolute;
    bottom: -40px;
    margin: auto;
    text-align: center;
    width: 100%;
    right: auto;
    }

.fb_news,
.fb_sbornaya
{
  padding: 0;
  padding-bottom: 20px;
}
.routes_title
{
  margin-bottom: 20px;
}
/*.fancybox-open {
    top: 10% !important;
}*/
}











/* .pr_link {
  font-size: 10px;
  color: white;
  margin: 40px 0 0;
}
.pr_link:before {
  background-image: url(../img/pr_logo.png);
  background-size: 43px 19px;
  content: '';
  display: block;
  position: absolute;
  left: -43px;
  top: 33px;
  width: 43px;
  height: 19px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .pr_link:before {
    background-image: url(../img/pr_logo@2x.png);
  }
}
.pr_link a {
  font-size: 100%;
  color: white;
} */

.blue {
  color: #27aae0 !important;
}
.slider {
  margin: 0; }
  .slider .slide_one {
    height: 560px;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .slider .slide_one .img_wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .slider .slide_one .img_wrap:after {
        background: rgba(0, 0, 0, 0.6);
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .slider .slide_one .completion img {
      margin: 32px auto 42px; }
    .slider .slide_one .completion p {
      font-size: 23px;
      line-height: 35px;
      text-transform: none;}
    .slider .slide_one .completion .btn {
      display: inline-block;
      color: #fff;
      background: #27aae0;
      height: 24px;
      line-height: 24px;
      padding: 0 11px;
      font-size: 10px;
      font-family: "open_sansbold", sans-serif;
      text-transform: uppercase;
      border-radius: 25px; }
    .slider .slide_one .img {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      background-position: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-animation: zoomin 120s infinite linear 1s;
      animation: zoomin 120s infinite linear 1s; }
    .slider .slide_one p {
      font-size: 13px;
      line-height: 1.8em;
      font-family: "open_sansbold", sans-serif;
      color: white;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
    .slider .slide_one .p1 {
      font-size: 21px;
      font-family: "open_sansbold", sans-serif;
      margin: 60px 0 10px;
      color: white;
      position: relative;
      z-index: 1; }
    .slider .slide_one .p1.m--single{
      font-size: 40px;
      color: #27aae0;
      margin-bottom: 55px;
      margin-top: 80px;
    }
    .slider .slide_one .completion .spec_text p{
      font-size: 15px;
      line-height: 25px;
      font-family: "open_sansregular", sans-serif;
      font-weight: 400;
      margin-top: 65px;
    }
    .slider .slide_one .p2 {
      font-size: 4vw;
      font-family: "open_sansextrabold", sans-serif;
      color: #fff;
      margin: 0 0 22px;
      position: relative;
      z-index: 1; }
    .slider .slide_one .time {
      font-size: 30px;
      font-family: "open_sansextrabold", sans-serif;
      color: white;
      position: relative;
      margin: 0 0 53px;
      z-index: 1; }
      .slider .slide_one .time span {
        color: #27aae0; }
    .slider .slide_one .current_time {
      color: #27aae0;
      position: relative;
      font-size: 55px;
      font-family: "open_sansextrabold", sans-serif;
      z-index: 1; }
    .slider .slide_one .current_time.m--waiting{
      color: #fff;
      opacity: 0.15;
    }
    .slider .slide_one .completion .not_today h2{
      color: #27aae0;
      font-family: "open_sansbold", sans-serif;
      font-size: 23px;
      margin-bottom: 20px;
    }
    .slider .slide_one .completion .not_today p{
      font-size: 15px;
      max-width: 600px;
      text-align: center;
      line-height: 20px;
      margin: 0 auto;
      font-family: "open_sansregular", sans-serif;
    }
    .wysiwyg h1.timetable_head{
      text-align: center;
      font-size: 18px;
      font-family: "open_sansextrabold", sans-serif;
      margin: 0;
      margin-bottom: 15px;
      text-transform: uppercase;
    }
    .wysiwyg h1.timetable_head:after{
      display: none;
    }
    .wysiwyg .timetable_text p{
      font-size: 17px;
      margin-bottom: 10px;
    }
.slider .slide_one .current_time.pm.m--closed:after {
  background-image: url(../img/icon_bridge_no.png);
  height: 24px;
  background-size: 120px 24px;
}
@media only screen and (max-width: 1199px) {
  .wr {
    padding: 0 20px;
  }

  .bloggers_view .bridge-about {
    padding-left: 30px;
  }
   .slider .slide_one .time {
    font-size: 50px;  
    margin: 0 0 30px;
  }
  .bridge_list .categories {
    padding: 30px 0 30px;
    margin: 3px 0 0;
    float: none;
  }
  .bridge_list .search_b {
    top: 0;
    margin: -14px 0 10px;
    left: 20px;
  }
}
@media only screen and (max-width: 1175px) {
  .header__top .header__top-links a {
    margin-left: 20px;
  }
  .header__top .header__top-mail, .header__top .header__top-lang {
    margin-left: 2%;
  }
  .header__top .header__top i {
    margin-right: 7px;
  }
  .header__top .header__top-phone {
    margin: 5px 0 0 0px;
  }

  .header__middle .menu li {
    margin-left: 20px;
  }

  .header__middle .menu li a, .header__middle .menu li span {
    font-size: 10px;
  }

  .regiment i.star {
    display: none;
  }
  

}
@media only screen and (max-width: 1145px) {

  .timetable .bridge .line_wrapper .line_cur_sec_wrapper:before {
    left: 20px;
    right: 20px;
  }
  .timetable .bridge .line_wrapper .line_cur span {
    font-size: 13px;
    width: 40px;
    top: -7px;
  }
  .timetable .bridge .line_wrapper .line_cur span.s1 {
    left: -20px;
  }
  .timetable .bridge .line_wrapper .line_cur span.s2 {
    right: -20px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec span {
    font-size: 13px;
    width: 40px;
    top: -7px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec span.s1 {
    left: -20px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec span.s2 {
    right: -20px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec .line.l_left:before {
    left: 20px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec .line.l_right:before {
    right: 20px;
  }
  .timetable .bridge .line_wrapper .line.l_left:before {
    right: 20px;
  }
  .timetable .bridge .line_wrapper .line.l_right:before {
    left: 20px;
  }

  .news_list a.news_link span {
    padding: 0 7% 0 10%;
  }
  .news_list a.news_link span.date {
    top: 8%;
  }
  .news_list a.news_link span.txt {
    top: 37.5%;
  }
  .news_list a.news_link span.name {
    top: 18%;
  }

 .bridge_list .buttons_geay {
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .info_blocks .widget a {
    padding: 55px 10px 0;
  }
  .info_blocks .widget span.s4 {
    font-size: 50px;
  } 
  .info_blocks .widget span.s5, .info_blocks .widget span.s1 {
    font-size: 25px;
  }
.info_blocks .widget span.s6{
  font-size: 16px;
}
  .contacts .inf_block_one .rhombus {
    top: 70px;
  }
    .piers-btn
    {
      float: none;
      margin-bottom: 20px;
    }
    .bridge_list.embankments h1.head
    {
      margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 1050px) {
  .contacts .inf_block_one p.hd {
    left: 20px;
  }
  .contacts .inf_block_one .txt_bottom {
    left: 20px;
  }
  .contacts .inf_block_one .rhombus {
    -ms-transform: scale(0.7) rotate(45deg);
    -webkit-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
  }
}
@media only screen and (max-width: 1045px) {
  .header__middle .menu li {
    margin-left: 15px;
  }
  .bridge_list h1 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1020px) {
  .timetable .time_list {
    margin-left: 122px;
  }
  .timetable .time_tracker {
    margin-left: 122px;
  }
  .timetable .bridge .name {
    width: 100px;
  }
  .timetable .bridge .line_wrapper {
    margin: 0 18px 0 130px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec_wrapper {
    min-width: 40px;
  }

  .info_blocks .widget span.s1 {
    margin-top: 30px;
  }
  .info_blocks .widget span.s2 {
    margin-top: 30px;
  }
  .info_blocks .widget span.details {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1199px)
{
.fb-modal .modal-dialog {
    width: calc(100% - 18px);
}
.fb-modal .modal-body {
    padding: 15px;
}
.fb-modal .modal-content {
    padding: 0;
}
}
@media only screen and (max-width: 1199px)
{
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
}
}
@media only screen and (max-width: 1000px) {
  
  .contacts .inf_block_one .txt_bottom {
    bottom: 20px;
  }
  .contacts .inf_block_one .rhombus {
    left: auto;
    top: 12px;
    right: 6px;
  }

  .left_menu a {
    font-size: 12px !important;
  }

  .news_list a.news_link span.txt {
    height: 76px;
    overflow: hidden;
  }
  .news_list a.news_link span.name {
    height: 20px;
  }

  .chief .banner .name {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .header__middle .logo.anniversary:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 50px;
    height: 36px;
  }

  .header__middle .menu li a, .header__middle .menu li span{
    font-size: 10px;
  }

  .regiment .head + .col-md-5 {
    text-align: center;
  }
  .regiment .person-title {
    text-align: center;
    margin-top: 15px;
  }
  .regiment .person-title + p {
    text-align: center;
  }

  .bloggers .img {
    margin-top: -20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bloggers .img img {
    max-width: 100%;
  }

  .bloggers_view .bridge-about {
    padding-left: 0px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 950px) {
  .header__top .header__top-phone i {
    margin: 0 3px 0 0;
  }
  .header__top .header__top-mail {
    margin-left: 1%;
  }
  .header__top .header__top-mail i {
    margin: 2px 3px 0 0;
  }
  .header__top .header__top-links a {
    margin-left: 9px;
  }

  .header__middle .menu li a, .header__middle .menu li span {
    font-size: 10px;
  }

  .prs_center .cnt_one p.hd {
    left: 20px;
    top: 20px;
  }
  .prs_center .cnt_one .txt_bottom {
    bottom: 20px;
    padding: 0 0 0 20px;
  }
  .prs_center .cnt_one .rhombus {
    -ms-transform: scale(0.7) rotate(45deg);
    -webkit-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
  }
  .prs_center .cnt_one .rhombus i {
    -ms-transform: scale(1.2) rotate(-45deg);
    -webkit-transform: scale(1.2) rotate(-45deg);
    transform: scale(1.2) rotate(-45deg);
  }

  .timetable {
    height: 600px;
  }
  .timetable .wr {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 880px) {
  .header__middle .menu li {
    margin-left: 15px;
  }
  .header__middle .menu li a i, .header__middle .menu li span i {
    margin-top: 8px;
    margin-left: 2px;
  }

  .head {
    font-size: 40px;
  }

  .project_list .img a .title {
    top: 20px;
    padding-left: 20px;
  }
  .project_list .img a .details {
    bottom: 20px;
    padding-left: 20px;
  }

  .error_page .error_icon {
    background-size: 300px 301px;
    height: 300px;
    width: 301px;
  }
  .error_page h1 span {
    font-size: 160px;
  }

  .regiment .head.polk_list {
    text-align: center;
    font-size: 43px;
  }
  .regiment .head.polk_list i {
    margin: 0;
  }
}
@media only screen and (max-width: 860px) {
  .header__middle .menu li {
    margin-left: 10px;
  }
  .header__middle .menu li a, .header__middle .menu li span {
    font-size: 9px;
  }

  .slider .slide_one .time {
    font-size: 6vw;
  }
  .slider .slide_one .time span {
    font-size: 4vw;
  }
  .slider .slide_one .p2 {
    font-size: 6vw !important;
  }
}
@media only screen and (max-width: 840px) {
  .header__top-mail {
    margin-left: 15px;
  }
  .header__top-mail i {
    margin-right: 5px;
  }

  .header__top-links a {
    margin-left: 5px;
  }

  .bridge_list .hidden_search {
    display: none;
  }
  .bridge_list .hidden_search input {
    right: 303px;
  }

  .bridge_list .hidden_search button, .bridge_list .btn_search {
    top: 1px;
    left: 453px;
  }

  .doc_slide p.date {
    font-size: 15px;
  }
  .doc_slide p.date .pr {
    margin-left: 0;
    display: block;
  }
}
@media only screen and (max-width: 835px) {
  .contacts .inf_block_one .rhombus {
    right: 0;
    -ms-transform: scale(0.5) rotate(45deg);
    -webkit-transform: scale(0.5) rotate(45deg);
    transform: scale(0.5) rotate(45deg);
  }
}
@media only screen and (max-width: 820px) {
  .regiment .persons li {
    margin-bottom: 20px;
  }

  .pagination a.btn_prev {
    left: 0px;
    padding: 0 18px 0 30px;
  }

  .pagination a.btn_next {
    right: 0px;
    padding: 0 30px 0 18px;
  }
}
@media only screen and (max-width: 820px) {
  .regiment .content .container {
    padding: 0 0 0px;
  }
  .slider .slide_one .completion img {
    margin: 25px auto 30px;
}
.slider .slide_one .completion p {
    font-size: 14px;
    line-height: 23px;
    text-transform: none;
}
}
@media only screen and (max-width: 800px) {
  .header__top .header__top-links a {
    font-size: 10px;
  }

  .timetable .time_list {
    margin-left: 67px;
    margin-right: 69px;
  }
  .timetable .bridge .name {
    float: none;
    width: auto;
    margin: 25px 0 10px 10px;
  }
  .timetable .bridge .line_wrapper {
    margin-left: 0px;
    top: 0;
  }

  .bridge_wrapper {
    margin-right: 48px;
    margin-left: 48px;
  }

  .time_tracker .tracker {
    margin-left: -53px;
  }

  .info_blocks .widget span.s1 {
    font-size: 20px !important ;
}
  .info_blocks .widget span.s2 {
    font-size: 12px;
    line-height: 20px;
  }
  .info_blocks .widget span.s3 {
    font-size: 14px;
  }
  .info_blocks .widget span.details {
        font-size: 10px;
  }
  .info_blocks .widget#wd1 span.details {
        bottom: 55px;
    padding: 0 20px;
    box-sizing: border-box;
  }

}
@media only screen and (max-width: 817px) {
  .popup {
    width: calc(100% - 20px);
    margin-left: -10px;
    left: 20px;
    top: 100px;
  }

  .m_news p {
    font-size: 12px;
  }
.bridge_view .audioguide .hd {
    font-size: 20px;
    padding: 0;
}
  .news_list a.news_link span.txt {
    height: 140px;
    overflow: hidden;
  }
  .news_list a.news_link span.name {
    height: 80px;
  }

  .wr, .view_buttons .wr {
    padding: 0 20px;
  }

  .header__top, .header__middle .menu {
    display: none;
  }

  .header__middle .logo {
        float: left;
    margin-top: 13px;
    height: 55px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .header__bottom {
    margin-top: 11px;
  }

  .btn_mob {
    float: right;
    width: 20px;
    height: 16px;
    cursor: pointer;
    margin: 36px 15px 0 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 34px;
  }
  .btn_mob span {
    display: block;
    height: 3px;
    margin: 0 0 2px;
    position: relative;
    top: 0;
    transition: 0.3s linear;
  }
  .btn_mob span:after {
    content: '';
    display: block;
    background: black;
    height: 3px;
    width: 100%;
    opacity: 1;
    border-radius: 3px;
    transition: 0.3s linear;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .btn_mob.open span:nth-child(1) {
    top: 6px;
  }
  .btn_mob.open span:nth-child(1):after {
    transition-delay: 0.3s;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn_mob.open span:nth-child(2):after {
    opacity: 0;
  }
  .btn_mob.open span:nth-child(3) {
    top: -4px;
  }
  .btn_mob.open span:nth-child(3):after {
    transition-delay: 0.3s;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mob_m {
    background: #27aae0;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 17px 20px 23px;
    box-sizing: border-box;
    z-index: 200;
  }
  .mob_m .menu {
    display: block;
  }
  .mob_m .menu ul {
    margin: 0;
  }
  .mob_m .menu li {
    display: block;
  }
  .mob_m .menu li:after {
    background: url(../img/sep_white.png) repeat-x;
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    opacity: .3;
  }
  .mob_m .menu li a, .mob_m .menu li span {
    background: none !important;
    font-size: 12px;
    font-family: "open_sansextrabold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 13px 0 12px;
    display: block;
  }
  .mob_m .menu li a i,  .mob_m .menu li span i {
    background-image: url(../img/arr_d_white.png);
    background-size: 10px 6px;
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 4px;
    top: 17px;
    transition: 0.3s linear;
  }
}
@media only screen and (max-width: 817px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 817px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 817px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 817px) and (min-device-pixel-ratio: 1.5) {
  .mob_m .menu li a i,  .mob_m .menu li span i {
    background-image: url(../img/arr_d_white@2x.png);
  }
}
@media only screen and (max-width: 817px) {
  .mob_m .menu li a.open i,  .mob_m .menu li span.open i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mob_m .menu li .sub {
    position: relative;
    padding: 0 0 5px;
    display: none;
  }
  .mob_m .menu li .sub:before {
    background: url(../img/mob_sep.png) repeat-x;
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
  }
  .mob_m .menu li .sub:after {
    background: url(../img/mob_sep.png) repeat-x;
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
  }
  .mob_m .menu li .sub a {
    font-size: 11px;
    font-family: "open_sansregular", sans-serif;
    text-decoration: none;
    text-transform: none;
    position: relative;
    color: black;
    padding: 9px 0 8px 29px;
    margin: 0;
    transition: 0.3s linear;
  }
  .mob_m .menu li .sub a:hover {
    color: #fff;
  }
  .mob_m .menu li .sub a:before {
    background: white;
    content: '';
    width: 12px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 4px;
  }
  .mob_m .header__top-phone {
    padding-left: 40px;
    margin: 24px 0 0;
    position: relative;
    font-size: 12px;
    font-family: "open_sanssemibold", sans-serif;
    color: #fff;
  }
  .mob_m .header__top-phone i {
    margin-right: 8px;
    position: absolute;
    left: 4px;
    top: 0;
  }
  .mob_m .header__top-phone a {
    font-size: 12px;
    font-family: "open_sanssemibold", sans-serif;
    text-decoration: none;
    color: #fff;
  }
  .mob_m .header__top-mail {
    padding: 10px 0 10px;
    margin: 0;
  }
  .mob_m .header__top-mail a {
    font-size: 11px;
    font-family: "open_sanslight", sans-serif;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
  }
  .mob_m .header__top-mail i {
    margin: 2px 17px 0 4px;
  }
  .mob_m .header__top-links {
    display: none;
}
.header__middle .header__top-lang {
    display: block;
    position: absolute;
    right: 80px;
    top: 29px;
    line-height: 25px;
}
  .info_blocks {
    height: 870px;
  }
  .info_blocks #wd1 {
    height: 290px;
  }
  .info_blocks #wd2 {
    left: 50%;
    height: 290px;
    top: 300px;
  }
  .info_blocks #wd3 {
    left: 0;
    top: 900px;
    display: none;
  }
  .info_blocks #wd4 {
    top: 300px;
    left: 0;
    height: 590px;
  }
  .info_blocks #wd5 {
    left: 50%;
    top: 600px;
    height: 290px;
  }
  .info_blocks #wd6 {
    left: 50%;
    top: 600px;
    height: 290px;
  }
  .info_blocks #wd7 {
    left: 50%;
    top: 0px;
    height: 290px;
  }
  .info_blocks #wd8 {
    left: 50%;
    top: 600px;
    height: 290px;
  }

  .m_news {
    padding: 33px 0 38px;
  }
  .m_news p {
    line-height: 20px;
  }
  .m_news p.hd {
    font-size: 15px;
  }
  .m_news p.date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .m_news p.date:after {
    margin-top: 9px;
    height: 3px;
    width: 53px;
  }
  .m_news .m_news_one {
    padding-bottom: 39px;
  }
  .m_news .m_news_one:before {
    background: url(../img/sep_white.png) repeat-x;
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    margin: 25px 0 23px;
    opacity: .2;
  }
  .m_news .col-xs-12.col-sm-4:nth-child(1) .m_news_one:before {
    display: none;
  }

  .content .container, .bloggers .content .container {
    padding: 0;
  }

  footer {
    position: relative;
    height: auto;
    padding-bottom: 31px;
    bottom: 0px;
  }

  .contacts .inf_block_one .rhombus {
    right: auto;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    -ms-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
  }

  .head.polk_list {
    font-size: 40px;
  }

  .bridge_view .params p {
    margin: 0 10px 17px;
  }
  .bridge_view .wysiwyg {
    margin: 0 0 21px;
  }

  .bloggers footer {
    bottom: 0px;
  }
}
@media only screen and (max-width: 680px) {
  .error_page {
    padding: 20px 0;
  }
  .error_page .error_icon {
    background-size: 240px 241px;
    background-position: center;
    height: 240px;
    width: 241px;
  }
  .error_page h1 span {
    font-size: 140px;
  }

  .prs_center .cnt_one .txt_bottom {
    bottom: 11px;
    padding: 0 0 0 15px;
  }

  .news_list a.news_link span.name {
    height: 40px;
  }

  .news_list a.news_link span.txt {
    top: 45.5%;
  }

  .slider .slide_one p {
    padding: 0 10px;
  }

  .news_list a.news_link span.txt {
    height: 80px;
    overflow: hidden;
  }

  .prs_center .cnt_one {
    margin-bottom: 10px;
  }
  .prs_center .cnt_one p {
    font-size: 12px;
  }
  .prs_center .cnt_one p.hd {
    font-size: 11px;
  }
  .prs_center .cnt_one p a {
    font-size: 100%;
  }

  .head {
    font-size: 30px;
  }

  .wysiwyg p {
    font-size: 12px;
    line-height: 20px;
  }
  .wysiwyg h1, .wysiwyg h2 {
    font-size: 25px;
  }
  .wysiwyg h3 {
    font-size: 20px;
  }
  .wysiwyg h4 {
    font-size: 16px;
  }
  .wysiwyg ul li, .wysiwyg ol li {
    font-size: 12px;
    line-height: 20px;
  }

    .timetable .time_list {
    display: none;
  }
  .timetable .wr {
    padding: 0;
  }
  .timetable .bridge_wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }
  .timetable .bridge .name {
    float: none;
    width: auto;
    margin: 25px 0 10px 10px;
  }
  .timetable .bridge .line_wrapper {
    margin: 0;
    margin-left: 0px;
    top: 0;
    min-height: 1px;
  }
  .timetable .bridge .line_wrapper .line_cur:before {
    left: 13px;
    right: 13px;
  }
  .timetable .bridge .line_wrapper .line_cur span {
    font-size: 10px;
    width: 26px;
    top: -5px;
  }
  .timetable .bridge .line_wrapper .line_cur span.s1 {
    left: -13px;
  }
  .timetable .bridge .line_wrapper .line_cur span.s2 {
    right: -13px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec:before {
    left: 13px;
    right: 13px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec .line_cur_sec_wrapper:before {
    left: 13px;
    right: 13px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec span {
    font-size: 10px;
    width: 26px;
    top: -5px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec span.s1 {
    left: -13px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec span.s2 {
    right: -13px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec .line.l_left:before {
    left: 13px;
  }
  .timetable .bridge .line_wrapper .line_cur_sec .line.l_right:before {
    right: 13px;
  }
  .timetable .bridge .line_wrapper .line.l_left:before {
    right: 13px;
  }
  .timetable .bridge .line_wrapper .line.l_right:before {
    left: 13px;
  }
  .team {
    text-align: center;
  }
  .team img {
    width: auto;
    max-width: 100%;
  }

  .regiment .wysiwyg img {
    display: block;
    margin: 20px auto;
    float: none;
  }
  .bridge_list .buttons_geay {
    margin-top: 15px;
  }

  .bridge_list .buttons_geay a {
    font-size: 10px;
    padding: 0 15px 0 36px;
    height: 30px;
    line-height: 30px;
  }

  .bridge_list .buttons_geay i {
    top: 5px;
    left: 8px;
  }
    .piers-btn
  {
    font-size: 10px;
    padding: 0 15px 0 36px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: 10px;s
  }
  .piers-btn i.anchor
  {
    top:3px;
    left:7px;
  }
}
@media only screen and (max-width: 640px) {
  .staff.view .img {
    margin-top: 10px;
  }
.brige-100_years .m_text .wysiwyg .video_wrap iframe, .river-video .video_wrap iframe {
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    right: 0px; }
  .regiment .head {
    font-size: 45px;
  }
  .regiment i.star, .regiment i.stars {
    display: none;
  }
  .regiment .slick-next {
    right: 0;
  }
  .regiment .slick-prev {
    left: 0;
  }

  /* .pr_link {
    margin: 10px 0 10px 40px;
  }
  .pr_link:before {
    left: -9px;
    top: 1px;
  }

  .siluet {
    margin: 11px 0 0px;
  } */
}
@media only screen and (max-width: 560px) {
  .news_list a.news_link span.txt {
    height: auto;
    overflow: hidden;
  }

  .head {
    font-size: 25px;
  }

  .contacts .inf_block_one .rhombus {
    right: auto;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    -ms-transform: scale(0.7) rotate(45deg);
    -webkit-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
  }

  .chief .banner img {
    max-width: 100%;
    height: auto;
  }

  .chief .banner .name {
    margin-left: 20px;
  }

  .prs_center .cnt_one p {
    font-size: 15px;
  }
  .prs_center .cnt_one p.hd {
    font-size: 13px;
    top: 20px;
    left: 0px;
    padding: 0 0 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .prs_center .cnt_one .txt_bottom {
    padding: 0 0 0 20px;
    bottom: 10px;
  }
  .prs_center .cnt_one .txt_bottom p {
    font-size: 12px;
  }
  .prs_center .cnt_one .rhombus {
    -ms-transform: scale(0.7) rotate(45deg);
    -webkit-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
  }
  .prs_center .contact_txt .user_img {
    float: none;
    margin: 0 auto;
  }
  .prs_center .contact_txt .wysiwyg {
    margin: 0;
  }

  .pagination_index .pag {
    width: 230px;
    margin: 0 auto 10px;
    float: none;
  }
  .pagination_index .pag_select {
    float: none;
    width: 168px;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 529px) {
  .error_page {
    text-align: center;
  }
  .error_page .error_icon {
    background-size: 200px 201px;
    background-position: center;
    height: 200px;
    width: 201px;
    margin: 0 auto;
  }
  .error_page h1 span {
    font-size: 100px;
  }

  .pagination a.round {
    font-size: 11px;
  }
  .pagination a.btn_prev {
    padding: 0 10px 0 18px;
  }
  .pagination a.btn_prev i {
    left: 9px;
  }
  .pagination a.btn_next {
    padding: 0 18px 0 10px;
  }
  .pagination a.btn_next i {
    right: 9px;
  }
  .pagination a.btn_back {
    padding: 0 10px;
  }

  .breadcrumbs {
    margin-bottom: 15px;
  }

  .head.sec_br {
    margin-bottom: 35px;
  }

  .header__bottom p.hd {
    font-size: 0;
    padding: 0 15px;
  }
  .header__bottom p.hd:after {
    content: '!!!';
    font-size: 14px;
    font-family: "open_sansextrabold", sans-serif;
  }
  .header__bottom a.btn_close_message {
    font-size: 0;
    padding: 0 24px 0 0;
    right: 5px;
  }
  .header__bottom a.btn_close_message i {
    right: 4px;
  }
  .header__bottom .message {
    padding: 0 0 0 13px;
    margin: 0 0 0 8px;
  }
  .header__bottom .wr {
    padding: 0;
  }
  .prs_center .cnt_one p {
    font-size: 15px;
  }
  .prs_center .cnt_one p.hd {
    font-size: 13px;
    top: 20px;
    left: 0px;
    padding: 0 0 0 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .prs_center .cnt_one .txt_bottom {
    padding: 0 0 0 40px;
    bottom: 20px;
  }
  .prs_center .cnt_one .txt_bottom p {
    font-size: 15px;
  }
  .prs_center .cnt_one .rhombus {
    -ms-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
  }
  .prs_center .form {
    padding: 26px 25px;
  }

  .job_list .bg_gray {
    padding: 20px;
  }

  .contacts .inf_block_one .rhombus {
    margin-top: 0;
    left: auto;
    top: 12px;
    right: 6px;
  }

  .info_blocks {
    height: auto;
    padding: 20px 0 10px;
  }
  .info_blocks .widget {
    position: static !important;
    margin: 0 0 10px;
  }
  .info_blocks .widget span.s1 {
    font-size: 25px;
  }
   .info_blocks .widget a, .info_blocks .img{
      margin: 0 auto;
      width: 290px;
   } 
 
  .info_blocks .widget span.s2 {
    font-size: 15px;
    line-height: 25px;
  }
  .info_blocks .widget span.s4 {
    font-size: 55px;
  }
  .info_blocks .widget span.s5 {
    font-size: 20px;
  }

  .info_blocks #wd1 {
    height: 290px;
  }
  .info_blocks #wd2 {
    left: 50%;
    height: 290px;
  }
  .info_blocks #wd3 {
    left: 0;
    height: 590px;
    top: 300px;
    display: none;
  }
  .info_blocks #wd4 {
    top: 300px;
    left: 50%;
    height: 590px;
  }
  .info_blocks #wd5 {
    left: 0;
    top: 900px;
    height: 290px;
  }
  .info_blocks #wd6 {
    left: 50%;
    top: 900px;
    height: 290px;
  }
  .info_blocks #wd7 {
    left: 0%;
    top: 1200px;
    height: 290px;
  }
  .info_blocks #wd8 {
    left: 50%;
    top: 1200px;
    height: 290px;
  }

  /* .copyright {
    padding-top: 31px;
  }
  .copyright span {
    margin-right: 19px;
  }

  .siluet {
    margin: 6px 0 10px;
    padding-left: 40px;
  }
  .siluet i {
    left: 1px;
    top: -4px;
  } */
}
@media only screen and (max-width: 529px) {
  .news_list a.news_link {
    padding: 0 0 8%;
  }
  .news_list a.news_link span {
    position: relative;
    display: block;
  }
  .news_list a.news_link span.date {
    top: 0;
    padding: 8% 7% 0 10%;
  }
  .news_list a.news_link span.name {
    height: auto;
    top: 0;
    margin: 10px 0 0;
  }
  .news_list a.news_link span.details {
    bottom: 0;
  }
  .news_list a.news_link span.txt {
    top: 0;
    margin: 10px 0;
  }

  .bridge_list .search_b {
    margin-top: 45px;
    left: 20px;
  }

  .bridge_list hr {
    margin-bottom: 15px;
  }

  .bridge_list .search_b form.select {
    top: -40px;
    z-index: 10;
    left: 0;
  }

  .bridge_list .categories {
    padding-top: 95px;
  }
  .prs_center .cnt_one {
    max-width: 280px;
    margin: 0 auto 10px;
    padding-top: 64%;
    min-height: 280px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 450px) {
  .info_blocks .widget span.s2 {
    margin-top: 27px;
  }
  .info_blocks .widget span.details {
    bottom: 20px;
  }

  .timetable, .slider .slide_one {
    height: 600px;
  }

  .timetable .bridge .line_wrapper .line_cur_sec_wrapper {
    min-width: 24px;
  }

  .contacts .inf_block_one .rhombus {
    right: auto;
    left: 50%;
    top: 50%;
    margin-top: -50px;
  }

  .bridge_view .pagination .wr {
    padding: 0 5px;
  }
  .bridge_view .pagination .wr a {
    font-size: 9px;
  }
  .bridge_view .pagination .wr a.btn_back {
    padding: 0 5px;
  }
  .bridge_view .pagination .wr a.btn_prev {
    left: 5px;
  }
  .bridge_view .pagination .wr a.btn_next {
    right: 5px;
  }
  .bridge_view .pagination .wr a i {
    top: 10px !important;
  }

  .info_blocks .widget span.s1 {
    font-size: 25px;
  }

  .form .input p span b {
    display: none;
  }
  .form .input p span i {
    display: inline;
  }
}
@media only screen and (max-width: 420px) {
  .slider-polk .img-wrap {
    width: 180px;
  }
  .slider-polk .slick-arrow {
    height: 40px;
    width: 40px;
  }

  .regiment .to-video a {
    font-size: 17px;
    padding: 6px 5px;
  }

  .persons .img-wrap {
    width: 180px;
  }
  .photo_list .gallery_link.brige_p_l span span.txt, .photo_list .gallery_link_sec.brige_p_l span span.txt {
  line-height: 20px;
  height: 60px;
}


