

/* Start:/local/templates/main/css/bootstrap.css?154039285392882*/
@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #222;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover,
  a:focus {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small,
  h2 small,
  h2 .small,
  .h2 small,
  .h2 .small,
  h3 small,
  h3 .small,
  .h3 small,
  .h3 .small {
    font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small,
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4c9d0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 50px;
  line-height: 50px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 50px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 8px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus,
  .btn.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:active.focus,
    .btn-primary.active:hover,
    .btn-primary.active:focus,
    .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success.active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover,
    .btn-info:active:focus,
    .btn-info:active.focus,
    .btn-info.active:hover,
    .btn-info.active:focus,
    .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover,
    .btn-warning:active:focus,
    .btn-warning:active.focus,
    .btn-warning.active:hover,
    .btn-warning.active:focus,
    .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover,
    .btn-danger:active:focus,
    .btn-danger:active.focus,
    .btn-danger.active:hover,
    .btn-danger.active:focus,
    .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent; }
  .btn-link:hover,
  .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before,
  .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block; }
      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    display: none; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 5px 10px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 11px;
  font-weight: 300; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "›";
      padding: 0 11px;
      color: #000; }
    .breadcrumb > li a {
      color: #636d78;
      text-decoration: underline; }
      .breadcrumb > li a:hover {
        text-decoration: none; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 3px; }
  .pagination > li {
    float: left;
    margin-right: 1px; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 7px 14px;
      line-height: 1.42857;
      text-decoration: none;
      color: #000;
      border-radius: 3px;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    border-color: #ddd;
    text-decoration: underline; }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #000;
    background-color: #dfeaef;
    cursor: default;
    text-decoration: none; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }
  .pagination:before,
  .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 0 3px;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #3bace5;
  border-radius: 3px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }
  
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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


/* Start:/local/templates/main/css/style_custom.css?15403928592587*/
.header .account-logout {
    position: relative;
    color: #fff;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.6;
}
.header .account-logout:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -17px;
    top: 2px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/css/../images/sprites/logout.png);
}
.account-wrap {
    float: right;
    position: relative;
}
.audio-icon {
    background-image: url("/local/templates/main/css/../images/sprites/audio_menu.png");
    background-position: 15px center;
}
.fcp-icon {
    background-image: url("/local/templates/main/css/../images/sprites/o_fcp.png");
    background-position: 10px center;
}
.popup-form-wrapper {
    overflow-y: scroll;
}
.moder_modal {
    background: #fff;
    max-width: 100%;
    max-height: 100%;
    padding: 6%;
    border-radius: 3px;
    overflow-y: scroll;
}
.moder-add-images {
    display: inline-block;
    position: relative;
}
.moder-add-images span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.moder-add-images:hover span {
    display: block;
}
.form_chkbox input[type=radio] {
    display: none;
}
.video-input-block input {
    display: inline-block !important;
}

.offer_album .jqselect {
    min-width: 300px;
}

a.more-page__link:after {
    background: transparent;
    background: -ms-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: url("/local/templates/main/css/../images/png_opacity.png");
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.more-page__info {
    z-index: 999;
}
.news-item__img {
    overflow: hidden;
}

.news-item__img {max-height: 160px; min-height: 160px}
a.news-item__img {overflow: hidden; 
 -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease;
}
article a.news-item__img img {transform: scale(1.5)}
article:hover a.news-item__img img {transform: scale(1.05)}

.event-page__content .news-item__img {
    height: auto !important;
}
.owl-carousel .owl-item {
    height: 300px;
}
.expert-slider .owl-carousel .owl-item {
    height: auto;
}
.news-item__thumbs .owl-item {
    height: 86px;
}
.slider-full .owl-item {
    height: auto !important;
}
.calc_wrapper {
	background: url(/local/templates/main/css/../images/calc/calc-bg.png) repeat-x;
	background-position-y: 125px;
}
.calc_wrapper .breadcrumb {
	background: none;
}
/* End */


/* Start:/local/templates/main/css/jquery.fancybox.css?15403928555579*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/local/templates/main/css/../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/local/templates/main/css/../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/local/templates/main/css/../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/local/templates/main/css/../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.fancybox-margin{
	margin: 0 !important;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/local/templates/main/css/../images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/local/templates/main/css/../images/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* End */


/* Start:/local/templates/main/css/new/fancybox.css?153960756018139*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none;
  position: static;
}

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }



.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/main/css/costume.css?157934982346652*/

header > *{
    position: relative;
}

header ul{
    margin: 0;
    padding: 0;
}

footer > *{
    position: relative;
}
header {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: #fff;
    font-size: 14px;
}

header.sticky .search-field input::-webkit-input-placeholder {color:#01aef0;}
header.sticky .search-field input::-moz-placeholder          {color:#01aef0;}
header.sticky .search-field input:-moz-placeholder           {color:#01aef0;}
header.sticky .search-field input:-ms-input-placeholder      {color:#01aef0;}
.yellow-bg{
    background: yellow;
    color: black;
}
.wrap-main-slider header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 91;
}

/*header*/

header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

header.sticky {
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px 0px #999;
    -moz-box-shadow: 0px 0px 10px 0px #999;
    box-shadow: 0px 0px 10px 0px #999;
}

header.sticky .header-top{
    display: none;
}

header.sticky .header-item{
    padding: 15px 0 5px 0;
    background: #ffffff;
}

/*header.sticky .header-item .logo{
    display: none;
}*/

header.sticky .container{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.sticky .menu{
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding: 0 10px 0 20px;
    text-align: center;
    max-width: 100%;
}

header.sticky .menu li{
    margin-bottom: 0;
}

header.sticky .menu a{
    color: #01aef0;
    font-weight: 400;
}

header.sticky .menu a:hover{
    opacity: 0.8;
}

header.sticky .search{
    width: 230px;
    margin-bottom: 10px;
}

header.sticky .search-field input {
    border-color: #01aef0;
    padding-right: 30px;
    padding-left: 10px;
    color: #01aef0;
}

header.sticky .search-send i{
    color: #01aef0;
}



header.sticky .logo-item:before {
    background: url(/local/templates/main/css/../img/icon_blue.svg) no-repeat top left;
	top: 2px;
	/*background: url(https://voda.org.ru/local/templates/template/img/clipboard.svg) no-repeat top left;*/
background-size: contain;
	width: 45px;
	height: 45px;
}

header.sticky .logo {
    color: #01aef0;
    width: 45px;
    height: 53px;
    overflow: hidden;
}

header.sticky .logo-item{
/*    padding-left: 61px;*/
    overflow: hidden;
    color: transparent;
/*    min-height: 59px;*/
}



header.sticky .logo-note{
    display: none;
}


header.sticky .sub-menu {
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
button {
    background: none;
    border: none;
    font-family: Arial, sans-serif;
}
.header-wrap{
    position: relative;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 1;
    background-image: url(/local/templates/main/img/slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-wrap header {
    z-index: 11;
}

.header-top{
    padding: 5px 0;
background: rgba(0,0,0,0.5);
    /*background: url(http://voda.org.ru/snowflakes.png) repeat-x;*/
}

.header-top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-col{
    width: -webkit-calc((100% - 230px)/2);
    width: -moz-calc((100% - 230px)/2);
    width: calc((100% - 230px)/2);
}

.header-top-col:last-of-type{
    text-align: right;
}

.soc-link{
    text-align: center;
}

header .soc-link {
    width: 230px;
    padding: 0 20px;
}

.soc-link a{
    margin: 0 3px;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
}

.soc-link a:hover {
    opacity: 1;
}

.entry-user{
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
    padding-left: 20px;
}

.entry-user:hover{
    opacity: 1;
}

.entry-user i{
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 14px;
}

.your-city{
    font-size: 12px;
    color: #e7e7e7;
}

.your-city a{
    color: #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
}

.your-city a:hover {
    color: #01aef0;
    border-color: #01aef0;
}

.header-item{
    padding: 10px 0;
}

.header-item .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo{
    width: 230px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Times New Roman", Times, sans-serif;
    position: relative;
}

.logo-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    width: 100%;
    padding-left: 75px;
    font-weight: 700;
    min-height: 74px;
    height: 74px;
    line-height: initial;
}



.logo-note{
    display: block;
    font-size: 10px;
    padding-top: 5px;
}

.search{
    position: relative;
    width: 230px;
}

.search-field{
    width: 100%;
}

.search-field input{
    width: 100%;
    border: 2px solid #fff;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 65px 0 20px;
    font-size: 14px;
    height: 43px;
    line-height: 41px;
}

.search-send{
    width: 45px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.search-send input {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.search-send i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 15px;
}

.search-send:hover i{
    color: #01aef0;
}

.menu{
    width: -webkit-calc(100% - 230px - 230px);
    width: -moz-calc(100% - 230px - 230px);
    width: calc(100% - 230px - 230px);
    padding: 0 20px;
    max-width: 500px;
}

.menu-item{
    margin-right: 15px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.menu-item-link{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.menu-item-link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
}

.menu-item-link:hover:before{
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    padding: 15px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 2px 1px rgba(0,0,0,.5);
    box-shadow: 2px 2px 1px rgba(0,0,0,.5);
}

.menu-item:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 9;
}

.sub-menu li{
    margin-bottom: 10px;
}

.sub-menu li:last-of-type {
    margin-bottom: 0;
}

.sub-menu a{
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.sub-menu a:hover{
    color: #01aef0;
}

.header-white {
    display: none;
    background: #ffffff;
    padding: 15px 0;
}

.header-white .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-blue{
    width: 130px;
}

.btn-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.open-search,
.open-nav{
    color: #01aef0;
    margin-left: 20px;
}

.open-search:hover,
.open-nav:hover {
    color: #00d4ff;
}

.open-search{
    font-size: 19px;
}

.open-nav{
    font-size: 24px;
}

.overlay{
    display: none;
}

.close-nav{
    display: none;
}


header a, header span, header button, header i {
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1170px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-vk:before {
    content: "\f189";
}
.fa-youtube-square:before {
    content: "\f431"!important;
}
.fa-instagram:before {
    content: "\f16d";
}

header a:hover {
    text-decoration: none;
}

.search-send i, .sub-menu, .menu-item-link:before, .blue-btn:before, .swiper-pagination-bullet, .swiper-button-prev, .swiper-button-next, .tabs_caption li, .media-item-bg img, .media-item-bg:before, .tabs_content, .sp-thumbnail, .photo-tabs-gallery a img {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
header li {
    list-style: none;
}
.menu-item{
    position: relative;
}


.search-send i, .sub-menu, .menu-item-link:before, .blue-btn:before, .swiper-pagination-bullet, .swiper-button-prev, .swiper-button-next, .tabs_caption li, .media-item-bg img, .media-item-bg:before, .tabs_content, .sp-thumbnail, .photo-tabs-gallery a img {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}


.entry-user{
    position: relative;
}


header input {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    font-family: Arial, sans-serif;
}


.footer-info p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #777777;
}

footer h6{
    font-size: 18px;
    margin-bottom: 15px;
}

footer {
    background: #fff;
    height: 215px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 45px;
}

.footer__info {
    width: 360px;
    vertical-align: middle;
    display: inline-block;
}

.footer__links {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*width: 360px;*/
}

.footer__link {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin: 0 13px;
    text-decoration: underline;
}

.footer__link:hover {
    color: #000;
    text-decoration: none;
}

.footer .social-color {
    padding-top: 9px;
}

.copyright {
    font-size: 13px;
    color: #636d78;
    line-height: 16px;
    font-weight: 300;
}

.copyright p {
    margin: 5px 0;
}
footer {
    padding: 30px 0;
    border-top: 2px solid #BFBFBF;
    position: relative;
}
footer .container {
    width: 100%;
    max-width: 1170px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.footer-item {
    position: relative;
    padding-left: 45px;
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-menu {
    position: relative;
    width: 410px;
    padding-right: 45px;
}

footer nav{
    position: relative;
}

.footer-menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.footer-menu a {
    color: #000000;
    text-decoration: underline;
    font-size: 15px;
}
footer ul{
    padding-left: 0;
}

.footer-subscription {
    width: -webkit-calc(100% - 410px);
    width: -moz-calc(100% - 410px);
    width: calc(100% - 410px);
    position: relative;
}
.footer-subscription h6 {
    text-align: right;
}

.subscription-form {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.subscription-field {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

.subscription-field input {
    width: 100%;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    color: #000000;
}

.subscription-send {
    width: 120px;
}

.subscription-send input {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #01aef0;
    height: 40px;
    line-height: 40px;
}

.footer-subscription p {
    font-size: 12px;
    color: #777777;
}

.footer-info {
    width: 360px;
}

.footer-soc-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-soc-link a {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    opacity: 0.6;
}

.your-city {
    font-size: 12px;
    color: #e7e7e7;
}
.your-city a {
    color: #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
}
.modal, .modal > * {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}
.modal {
    display: none;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    overflow: visible;
    padding: 35px;
    width: 560px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}
.modal h3 {
    text-align: center;
}
.modal h3 {
    font-size: 25px;
}
.list-region {
    height: 300px;
    overflow: auto;
    margin-bottom: 30px;
}
.list-region ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.list-region li {
    margin-bottom: 5px;
    list-style: none;
}

.list-region a {
    color: #0fa0d7;!important;
}
.select-city__link:hover {
    color: #0fa0d7;!important;
}
.modal .search {
    margin-bottom: 20px;
}
.align-center {
    text-align: center;
}

.blue-btn {
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    background: #01aef0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    text-align: center;
}
.blue-btn span {
    z-index: 2;
}
li {

}


header .container:before, header .container:after {
    content: " ";
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
input {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    font-family: Arial, sans-serif;
}
input, textarea {
    display: block;
}

.header-top-col{
    width: -webkit-calc((100% - 230px)/2);
    width: -moz-calc((100% - 230px)/2);
    width: calc((100% - 230px)/2);
}

.header-top-col:last-of-type{
    text-align: right;
}

.your-city{
    font-size: 12px;
    color: #e7e7e7;
}

.your-city a{
    color: #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
}

.your-city a:hover {
    color: #01aef0;
    border-color: #01aef0;
}

.modal{
    display: none;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    overflow: visible;
    padding: 35px;
    width: 560px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}

.modal, .modal > * {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}

.fancybox-slide--current .modal, .fancybox-slide--current .modal > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modal .search-field input{
    border-color: #777;
}

.modal .search-send{
    color: #777;
}

.modal .search{
    margin-bottom: 20px;
}

.list-region{
    height: 300px;
    overflow: auto;
    margin-bottom: 30px;
}

.list-region ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.list-region li{
    margin-bottom: 5px;
}

.list-region a:hover{
    text-decoration: none;
}

.modal .search-field input {
    background: #fff;
}

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

.modal h3{
    text-align: center;
}

.modal-check-in,
.modal-entrance{
    width: 360px;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
slide--current, .fancybox-slide--next {
     display: block;
 }
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide--current .modal, .fancybox-slide--current .modal > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.modal, .modal > * {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}
.modal {
    display: none;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    overflow: visible;
    padding: 35px;
    width: 560px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
body.fancybox-active {
    overflow: hidden;
}

          .compensate-for-scrollbar {
              margin-right: 17px;
          }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}
.dds_city_search {
    margin-bottom: 20px;
}
.modal h3 {
    font-size: 25px;
}
.modal h3 {
    text-align: center;
}

.wrap_tabs .tabs-title h3
{
font-family: "SwiftC"; font-size: 39px; margin-bottom: 25px; margin-top: 0px;
}
h3 {
/*    font-family: "SwiftC";*/
    font-size: 39px;
    margin-bottom: 25px;
/*    padding: 0 15px;*/
}
.tp-input input {
    width: 100%;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #777;
    color: #777777;
    height: 46px;
    line-height: 46px;
}
.tp-input {
    display: block;
    margin-bottom: 15px;
}
.modal-check-in, .modal-entrance {
    width: 360px;
}
.errortext {
    display: none;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}
.blue-btn {
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    background: #01aef0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    text-align: center;
}
.forgot-password {
    display: block;
    margin-bottom: 3px;
    text-align: center;
}
.txt-link {
    color: #01aef0;
    text-decoration: underline;
}
.or {
    display: block;
    margin-bottom: 3px;
    text-align: center;
    color: #777777;
}
.big-txt-link {
    font-size: 20px;
}
.send-form {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
a, button, input, textarea {
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal .search-field input::-webkit-input-placeholder {color:#777;}
.modal .search-field input::-moz-placeholder          {color:#777;}
.modal .search-field input:-moz-placeholder           {color:#777;}
.modal .search-field input:-ms-input-placeholder      {color:#777;}

input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder          {color:#000;}
input:-moz-placeholder           {color:#000;}
input:-ms-input-placeholder      {color:#000;}

.search-field input::-webkit-input-placeholder {color:#fff;}
.search-field input::-moz-placeholder          {color:#fff;}
.search-field input:-moz-placeholder           {color:#fff;}
.search-field input:-ms-input-placeholder      {color:#fff;}

header.sticky .search-field input::-webkit-input-placeholder {color:#01aef0;}
header.sticky .search-field input::-moz-placeholder          {color:#01aef0;}
header.sticky .search-field input:-moz-placeholder           {color:#01aef0;}
header.sticky .search-field input:-ms-input-placeholder      {color:#01aef0;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

.search-send input {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.search-send i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 15px;
}

.search-send:hover i{
    color: #01aef0;
}
.search-send i,
.sub-menu,
.menu-item-link:before,
.blue-btn:before,
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next,
.tabs_caption li,
.media-item-bg img,
.media-item-bg:before,
.tabs_content,
.sp-thumbnail,
.photo-tabs-gallery a img
{
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.modal .search-field input{
    border-color: #777;
}

.modal .search-send{
    color: #777;
}

.modal .search{
    margin-bottom: 20px;
}

/*media*/

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

.media-item{
    margin-right: 10px;
    margin-bottom: 5px;
    width: -webkit-calc(33.3% - 10px);
    width: -moz-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    overflow: hidden;
    min-height: 260px;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 18px;

    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.media-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-item-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
}

.media-item-bg img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-item:hover .media-item-bg img,
.news-item:hover .media-item-bg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.media-item:hover .media-item-bg:before,
.news-item:hover .media-item-bg:before {
    opacity: 0.3;
}

.media-item-title {
    z-index: 2;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: end;*/
    /*-webkit-align-items: flex-end;*/
    /*-moz-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
    /*height: 100%;*/
    /*-webkit-align-content: flex-end;*/
    /*-ms-flex-line-pack: end;*/
    /*align-content: flex-end;*/
}



@media (max-width: 1170px) {

    .footer-info {
        width: 280px;
    }
    .footer-item {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
    }
    .footer-menu a {
        font-size: 14px;
    }
    .footer-menu {
        width: 365px;
    }
    .footer-subscription {
        width: -webkit-calc(100% - 365px);
        width: -moz-calc(100% - 365px);
        width: calc(100% - 365px);
    }
    h6 {
        font-size: 16px;
    }

    .news-category-block .news-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .news-category-block .news-item {
        width: -webkit-calc((100% - 30px)/2);
        width: -moz-calc((100% - 30px)/2);
        width: calc((100% - 30px)/2);
    }

    header.sticky .menu {
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    header.sticky .search {
        width: 150px;
    }
    .menu-item {
        margin-right: 10px;
    }

}

@media (max-width: 1020px) {

    .logo-item {
        font-size: 26px;
        padding-left: 55px;
        min-height: 60px;
    }
    .logo-item:before {
        width: 45px;
        height: 45px;
        -moz-background-size: 45px;
        background-size: 45px;
    }
    .menu-item-link {
        font-size: 12px;
    }
    .projects-slide-title {
        font-size: 38px;
        line-height: 43px;
    }
    .news-big-item .news-item-title {
        font-size: 24px;
    }
    h4 {
        font-size: 30px;
    }
    .footer-menu {
        width: 240px;
    }
    .footer-subscription {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
    }
    .photo-tabs {
        width: 360px;
    }
    .news-tabs {
        width: -webkit-calc(100% - 380px);
        width: -moz-calc(100% - 380px);
        width: calc(100% - 380px);
    }




}

@media (max-width: 930px) {

    .header-white {
        display: block;
        z-index: 999;
    }
    .overlay{
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #000;
    }
    .overlay.open{
        opacity: 0.8;
        visibility: visible;
        z-index: 998;
    }
    .close-nav{
        display: block;
        position: absolute;
        z-index: 1;
        top: -15px;
        right: 15px;
        font-size: 14px;
        color: #ffffff;
    }
    .header-item{
        display: block;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 999;
        overflow: auto;
        visibility: hidden;
        padding: 30px 0;
        margin: 0;
        opacity: 0;
        -webkit-overflow-scrolling: touch;
        background-color: #07B0F0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header-item.open{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 30px 0 30px 0 rgba(0,0,0,0.75);
        -moz-box-shadow: 30px 0 30px 0 rgba(0,0,0,0.75);
        box-shadow: 30px 0 30px 0 rgba(0,0,0,0.75);
    }
    .header-top {
        z-index: 999;
    }
    .header-item .logo{
        display: none;
    }
    .header-item .container {
        display: block;
    }
    .search {
        width: 100%;
    }
    .menu {
        width: 100%;
        padding: 20px 0 0 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .menu-item {
        margin-right: 0;
        padding: 0;
        display: block;
        vertical-align: top;
        border-bottom: 1px solid #0fa0d7;
    }
    .search-field input {
        background: #0fa0d7;
    }
    .menu-item-link:before{
        display: none;
    }
    .menu-item-link {
        font-size: 16px;
        display: block;
        padding: 10px 0;
    }
    .menu-item:first-child {
        border-top: 1px solid #0fa0d7;
    }
    .header-top.open .soc-link a,
    .header-top.open .entry-user{
        opacity: 1;
    }
    .open-sub-menu:after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        background: url(/local/templates/main/css/../img/icons/caret-down-solid.svg) no-repeat center center;
        width: 35px;
        -moz-background-size: 10px;
        background-size: 10px;
    }
    .sub-menu{
        display: none;
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        background: #0fa0d7;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        z-index: 1;
        opacity: 1;
        padding: 0;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
    }
    .sub-menu a {
        color: #fff;
        padding: 10px 15px;
    }
    .sub-menu a:hover {
        color: #fff;
    }
    .sub-menu li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .sub-menu li:last-of-type{
        border-bottom: none;
    }

    h3 {
        font-size: 25px;
    }
    .content {
        padding: 30px 0;
    }
    .projects-slider .gallery-thumbs {
        width: 200px;
    }
    .projects-slider .gallery-top {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .projects-slider .gallery-thumbs .swiper-slide {
        font-size: 13px;
        line-height: 16px;
        padding: 16px 15px;
    }
    .projects-slide-category {
        margin-bottom: 3px;
        font-size: 11px;
    }
    .projects-slider {
        margin-bottom: 30px;
        height: 300px;
    }
    .projects-slide-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .white-btn {
        font-size: 12px;
        padding: 10px 25px;
    }
    .projects-slide-date {
        font-size: 12px;
    }
    .projects-slide-top .projects-slide-category {
        font-size: 12px;
    }
    .projects-slide-top {
        margin-bottom: 5px;
    }
    .tabs_caption li {
        font-size: 13px;
    }
    body {
        font-size: 13px;
    }
    .projects-slider .swiper-button-prev, .projects-slider .swiper-button-next {
        -moz-background-size: 16px;
        background-size: 16px;
    }
    .news-item-title {
        font-size: 14px;
    }
    .news-big-item .news-item-title {
        font-size: 18px;
    }
    .news-item-date {
        font-size: 10px;
    }
    .news-big-item .news-item-date {
        font-size: 12px;
    }
    .news-squares .news-item {
        min-height: 160px;
    }
    .news-squares {
        width: 60%;
    }
    .news-big-item {
        width: 40%;
        padding: 15px;
        min-height: 290px;
    }
    .about-block-sub-title {
        font-size: 18px;
    }
    .tp-txt p {
        font-size: 12px;
    }
    .slide-opinion-quote {
        font-size: 12px;
    }
    .slide-opinion-item {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .btn-wrap a {
        margin: 0 15px 10px 0;
    }
    .opinion-slider .btn-wrap {
        text-align: left;
    }
    .about-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-block .tp-txt p{
        font-size: 14px;
    }
    .media-item {
        margin-right: 5px;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        min-height: 200px;
    }
    .footer-item {
        display: block;
    }
    .footer-subscription {
        width: 100%;
    }
    .footer-menu {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .footer-menu nav ul {
        text-align: right;
    }
    .projects-slider .gallery-top .swiper-slide {
        padding: 15px 40px;
    }
    .photo-tabs {
        width: 270px;
    }
    .photo-tabs-gallery a {
        height: 65px;
        margin-bottom: 5px;
        margin-right: 5px;
        width: -webkit-calc(33.3% - 5px);
        width: -moz-calc(33.3% - 5px);
        width: calc(33.3% - 5px);
    }
    .news-tabs {
        width: -webkit-calc(100% - 290px);
        width: -moz-calc(100% - 290px);
        width: calc(100% - 290px);
    }
    .news-tabs-preview-img {
        width: 130px;
        height: 90px;
    }
    .news-tabs-preview-text {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        padding-left: 10px;
    }







}

@media (max-width: 679px) {

    .header-top .container{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-top-col:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    header .soc-link {
        width: 180px;
        padding: 0 20px 0 0;
        text-align: left;
    }
    .header-top-col {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
    }
    .over-title-slider {
        font-size: 16px;
    }
    h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .main-slider-content {
        padding-top: 0;
    }
    h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .projects-slider {
        display: block;
        height: auto;
    }
    .projects-slider .gallery-top {
        width: 100%;
        height: auto;
    }
    .projects-slider .gallery-thumbs {
        height: auto;
        width: 100%;
    }
    .projects-slider .gallery-top .swiper-slide {
        padding: 35px 30px;
        height: auto;
        overflow: hidden;
    }
    .projects-slider .swiper-button-prev, .projects-slider .swiper-button-next {
        width: 16px;
        height: 30px;
        margin-top: -15px;
        -moz-background-size: 12px;
        background-size: 12px;
    }
    .projects-slider .swiper-container {
        overflow: hidden;
    }
    .projects-slide-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .tabs_caption li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .news-wrap {
        display: block;
    }
    .news-big-item {
        width: 100%;
        padding: 15px;
        min-height: 210px;
    }
    .news-squares {
        width: 100%;
    }
    .news-big-item {
        height: 210px;
        min-height: auto;
    }
    .news-squares .news-item {
        min-height: auto;
        height: 210px;
        width: 100%;
        margin-left: 0;
    }
    .opinion-and-about {
        display: block;
        margin-bottom: 10px;
    }
    .opinion-and-about-col {
        width: 100%;
    }
    .opinion-and-about-col {
        width: 100%;
        padding: 25px 0px;
    }
    .opinion-col:before {
        width: auto;
        right: -15px;
        left: -15px;
    }
    h4 {
        font-size: 26px;
        text-align: center;
    }
    .slide-opinion-img {
        margin: 0 auto;
        display: block;
    }
    .slide-opinion-item {
        text-align: center;
    }
    .opinion-slider .btn-wrap {
        text-align: center;
    }
    .btn-wrap a {
        margin: 0 5px 10px 5px;
    }
    .about-block {
        text-align: center;
    }
    .opinion-slider {
        padding: 0 5px;
    }
    .opinion-slider .swiper-button-prev, .opinion-slider .swiper-container-rtl .swiper-button-next {
        left: -15px;
    }
    .opinion-slider .swiper-button-next, .opinion-slider .swiper-container-rtl .swiper-button-prev {
        right: -15px;
    }
    .tabs-title {
        display: block;
    }
    .tabs-title .tabs_caption {
        padding-left: 0;
    }
    .media-item {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        min-height: 180px;
        padding: 15px;
        margin: 0 -15px 5px -15px;
    }
    .partners-slider .swiper-slide {
        width: 130px;
        height: 50px;
    }
    .partners-slider {
        padding: 0 25px;
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    footer .container {
        display: block;
    }
    .footer-item {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .footer-info {
        width: 100%;
    }
    .footer-menu nav ul {
        text-align: center;
    }
    .footer-menu li {
        margin: 0 5px 5px 5px;
    }
    .footer-menu a {
        font-size: 12px;
    }
    .footer-subscription h6 {
        text-align: center;
    }
    .footer-subscription p {
        text-align: center;
    }
    .footer-info p {
        text-align: center;
    }
    .footer-soc-link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news-item-title {
        font-size: 18px;
    }
    .news-item-date {
        font-size: 12px;
    }
    .opinion-and-about .tp-txt p {
        font-size: 14px;
    }

    .breadcrumbs{
        display: none;
    }
    h5 {
        font-size: 25px;
    }
    .img-float-right {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .tp-list{
        margin-bottom: 10px;
    }
    .tp-list li {
        font-size: 12px;
        line-height: 20px;
    }
    .tp-txt p {
        line-height: 20px;
        margin-bottom: 10px;
    }
    .news-tabs {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .photo-tabs{
        float: none;
        width: 100%;
    }
    .news-tabs-preview-img {
        width: 100px;
        height: 65px;
    }
    .news-tabs-preview-text {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
        padding-top: 0;
    }
    .news-tabs-preview-date {
        margin-bottom: 5px;
    }
    .wrap_tabs {
        margin-bottom: 20px;
    }
    .category-news a {
        margin-right: 0;
        display: block;
    }
    .category-news {
        margin-bottom: 30px;
    }
    .news-category-block .news-item {
        width: 100%;
        margin-right: 0;
        min-height: 210px;
    }
    .title-news-category h4{
        text-align: left;
    }
    .go-to {
        position: absolute;
        top: 5px;
    }
    .big-txt-link {
        font-size: 16px;
    }
    .list-region{
        height: 230px;
    }
    .list-region ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .send-form input{
        font-size: 14px;
    }


}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/horizontal_multilevel3/style.css?1539697500879*/


.lwwei span{
	color:red
}

.lwwei:hover span{
	color:blue
}


.nav__item.is_parent:hover{
	color:red
}


.nav__item.is_parent{
	color:blue
}
.nav__item.is_parent:hover ul{
	display:block
}





.nav__item.is_parent ul{
position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #999;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 250px;
    margin-left: -14px;
	text-transform: uppercase;
	padding-bottom:8px;
}


.nav__item.is_parent ul li{
    text-align: left;
    padding: 10px 10px 2px 10px;
}

.nav__item.is_parent ul li a{
	font-size: 14px;
	font-family: "Ubuntu",-apple-system,"HelveticaNeue","Arial","Lucida Grande",sans-serif;
	color:#000
}
.nav__item.is_parent ul li a:hover,
.nav__item.is_parent ul li.item-selected a{
	color:#01aef0;
	text-decoration:none;
}





/* End */


/* Start:/local/templates/main/components/bitrix/menu/left_top/style.css?1540391742581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main/components/bitrix/menu/left_top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main/components/bitrix/news.list/footer_blocks/style.css?1540392697150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/voda/subscribtion/template1/style.css?1540392851150*/
.notification_success,
.notification_warning{
    font-size: 11px;
    margin-top: 3px;
    color: red;
}
.notification_success{
    color: #00a54a;
}
/* End */


/* Start:/local/templates/main/styles.css?1589388149118311*/
/*@charset "utf-8";*/

/* Slider */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 2;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-refresh .owl-item {
    display: none;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/templates/main/images/sprites/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-controls .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-controls .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    position: relative;
    z-index: 5;
}

.owl-controls .owl-dot.active span {
    width: 16px;
    height: 16px;
    border-color: #fff;
}

.owl-controls .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid #93979a;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
}

.owl-controls .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 35px;
    margin-top: -16px;
    background-image: url(/local/templates/main/images/sprites/slider-left.png);
    font-size: 0px;
    z-index: 3;
    background-repeat: no-repeat;
}

.owl-controls .owl-next {
    right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-controls .owl-prev {
    left: 20px;
}

.news-item__big-images {
    position: relative;
    visibility: hidden;
}

.news-item__big-images.owl-carousel {
    visibility: visible;
}

.news-item__big-images .owl-controls .owl-prev,
.news-item__big-images .owl-controls .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0;
    width: 15%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.news-item__big-images .owl-controls .owl-prev:hover,
.news-item__big-images .owl-controls .owl-prev:focus,
.news-item__big-images .owl-controls .owl-next:hover,
.news-item__big-images .owl-controls .owl-next:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.news-item__big-images .owl-controls .owl-prev span,
.news-item__big-images .owl-controls .owl-next span {
    position: absolute;
    top: 50%;
    margin-top: -15.5px;
    z-index: 5;
    width: 9px;
    height: 31px;
    background: url("/local/templates/main/images/sprites/bi-arrow.png") no-repeat;
}

.news-item__big-images .owl-controls .owl-prev {
    left: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.news-item__big-images .owl-controls .owl-prev span {
    left: 10px;
}

.news-item__big-images .owl-controls .owl-next {
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.news-item__big-images .owl-controls .owl-next span {
    right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-item__slider-thumbs {
    position: relative;
}

.news-item__slider-thumbs .news-item__thumbs {
    padding: 10px 25px;
}

.news-item__slider-thumbs .owl-item {
    cursor: pointer;
}

.news-item__slider-thumbs .owl-controls .owl-prev,
.news-item__slider-thumbs .owl-controls .owl-next {
    background: url("/local/templates/main/images/sprites/bt-arrow.png") no-repeat;
}

.news-item__slider-thumbs .owl-controls .owl-prev {
    left: 0;
}

.news-item__slider-thumbs .owl-controls .owl-next {
    right: 0;
}

.cover {
    opacity: 0;
}

.coverParent {
    position: relative;
}

/* Map */
.jqvmap-label {
    position: absolute;
    display: none;
    border-radius: 3px;
    background: #292929;
    color: #ccc;
    font-size: smaller;
    padding: 6px;
}

.jqvmap-label strong {
    color: #fff;
    display: inline-block;
}

.jqvmap-label ul {
    margin: 0;
    text-align: left;
    padding: 2px 10px 2px 20px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
    position: relative;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

.map-pin {
    width: 12px;
    height: 11px;
    position: absolute;
    top: -6px;
    left: -5px;
    background-size: 12px 11px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    color: #888;
    font-weight: 500;
    font-size: 14px;
}

.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.capital {
    background-image: url("/local/templates/main/images/sprites/star.png");
}

.jqvmap-pin {
    cursor: default;
}

#jqvmap1_fl_pin {
    margin-left: 5%;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--Calendar--*/
.clndr {
    position: relative;
    padding: 17px 11px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.clndr .clndr-controls {
    position: relative;
    margin-bottom: 7px;
}

.clndr .clndr-controls .clndr-control-button {
    position: absolute;
    width: 5px;
    height: 13px;
    left: 9px;
    top: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANCAQAAADLNWwDAAAARUlEQVR4AWOAADUxtXAYMz7LF8LQ9m/47Q1isKoXnm74D2Y6Fjf8BzHVBA1qXkCZUTOBDAymMFgBVJszVBvCMGQrEBYDAILNLOLCRf3yAAAAAElFTkSuQmCC");
}

.clndr .clndr-controls .clndr-control-button.inactive {
    opacity: 0.5;
}

.clndr .clndr-controls .clndr-control-button.inactive:hover {
    background: none;
    cursor: default;
}

.clndr .clndr-controls .clndr-control-button .clndr-next-button,
.clndr .clndr-controls .clndr-control-button .clndr-previous-button,
.clndr .clndr-controls .clndr-control-button .clndr-next-year-button,
.clndr .clndr-controls .clndr-control-button .clndr-previous-year-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
}

.clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive,
.clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive,
.clndr .clndr-controls .clndr-control-button .clndr-next-year-button.inactive,
.clndr .clndr-controls .clndr-control-button .clndr-previous-year-button.inactive {
    opacity: 0.5;
    cursor: default;
}

.clndr .clndr-controls .clndr-control-button.rightalign {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 9px;
}

.clndr .clndr-controls .month {
    padding: 0 22px;
    text-align: center;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 1;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
}

.clndr .clndr-table {
    table-layout: fixed;
    width: 100%;
}

.clndr .clndr-table .header-days {
    height: 30px;
    font-size: 13px;
}

.clndr .clndr-table .header-days .header-day {
    vertical-align: middle;
    text-align: center;
    color: #000;
}

.clndr .clndr-table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: center;
}

.clndr .clndr-table tr .day {
    width: 100%;
    height: inherit;
}

.clndr .clndr-table tr .day.today .day-contents,
.clndr .clndr-table tr .day.my-today .day-contents {
    background: #e5f7fd;
    color: #000;
    cursor: default;
    font-weight: 700;
}

.clndr .clndr-table tr .day.today:hover .day-contents,
.clndr .clndr-table tr .day.my-today:hover .day-contents {
    background: #e5f7fd;
}

.clndr .clndr-table tr .day.today.event .day-contents,
.clndr .clndr-table tr .day.my-today.event .day-contents {
    background: #a7dbc1;
}

.clndr .clndr-table tr .day.event .day-contents,
.clndr .clndr-table tr .day.my-event .day-contents {
    color: #fff;
    background: #00aeef;
    cursor: pointer;
}

.clndr .clndr-table tr .day.event:hover .day-contents,
.clndr .clndr-table tr .day.my-event:hover .day-contents {
    background: #8cd154;
}

.clndr .clndr-table tr .day.inactive,
.clndr .clndr-table tr .day.my-inactive {
    background: #ddd;
}

.clndr .clndr-table tr .day .day-contents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 13px;
    margin: 1px;
    padding: 4px 1px;
    border-radius: 3px;
    cursor: default;
}

.clndr .clndr-table tr .empty,
.clndr .clndr-table tr .adjacent-month,
.clndr .clndr-table tr .my-empty,
.clndr .clndr-table tr .my-adjacent-month {
    width: 100%;
    height: inherit;
    color: #c6c6c6;
    cursor: default;
}

.cal-prev {
    left: 0px;
}

.cal-next {
    right: 0px;
}

.more-link::before {
    content: "\A";
    white-space: pre;
    display: block;
    height: 10px;
}

.calendars {
    position: relative;
    margin: 0 137px;
}

.calendars-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.cal-main {
    position: relative;
    z-index: 10;
    width: 96%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 21px;
}

.cal-main .clndr {
    padding: 34px 26px;
}

.cal-main .clndr .clndr-controls {
    position: static;
    margin-bottom: 13px;
}

.cal-main .clndr .clndr-controls .clndr-control-button.rightalign {
    left: auto;
    right: -35px;
}

.cal-main .clndr .clndr-controls .clndr-control-button {
    width: 14px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/sprites/calendar-left.png);
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -35px;
}

.cal-main .clndr .clndr-controls .month {
    font-size: 27px;
}

.cal-main .clndr .clndr-table .header-days .header-day {
    font-size: 15px;
}

.cal-main .clndr .clndr-table .day {
    height: 40px;
    padding: 0 4px;
}

.cal-main .clndr .clndr-table .day .day-contents {
    font-size: 21px;
    padding: 0;
    line-height: 40px;
}

.cal-back {
    position: absolute;
    padding: 27px 25px;
    top: 5px;
    margin: 30px auto;
    width: 235px;
    opacity: 0.2;
    font-size: 21px;
}

.cal-back .clndr .clndr-controls {
    margin-bottom: 0;
}

.cal-back .clndr .clndr-controls .month {
    font-size: 18px;
}

.cal-back .clndr .clndr-controls .clndr-control-button {
    display: none;
}

.cal-back .clndr .clndr-controls .clndr-table tr {
    height: 24px;
}

.cal-back .clndr .clndr-controls .clndr-table tr td {
    padding: 0;
}

.cal-back .clndr .clndr-controls .clndr-table .header-days {
    height: 20px;
    font-size: 10px;
}

.cal-back .clndr .clndr-controls .clndr-table .header-days .header-day {
    font-size: 11px;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__dropdown {
    border-color: #d4c9d0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.jq-selectbox.focused .jq-selectbox__trigger-arrow {
    opacity: 1;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #eeeeee;
    color: #eeeeee;
}

.jq-selectbox .placeholder {
    color: #999;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
}

.jq-selectbox.dropup .jq-selectbox__select {
    border-radius: 0 0 3px 3px;
}

.jq-selectbox.dropup .jq-selectbox__dropdown {
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px 0;
}

.jq-selectbox.dropdown .jq-selectbox__select {
    border-radius: 3px 3px 0 0;
}

.jq-selectbox.dropdown .jq-selectbox__dropdown {
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px;
}

.jq-selectbox__select {
    height: 40px;
    padding: 0 45px 0 14px;
    border: 1px solid #d4c9d0;
    border-radius: 3px;
    background: #fff;
    color: #555555;
}

.jq-selectbox__select .jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    min-width: 100%;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 11px;
    width: 11px;
    height: 6px;
    opacity: .5;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAZklEQVR42mOIiorUAOLDQKzGgAWAxKHy6iDOLiD+D8TvgNgNTaEbVBwkvwskwA/EW6ECf4A4H6owH8oHiW8BqYOZwAzEXVAJEL6IxO4EyWNzXywQf4cqAtGxDPgAUIEFEJ8F0ehyAD17RDYlmiyhAAAAAElFTkSuQmCC") no-repeat;
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border-style: solid;
    border-color: #d4c9d0;
    background: #fff;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox__dropdown ul li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 14px;
    margin: 0;
    white-space: nowrap;
    color: #555555;
}

.jq-selectbox__dropdown ul li.sel {
    background: #ebf9fe;
    color: #1f1f1f;
}

.jq-selectbox__dropdown ul li.disabled {
    color: #aaa;
}

.jq-selectbox__dropdown ul li.disabled:hover {
    background: none;
}

.jq-selectbox__dropdown ul li:hover {
    background-color: #08c;
    color: #fff;
}

.jq-selectbox__dropdown ul li.option {
    padding-left: 25px;
}

.jq-selectbox__dropdown ul li.optgroup {
    font-weight: bold;
}

.jq-selectbox__dropdown ul li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.event-select {
    width: 100%;
}

.search-input{
	background: #fff url(/local/templates/main/images/search.png) no-repeat right center;
	padding-right: 40px;
	font-size: 15px;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("/local/templates/main/fonts/ubuntu-light.eot");
    src: local("Ubuntu Light"), local("Ubuntu-Light"), url("/local/templates/main/fonts/ubuntu-light.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ubuntu-light.woff2") format("woff2"), url("/local/templates/main/fonts/ubuntu-light.woff") format("woff"), url("/local/templates/main/fonts/ubuntu-light.ttf") format("truetype"), url("/local/templates/main/fonts/ubuntu-light.svg#Ubuntu-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("/local/templates/main/fonts/ubuntu-regular.eot");
    src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("/local/templates/main/fonts/ubuntu-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ubuntu-regular.woff2") format("woff2"), url("/local/templates/main/fonts/ubuntu-regular.woff") format("woff"), url("/local/templates/main/fonts/ubuntu-regular.ttf") format("truetype"), url("/local/templates/main/fonts/ubuntu-regular.svg#Ubuntu") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("/local/templates/main/fonts/ubuntu-italic.eot");
    src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url("/local/templates/main/fonts/ubuntu-italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ubuntu-italic.woff2") format("woff2"), url("/local/templates/main/fonts/ubuntu-italic.woff") format("woff"), url("/local/templates/main/fonts/ubuntu-italic.ttf") format("truetype"), url("/local/templates/main/fonts/ubuntu-italic.svg#Ubuntu-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("/local/templates/main/fonts/ubuntu-medium.eot");
    src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("/local/templates/main/fonts/ubuntu-medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ubuntu-medium.woff2") format("woff2"), url("/local/templates/main/fonts/ubuntu-medium.woff") format("woff"), url("/local/templates/main/fonts/ubuntu-medium.ttf") format("truetype"), url("/local/templates/main/fonts/ubuntu-medium.svg#Ubuntu-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("/local/templates/main/fonts/ubuntu-bold.eot");
    src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("/local/templates/main/fonts/ubuntu-bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ubuntu-bold.woff2") format("woff2"), url("/local/templates/main/fonts/ubuntu-bold.woff") format("woff"), url("/local/templates/main/fonts/ubuntu-bold.ttf") format("truetype"), url("/local/templates/main/fonts/ubuntu-bold.svg#Ubuntu-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url("/local/templates/main/fonts/SwiftC-Regular.eot");
    src: url("/local/templates/main/fonts/SwiftC-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/SwiftC-Regular.woff2") format("woff2"), url("/local/templates/main/fonts/SwiftC-Regular.woff") format("woff"), url("/local/templates/main/fonts/SwiftC-Regular.ttf") format("truetype"), url("/local/templates/main/fonts/SwiftC-Regular.svg#SwiftC-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url("/local/templates/main/fonts/SwiftC-Bold.eot");
    src: url("/local/templates/main/fonts/SwiftC-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/SwiftC-Bold.woff2") format("woff2"), url("/local/templates/main/fonts/SwiftC-Bold.woff") format("woff"), url("/local/templates/main/fonts/SwiftC-Bold.ttf") format("truetype"), url("/local/templates/main/fonts/SwiftC-Bold.svg#SwiftC-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Ubuntu', -apple-system, 'HelveticaNeue', 'Arial', 'Lucida Grande', sans-serif;
    min-height: 600px;
    word-wrap: break-word;
}

body.body-invert {
    background-color: #fcfcfc;
}

.page {
    position: relative;
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
}

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

.page:after {
    clear: both;
}

a {
    color: #3bace5;
    outline: none !important;
}

a[href^="tel:"],
a[href^="mailto:"] {
    color: inherit;
}

a[href^="mailto:"] {
    text-decoration: underline;
}

a[href^="mailto:"]:hover {
    text-decoration: none;
}

input[type="text"]:focus,
textarea:focus,
button:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

sup {
    top: -0.7em;
    left: 0.5em;
}

.form-group {
    margin-bottom: 6px;
}

.inner-link, .more-link,
.less-link {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.inner-link:hover, .more-link:hover,
.less-link:hover {
    border-color: transparent;
    text-decoration: none;
}

.link {
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon + span {
    vertical-align: middle;
}

/*.container {
    position: relative;
    max-width: 1200px; /*ex:980px
    padding: 0 10px;
}*/

.row {
    margin-left: 0;
    margin-right: 0;
    letter-spacing: -0.31em;
}

.row__negative {
    margin-left: -10px;
    margin-right: -10px;
   letter-spacing: -0.31em;	
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.relative {
    position: relative;
}

.bgcover-center {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.cell-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.collapse.in {
    height: auto;
}

.icon-common {
    display: inline-block;
    content: '';
    position: absolute;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

.section-heading {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 300;
}

.section-heading sup {
    font-size: 11px;
}

.breadcrumb > li {
    display: inline;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: normal;
}

.dashed-hr {
    margin: 0 10px;
    border-top: 1px dashed #eeeeee;
}.btn {
    padding: 0 10px;
    color: #fff;
    border: 0px;
    font-weight: 500;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-wrap {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 5;
}

.btn-fill {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.btn-fill:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 0;
    border-radius: 25px 7px 7px 25px;
    background: #35c4fa;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-fill:hover,
.btn-fill:focus,
.btn-fill:active {
    color: white;
}

.btn-fill:hover:before,
.btn-fill:focus:before,
.btn-fill:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-blue {
    width: 220px;
    background-color: #01aef0;
    text-transform: uppercase;
}

.btn-green {
    background-color: #8cd057;
}

.btn-green:hover {
    background-color: #a3da77;
}

.btn-green:active {
    background-color: #a3da77;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-lg {
    height: 50px;
    line-height: 50px;
    font-size: 19px;
}

.btn-md {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.btn-sm {
    height: 30px;
    line-height: 28px;
}

.btn-xs {
    height: 25px;
    line-height: 25px;
}

.btn-white {
    background-color: #fff;
    color: #1f1f1f;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 6px;
}
.btn-view {
    width: 170px;
    font-size: 17px;
}

.btn-view:hover{
    color: #1f1f1f;
}
.inline-dl{
	margin:0;	
}
.inline-dl dt, .inline-dl dd{
	margin:0;
	font-weight: 300;
}
.inline-dl dt{
	display: inline-block;
	color: #636d78;
	margin: 5px 10px 0 0;
}
.inline-dl dd{
	display: inline;
	color: #000000;
}
.inline-dl dd::after{
	content:"\A";
	white-space: pre;
}
.content-invert-box {
    margin-top: -20px;
    padding-top: 20px;
    background-color: #fff;
    border-bottom: 1px solid #E9EBEB;
}

.header {
    position: relative;
    z-index: 10;
    min-height: 140px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-background-size: cover;
}

.header__top {
    padding: 5px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
}

.header-index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header .account {
    /*float: right;*/
    margin-right: 20px;
    position: relative;
    color: #fff;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.6;
}

.header .account:hover {
    color: #fff;
}

.header .account:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -17px;
    top: 2px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/sprites/user.png);
}

.header__bottom {
    padding-top: 15px;
}

.content {
    position: relative;
    /*margin-bottom: 215px;*/
}

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

.content:after {
    clear: both;
}

.content-page {
    padding: 20px 0 0 0;
}



/*.menu-head {*/
    /*display: none;*/
    /*text-align: left;*/
/*}*/

/*.menu-toggle {*/
    /*width: 100%;*/
    /*text-transform: uppercase;*/
    /*font-size: 18px;*/
/*}*/

/*.menu-toggle.active {*/
    /*border-radius: 5px 5px 0 0;*/
    /*border-bottom-width: 0;*/
/*}*/

/*.menu-toggle__line {*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 2px;*/
    /*background-color: #fff;*/
    /*margin: 10px 0px;*/
    /*position: relative;*/
/*}*/

/*.menu-toggle__line:after,*/
/*.menu-toggle__line:before {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 30px;*/
    /*height: 2px;*/
    /*background-color: #fff;*/
    /*position: absolute;*/
    /*left: 0;*/
/*}*/

/*.menu-toggle__line:before {*/
    /*top: -7px;*/
/*}*/

/*.menu-toggle__line:after {*/
    /*top: 7px;*/
/*}*/

/*.menu-block .nav {*/
    /*padding-left: 0;*/
    /*margin: 0;*/
    /*list-style-type: none;*/
    /*display: inline-block;*/
    /*max-width: 520px;*/
    /*width: 71%;*/
/*}*/

/*.menu-block .nav__item {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*padding: 0 8px;*/
    /*margin-right: 3px;*/
/*}*/

/*.menu-block .nav__item:last-child {*/
    /*margin-right: 0;*/
/*}*/

/*.menu-block .nav__item.active {*/
    /*background-color: #fff;*/
/*}*/

/*.menu-block .nav__item.active .nav__link {*/
    /*color: #262626;*/
    /*text-decoration: none;*/
/*}*/

/*.menu-block .nav__link {*/
    /*padding: 0;*/
    /*line-height: 29px;*/
    /*display: inline-block;*/
    /*text-transform: uppercase;*/
    /*color: #fff;*/
    /*text-decoration: underline;*/
    /*font-weight: 500;*/
    /*font-size: 15px;*/
/*}*/

/*.menu-block .nav__link:hover {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/

/*.menu-block .nav__link.active {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/

/*.menu-block .nav li > a:hover {*/
    /*background-color: none;*/
/*}*/

.map {
    height: 550px;
}

.map-block {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.footer {
    height: 215px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 45px;
}

.footer__info {
    width: 360px;
    vertical-align: middle;
    display: inline-block;
}

.footer__links {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*width: 360px;*/
}

.footer__link {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin: 0 13px;
    text-decoration: underline;
}

.footer__link:hover {
    color: #000;
    text-decoration: none;
}

.footer .social-color {
    padding-top: 9px;
}

.copyright {
    font-size: 13px;
    color: #636d78;
    line-height: 16px;
    font-weight: 300;
}

.copyright p {
    margin: 5px 0;
}
/*
.select-city {
    display: inline-block;
    float: left;
    position: relative;
	color: #c5c2c5;
    font-size: 11px;
    font-weight: 500;
}

.select-city > a{
    display: inline-block;
    border-bottom: 1px dotted #fff;
    color: #c5c2c5;
}

.select-city > a:hover {
	color: #fff;
    text-decoration: none;
    border-bottom-color: transparent;
}

.select-city__list {
	display: none;
	position: absolute;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0 10px 5px;
	min-width: 120%;
	margin: 7px -5px 0;
	z-index: 1000;
	text-align: left;
	list-style: none;
}

.select-city__link {
    display: block;
	margin-top:5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.6;
	white-space: nowrap;
}

.select-city__link:hover {
    color: #fff;
}

.select-city-overflow{
	max-height: 230px;
	overflow: auto;
}

.select_city_ul{
	padding-left: 0;
	margin:0;
}

.select_city_ul li{
	list-style: none;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 7px;
	padding-right:10px;
}
.select_city_ul li a{
	color: #1287b2;
}*/
.social {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: 0;
    display: inline-block;
}

.social__item {
    display: inline-block;
}

.social-header .social__link {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.social-header .social__link-fb {
    background-image: url(/local/templates/main/images/sprites/fb-header.png);
}

.social-header .social__link-tw {
    background-image: url(/local/templates/main/images/sprites/tw-header.png);
}

.social-header .social__link-vk {
    background-image: url(/local/templates/main/images/sprites/vk-header.png);
}

.social-header .social__link-ut {
    background-image: url(/local/templates/main/images/sprites/ut-header.png);
}

.social-header .social__link-ig {
    background-image: url(/local/templates/main/images/sprites/ig-header.png);
}

.social-header .social__item {
    margin: 0 2px 0 1px;
}

.social-color .social__link {
    width: 24px;
    height: 24px;
}

.social-color .social__link-fb {
    background-image: url(/local/templates/main/images/sprites/fb-footer.png);
}

.social-color .social__link-tw {
    background-image: url(/local/templates/main/images/sprites/tw-footer.png);
}

.social-color .social__link-vk {
    background-image: url(/local/templates/main/images/sprites/vk-footer.png);
}

.social-color .social__link-ut {
    background-image: url(/local/templates/main/images/sprites/ut-footer.png);
}

.social-color .social__link-ig {
    background-image: url(/local/templates/main/images/sprites/ig-footer.png);
}

.social-color .social__item {
    margin: 0 4px 0 0;
}

.social__link {
    display: inline-block;
}

.social__label {
    margin-right: 10px;
}

.slider-full {
    background-color: #5d5c6a;
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
}

.slider-full__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-full .constrain {
    width: 960px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -480px;
}

.slider {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    height: 670px;
    top: 0;
}

.slider__item {
	position: relative;
    height: 480px;
	z-index:2;
}
.slider__title, 
.slider__name {
	display: block;
    font-family: 'SwiftC', sans-serif;
    font-weight: 700;
}
.slider__title {
	font-size: 2.7vm;
    font-size: 2.7vmin;
    line-height: 1.25;
}

.slider__name {
    margin-bottom: 10px;
	font-size: 8.6vm;
    font-size: 8.6vmin;
	line-height: 1.25;
    letter-spacing: 1px;
}

.slider__info {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	padding-top: 140px;
    color: #fff;
	z-index:2;
}

.slider__info .container-wrapper{
	position:relative;
	height: 100%;
/* 	height: -webkit-calc(100% - 140px);
	height: -moz-calc(100% - 140px);
	height: calc(100% - 140px); */
}

.slider__info .container {
    position:absolute;
	min-width: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);	
	-webkit-transform: translate(-50%, -50%);	
	transform: translate(-50%, -50%);
}

.slider .btn {
    width: 250px;
    font-size: 19px;
    position: relative;
    z-index: 10;
}

.slider .mountain {
    margin-left: -20px;
    z-index: 5;
}

.slider-full,
.slider,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item,
.slider__item {
    min-height: 480px;
}
.fullsizeWrap{
	z-index:1;
}
.fullsizeWrap::before{
	content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4); 
}

.logo {
    display: inline-block;
    float: left;
}

.logo__link {
    display: inline-block;
}

.search-form {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 8px;
}

.search-form__form {
    position: relative;
}

.search-form__input {
    display: inline-block;
    width: 200px;
    height: 42px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 0 35px 0 12px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
/*
.search-form__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form__input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form__input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form__input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-form__input.placeholder {
    color: #fff;
    opacity: 1;
}

.search-form__input:focus {
    background-color: #edeae7;
    color: #2c2c2c;
}

.search-form__input:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-form__input:focus:-moz-placeholder {
    color: transparent;
}

.search-form__input:focus::-moz-placeholder {
    color: transparent;
}

.search-form__input:focus:-ms-input-placeholder {
    color: transparent;
}

.search-form__input:focus.placeholder {
    color: transparent;
}

.search-form__input:focus + .search-form__submit {
    background-image: url(/local/templates/main/images/sprites/find-focus.png);
}

.search-form__submit {
    position: absolute;
    top: 12px;
    right: 11px;
    background-image: url(/local/templates/main/images/sprites/find.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.search-form__submit:hover {
    background-image: url(/local/templates/main/images/sprites/find-active.png) !important;
}*/

.more-page {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
    margin-top: 10px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.more-page__item {
    display: table-cell;
    padding: 0 5px 10px;
    position: relative;
}

.more-page__link {
    display: block;
    height: 120px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    background-size: cover;
    background-position: top center;
    background-color: #a1a1a1;
    transition: 0.3s;
}

.more-page__link-turquoise {
    border-bottom-color: #1e9a98;
}

.more-page__link-blue {
    border-bottom-color: #01afee;
}

.more-page__link-pink {
    border-bottom-color: #ed018a;
}

.more-page__link-green {
    border-bottom-color: #8ec840;
}

.more-page__link:hover {
    border-bottom-width: 0px;
    padding-bottom: 4px;
}

.more-page__info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: right;
    color: #fff;
    padding: 0 15px;
}

.more-page__text {
    display: block;
    text-transform: uppercase;
    font-family: 'SwiftC', sans-serif;
    font-weight: 700;
    font-weight: 700;
}

.more-page__text-lg {
    font-size: 36px;
    line-height: 39px;
}

.more-page__text-md {
    font-size: 26px;
    line-height: 28px;
}

.more-page__text-sm {
    font-size: 21px;
    line-height: 28px;
}

.more-page__text-xs {
    font-size: 14px;
    line-height: 22px;
}

.more-page-inside {
    display: block;
    margin: 35px 0 20px;
}

.more-page-inside .more-page__link {
    display: table-cell;
    text-transform: uppercase;
    line-height: 1.2;
}

.more-page-inside .more-page__text-lg {
    font-size: 31px;
}

.more-page-inside .more-page__text-md {
    font-size: 20px;
}

.more-page-inside .more-page__text-md-01 {
    font-size: 21px;
}

.more-page-inside .more-page__text-md-02 {
    font-size: 22px;
}

.more-page-inside .more-page__text-md-03 {
    font-size: 24px;
}

.more-page-inside .more-page__text-md-04 {
    font-size: 26px;
}

.more-page-inside .more-page__text-xs {
    font-size: 13px;
    line-height: 18px;
}

.more-page-inside .more-page__info {
    bottom: 9px;
    right: 7px;
    padding: 0 5px;
}

.more-page-inside .more-page__item {
    display: table;
    width: 285px;
    padding: 0;
    margin: 0 auto 10px;
}

.news-index {
    text-align: center;
    padding: 10px 0 60px;
    font-size: 0;
}

.news-block {
    display: inline-block;
    width: 445px;
    vertical-align: top;
    text-align: center;
    margin: 0 15px;
}

.news-block__caption {
    display: block;
    text-align: center;
    font-size: 39px;
    color: #000;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
}

.news-block__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
    margin-top: 15px;
}

.news-block__item {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 9px;
}

.news-block__item:last-child {
    margin-right: 0;
}

.news-block__item.main {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 18px;
}

.news-block__item.main .news-block__preview {
    float: left;
    width: 180px;
}
.news-block__item.main a.news-block__link span.news-block__preview {
	min-height: 115px;}

.news-block__item.main .news-block__info {
    margin-left: 200px;
}

.news-block__item.main .news-block__info:before,
.news-block__item.main .news-block__info:after {
    content: " ";
    display: table;
}

.news-block__item.main .news-block__info:after {
    clear: both;
}

.news-block__item.main .news-block__text {
    max-height: 72px;
}

.news-block__item.main .news-block__date {
    padding-top: 7px;
}

.news-block__preview {
    width: 140px;
    position: relative;
    display: inline-block;
    font-style: 0;
	height: 80px;
	overflow: hidden;
}

.news-block__preview.video:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/local/templates/main/images/sprites/video.png);
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-block__img {
    width: 100%;
}

.news-block__link {
    display: block;
}

.news-block__link:hover {
    text-decoration: none;
}

.news-block__link:hover .news-block__text {
    text-decoration: underline;
}

.news-block__date {
    display: block;
    color: #636d78;
    font-size: 11px;
}

.news-block__info {
    display: block;
}

.news-block__text {
    /*max-height: 55px;*/
    color: #000;
    overflow: hidden;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 9px 0 3px;
}

.news-block__all {
    display: inline-block;
    margin-top: 20px;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 300;
}

.news-block__all:hover {
    color: #000;
    text-decoration: none;
}

.section {
    padding: 45px 0;
    border-top: 1px solid #eaeaea;
    background-size: cover;
    background-position: top center;
}

.section-gray {
    background-color: #efefef;
}

.section.comment-carousel-section {
    padding: 37px 0;
}

.section.comment-carousel-section .section-title {
    margin-bottom: 21px;
}

.section-title {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 33px;
    color: #000;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
}



.content_box .section-title{
	text-align: left;
}

.section-title a {
    color: #000000;
}

.section-title a:hover {
    color: #337ab7;
    text-decoration: none;
}

.section-news {
    text-align: center;
}

.section-event {
    height: 540px;
}

.sub-section-title {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    color: #656565;
}

.section-title + .sub-section-title {
    margin-top: -27px;
}

.subscription {
    float: right;
    width: 285px;
    margin-top: 25px;
    font-size: 0;
}

.subscription__caption {
    display: block;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
}

.subscription__input {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 40px;
    border: 1px solid #c0c2cf;
    border-radius: 7px;
    padding: 0 10px;
    margin-right: 5px;
    color: #636d78;
    font-size: 14px;
}

.subscription__input::-webkit-input-placeholder {
    color: #898989;
}

.subscription__input:-moz-placeholder {
    color: #898989;
}

.subscription__input::-moz-placeholder {
    color: #898989;
}

.subscription__input:-ms-input-placeholder {
    color: #898989;
}

.subscription__input.placeholder {
    color: #898989;
}

.subscription__input:focus {
    box-shadow: 0 0 7px rgba(53, 196, 250, 0.5);
    color: #a1a4a7;
    border-color: #a1a4a7;
}

.subscription__input:focus::-webkit-input-placeholder {
    color: transparent;
}

.subscription__input:focus:-moz-placeholder {
    color: transparent;
}

.subscription__input:focus::-moz-placeholder {
    color: transparent;
}

.subscription__input:focus:-ms-input-placeholder {
    color: transparent;
}

.subscription__input:focus.placeholder {
    color: transparent;
}

.subscription__submit {
    text-transform: uppercase;
    width: 120px;
    font-size: 13px;
}

.partner-list {
    padding-left: 0;
    list-style-type: none;
    padding: 0 67px;
    font-size: 0;
}

.partner-list__item {
    display: inline-block;
    height: 70px;
}

.partner-list__link {
    display: block;
    position: relative;
    overflow: hidden;
}

.partner-list__img {
    height: 70px;
}

.partner-list .owl-stage-outer {
    height: 70px;
}

.review-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    padding: 0 90px;
}

.review-list__item:before,
.review-list__item:after {
    content: " ";
    display: table;
}

.review-list__item:after {
    clear: both;
}

.review-list__avatar {
    float: left;
    text-align: center;
    margin-top: 12px;
}

.review-list__img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
}

.review-list__info {
    margin-left: 101px;
}

.review-list__name {
    display: block;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 300;
}

.review-list__text {
    margin: 5px 0 7px;
    max-height: 39px;
    font-size: 13px;
    overflow: hidden;
}

.review-list__text p {
    margin: 0;
}

.review-list__more {
    display: inline-block;
    color: #20aef8;
    font-size: 14px;
    vertical-align: middle;
    margin: 7px 11px 9px 0;
}

.review-list__more:hover {
    color: #20aef8;
    text-decoration: underline;
}

.review-list .job-italic {
    margin-bottom: 8px;
    font-style: italic;
    color: #242d30;
    font-size: 13px;
    line-height: 1.2;
}
.water-filter {
  position: absolute;
  bottom: 20px;
  left: 140px; }
  .water-filter__caption {
    display: block;
    font-weight: 300;
    font-size: 19px;
    color: #262626;
    margin-left: 9px;
    margin-bottom: 5px; }
  .water-filter__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
  .water-filter__item {
    margin-bottom: 5px; }
  .water-filter__link {
    line-height: 20px;
    display: inline-block;
    padding: 7px 9px 7px 37px;
    position: relative;
    font-size: 13px;
    color: #262626;
    font-weight: 300;
    border-radius: 4px; }
    .water-filter__link span {
      border-bottom: 1px dashed #262626; }
    .water-filter__link:hover {
      border-bottom-color: transparent;
      text-decoration: none;
      color: #262626; }
    .water-filter__link:before {
      display: inline-block;
      content: "";
      width: 21px;
      height: 19px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 9px;
      top: 50%;
      margin-top: -9px; }
    .water-filter__link-less:before {
      background-image: url(/local/templates/main/images/sprites/water-less.png); }
    .water-filter__link-normal:before {
      background-image: url(/local/templates/main/images/sprites/water-normal.png); }
    .water-filter__link-more:before {
      background-image: url(/local/templates/main/images/sprites/water-more.png); }
    .water-filter__link.active {
      box-shadow: 0 2px 8px 0 rgba(35, 116, 146, 0.4); }
      .water-filter__link.active span {
        border-color: transparent; }

.region-info {
    display: inline-block;
    min-width: 100px;
    height: 54px;
    padding: 15px 20px;
    background-image: url(/local/templates/main/images/sprites/region.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    position: absolute;
    z-index: 5;
    user-select: none;
    transition: 0.3s ease opacity;
    display: none;
}

.region-info__name {
    display: inline-block;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.region-info__name.icon {
    padding-left: 28px;
}

.region-info__name.icon:before {
    width: 21px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
}

.region-info__name.less:before {
    background-image: url(/local/templates/main/images/sprites/water-less.png);
}

.region-info__name.more:before {
    background-image: url(/local/templates/main/images/sprites/water-more.png);
}

.region-info__name.normal:before {
    background-image: url(/local/templates/main/images/sprites/water-normal.png);
}

.event__img {
    width: 100%;
}

.event__preview {
    float: left;
    width: 220px;
    margin-top: 3px;
}

.event__info {
    margin-left: 240px;
}

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

.event__info:after {
    clear: both;
}

.event__date {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #808284;
    margin-bottom: 10px;
}

.event__name {
    font-size: 23px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 17px;
    display: inline-block;

}
.event__name a {
	color: #000;
}

.event__text {
    margin: 0;
    color: #636d78;
    font-size: 13px;
    line-height: 17px;
}

.event__text p {
    margin: 0;
}

.event__more {
    font-size: 13px;
    color: #00a5e3;
    text-decoration: underline;
}

.event__more:hover {
    color: #00a5e3;
    text-decoration: none;
}

.about-event {
    padding: 55px 0;
    position: relative;
    display: none;
}

.about-event:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
}

.page-tabs {
    list-style: none;
    padding: 0 10px;
    margin: 0 0 25px;
    font-size: 0;
}

.page-tabs__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

.page-tabs__link {
    display: inline-block;
    padding: 0 12px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #606970;
}

.page-tabs__link.active {
    background-color: #e2f3fb;
    color: #000;
}

.page-tabs li.ui-tabs-active .page-tabs__link {
    background-color: #e2f3fb;
    color: #000;
}

.page-tabs__link:hover {
    color: #000;
    text-decoration: none;
    background-color: #e2f3fb;
}

@media (max-width: 1400px) {
    .more-page__text-lg {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-height: 767px) {
    .slider__info{
    }
}

.press-center__news-list {
    margin: 30px 0 -28px 260px;
    max-width: 880px;
}

.press-center__news-list .news-list__row {
    margin: 30px 0;
}

.press-center__news-list1 {
    margin: 30px 0 -28px;
    max-width: 880px;
}

.press-center__news-list1 .news-list__row {
    margin: 30px 0;
}

.news-item {
    margin-bottom: 28px;
}

.news-item__img {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 12px;
    max-width: 100%;
}

.news-item__img.img__main {
    margin-bottom: 0;
    max-height: 260px !important;
}

.news-item__img-set::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: -o-linear-gradient(top, transparent 0%, black 100%);
    background: -ms-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 0.4;
}

.news-item__gallery-photos {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    right: 7px;
    width: 38px;
    height: 28px;
    padding: 5px 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url("/local/templates/main/images/sprites/photo-borders.png") no-repeat;
}

.news-item__title {
    clear: both;
    margin: 12px 0 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    word-spacing: 1px;
}

.news-item__title a {
    color: #000;
}

.news-item__title.title--main {
    margin: 0 0 15px;
    padding: 0 45px 16px 0;
    font-size: 19px;
    line-height: 1.23;
    word-spacing: 1.2px;
    border-bottom: 2px dotted #000;
}

.news-item .section-title {
    margin: 8px 0 15px;
    padding: 0 0 14px 0;
    line-height: 1.23;
    font-size: 31px;
    text-align: left;
    word-spacing: 1.2px;
    border-bottom: 2px dotted #000;
    color: #000000;
}

.news-item__time {
    display: block;
    margin: 4px 0;
    font-size: 11px;
    color: #636d78;
}

.news-item__preview {
    color: #636d78;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    word-spacing: 1.14px;
}

.news-item__preview p {
    margin-bottom: 5px;
}

.news-item__full {
    padding-top: 4px;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 15px;
    /*color: #636d78;*/
}

.news-item__main {
    margin-bottom: 0;
    clear: both;
}

.news-item__source a {
    color: #000000;
}

.news-item p:last-child {
    margin-bottom: 0;
}

.news-item__as-descr {
    color: #636d78;
    font-size: 13px;
    font-weight: 300;
    max-height: 55px;
    overflow: hidden;
}

.news-item__firm-style {
    position: relative;
}

.news-item__firm-style-action-bar {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.news-item__firm-action-block {
    float: left;
    min-width: 245px;
    margin: 10px 0 10px 9px;
    padding: 20px 18px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.news-item__firm-action-block a {
    color: #00aeef;
    text-transform: uppercase;
}

.news-item__firm-action-block a i {
    margin-right: 9px;
}

.news-item__firm-action-block a:hover {
    text-decoration: none;
}

.news-item__firm-action-block a:hover span {
    border-color: transparent;
}

.news-item__slider {
    float: right;
    max-width: 459px;
    margin: 8px 3px 0 8px;
}

.news-item__content {
    line-height: 1.49;
    word-spacing: 1px;
}

.news-item__content p {
    margin-bottom: 16px;
}

.news-item__source {
    margin: 8px 0;
}

.news-item__social {
    margin-top: 29px;
}

.tel-icon {
    width: 12px;
    height: 22px;
    background-image: url("/local/templates/main/images/sprites/tel.png");
}

.mail-icon {
    width: 18px;
    height: 12px;
    background-image: url("/local/templates/main/images/sprites/mail.png");
}

.contacts__icon {
    width: 25px;
}

.press-center__contacts {
    margin-bottom: 66px;
    color: #636d78;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.54;
}

.contacts__top {
    margin-bottom: 25px;
}

.contacts__bottom {
    margin-bottom: 24px;
}

.contacts__heading {
    margin-bottom: 22px;
    font-size: 21px;
    color: #262626;
	font-weight: 300;
}

.contacts__address {
    margin: 10px 0;
    font-weight: 400;
    color: #262626;
}

.contacts__address p {
    margin-bottom: 3px;
}

.contacts__media {
    padding-top: 8px;
}

.contacts__media .media-left {
    padding-right: 20px;
}

.contacts__media-heading {
    font-size: 23px;
    line-height: 1.2;
    color: #000;
}

.contacts__textarea {
    min-height: 132px;
}

.contacts__submit {
    height: 44px;
    line-height: 44px;
}

.item-box {
    padding: 10px 30px 32px;
    background-color: #f7f8f8;
    border-radius: 6px;
    box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.4);
}

.review-item {
    margin-bottom: 20px;
}

.review-item__img {
    float: left;
    margin-top: 3px;
    width: 40px;
    height: 40px;
}

.review-item__name {
    color: #242d30;
    font-size: 21px;
}

.review-item__name a {
    color: inherit;
}

.review-item__name a:hover {
    color: #606970;
    text-decoration: none;
}

.review-item__work-info {
    color: #1f1f1f;
    margin-left: 57px;
    font-size: 13px;
}

.review-item__bar {
    padding-bottom: 8px;
    border-bottom: 1px dashed #eeeeee;
}

.review-item__bar:before,
.review-item__bar:after {
    content: " ";
    display: table;
}

.review-item__bar:after {
    clear: both;
}

.review-item__title {
    font-size: 19px;
    margin: 22px 60px 6px 0;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
    color: inherit;
}

.review-item__title.main--title {
    margin-top: 13px;
    margin-bottom: 9px;
    font-size: 25px;
}

.review-item__preview {
    position: relative;
    color: #636d78;
    max-height: 98px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}

.review-item__preview.expander {
    max-height: none;
}

.review-item__preview .btn-green {
    padding: 0 13px;
}

.review-item__preview p:last-child {
    margin-bottom: 0;
}

.review-item__preview.main--preview {
    margin-bottom: 0;
    max-height: 80px;
}

.review-item__ask {
    margin: 4px 0;
}

.review-item__more {
    margin-right: 18px;
    font-weight: 300;
    font-size: 13px;
    color: #00aeef;
}

.review-item.active {
    position: absolute;
    z-index: 11;
}

.global-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.global-overlay.active {
    visibility: visible;
    opacity: 0.75;
    z-index: 10;
}

.docs-icon {
    background-image: url("/local/templates/main/images/sprites/docs-icon.png");
    background-position: 15px center;
}

.presentation-icon {
    background-image: url("/local/templates/main/images/sprites/presentation-icon.png");
    background-position: 10px center;
}

.stats-icon {
    background-image: url("/local/templates/main/images/sprites/stats-icon.png");
    background-position: 13px center;
}

.firm-style-icon {
    background-image: url("/local/templates/main/images/sprites/firm-style-icon.png");
    background-position: 15px center;
}

.photo-icon {
    background-image: url("/local/templates/main/images/sprites/photo-icon.png");
    background-position: 15px center;
}

.infograph-icon {
    background-image: url("/local/templates/main/images/sprites/infograph-icon.png");
    background-position: 15px center;
}

.video-icon {
    background-image: url("/local/templates/main/images/sprites/video-icon.png");
    background-position: 15px center;
}

.social-adv-icon {
    background-image: url("/local/templates/main/images/sprites/social-adv-icon.png");
    background-position: 15px center;
}

.sticky-nav {
    width: 220px;
    background-color: #fff;
}

.sticky-nav .navbar-nav {
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
    margin: 0;
}

.sticky-nav .navbar-nav > li {
    float: none;
    display: table-row;
}

.sticky-nav .navbar-nav > li > a {
    display: table-cell;
    vertical-align: middle;
    height: 49px;
    padding: 8px 10px 7px 52px;
    color: #636d78;
    font-size: 16px;
    font-weight: 300;
    background-repeat: no-repeat;
    line-height: 1.1;
}

.sticky-nav .navbar-nav > li + li > a {
    border-top: 1px dashed #eeeeee;
}

.sticky-nav .navbar-nav > .active > a,
.sticky-nav .navbar-nav > .active a:hover,
.sticky-nav .navbar-nav > .active a:focus {
    background-color: #e2f3fb;
    color: #1f1f1f;
}

.sticky-nav .navbar-toggle {
    float: left;
    margin-left: 8px;
}

.sticky-nav .navbar-default {
    padding: 1px;
    border: none;
    border-radius: 0;
    background-color: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.sticky-nav .navbar-collapse {
    padding: 0;
}

.sticky-nav.affix {
    top: 20px;
    position: fixed;
}

.sticky-nav.affix-bottom {
    position: relative;
}

.document-item {
    display: table;
    margin-bottom: 30px;
}

.document-item:before,
.document-item:after {
    content: " ";
    display: table;
}

.document-item:after {
    clear: both;
}

.document-item__pdf {
    background: url("/local/templates/main/images/sprites/pdf.png");
}

.document-item__doc {
    background: url("/local/templates/main/images/sprites/doc.png");
}

.document-item__xls {
    background: url("/local/templates/main/images/sprites/xls.png");
}

.document-item__doc-icon {
    width: 36px;
    height: 46px;
    background-repeat: no-repeat;
}

.document-item__doc-type {
    width: 36px;
    display: table-cell;
    vertical-align: middle;
}

.document-item__info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.document-item__descr {
    color: #636d78;
    font-size: 13px;
    line-height: 1.15;
    max-height: 30px;
    overflow: hidden;
}

.document-item__footer {
    margin: 4px 0 0 -12px;
    font-size: 13px;
    line-height: 1.15;
}

.document-item__footer a {
    margin-left: 12px;
}

.view-icon {
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/main/images/sprites/view-icon.png");
}

.download-icon {
    width: 18px;
    height: 19px;
    background-image: url("/local/templates/main/images/sprites/download-icon.png");
}

.facebook {
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/main/images/sprites/fb.png");
}

.press-center__expert-page-info {
    padding: 6px 0 35px;
}

.press-center__expert-img {
    margin-right: -20px;
}

.press-center__expert-img img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.press-center__expert-worksheet {
    padding-left: 20px;
}

.press-center__expert-name {
    margin-bottom: 7px;
    font-size: 31px;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
    color: #242d30;
    letter-spacing: 0.3px;
}

.press-center__expert-job {
    font-size: 15px;
    color: #636d78;
}

.press-center__expert-contacts {
    margin-top: 14px;
}

.press-center__expert-sidebar {
    padding-top: 10px;
    font-weight: 300;
    font-size: 13px;
}

.press-center__expert-sidebar-header {
    margin-bottom: 10px;
    font-size: 23px;
    color: #242d30;
}

.press-center__expert-sidebar-links {
    padding-left: 0;
}

.press-center__expert-sidebar-links li {
    list-style: none;
    margin-bottom: 7px;
}

.press-center__expert-sidebar-links li a {
    color: #636d78;
}

.press-center .facebook {
    margin-right: 4px;
}

.simple-tabs .nav-tabs {
    border: none;
    font-size: 15px;
    font-weight: 300;
}

.simple-tabs .nav-tabs > li {
    top: 2px;
    margin: 0 24px 0 0;
    padding-bottom: 23px;
}

.simple-tabs .nav-tabs > li > a,
.simple-tabs .nav-tabs > li > a:hover,
.simple-tabs .nav-tabs > li > a:focus {
    padding: 0;
    color: #636d78;
}

.simple-tabs .nav-tabs > li.active {
    background: url("/local/templates/main/images/sprites/triangle.png") no-repeat center bottom;
}

.simple-tabs .nav-tabs > li.active > a,
.simple-tabs .nav-tabs > li.active > a:hover,
.simple-tabs .nav-tabs > li.active > a:focus {
    color: #1f1f1f;
    border: none;
}

.blog-item {
    padding: 28px 0;
    font-weight: 300;
    border-bottom: 1px dashed #e9ebeb;
}

.blog-item__img {
    float: left;
}

.blog-item__img img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.blog-item__content {
    margin-left: 130px;
}

.blog-item__title {
    margin: 0 0 8px;
    font-size: 21px;
    color: #242d30;
}

.blog-item__descr {
    margin: 7px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #636d78;
}

.blog-item__descr p {
    margin-bottom: 0;
}

.blog-item__time {
    display: block;
    float: right;
    margin-top: 2px;
    color: #98a7b8;
    font-size: 11px;
}

.blog-item__preview {
    max-height: 95px;
    overflow: hidden;
}

.blog-item__footer {
    margin-bottom: -2px;
}

.tab-content__expert {
    margin-bottom: 23px;
}


.tag-cloud {
  width: 240px; }
  .tag-cloud .navbar-nav {
    list-style: none;
    padding: 15px 0;
    width: 100%;
    margin: 0; }
    .tag-cloud .navbar-nav > li {
      float: none; }
      .tag-cloud .navbar-nav > li > a {
        padding: 10px 50px 11px 19px;
        color: #5e6772;
        font-size: 13px;
        font-weight: 300;
        background-repeat: no-repeat;
        line-height: 1.1; }
    .tag-cloud .navbar-nav > .active > a,
    .tag-cloud .navbar-nav > .active a:hover,
    .tag-cloud .navbar-nav > .active a:focus {
      padding-left: 29px;
      background-color: #e2f3fb;
      color: #1f1f1f; }
  .tag-cloud .navbar-toggle {
    float: left;
    margin-left: 8px; }
  .tag-cloud .navbar-default {
    padding: 1px;
    border: none;
    border-radius: 0;
    background-color: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); }
  .tag-cloud .navbar-collapse {
    padding: 0; }
  /*.tag-cloud__left {
    position: absolute;
    left: -250px; }*/
  .tag-cloud__left {
    position: absolute;
     }
  .tag-cloud__right {
    width: 100%;
	
    margin: 15px 0 0;
    overflow: auto; }
    .tag-cloud__right .navbar-nav {
      padding: 0; }
      .tag-cloud__right .navbar-nav > li > a {
        border-left: 3px solid; }
      .tag-cloud__right .navbar-nav > li.active > a,
      .tag-cloud__right .navbar-nav > li.active a:hover,
      .tag-cloud__right .navbar-nav > li.active a:focus {
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.04); }
    .tag-cloud__right .navbar-default {
      padding-left: 0;
      margin-bottom: 0; }

.navbar-name {
  display: none; }
  
  

@media (max-width: 96em) {
  .press-center__news-list {
    margin: 30px 0 -28px;}
  .tag-cloud__left {
    padding: 0 10px;
    width: 100%;
    position: static; }
    .tag-cloud__left .navbar-header {
      display: block;
      float: none; }
    .tag-cloud__left .navbar-left,
    .tag-cloud__left .navbar-right {
      float: none !important; }
    .tag-cloud__left .navbar-toggle {
      display: block; }
    .tag-cloud__left .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .tag-cloud__left .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    .tag-cloud__left .navbar-collapse.collapse {
      display: none !important; }
    .tag-cloud__left .navbar-nav {
      float: none !important;
      margin-top: 7.5px; }
    .tag-cloud__left .navbar-nav > li {
      float: none; }
    .tag-cloud__left .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .tag-cloud__left .collapse.in {
      display: block !important; }
    .tag-cloud__left .navbar-name {
      display: block;
      line-height: 50px; } }

.tag-count {
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -9px;
    height: 18px;
    width: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.middle {
    display: inline-block;
    vertical-align: middle;
}

.comments-box {
    padding: 29px 0 42px;
}

.comments-box__avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
}

.comments-box__avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comments-box__user-info {
    margin-bottom: 20px;
}

.comments-box__name {
    margin-top: 5px;
    padding: 0 30px;
    font-size: 15px;
    color: #636d78;
    text-align: center;
}

.comments-box__textarea-container {
    position: relative;
}

.comments-box .comment__textarea {
    margin: 0 0 10px;
    min-height: 100px;
    padding-bottom: 30px;
}

.comments-box .comment-icon {
    position: absolute;
    display: block;
}

.comments-box__settings {
    top: -43px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/main/images/sprites/com-settings.png");
}

.comments-box__upload {
    bottom: 8px;
    right: 33px;
    width: 14px;
    height: 15px;
    background-image: url("/local/templates/main/images/sprites/com-upload.png");
}

.comments-box__smiles {
    bottom: 8px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/main/images/sprites/com-smiles.png");
}

.comments-list {
    padding: 0 10px;
    margin-bottom: 40px;
}

.comments-list__item {
    padding: 16px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(99, 109, 120, 0.2);
    font-size: 13px;
    font-weight: 300;
    color: #636d78;
}

.comments-list__item + .comments-list__item {
    border-top: none;
}

.comments-list__item p:last-child {
    margin-bottom: 0;
}

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

.comments-list__answer-link {
    font-size: 12px;
}

.comments-list__answer-row {
    padding-left: 6.25%;
    padding-top: 16px;
}

.comments-list__answer-row .comments-list__author {
    padding-right: 0;
}

.comments-list__visavi {
    color: #1f1f1f;
    font-weight: 400;
}

.comments-list__author:before,
.comments-list__author:after {
    content: " ";
    display: table;
}

.comments-list__author:after {
    clear: both;
}

.comments-list__author-avatar {
    position: relative;
    float: left;
    width: 49px;
    height: 49px;
    border-radius: 50%;
}

.comments-list__author-avatar img {
    width: 49px;
    height: 49px;
    border-radius: 50%;
}

.comments-list__author-answered::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 30px;
    margin: 10px 0 0 0;
    width: 12px;
    height: 12px;
    background: url("/local/templates/main/images/sprites/dialog-arrow.png") no-repeat;
}

.comments-list__author-info {
    margin-left: 60px;
}

.comments-list__author-name {
    padding-top: 7px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comments-list__author-time {
    display: block;
    font-size: 11px;
    color: #959faa;
}

.more-btn-wrapper {
    margin: 30px 0;
}

.more-btn {
    padding: 0 22px;
    height: 34px;
    min-width: 198px;
    line-height: 32px;
    border: 1px solid #0e0e0e;
    background-color: transparent;
    box-shadow: none;
    font-weight: 300;
    color: #0e0e0e;
    opacity: 0.4;
    text-transform: uppercase;
}

.more-btn:hover,
.more-btn:focus,
.more-btn:active:focus {
    color: #0e0e0e;
    opacity: 1;
    outline: 0;
    box-shadow: none;
}

.more-btn:active {
    padding-top: 1px;
    outline: 0;
}

.news-list__section-title {
    margin-bottom: 24px;
    text-align: left;
    font-size: 31px;
}

.news-list__related {
    margin: 40px 0 50px;
}

.news-list__row {
    margin-bottom: -30px;
}

.news-list__events {
    padding: 25px 0 40px;
}

.news-list__events .news-item {
    margin-bottom: 19px;
}

.news-list__events .pagination {
    margin: 17px 0;
}

.news-list__current {
    margin-bottom: 19px;
}

.news-list__current .news-item__main {
    margin: 11px 0 19px;
}

.events-page {
    padding-top: 10px;
}

.events-page .event-page__title {
    margin-top: -7px;
}

.event-page__title {
    text-align: left;
    margin: 0 0 10px;
    font-size: 35px;
}

.event-title {
    word-spacing: normal;
    margin-bottom: -2px;
}

.event-time {
    display: inline-block;
    padding: 4px 9px;
    background-color: #ebf7fc;
    border-radius: 3px;
}

.event-row-left {
    padding-right: 0;
}

.event-row-right {
    padding: 4px 0 0;
    margin-left: -10px;
}

.event-row-right .news-item__title.title--main {
    margin: 0 0 11px;
    padding: 0 0 12px 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 18px;
    height: 18px;
    display: block;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: none;
    text-align: center;
    opacity: 0.5;
    color: #FFF;
    font-style: normal;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAXklEQVR4AY3SQQpAIQiEYS/hO2OLjuui2/zh6iFMMG0i+6BwjAgWGY9FsnrbQJEPUsAOPkoz8r+ZB01mQRJRFESwSTQ7nEEEa9CwiY/85/yPOy0wmmnEYgVsjYozdBdl8O2znZw9JAAAAABJRU5ErkJggg==") no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: right;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.5;
    margin: 0;
    top: 50%;
    margin-top: -17.5px;
    padding: 0;
    width: 11px;
    height: 35px;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow-left {
    left: 20px;
    background-image: url("/local/templates/main/images/sprites/popup-left.png");
}

.mfp-arrow-right {
    right: 20px;
    background-image: url("/local/templates/main/images/sprites/popup-right.png");
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    padding: 40px 0 40px;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 1.6;
    color: #F3F3F3;
    word-wrap: break-word;
    font-weight: 300;
    padding-top: 18px;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* ======Zoom effect====== */
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-inline {
    position: relative;
    background: #f3f3f3;
    padding: 30px 36px;
    text-align: left;
    margin: 40px auto;
    border-radius: 4px;
    width: 100%;
    max-width: 980px;
}

.mfp-inline .h1 {
    margin-bottom: 1em;
    font-size: 41px;
    line-height: 1.2;
    text-align: center;
}

.mfp-inline .mfp-header {
    margin-bottom: 1.7em;
}

.mfp-inline .mfp-header small {
    display: block;
    margin-top: 6px;
    font-weight: 300;
    font-size: 15px;
}

.mfp-inline .mfp-close {
    top: -30px;
}

.mfp-inline.mfp-inline-middle {
    max-width: 450px;
    padding-top: 25px;
}

.mfp-inline.mfp-inline-middle .h2 {
    margin-bottom: 0.5em;
}

.mfp-inline.mfp-inline-small {
    max-width: 360px;
    padding: 25px 38px;
}

.mfp-inline.mfp-flat {
    border-radius: 0;
}

.mfp-nopad {
    padding: 0;
}

.mfp-video-caption {
    padding: 15px 20px;
    font-weight: 300;
    font-size: 13px;
}

.mfp-video-caption .h2 {
    margin: 0;
    font-size: 23px;
}

.mfp-video-caption .h2 a {
    text-decoration: none;
}

.mfp-video-caption .mfp-video-text {
    margin: 6px 0 10px;
}

@media all and (max-width: 480px) {
    .mfp-video-caption .h2 {
        font-size: 16px;
    }
}

#lv-replace-order-popup {
    max-width: 860px;
}

h1.page_title {
    font-size: 31px;
    font-family: SwiftC, sans-serif;
}

h1.page_title:empty {
	display:none;
}

input[type="file"].hidden_file {
    display: none;
}

.custom-file-upload, .form_box .custom-file-upload{
    display: inline-block;
    cursor: pointer;
	margin: 10px 0;
	padding:0 0 0 26px;
    font-size: 13px;
	background: url(/local/templates/main/images/sprites/pin.png) no-repeat left center;
}
.custom-file-upload span, .form_box .custom-file-upload span{
    color: #00aeef;
    border-bottom: 1px dashed #00aeef;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form_heading {
    font-size: 29px;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.wzl_modal .form_field.vertical label {
    font-size: 17px;
    font-family: Ubuntu, sans-serif;
}

.wzl_modal .form_field.vertical .date {
    width: 300px;
}

.wzl_modal .form_chkbox {
    margin-bottom: 10px;
}

.wzl_modal .jq-selectbox {
    width: auto;
}

.wzl_modal .edit_btn {
    text-align: center;
}

.wzl_modal .btn {
    margin: 20px 0;
}

.wzl_btn {
    border: none;
    padding: 15px 25px;
    border-radius: 7px;
    text-transform: uppercase;
    background-color: #01aef0;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 15px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.wzl_btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wzl_btn_light {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #9f9f9f;
}

.wzl_btn_light:hover, .wzl_btn_light:focus {
    text-decoration: none;
    background: #9f9f9f;
    color: #fff;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.success_changes {
    float: right;
    position: absolute;
    top: -35px;
    right: 0;
    width: 170px;
    color: green;
    display: block;
    letter-spacing: initial;
}

.form_field.horizontal {
    margin-bottom: 5px;
}

.form_field.horizontal label {
    display: inline-block;
    width: 30%;
    color: #636d78;
}

.form_field.horizontal input[type=text], .form_field.horizontal input[type=password] {
    display: inline-block;
    width: 65%;
}

.form_field.vertical {
    margin-bottom: 20px;
}

.form_field.vertical label {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.form_field.vertical input[type=text], .form_field.vertical input[type=password] {
    display: block;
    width: 100%;
}

.form_field.vertical textarea {
    display: block;
    width: 100%;
}

.form_field label {
    text-align: left;
}

.form_field input[type=text], .form_field input[type=password] {
    padding: 12px 10px;
    border-radius: 7px;
    border: 1px solid #c1c5c9;
    color: #636d78;
}

.form_field input[type=text]:hover,
.form_field input[type=text]:focus,
.form_field input[type=password]:hover,
.form_field input[type=password]:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.form_field input[type=text]:disabled,
.form_field input[type=password]:disabled {
    background: #fff;
    border-color: transparent;
}

.form_field input[type=text]:disabled:hover,
.form_field input[type=password]:disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form_field textarea {
    padding: 12px 10px;
    border-radius: 7px;
    border: 1px solid #c1c5c9;
    color: #636d78;
}

.form_field textarea:hover, .form_field textarea:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.form_chkbox {
    position: relative;
    margin: 0 10px 5px 0;
}

.form_chkbox label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    padding-left: 30px;
    color: #636d78;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.form_chkbox label:before {
    content: " ";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: -3px;
    height: 22px;
    width: 22px;
    border: 1px solid #c1c5c9;
    border-radius: 5px;
    text-align: center;
}

.form_chkbox label:hover:before, .form_chkbox label:focus:before {
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.form_chkbox.disabled {
    opacity: 0.6;
}

.form_chkbox.disabled label:hover:before, .form_chkbox.disabled label:focus:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form_chkbox input[type=checkbox] {
    display: none;
}

.form_chkbox input + label {
    cursor: pointer;
}

.form_chkbox input:checked + label:before {
    content: "\2714";
    color: #99cc66;
}

.form_chkbox_tree .control {
    margin-bottom: 10px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
}

.form_chkbox_tree .child_chkbox {
    margin: 10px 0 10px 30px;
}

.form_file {
    display: block;
    margin-bottom: 10px;
}

.form_file input[type=file] {
    display: none;
}

.form_file label {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    color: #9f9f9f;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.form_file label:hover, .form_file label:focus {
    cursor: pointer;
    color: #fff;
    background: #9f9f9f;
}

.form_file.form_button label {
    border: none;
    padding: 15px 25px;
    text-transform: uppercase;
    background-color: #01aef0;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 15px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.form_file.form_button label:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form_file.form_link label {
    border: none;
    border-radius: 0;
    padding: 0;
    text-transform: none;
    color: #00a5e3;
    padding-bottom: 1px;
    border-bottom: 1px dashed #00a5e3;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.form_file.form_link label:hover, .form_file.form_link label:focus {
    background: transparent;
}

.form_title {
    font-size: 17px;
    font-family: Ubuntu, sans-serif;
    margin-bottom: 5px;
    color: #000;
}

.form-forgot {
    text-align: center;
}

.form-forgot a {
    color: #636d78;
    font-size: 13px;
}

.kapa_sections .item {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 0;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    height: 100px;
}

.kapa_sections li:hover .name {
    color: #000 !important;
}

.kapa_sections .item .kapa_img {
    display: inline-block;
    margin: -40px 9px 0 0;
}

.kapa_sections .item .name {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    font-family: "SwiftC", sans-serif;
    font-size: 20px;
    color: #636d78;
}

.kapa_sections li.ui-state-active .item {
    /*outline: 4px solid #e5f7fd !important;*/
    -webkit-box-shadow: 0px 0px 3px 6px #e5f7fd;
    -moz-box-shadow: 0px 0px 3px 6px #e5f7fd;
    box-shadow: 0px 0px 3px 6px #e5f7fd;
}

.kapa_sections li.ui-state-active .item .name {
    color: #000;
}

#tabs ul {
    list-style: none;
	padding-left:0;
}

.kapa_sections {
    padding:35px 0 25px 0;
}

.kapa_sections li {
    margin: 15px 0;
}

.kapa_decor {
    position: relative;
    z-index: 1;
    padding-top: 20px;
	padding-bottom: 20px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e4f5ff 100%);
    background: -webkit-linear-gradient(top, white 0%, #e4f5ff 100%);
    background: linear-gradient(to bottom, white 0%, #e4f5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4f5ff', GradientType=0);
}

.kapa_decor .col-xs-12 {
    min-height: 400px;
}

.kapa_decor .caption {
    position: absolute;
    top: 5%;
    left: 25%;
    width: 400px;
    font-family: "Ubuntu", sans-serif;
}

.kapa_decor .caption .title {
    font-family: "SwiftC", sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
}

.kapa_decor .book {
    position: absolute;
    z-index: 2;
    background: url("/local/templates/main/images/kapa-header-book.png") no-repeat center;
    background-size: 700px 260px;
    height: 260px;
    width: 708px;
    max-height: 100%;
    max-width: 100%;
    bottom: 0;
    left: 15%;
}

.kapa_decor .bubble {
    position: absolute;
    background: url("/local/templates/main/images/kapa-header-kapa.png") no-repeat;
    height: 221px;
    width: 125px;
    z-index: 3;
    top: 0%;
    right: 20%;
    background-size: 125px 202px;
}

.watermaps {
  position: relative;
  z-index: 1; }

.blurred-watermaps {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 320px;
  z-index: 10;
  pointer-events: none; }

.ballon {
  position: absolute;
  padding: 20px;
  width: 420px;
  min-height: 142px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  font: 300 12px "Ubuntu", -apple-system, "HelveticaNeue", "Arial", "Lucida Grande", sans-serif !important;
  color: #636d78; }
  .ballon .map-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  .ballon::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 23px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 8px; }
  .ballon .ballon-header {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #1f1f1f; }

.watermaps-wrapper {
  position: relative;
  margin-bottom: 23px; }

.watermaps-filters {
  position: absolute;
  width: 282px;
  max-width: 100%;
  right: 30px;
  top: 15px;
  z-index: 2; }

.filters-box {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }

.map-select {
  width: 100%;
  font-size: 15px; }
  
.date-control{
	width: 280px;
}
/*
.auth_modal{background: #fff;width:360px;max-width: 100%;padding:6%;border-radius: 3px;}*/
.auth_modal.select_city_modal{width:560px;}
.auth_modal .btn_choice{max-width:220px;}
.auth_modal small{display: block;font-size:68%;}
.auth_modal .section-title{margin-bottom:20px;font-size:29px;}
.auth_modal .row{margin:0 -3px 6px;}
.auth_modal .row.search-row {margin:30px -3px;}
.auth_modal .col-xs-12{padding:0 3px;}
.btn.btn-auth.btn-lg{margin:20px 0 5px;max-width: 100%; width: 100%;height:50px;line-height: 50px;}
.auth-separator{border-bottom: 1px solid #ccc; position: relative; margin-bottom: 20px;}
.auth-separator span {position: relative; top: 9px; display: inline-block; background: #fff; padding: 0 10px;}
.show-reg-form{font-size: 18px;}  
.success_request_form{
	max-width: 400px;
	text-align: center;
    color: #fff;
	background: #61aa48;
	font-size: 24px;
}
.success_request_form .section-title{
	 color: #fff;
	 font-size: 41px;
}
@media only screen and (max-width: 480px){
.success_request_form .section-title{
		font-size: 28px;
	}
}
.fancybox-wrap.success_green .fancybox-close {
    display: none;
}
.auth_modal.success_request_form a:hover {
    background: #fff;
    color: #61aa48;
    text-decoration: none;
}
.auth_modal.success_request_form a {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 65px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    transition: 0.3s;
}
.filter-box{
	margin: 20px 0;
}
.filter-box label{
	margin-right: 10px;
}
.take-a-part{
	margin: 20px 0;
}
.forgot-pass-form{
	color: #636d78;
	text-decoration: underline;
}
.forgot-pass-form:hover{
	text-decoration: none;
}
.ws-auth{
	margin: 20px 0;
	font-weight: 300;
	font-size: 15px;
	color: #636d78;
}
.ws-label, .ws-ul{
    display: inline-block;
	vertical-align: middle;	
	line-height: 1;
}
.ws-label{
	margin-right: 15px;
}
.ws-ul{
	padding-left:0;
	margin: 0 0 0 -1px;
}
.ws-ul li{
	list-style: none;
    display: inline-block;	
	margin-left: 1px;
}
.ws {
    background-image: url(/local/templates/main/images/ws.png);
    background-repeat: no-repeat;
    display: block;
}
.ws-odn {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.ws-gplus {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.ws-fb {
    width: 24px;
    height: 24px;
    background-position: -5px -39px;
}

.ws-vk {
    width: 24px;
    height: 24px;
    background-position: -39px -39px;
}
@media (max-width: 64em) {
  .watermaps-filters {
    width: 302px;
    padding: 0 10px;
    position: static;
    margin: 0 auto; }
    .watermaps-filters .navbar-header {
      display: block;
      float: none; }
    .watermaps-filters .navbar-left,
    .watermaps-filters .navbar-right {
      float: none !important; }
    .watermaps-filters .navbar-toggle {
      display: block; }
    .watermaps-filters .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .watermaps-filters .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    .watermaps-filters .navbar-collapse.collapse {
      display: none !important; }
    .watermaps-filters .navbar-nav {
      float: none !important;
      margin-top: 7.5px; }
    .watermaps-filters .navbar-nav > li {
      float: none; }
    .watermaps-filters .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .watermaps-filters .collapse.in {
      display: block !important; }
    .watermaps-filters .navbar-name {
      display: block;
      line-height: 50px; } }
	  
	.water-dates {
  margin-bottom: 35px;
  background-image: url(/local/templates/main/images/line-top.png), url(/local/templates/main/images/line-bottom.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom; }
  .water-dates__label {
    padding: 30px 0;
    text-align: right;
    font-size: 21px;
    font-weight: 300; }
  .water-dates__list {
    height: 90px; }
  .water-dates__item {
    position: relative;
    display: block;
    float: left;
    width: 33.33%;
    max-width: 110px;
    height: 100%;
    padding: 35px 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center; }
    .water-dates__item:hover {
      text-decoration: none; }
      .water-dates__item:hover .inner-link, .water-dates__item:hover .more-link, .water-dates__item:hover .less-link {
        border-color: transparent; }
    .water-dates__item.active {
      color: #1f1f1f;
      background: rgba(0, 174, 239, 0.08); }
      .water-dates__item.active .inner-link, .water-dates__item.active .more-link, .water-dates__item.active .less-link {
        border-color: transparent; }
      .water-dates__item.active::after,
      .water-dates__item.active::before {
        bottom: 100%;
        left: 50%;
        margin-bottom: -2px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .water-dates__item.active::after {
        border-color: rgba(0, 174, 239, 0);
        border-bottom-color: #ebf9fe;
        border-width: 11px;
        margin-left: -11px; }
      .water-dates__item.active::before {
        border-color: rgba(115, 119, 120, 0);
        border-bottom-color: rgba(115, 119, 120, 0.3);
        border-width: 12px;
        margin-left: -12px; }
		
	.water-encyc__intro {
  position: relative;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  	.water-encyc__intro:hover {
		text-decoration: none;
	}
  .water-encyc__intro::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMWYxZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 31, 31, 0)), color-stop(100%, #1f1f1f));
    background: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
    background: -o-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
    background: -ms-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
    background: linear-gradient(to bottom, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%); }
  .water-encyc__intro-inner {
    position: relative;
    z-index: 2;
    padding: 21% 6% 6.6%; }
    .water-encyc__intro-inner h2 {
      margin: 0 0 25px;
      color: #fff;
      font-weight: 500;
      font-size: 45px; }
  .water-encyc__intro-descr {
    padding: 11.5% 3% 11.5% 13%;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    color: #636d78;
    line-height: 1.5; }
	
.watermaps {
    height: 422px;
}
.ballon {
    position: absolute;
    padding: 20px;
    width: 420px;
    min-height: 142px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    font: 300 12px "Ubuntu", -apple-system, "HelveticaNeue", "Arial", "Lucida Grande", sans-serif !important;
    color: #636d78;
}
.tag-cloud .navbar-nav > .active > a, .tag-cloud .navbar-nav > .active a:hover, .tag-cloud .navbar-nav > .active a:focus {
    padding-left: 29px;
    background-color: #e2f3fb;
    color: #1f1f1f;
}
.ballon .ballon-header {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #1f1f1f;
}
.ballon .map-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.tablebodytext {
    display: none;
}
.item a:hover{
	text-decoration: none;
}
.errortext {
	display: block;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.big-select .jq-selectbox__select {
	height: 50px;
}
.big-select .jq-selectbox__select .jq-selectbox__select-text{
	line-height: 50px;
	font-size:15px;
}
.block-select{
	display: block !important;
}
.kapa_radio .radio_item .time{
	padding-left: 10px;
}
@media (max-width: 1199px) {
  .col-md-12 {
    display: block; }
  .sticky-nav.affix,
  .sticky-nav.affix-top,
  .sticky-nav.affix-bottom {
    position: static;
    width: 100%;
    max-width: 320px;
    margin: 0 auto; }
  .events-page .event-page__title {
    margin-top: 20px; }
  .navbar-name {
    display: block;
    line-height: 50px; } }

@media (max-width: 990px) {
  .more-page {
    display: block;
    width: 750px;
    margin-left: auto;
    margin-right: auto; }
  .more-page__text-lg {
    font-size: 22px;
    line-height: 24px; }
  .more-page__text-md {
    font-size: 20px;
    line-height: 21px; }
  .more-page__item {
    display: inline-block;
    padding: 0;
    margin: 0 5px 10px; }
  .more-page__link {
    width: 300px; }
  .footer__info {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center; }
  .social-footer {
    display: block;
    text-align: center; }
  .footer__links {
    display: block;
    padding: 10px 0;
    width: auto; }
  .subscription {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; }
  .footer {
    height: 315px; }
  .content {
    margin-bottom: 315px; }
  .social-footer .social__item {
    margin: 0 2px; }
  .logo {
    display: block;
    float: none;
    text-align: center; }
  .slider__name {
 }
  .menu {
    margin-left: 0;
    margin-top: 15px; }
  .slider-full {
    height: 480px; }
  .slider {
    height: 480px; }
  .news-block {
    margin-bottom: 30px; }
    .news-block:last-child {
      margin-bottom: 0; }
  .slider__title {
 }
  .slider__info  { 
	padding-top:200px;
  }
.slider__info .container-wrapper{
/* 	height: -webkit-calc(100% - 200px);
	height: -moz-calc(100% - 200px);
	height: calc(100% - 200px); */
}
  .map {
    height: 420px; }
  .map-block {
    height: 420px; }
  .water-filter {
    position: relative;
    width: auto;
    bottom: auto;
    left: auto;
    text-align: center; }
  .water-filter__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .water-filter__caption {
    margin-bottom: 10px; }
  .calendars {
    margin: 0 50px; }
  .news-item__img {
    margin-bottom: 12px; }
  .news-item__title.title--main {
    font-size: 16px; }
  .news-item__slider {
    float: none;
    max-width: 100%;
    margin-bottom: 16px; }
  .press-center__expert-sidebar {
    padding-top: 15px; }
  .press-center__expert-worksheet {
    padding-left: 0; }
  .blog-item__title {
    font-size: 18px; }
  .watermaps {
    height: 300px !important; }
  .tag-cloud__right {
	margin-bottom: 15px;
    max-height: none !important;
	overflow:visible;	}
  .ballon {
    max-width: 280px; }
  .water-dates {
    margin-top: 50px; }
  .water-encyc__intro-descr {
    padding: 0 0 6%; }
  .water-encyc__intro-inner h2 {
    font-size: 30px; }
.kapa_decor .caption{
	left:0;
}
.kapa_radio .radio_item .player,
.kapa_radio .radio_item .time{
	width: auto;
}
	}

@media (max-width: 767px) {
  .menu {
    width: 100%;
    z-index: 16;
    background: transparent;
    margin-bottom: 0; }
    .menu-head {
      display: block;
      background-color: transparent;
      font-size: 0;
      margin-top: 20px; }
    .menu-block {
      background-color: #01aef0;
      border-radius: 4px 0 4px 4px;
      overflow: hidden;
      margin-top: 0px;
      position: relative; }
  .more-page {
    display: block;
    width: auto; }
  .search-form {
    display: block;
    float: none;
    margin-top: 0; }
  .search-form__input {
    width: 100%;
    border: 0;
    border-radius: 0 0 5px 5px;
    padding-left: 30px; }
  .nav {
    width: 100%; }
    .nav__item {
      text-align: left;
      display: block;
      margin-right: 0; }
    .nav__link {
      font-size: 13px;
      padding-left: 30px;
      display: block;
      text-decoration: none; }
      .nav__link:hover {
        background-color: #fff;
        color: #01aef0; }
      .nav__link.active {
        background-color: #fff;
        color: transparent; }
  .header__top {
    padding-left: 0;
    padding-right: 0; }
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  .header__bottom {
    padding-left: 10px;
    padding-right: 10px; }
  .slider__title {
 }
  .slider__name {
 }
  .news-block {
    margin-left: 0;
    margin-right: 0; }
  .news-block__caption {
    line-height: 30px; }
  .water-filter__item {
    display: block; }
  .section-title,
  .news-item .section-title {
    font-size: 25px; }
  .map {
    height: 350px; }
  .map-block {
    height: 350px; }
  .event__preview {
    float: none;
    margin-top: 0;
    margin-bottom: 10px; }
  .event__info {
    margin-left: 0; }
  .about-event {
    padding: 35px 10px; }
  .cal-back {
    display: none; }
  .calendars {
    margin: 0 20px; }
  .review-list {
    padding: 0 50px; }
  .cal-main .clndr .clndr-controls .clndr-control-button {
    left: -25px; }
  .cal-main .clndr .clndr-controls .clndr-control-button.rightalign {
    right: -25px; }
  .press-center__expert-img {
    float: none;
    margin: 0; }
  .press-center__expert-name {
    font-size: 25px;
    margin-top: 15px; }
  .comments-list__author {
    margin-bottom: 20px; }
  .comments-list__author-answered::after {
    left: auto;
    right: 10px;
    top: 50%; }
  .event-row-right {
    padding: 10px 10px 0;
    margin-left: 0; }
  .water-dates {
    margin-top: 0;
    background-image: url(/local/templates/main/images/line-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom; }
    .water-dates__label {
      text-align: center; }
    .water-dates__time-col {
      background-image: url(/local/templates/main/images/line-top.png);
      background-repeat: no-repeat;
      background-position: center top; }
	  .kapa_decor .caption{
		position: static;
	width: auto;
}
.kapa_decor .col-xs-12 {
    min-height: 0;
}
.coll_s{
	width: 100% !important;
}
	  }
	  
@media (max-width: 560px) {	  
  .slider__title { 	
  font-size: 3.7vm;
  font-size: 3.7vmin;
	}	  
}  

@media (max-width: 479px) {	  
.social{
	/*display:none;*/
}
.simple-tabs .nav-tabs > li.active{
	background: none;
}
  .news-block__item {
    width: 280px !important;
    display: block;
    margin: 0 auto 20px !important; }
  .news-block__item.main .news-block__preview {
    float: none;
	height: auto;
    width: auto; }
  .news-block__item.main .news-block__info {
    margin-left: 0; }
  .slider__name {
 }
  .more-page__link {
    width: 280px; }
  .more-page__text-lg {
    font-size: 27px;
    line-height: 30px; }
  .news-block {
    width: auto; }
  .news-block__all {
    margin-top: 5px; }
  .review-list__info {
    text-align: center; }
  .map {
    height: 250px; }
  .map-block {
    height: 250px; }
  .footer__info {
    width: 300px; }
  .footer {
    height: 360px; }
  .content {
    margin-bottom: 360px; }
  .review-list__img {
    margin-left: auto;
    margin-right: auto; }
  .review-list__avatar {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .review-list__info {
    margin-left: 0; }
  .review-item__img {
    float: none;
    display: block;
    margin: 0 auto 15px; }
  .review-item__work-info {
    margin-left: 0; }
  .review-item__preview {
    margin-bottom: 20px; }
  .review-item__ask {
    margin-top: 4px; }
  .review-item__title {
    max-height: none;
    white-space: normal;
    margin-right: 0;
    font-size: 19px; }
    .review-item__title.main--title {
      font-size: 19px; }
  .col-lt-12 {
    width: 100%; }
  .news-item__firm-style-action-bar {
    position: static; }
  .news-item__firm-action-block {
    float: none;
    min-width: 245px;
    margin-right: 0;
    margin-left: 0; }
  .blog-item__img,
  .blog-item__time {
    float: none;
    margin-bottom: 10px; }
  .blog-item__content {
    margin-left: 0; }
  .blog-item__preview {
    max-height: 125px; }
  .cal-main .clndr {
    padding: 24px 16px; }
    .cal-main .clndr .clndr-table .day {
      padding: 0; }
      .cal-main .clndr .clndr-table .day .day-contents {
        font-size: 14px;
        line-height: 25px; }
  .news-item__horizontal .news-item__img {
    float: none; }
  .news-item__horizontal .news-item__content {
    margin-left: 0;
    margin-top: 20px; }
  .news-item__horizontal .news-item__title {
    clear: both; }
.form_field.horizontal label,
.form_field.horizontal input[type="text"],
.form_field.horizontal input[type="password"]{
	width: 100%;
}
.data .text_right{
	text-align:left;
}
}

@media (min-width: 768px) {
  .menu-block {
    height: auto !important;
    display: block !important; } }
.fancybox-skin {
	padding: 0 !important;
}


/*tabs*/

.wr_tabs {
	position: relative;
}
.wrap_tabs{
    margin-bottom: 45px;
}

.tabs_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;

    opacity: 0;
}

.tabs_content.active {
    position: relative;
    z-index: 3;

    opacity: 1;
}

.tabs_caption{
    margin-bottom: 15px;
}

.tabs_caption li{
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    color: #777777;
    font-size: 15px;
    border: 1px solid #777777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.tabs_caption li:hover {
    background: #777777;
    color: #ffffff;
    border-color: #777777;
}

.tabs_caption li.active {
    border-color: #17A2B8;
    color: #17a2b8;
    background: none;
    pointer-events: none;
}

.tabs-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-title .tabs_caption{
    padding-left: 15px;
}

.tabs-title .txt-link {
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 25px;
}

.tabs_caption-color li{
    border: none;
    color: #ffffff;
    text-transform: none;
}

.tabs_caption-color li:hover{
    opacity: 0.8;
    background: darkcyan;
}

.tabs_caption-color li.active{
    color: #000000;
    background: #e6e6e6;
    border: 1px solid #ADADAD;
}

.wr_tabs .tabs_content .media .tabs-title h3 {
    margin-top: 0px
}


/*media*/

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

.media-item {
    margin-right: 10px;
    margin-bottom: 5px;
    width: -webkit-calc(33.3% - 10px);
    width: -moz-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    overflow: hidden;
    min-height: 260px;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 18px;
position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.media-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-item-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
}

.media-item-bg img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-item:hover .media-item-bg img,
.news-item:hover .media-item-bg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.media-item:hover .media-item-bg:before,
.news-item:hover .media-item-bg:before {
    opacity: 0.3;
}

.media-item-title {
    z-index: 2;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: end;*/
    /*-webkit-align-items: flex-end;*/
    /*-moz-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
    /*height: 100%;*/
    /*-webkit-align-content: flex-end;*/
    /*-ms-flex-line-pack: end;*/
    /*align-content: flex-end;*/
}


#prev_next_block li {list-style-type:none;max-width: 50%; display: inline-block; }
#prev-block {float:left; }
.prev_img {position:relative; float:left; margin-right:10px;}
.next_img {float: right; margin: 0 0 0 10px;}
#next-block {text-align: right}
.prev_next_block .prev,#prev_next_block .next {}
.clear {clear: both;}

/* End */


/* Start:/local/templates/main/template_styles.css?15858977911089*/
.file_name {
	display: inline-block;
    margin-left: 15px;
}
article a.news-item__img img {transition: transform 0.2s ease-out 0s}
.page .content.content-page .container .press-center.press-center__news-list #bx_incl_area_9 #bx_incl_area_9_1 .filter-box {display:none!important;}

.logo-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    width: 100%;
    line-height: 1.18;
    padding-left: 75px;
    font-weight: 700;
    min-height: 74px;
    font-family: "SwiftC";
}
.logo-note{
    display: block;
    font-size: 9.6px;
    padding-top: 5px;
}
.logo-item:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	background: url(/local/templates/main/../img/icon.svg) no-repeat top left;
	/*background: url(https://voda.org.ru/local/templates/template/img/clipboard.svg) no-repeat top left;*/
	background-size: contain;
	width: 61px;
	height: 61px;
}
#tags_links {float:none; display:block;}
#tags_links li {float:none; list-style-type:none; padding-bottom:10px; display:block; min-height:100px;}
/* End */
/* /local/templates/main/css/bootstrap.css?154039285392882 */
/* /local/templates/main/css/style_custom.css?15403928592587 */
/* /local/templates/main/css/jquery.fancybox.css?15403928555579 */
/* /local/templates/main/css/new/fancybox.css?153960756018139 */
/* /local/templates/main/css/costume.css?157934982346652 */
/* /local/templates/main/components/bitrix/menu/horizontal_multilevel3/style.css?1539697500879 */
/* /local/templates/main/components/bitrix/menu/left_top/style.css?1540391742581 */
/* /local/templates/main/components/bitrix/news.list/footer_blocks/style.css?1540392697150 */
/* /local/templates/main/components/voda/subscribtion/template1/style.css?1540392851150 */
/* /local/templates/main/styles.css?1589388149118311 */
/* /local/templates/main/template_styles.css?15858977911089 */
