@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext,latin-ext');

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
a:focus,
button:active,
button:hover,
button:focus,
input:active,
input:hover,
input:focus {
  outline: 0 !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: 600;
}
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;
  }
  select {
    background: #fff !important;
  }
  .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: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif, 'PT Sans';
  font-size: 15px;
  line-height: 1.42857143;
  color: #312d2d;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #49aada;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #49aada;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 16px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #edeceb;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d6d2cf;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 25.2px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  font-weight: 600;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #d6d2cf;
}
.text-primary {
  color: #49aada;
}
a.text-primary:hover {
  color: #377eb4;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #5397cb;
}
a.text-info:hover {
  color: #377eb4;
}
.text-warning {
  color: #ffd84a;
}
a.text-warning:hover {
  color: #c2a800;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #49aada;
}
a.bg-primary:hover {
  background-color: #377eb4;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #edeceb;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 600;
}
dd {
  margin-left: 0;
}
@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 #d6d2cf;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #edeceb;
}
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.42857143;
  color: #d6d2cf;
}
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 #edeceb;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  .container,
  .content-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .content-container {
    width: 970px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
    max-width: 100%;
  }
  .content-container {
    width: 970px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d6d2cf;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #665e5e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
.label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
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: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #8a7f7f;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #8a7f7f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -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;
  overflow: hidden;
}
.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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #edeceb;
  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'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    line-height: 35px;
  }
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 31px;
  }
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 50px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 34px;
}
.input-lg {
  height: 50px;
  padding: 10px 24px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 10px;
}
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 24px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 10px;
}
select.form-group-lg .form-control {
  height: 50px;
  line-height: 50px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  padding: 10px 24px;
  font-size: 21px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.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: #ffd84a;
}
.has-warning .form-control {
  border-color: #ffd84a;
  -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: #c2a800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe95c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe95c;
}
.has-warning .input-group-addon {
  color: #ffd84a;
  border-color: #ffd84a;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #ffd84a;
}
.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: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #736a6a;
}
@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: #333333;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #5397cb;
  border-color: #3f8bc5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #377eb4;
  border-color: #2e6b99;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5397cb;
  border-color: #3f8bc5;
}
.btn-primary .badge {
  color: #5397cb;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #292929;
  background-color: #fed74b;
  border-color: transparent;
  font-weight: 400;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #292929;
  background-color: #ffca0b;
  border-color: transparent;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffd84a;
  border-color: #dcbe00;
}
.btn-warning .badge {
  color: #ffd84a;
  background-color: #312d2d;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #49aada;
  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: #25557a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d6d2cf;
  text-decoration: none;
}
.btn-link.inner {
  padding: 0;
  display: inline;
  border-bottom: 1px dashed #49aada;
}
.btn-link.inner:hover,
.btn-link.inner:focus {
  text-decoration: none;
  border-color: transparent;
}
.btn-lg {
  padding: 13px 24px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 30px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.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%;
}
.footer {
  padding-top: 30px;
}
.img-bg {
  background-size: cover;
}
.navbar.affix {
  top: 0;
  z-index: 1000;
  width: 100%;
}
.navbar.affix .navbar-nav > li > a {
  min-height: 36px;
}
.navbar.affix .hidden-xs {
  display: none;
}
.fa-ul {
  margin-left: 0;
  margin-bottom: 20px;
}
.fa-ul .fa-stack {
  margin-left: -40px;
}
.fa-ul .lead {
  margin-left: 0;
}
.fa-li {
  /* top: 0.3em; */
}
.fa-stack {
  vertical-align: text-bottom;
}
.fa-xs {
  font-size: 0.8em;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/custom-icons/icomoon.eot?wsxrm2');
  src: url('../fonts/custom-icons/icomoon.eot?#iefixwsxrm2')
      format('embedded-opentype'),
    url('../fonts/custom-icons/icomoon.ttf?wsxrm2') format('truetype'),
    url('../fonts/custom-icons/icomoon.woff?wsxrm2') format('woff'),
    url('../fonts/custom-icons/icomoon.svg?wsxrm2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-microphone:before {
  content: '\e600';
}
.icon-wc:before {
  content: '\e601';
}
hr.divider,
div.divider {
  padding-bottom: 36px;
}
.btn-warning:hover {
  background-color: #e8b705;
  border-color: #e8b705;
}
hr.short {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.price {
  font-size: 36px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1;
  display: block;
  padding-top: 8px;
  float: left;
}
.jumbotron .price {
  font-size: 48px;
  padding-top: 4px;
}
.sub-price {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  clear: both;
  color: #1a1a1a;
  white-space: normal;
}
.img-item {
  width: 100%;
}
.img-bg {
  padding: 40px 0 50px 0;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 425px) {
  .arenda-list-page .price-box__top > .price {
    margin-bottom: 8px;
  }
  .arenda-list-page .price-box__top > .btn-lg {
    width: 100%;
  }
  .arenda-list-page .price-box__top {
    display: block;
  }
}
@media (min-width: 768px) {
  .img-bg {
    padding: 110px 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .arenda-teplohoda .price-box__top {
    display: block;
  }

  .arenda-teplohoda .price-box__top .btn {
    margin-top: 10px !important;
  }
}
.img-bg .alpha-bg {
  /*display: inline-block;*/
}
.alpha-bg {
  /*background: rgba(255, 255, 255, 0.75);*/
  /*padding: 10px 20px;*/
  /*width: 100%;*/
}
.html-excursion .img-bg .alpha-bg,
.blog .img-bg .alpha-bg,
.arenda-teplohoda .img-bg .alpha-bg {
  min-width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 41px 27px 25px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 15%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 15%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 15%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.html-excursion .img-bg,
.blog .img-bg,
.arenda-teplohoda .img-bg {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
.html-excursion .img-bg .container,
.blog .img-bg .container,
.arenda-teplohoda .img-bg .container {
  max-width: 980px;
}
.html-excursion .alpha-bg h1,
.blog .alpha-bg h1,
.arenda-teplohoda .alpha-bg h1 {
  font-size: 36px;
  line-height: 1.44;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.column-2 {
  -moz-column-count: 2;
  /* ��� Firefox */
  -webkit-column-count: 2;
  /* ��� Safari � Chrome */
  column-count: 2;
}
.radio.pay-type {
  height: auto;
  position: relative;
}
.radio.pay-type label {
  padding: 10px 0 10px 40px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0px;
}
.radio.pay-type.pay-ya-money label {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAcCAYAAACK7SRjAAADh0lEQVRIS8WW22scZRjGf9+c9jTJziZZ00RaNTdiyGJQGopYUC+EXlgpZl08VFpWUiz0pkJF0JS2Ioj+A7UWa82FhuJtCloqUlA8QQ2m9KJIIx66bZN2c9rTzCffzk7Z3aZJNi04MMzNzG+eed73fd4R3MVx9HHMPb9QvhNCrIf9TZp+wyOjR+77autY7vw9gX+dZlPEZNTW2GUJ9IJo+/mxk3Ob7wp+Ok1HLMKobbE3oWO266BLmF2EBz/jjl+/oi3jaewNNvvbLA7ETWJxA2IamBKEBzML0PVJi/DxNFa3wxu2xcG4ScKxfKgFaC5QO5XyjmMtwM/uJaugjsnGuAm2DpYA3atBK+uAn93HcNTkkGPR74TANiCE722gtHptBX46S0fcYcIJMxRAw6pgnu9rA7hV+K/v2se6rPnXnTBEAmizWhekJ5B925BX/0D79wLC9btlRc8vHUL2tENYAxFAmxSXrSTGvgtSRDsnkN5Dpf3GI5aUDfDvn0MaQLnCZLHE4afPcErkPkB2RkFT4ABaB6+UwX3+i3xoMNMnhLh+McvbvVHet7VG5ZczyJgOxRLcKOFdXyAjZj5EJiI18DLwYhFyJfuvK1fmj0jJa0mLJ7qVhaIRPvMq0jFBiZkrQY7E9KpwdXN+ERYKYAJtmg/WvNvhCXWDW7WGq0uwKlxWwK2dCmioLlpmiJTyAC7V9K4FvtZWrIer2s0W1qD8f4FLF/Idj+IcPF8Nv3uqXBW69MLR6dhTex74bhvJgU5ygefrtqVa4J4h3KERjM2v7DRCkbHfRza+ef/Snx+pSK7a2KrnnhHHHdiJNjSC3pv6EfgYOHFuh9jaGzMmesxKWLXomuG+yidhMIs+kM4LK3ZSQX94Scxp8JYu2dGm0Z20INhOq8I9vR23fzf64Ahasv8ccHzqQO+lwrV/duGy3YIuNeoqApTaMGA0xUdDK6rqe3YfcssRjIeH8+7SjbG/P3956ubUmWeky7OGxI5qEBUQEv5WsqQ/qbfatS4+qvDZT1MyPj9ZLYIKnblFmC9Auew/qNIyXAc0vSZg3doLgk9N6M1kCrHw24nL5rfZTYZ0cV0oFf1sUGrUp6q4UNdbCus20W0DVlNe9nTKu49PCynlcOni+JfaT+9p+rVJf/sst4EChSvAlWJ3Qwpv+zueteXFTHW61AuAUSC1nj+wpmcmgcNCiFP/Ab0HLn9QfaInAAAAAElFTkSuQmCC');
}
.radio.pay-type input[type='radio'] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.radio.pay-type input[type='radio']::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #cccccc;
  border-radius: 6px;
  visibility: visible;
}
.radio.pay-type input[type='radio']:checked::before {
  border-color: #4cae4c;
}
.gallery-item {
  margin-bottom: 20px;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 10px 24px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  line-height: 50px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #8a7f7f;
  text-align: center;
  background-color: #edeceb;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 24px;
  font-size: 21px;
  border-radius: 10px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.navbar {
  position: relative;
  min-height: 36px;
  margin-bottom: 0;
  border: 0;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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;
    visibility: visible !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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 7.5px 15px;
  font-size: 21px;
  line-height: 21px;
  height: 36px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.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: 3.75px -15px;
}
@media (min-width: 768px) {
  .navbar-nav li::before {
    background: #e7e7e7;
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 0;
  }
  .navbar-nav li:first-child::before {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
.navbar-nav > li > a::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@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: 21px;
  }
  .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: 7.5px;
    padding-bottom: 7.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 0.5px;
  margin-bottom: 0.5px;
}
@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: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}
.navbar-btn.btn-sm {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.navbar-btn.btn-xs {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #272d30;
  border-color: #272d30;
}
.navbar-inverse .navbar-brand {
  color: #f9f9f8;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f9f9f8;
}
.navbar-inverse .navbar-nav li::before,
.navbar-inverse .navbar-nav li:first-child::after {
  background: #d6d2cf;
}
.navbar-inverse .navbar-nav li.active::before,
.navbar-inverse .navbar-nav li.active:first-child::after {
  background: #2c6590;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f9f9f8;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #2c6590;
}
.navbar-inverse .navbar-nav > li > a:hover::before,
.navbar-inverse .navbar-nav > li > a:focus::before {
  background-color: #2c6590;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #2c6590;
}
.navbar-inverse .navbar-nav > .active > a::before,
.navbar-inverse .navbar-nav > .active > a:hover::before,
.navbar-inverse .navbar-nav > .active > a:focus::before {
  background-color: #2c6590;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #242121;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #2c6590;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #d6d2cf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #d6d2cf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f9f9f8;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #2c6590;
  }
  .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: #ffffff;
    background-color: #2c6590;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f9f9f8;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #f9f9f8;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.topbar {
  position: relative;
  height: 65px;
  background-color: #ffffff;
  /* overflow: hidden; */
  z-index: 1000;
}
.topbar .container {
  height: 65px;
}
.topbar-brand,
.topbar-slogan {
  float: left;
  padding: 12px 15px 12px 0;
  font-size: 21px;
  color: #777777;
  font-weight: 100;
}
.topbar-slogan {
  padding-top: 19.2px;
}
.topbar-text {
  padding: 12px 15px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #edeceb;
}
.nav > li.disabled > a {
  color: #d6d2cf;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d6d2cf;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #edeceb;
  border-color: #377eb4;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #edeceb #edeceb #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #8a7f7f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
  font-weight: 600;
  color: #000;
  background-color: #ddd;
  border-bottom-color: #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.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: #ffffff;
  background-color: #5397cb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #edeceb;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d6d2cf;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
    min-height: 330px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 42px;
  }
  .jumbotron .lead {
    font-size: 21px;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: '';
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: ' ';
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: ' ';
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: ' ';
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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);
}
.carousel-control.right {
  left: auto;
  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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.topbar:before,
.topbar:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.topbar:after,
.nav:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}

.footer {
  border-top: 1px solid #edeceb;
}

.footer,
.footer__link:focus,
.footer__link:hover {
  color: #bfbfbf;
}

.footer {
  margin-top: 20px;
}

.footer__contacts {
  margin-top: 0;
  font-size: 20px;
  text-align: right;
}

.footer__disclaimer {
  font-size: 0.85em;
  padding: 20px 0 0px;
  background-color: #081318;
  color: #fff;
  margin-top: 20px;
}

.footer__link {
  color: #fff;
}

.footer__link_tour {
  color: #8c8b8b;
}

.footer__social {
  color: #e2b44e;
}

.footer__footer {
  display: flex;
  justify-content: space-between;
}

.footer__about {
  color: #626262;
  margin-left: auto;
}

.footer__security {
  display: inline-block;
}

.footer__submenu {
  line-height: 0.75;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .footer__footer {
    flex-direction: column;
  }

  .footer__about {
    margin-left: 0;
  }

  .footer__about,
  .footer__submenu {
    text-align: center;
  }

  .footer__security {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.footer__header {
  color: #e2b44e;
  border-top: 1px solid #221f1f;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-size: 26px;
  text-align: center;
}

.footer__email {
  font-size: 18px;
}

.award {
  color: #d2d1d1;
  font-size: 14px;
}

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

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

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

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

.media-body,
.media-left,
.media-right {
  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;
}

.thumbnail .caption {
  padding: 9px;
  color: #312d2d;
  font-weight: 400;
}

.topbar-brand img {
  margin-top: 6px;
  max-width: 200px;
}

.navbar-header__title {
  display: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 10px 0;
  float: left;
}
.navbar-header__title:hover,
.navbar-header__title:focus {
  color: #f0f0f0;
}
@media (max-width: 767px) {
  .topbar-brand img {
    display: block;
    width: 160px;
    margin-top: 6px !important;
  }
  .navbar-header__title {
    display: block;
  }
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}

.breadcrumb > .active {
  color: #777;
}

.topbar-brand img.visible-xs {
  width: 140px;
}

.langs {
  display: block;
  line-height: 41px;
  text-align: center;
  color: #fff;
  padding: 0;
  vertical-align: middle;
  margin-top: 13px;
  font-size: 14px;
  height: 40px;
  float: left;
  margin-left: auto;
  margin-right: 10px;
  color: #000;
}

@media (max-width: 767px) {
  .langs {
    margin-left: 0;
  }

  .langs__item_active {
    display: none;
  }
}

.topbar > .container {
  display: flex;
  justify-content: space-between;
}

.topbar-text.text-right {
  padding-right: 0;
}

.checkbox__control_hidden {
  position: absolute;
  z-index: -1;
  margin: 0;
  opacity: 0;
}

.btn-glass {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
  border-radius: 3px;
  padding: 14px 26px;
  width: 148px;
}

.btn-glass .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 23px;
  letter-spacing: 0.4px;
}

.btn-glass:hover {
  background-color: rgba(41, 41, 41, 0.3);
  border: solid 1px #8e8e8e;
  color: #fff;
}

.btn-tag {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.3px;
  border-radius: 3px;
  background-color: rgba(236, 244, 248, 0.2);
  border-width: 0;
}

.btn-tag:hover {
  color: #fff;
  background-color: rgba(236, 244, 248, 0.55);
}

.btn-tag-wrapper + .btn-tag-wrapper {
  margin-left: 6px;
}

.btn-glass-wrapper + .btn-glass-wrapper {
  margin-left: 10px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

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

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.filter_tv_filters {
  margin-top: 20px;
  text-align: center;
}

.filter_tv_timesofday {
  text-align: center;
  margin: 0 auto;
}

.filter__header {
  background: #aaa url('/assets/img/tech/blur.jpg');
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 70px;
  background-position: center;
}

.filter_title {
  color: #fff;
}

.checkbox__control_hidden:checked ~ .btn-glass {
  background-image: linear-gradient(
    rgba(50, 50, 50, 0.3),
    rgba(50, 50, 50, 0.3)
  );
  border: solid 1px #ffd84a;
}

.checkbox__control_hidden:checked ~ .btn-tag {
  background-color: #ffd84a;
  color: #323232;
}

@media (max-width: 720px) {
  .btn-glass {
    width: auto;
    padding: 14px 10px;
  }

  .filter__header {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .utp {
    display: flex;
    align-items: center;
  }

  .utp__description {
    text-align: left;
  }

  .img-item {
    width: 100%;
  }
}

.utp__icon {
  width: 80px;
}

.utp__lead {
  font-size: 21px;
}

.utp__description {
  font-size: 18px;
}

#mse2_sort .sort .fa {
  display: none;
  font-size: 12px;
}

#mse2_sort .sort[data-dir='desc'] .fa-sort-amount-desc {
  display: inline;
}

#mse2_sort .sort[data-dir='asc'] .fa-sort-amount-asc {
  display: inline;
}

/*blog*/
.blog {
  position: relative;
  margin: 0 0 3em;
}
.blog__intro-img {
  position: relative;
  margin: 0 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
.blog__intro-img_sm {
  min-height: 40vh;
  margin-bottom: 82px;
  height: 100px;
}
.blog__intro-logo {
  border-radius: 100px;
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #fff;
  position: absolute;
  bottom: -82px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../img/blog__intro-logo_2.jpg);
}
.blog__header {
  position: relative;
  text-align: center;
}
.blog__hgroup {
  margin: 1px 0 2px;
  text-align: center;
}
.blog__h2 {
  margin: 30px 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.blog__h1 {
  margin: 10px 0 30px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}
.blog__social {
  margin: 0 3px 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s ease;
  background-color: #312d2d;
}
.blog__social,
.blog__social:hover,
.blog__social:active,
.blog__social:focus,
.blog__social:visited,
.blog__social.active {
  color: #fff;
  text-decoration: none;
}
.blog__social:hover {
  opacity: 0.7;
}
.blog__figure {
  position: relative;
  margin: 3em 0;
  text-align: center;
}
.blog__p {
  position: relative;
  margin: 0 0 1em;
  font-size: 16px;
}
.blog__img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.blog__figcaption {
  font-style: italic;
  font-size: 14px;
  line-height: 1.15;
  color: #777;
}

.blog__content {
  position: relative;
}
.blog__content,
.blog__content p {
  font-weight: 400 !important;
}
.blog__content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.blog__intro-img_lg {
  height: 40vh;
  margin-bottom: 82px;
}
.blog__intro-img_xs {
  display: none;
  height: 40vh;
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .blog__intro-img_lg {
    display: none;
  }
  .blog__intro-img_xs {
    display: block;
  }
}
/*blog*/

/*blog-item*/
.blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-item__img {
  display: block;
  margin-bottom: 1em;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #c7c7c7;
}
.sights-item__link {
  height: auto !important;
}
.sights-item__link img {
  object-fit: cover;
  width: 100%;
  height: 220px !important;
}
.blog-item__link {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.blog-item__link,
.blog-item__link:hover,
.blog-item__link:active,
.blog-item__link:focus,
.blog-item__link:visited,
.blog-item__link.active {
  color: inherit;
  text-decoration: none;
}
.blog-item__link:hover {
  opacity: 0.8;
}
.blog-item__h1 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.blog-item__p {
  position: relative;
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.3;
}
.blog-item__p_date {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.15;
  color: #777;
}
.blog-item__p_text {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  flex: 1;
}
.blog-item__p_tags {
  margin-top: auto;
}
.blog-item__tag {
  display: inline-block;
  padding: 3px 5px;
  margin: 0 3px 3px 0;
  font-size: 13px;
  color: #7a9fb2;
  text-transform: lowercase;
  background-color: #f1f7fa;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.blog-item__tag,
.blog-item__tag:hover,
.blog-item__tag:active,
.blog-item__tag:focus,
.blog-item__tag:visited,
.blog-item__tag.active {
  text-decoration: none;
}
.blog-item__tag:hover {
  color: #f1f7fa;
  background-color: #7a9fb2;
}
.blog-item__more {
  display: inline-block;
  text-transform: lowercase;
  font-weight: 600;
  color: #49aada;
  text-decoration: underline;
}
.blog-item__more:hover {
  text-decoration: none;
}
.blog-item_lg .blog-item__img {
  margin-bottom: 0;
  height: 280px;
}
.blog-item_lg .blog-item__h1 {
  font-size: 24px;
}
/*media*/
@media (max-width: 991px) {
  .blog__h1 {
    font-size: 40px;
  }
  .blog-item_lg .blog-item__img {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .sights-item__link img {
    height: 300px !important;
  }
  .blog__h1 {
    font-size: 30px;
  }
  .blog-item__p_text {
    overflow: visible;
    height: auto;
  }
  .blog-item__p_text:after {
    /*!*display: none;*!���������� �� ����� ������� ����������*/
  }
}
/*media*/
/*blog-item*/

/*blog__flex-col*/
.blog__flex-col {
  display: flex;
  flex-wrap: wrap;
}
.blog-item_flex {
  position: relative;
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.blog-item__content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 41.4%;
  padding-left: 15px;
  padding-bottom: 30px;
}
.blog__flex-col .blog-item_lg.blog-item_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-bottom: 0;
}
.blog-item__img-wrap {
  width: 58.6%;
  padding-right: 15px;
}
.blog__flex-col .blog-item__p_more {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
/*media*/
@media (max-width: 991px) {
  .blog-item__content {
    width: 100%;
    padding-left: 0;
  }
  .blog-item__img-wrap {
    width: 100%;
    padding-right: 0;
  }
  .blog-item_flex {
    width: 50%;
  }
  .blog__flex-col .blog-item_lg .blog-item__p_more {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .blog-item_flex {
    width: 100%;
  }
}
/*media*/
/*blog__flex-col*/

/*nav on mobile on hover bug fix*/
@media (max-width: 767px) {
  .navbar-nav {
    margin-left: -15px;
    margin-right: -14px;
    width: auto;
  }
}
/*nav on mobile on hover bug fix*/

/*fixed nav blinks on scroll bug fix*/
.navbar {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 65px;
  /* -webkit-transform: translateZ(0); */ /* transform: translateZ(0); */
  will-change: position;
}
.navbar.affix {
  position: fixed;
}
.topbar {
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .topbar {
    margin-bottom: 36px;
  }
}
/*fixed nav blinks on scroll bug fix*/

/*������������ �� ������� ������� � 2 ������� bug fix*/
@media (max-width: 720px) {
  .utp {
    display: block;
    text-align: center;
  }
  .utp__description {
    text-align: center;
    font-size: 13px;
  }
  .utp__lead {
    display: block;
    font-size: 16px;
    margin: 0 -10px 3px;
  }
  .utp br {
    display: none;
  }
}
/*������������ �� ������� ������� � 2 ������� bug fix*/

/* �������� ������� � ����� �� ����� ��������� bug fix */
@media (max-width: 360px) {
  .topbar-brand img.visible-xs {
    width: 100px;
    margin-top: 3px;
  }
}
/* �������� ������� � ����� �� ����� ��������� bug fix */

/* ���� .remark */
.remark {
  box-sizing: border-box;
  padding: 14px 14px 4px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.05em;
  /* border: 1px dashed #39c; */
  border-left: 5px solid #4cb672;
}
.remark ul,
.remark ol {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.remark ol li,
.remark ul li {
  position: relative;
  padding-left: 18px;
}
.remark ol li:before,
.remark ul li:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #312d2d;
  top: 8px;
  left: 0;
}
@media (max-width: 575px) {
  .remark ul,
  .remark ol {
    margin-left: -18px;
  }
}
/* ���� .remark */

/* ������ ������ ������ ���� ������ �������� */
@media (max-width: 991px) {
  .nav-justified > li > a {
    line-height: 26px;
  }
}
/* ������ ������ ������ ���� ������ �������� */

/* ������������ ����� .topbar � .navbar ������������ ���� ����� */
.collapse.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .topbar {
    margin-bottom: 48.5px;
  }
  .topbar > .container:before,
  .topbar > .container:after {
    display: none;
  }
  .navbar-header__title {
    padding-left: 15px;
  }
  .navbar-toggle {
    margin-right: 5px;
  }
  .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    margin: 0 2px;
  }
  .navbar-nav > li {
    margin-bottom: 0;
  }
  .navbar-nav > li + li {
    border-top: 1px solid #4b4747;
  }
  .navbar-nav > li > a {
    margin-bottom: 0;
    padding: 15px;
    text-align: left;
  }
  .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ������������ ����� .topbar � .navbar ������������ ���� ����� */

/* #mse2_results ���������� ������ �������� �� �� ����������� ��� ����� ������ */
@media (max-device-width: 767px) and (orientation: landscape) {
  .mse2__img-link {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .mse2__img {
    display: block;
    width: 100%;
    height: 185px;
    border-radius: 0 !important;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* #mse2_results ���������� ������ �������� �� �� ����������� ��� ����� ������ */

/* ��������� ����� ����� ������ */
.footer {
  border-top: 1px solid #1f1e1e;
}
/* ��������� ����� ����� ������ */

/* ����������� ������ ������������ �� */
#vk_comments,
#vk_comments iframe {
  max-width: 100%;
  width: 100%;
}
/* ����������� ������ ������������ �� */

/* �������� ���������� ���� ��-�� ������� */
.modal-dialog {
  margin-top: 44px;
}
.modal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: position;
}
.modal.modal {
  z-index: 1111 !important;
}
/* �������� ���������� ���� ��-�� ������� */

/* ����������� �� ����� �� 68 � ������ */
/* .radio input[type="radio"]{
    -webkit-appearance: radio!important;
    -webkit-font-smoothing: antialiased;
    resize: none;
    height: 13px!important;
    width: 13px!important;
} */
/* ����������� �� ����� �� 68 � ������ */

/* ���� ���������� */
.blog__rubric {
  display: flex;
  padding: 1rem;
  position: relative;
  color: #fff;
  text-shadow: 0 0 10px #000000;
  height: 150px;
  margin-bottom: 30px;
  background-color: #757575;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
a.blog__rubric:hover {
  opacity: 0.7;
  color: #fff !important;
  text-decoration: none !important;
}
a.blog__rubric:focus:active,
a.blog__rubric:active:focus,
a.blog__rubric:focus,
a.blog__rubric:active,
a.blog__rubric:visited {
  text-decoration: none !important;
  color: #fff !important;
}
.blog__email {
  width: 100%;
  padding: 1rem;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  clear: both;
  float: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.blog__h1 {
  margin: 10px 0 30px;
  font-size: 46px;
  text-align: center;
  display: block;
  width: 100%;
  clear: both;
  float: none;
  font-weight: 400;
  line-height: 1.2;
}
.blog__email .form-control {
  height: 50px;
  display: block;
  border-radius: 30px;
  padding-left: 25px;
}
.blog__email .btn {
  padding-right: 30px;
}
.blog__p_lg {
  position: relative;
  margin: 0 0 1em;
  font-size: 24px;
  line-height: 1.3;
}
.blog__share {
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}
.blog__tips {
  position: relative;
}
.blog__tips .col-sm-12 {
  width: 33.33333333333% !important;
}
.blog__content img {
  width: 100%;
}
.blog__h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 12px;
}
.blog__aside-item {
  position: relative;
  margin-bottom: 50px;
}
.blog__text-preview {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.blog__content {
  margin-bottom: 50px;
  font-size: 18px;
}
.blog__content p {
  font-size: 18px;
}
.blog__h2 {
  text-align: left;
}
.blog__h1 {
  font-size: 33px;
}
h1.blog__h1 {
  text-align: left;
}
.blog__hgroup h1.blog__h1 {
  text-align: center;
}
.blog__content h2 {
  font-size: 35px;
}
@media (max-width: 991px) {
  .blog__h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .blog__content h2 {
    font-size: 30px;
  }
  .blog__tips .col-sm-12 {
    float: left;
  }
  .blog__tips .lead {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .blog__tips .lead {
    font-size: 16px;
  }
  .blog__tips .col-sm-12 {
    width: 100% !important;
  }
}
.blog__flex-col .blog-item {
  display: none;
}
.blog__flex-col.blog__flex-col_video .blog-item {
  display: flex !important;
}
.blog__flex-col .blog-item:nth-child(1),
.blog__flex-col .blog-item:nth-child(2),
.blog__flex-col .blog-item:nth-child(3),
.blog__flex-col .blog-item:nth-child(4),
.blog__flex-col .blog-item:nth-child(5) {
  display: flex;
}
.blog__flex-col.open .blog-item {
  display: flex;
}
@media (max-width: 991px) {
  .blog__flex-col .blog-item:nth-child(5) {
    display: none;
  }
  .blog__flex-col.open .blog-item:nth-child(5) {
    display: flex;
  }
  .blog__flex-col.blog__flex-col_video .blog-item {
    display: flex !important;
  }
}
/* ���� ���������� */

/*unisender style*/
.unisender {
  position: relative;
}
.unisender .field_new1 {
  -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;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #8a7f7f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  display: block;
  border-radius: 30px;
  padding-left: 25px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.unisender .field_new2 {
  -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;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #8a7f7f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  display: block;
  border-left: none;
  border-right: none;
}
.unisender .btn_new {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  color: #312d2d;
  background-color: #ffd84a;
  border-color: #dcbe00;
  padding: 10px 24px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 30px;
  position: relative;
  padding-right: 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.unisender form {
  position: relative;
  display: flex;
  border-collapse: separate;
}
.blog__aside-item .unisender form {
  flex-direction: column;
}
.blog__aside-item .unisender .field_new1 {
  bottom: 10px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog__aside-item .unisender .field_new2 {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog__aside-item .unisender .btn_new {
  top: 10px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 442px) {
  .unisender form {
    flex-direction: column;
  }
  .unisender .field_new1 {
    bottom: 10px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .unisender .field_new2 {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .unisender .btn_new {
    top: 10px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*unisender style*/

/* blog fix */
.blog__h6 {
  margin: 0;
  font-size: 19px;
}
.blog__h6 + .blog__h2 {
  margin-top: 23px;
}
/* blog fix */

/* ymaps fix */
ymaps,
iframe {
  max-width: 100% !important;
}
/* ymaps fix */

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

/* buttonUp */
#buttonUp {
  position: fixed;
  bottom: 10px;
  bottom: 22px;
  right: 10px;
  z-index: 99;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  height: 55px;
  width: 55px;
  border-radius: 55px;
  border: 2px solid #bbb;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  line-height: 49px;
  color: #bbb;
  text-decoration: none;
}
/* buttonUp */

/* jumbotron-e-bg */
.jumbotron-e-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.opt-block_sm-none {
  display: block;
}
.opt-block_sm-yes {
  display: none;
}
@media (max-width: 767px) {
  .opt-block_sm-none {
    display: none;
  }
  .opt-block_sm-yes {
    display: block;
  }
}
/* jumbotron-e-bg */

/* tpl-random-4-img */
.tpl-random-4-img {
  display: block;
  height: 204px;
  max-height: 50vh;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .tpl-random-4-img {
    height: 153px;
  }
}
/* tpl-random-4-img */

.season_sm {
  display: none;
  margin-bottom: 20px;
  max-width: 100%;
}
.season {
  display: block; /*ie11*/
  /* display: flex; */
  margin-bottom: 20px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .season_sm {
    display: block; /*ie11*/
    /* display: flex; */
  }
  .season {
    display: none;
  }
}

/* button update */
.price-box {
  position: relative;
  max-width: 320px;
  margin-bottom: 20px;
}
.price-box__top {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;
}
.sub-price > svg {
  width: 6px;
  height: 9px;
}
.price {
  white-space: nowrap;
}
.price-box .price {
  margin-right: 12px;
}
@media (max-width: 340px) {
  .price-box .btn-lg {
    padding: 6px 12px;
    font-size: 18px;
  }
}
/* button update */

/*breadcrumbs*/
.breadcrumbs {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 11px !important;
  color: #6b6b6b;
}
.html-excursion .content-container .breadcrumbs li {
  font-size: 11px !important;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a {
  display: inline;
  color: black;
}
.arenda-single-page .breadcrumbs,
.html-excursion .breadcrumbs {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .arenda-single-page .breadcrumbs,
  .html-excursion .breadcrumbs {
    padding-top: 5px;
  }
}
/*breadcrumbs*/

/* datepicker */
.datepicker {
  z-index: 9999999 !important;
}
.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
  display: none;
}
/* datepicker */

/* tag-list */
.tag-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 26px 0px 0;
  list-style: none;
}
.tag-list__item {
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
}
.tag-list__item-span {
  padding: 15px 42px;
  display: inline-block;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  border-radius: 16px 0px;
  top: 0;
  position: absolute;
}
.html-excursion .tag-list__item-span {
  padding: 10px 30px;
  font-size: 13px;
}
.tags-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  margin: 14px 0 21px;
  max-width: 300px;
}
.tags-block__time {
  display: flex;
  align-items: center;
  line-height: 19px;
  white-space: nowrap;
  font-size: 14px;
  color: #9e9e9e;
}
.tags-block__time-svg {
  display: inline-block;
  position: relative;
  top: -1px;
}
.tags-block__time-text {
  display: inline-block;
  margin-left: 5px;
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tags-block__features-item {
  display: inline-block;
  margin-right: 10px;
}
.tags-block__features {
  position: relative;
}
.tags-block_sm {
  display: none;
}
/* .price-box{
  position: relative;
  max-width: 320px;
  margin-bottom: 10px;
}
.price-box__top{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;
}
.price-box .sub-price{
  white-space: nowrap;
  margin-top: 8px;
} */

@media (max-width: 767px) {
  .price-box .price {
    font-size: 24px;
    white-space: nowrap;
    margin-right: 10px;
  }
  .price-box .btn.btn-warning.btn-lg {
    font-size: 14px;
    padding: 15px 40px;
  }
  .price-box .sub-price {
    font-size: 13px;
  }
  .price-box {
    max-width: 100%;
  }
  .tags-block_sm {
    display: flex;
  }
  .tags-block_lg {
    display: none;
  }
  .tags-block {
    flex-direction: row-reverse;
    max-width: 100%;
  }
  .tags-block__features-item {
    margin-left: 10px;
    margin-right: 0;
  }
  .row.itemListElement {
    position: relative;
  }
  .row.itemListElement:before {
    content: '';
    position: absolute;
    /* border: 1px solid #8e8e8e80; */
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    display: block;
    border-radius: 16px;
  }
  .itemListElement .col-sm-6 {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
  }
  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 13px;
    color: #000;
  }
  .itemListElement .tags-block {
    margin: 5px 0 5px;
  }
  .itemListElement img.img-responsive.h3.img-rounded.img-item {
    margin-top: 0;
    padding-top: 0;
  }
  .itemListElement .fa-li {
    top: 0em;
  }
}
.offer-clue {
  position: relative;
  margin-bottom: 20px;
}
.offer-clue:before {
  content: '';
  position: absolute;
  border: 1px solid #d2d2d280;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  display: block;
  border-radius: 16px;
}
.offer-clue__content {
  position: relative;
  padding: 20px 15px 10px;
}
.offer-clue__content .tags-block {
  margin-bottom: 5px;
}
.offer-clue .caption.lead {
  padding: 5px 0 0;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.offer-clue .fa-ul {
  padding-top: 6px;
}
.offer-clue .fa-ul .lead {
  font-size: 15px;
}
.offer-clue .fa-ul .fa-li {
  top: 0.1em;
}
.offer-clue .price {
  font-size: 26px;
}
.offer-clue .price-box .btn.btn-warning.btn-lg {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 26px;
  /* background-color: #f5f5f5;
  border: 1px solid #e3e3e3; */
}
@media (max-width: 991px) {
  .offer-clue .fa-ul > li {
    position: relative;
    line-height: 1.1;
  }
  .offer-clue .price {
    font-size: 18px;
  }
  .offer-clue .price-box .btn.btn-warning.btn-lg {
    font-size: 13px;
    padding: 12px 17px;
  }
  .offer-clue .price-box .sub-price {
    white-space: normal;
    margin-top: 8px;
    font-size: 13px;
  }
}
.row_tech .col-sm-12.offer-clue {
  width: 50%;
  float: left;
}
.row_tech .col-sm-12.offer-clue:nth-child(3) {
  clear: left;
}
@media (max-width: 991px) {
  .row_tech .col-sm-12.offer-clue {
    width: 100%;
    float: none;
  }
}
.mse2__img-link {
  position: relative;
  display: block;
}
/* tag-list */

/* h1_ticket */
@media (max-width: 660px) {
  h1.h1_ticket {
    font-size: 33px;
  }
}
@media (max-width: 500px) {
  h1.h1_ticket {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  h1.h1_ticket {
    font-size: 21px;
  }
  .arenda-teplohoda .price-box .price {
    font-size: 23px;
  }
  .arenda-teplohoda .price-box .btn.btn-warning.btn-lg {
    font-size: 14px !important;
    padding: 12px 13px !important;
  }
  .arenda-teplohoda .price > svg {
    height: 17px;
    width: 12px;
  }
}
/* h1_ticket */

/* navbar_optional */
.navbar_optional {
  border-top: 1px solid #4c4848;
  padding-top: 0;
  display: none;
  padding-bottom: 2px;
}
.navbar_optional-h {
  margin: 0;
  font-weight: 600;
  color: #e2b44e;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .nav-justified {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-top: 0;
  }
  .navbar_optional {
    display: block;
  }
  .nav-justified > li {
    margin-bottom: 0;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    line-height: 1.3;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar-inverse .navbar-nav > li > a .lead {
    font-size: 20px;
  }
  .navbar.affix .navbar-nav > li > a {
    min-height: 1px;
  }
  .navbar.navbar-inverse.affix {
    max-height: 100vh;
  }
  .navbar-nav_inner li a {
    padding-left: 48px;
  }
  .nav-justified_podborki {
    position: relative;
    padding-right: 30px;
  }
  .navbar-nav > li > a.nav-justified_podborki.collapsed:before {
    bottom: 18px;
    transform: rotate(-315deg);
  }
  .navbar-nav > li > a.nav-justified_podborki:before {
    content: '';
    position: absolute;
    left: auto;
    right: 16px;
    top: auto;
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    transition: all 0.3s ease;
    bottom: 11px;
    transform: rotate(-135deg);
  }
  .collapse.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
/* navbar_optional */

/* fix nav mobile scroll */
@media (max-width: 767px) {
  #NavScrollSpy > .container {
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
  }
  .navbar-collapse {
    padding-bottom: 70px;
  }
  .nav-is-open {
    overflow: hidden;
  }
  .nav-is-closed {
    overflow: auto;
  }
  .nav-justified {
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* fix nav mobile scroll */

/* gallery fix */
.gallery__wrapper {
  position: relative;
}
.gallery-item a {
  display: inline-block;
}
@media (max-width: 767px) {
  .gallery__wrapper .col-xs-6 {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .gallery__wrapper .col-xs-6 {
    width: 33%;
  }
}
@media (max-width: 390px) {
  .gallery__wrapper .col-xs-6 {
    width: 50%;
  }
}
/* gallery fix */

/*fix button buy e*/
.price-box_wrap-e {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.price-box_wrap-e.price-box_wrap-e_top {
  margin-top: 20px;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .price-box_wrap-e .price {
    font-size: 26px;
  }
  .price-box_wrap-e .btn.btn-warning.btn-lg {
    padding: 10px 15px;
    font-size: 17px !important;
  }
}
/*fix button buy e*/

.topbar-text.text-right .lead a {
  white-space: nowrap;
}

/* fa-ul_sights */
.fa-ul_sights {
  position: relative;
  columns: 2;
  margin-top: 4px;
}
.fa-ul_sights .fa-li {
  top: 0em;
}
.fa-ul_sights li {
  padding-right: 10px;
}
@media (max-width: 575px) {
  .fa-ul_sights {
    columns: 1;
  }
  .fa-ul_sights li {
    padding-right: 0;
  }
}
/* fa-ul_sights */

/* fa-ul_bull */
.fa-ul.fa-ul_bull {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}
.fa-ul.fa-ul_bull li {
  padding-left: 23px;
  position: relative;
}
.fa-ul.fa-ul_bull li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #278dcc;
}
.fa-ul.fa-ul_bull .lead {
  margin-left: 0;
}
/* fa-ul_bull */

/* .blueimp-gallery-carousel */
.blueimp-gallery-carousel {
  box-shadow: none !important;
  position: relative;
  display: none !important;
}
.blueimp-gallery-carousel .indicator {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
  margin: 0 auto;
}
.blueimp-gallery > .slides .slide .slide-content {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
}
#blueimp-gallery-carousel_images {
  display: none;
}
.slide-content {
  background-size: cover !important;
}
#blueimp-gallery .slide-content {
  height: auto;
}
#blueimp-gallery .slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#blueimp-gallery-carousel.blueimp-gallery > .slides .slide .slide-content {
  position: relative !important;
  float: none !important;
  height: 100% !important;
  text-align: center !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 575px) {
  .blueimp-gallery-carousel {
    display: block !important;
  }
  #links {
    display: none;
  }
}
/* .blueimp-gallery-carousel */

/* html-excursion */
@media (max-width: 575px) {
  .html-excursion #buttonUp {
    bottom: 82px;
    right: 0;
    left: 0;
    margin: auto;
    border: none;
    background: none;
    box-shadow: none;
    color: #ffffff;
    z-index: 1005;
    line-height: 30px;
    height: 30px;
    width: 50px;
    text-shadow: 0 0 5px #666;
    opacity: 0.8;
  }
  .html-excursion .price-box {
    max-width: 100%;
  }
  .html-excursion .teplohod-info-wrapper,
  .html-excursion .ti-tickets-event-tickets-buy,
  .html-excursion div[data-radario-group-id],
  .html-excursion div[data-radario-event-id],
  .html-excursion div[data-radario-widget-key],
  .html-excursion .price-box .btn.btn-warning.btn-lg {
    flex: 1;
  }
  .html-excursion .ti-tickets-event-tickets-buy {
    width: 100%;
  }
  .html-excursion .price-box .price {
    font-size: 40px;
  }
}
.nav-is-open #buttonUp {
  height: 0;
  overflow: hidden;
}
/* html-excursion */

/* fixed buy button */
.buy-box_top p br {
  display: none;
}
.buy-box_top p {
  margin: 5px 0 0 10px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .buy-box_top {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 !important;
    padding: 8px 15px 8px;
    box-shadow: 0 0 5px #666;
    -webkit-border-top-left-radius: 18px;
    -moz-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
  }
}
@media (max-width: 575px) {
  .buy-box_top {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 !important;
    padding: 8px 15px 6px;
    box-shadow: 0 0 5px #666;
  }
  .buy-box_bottom {
    display: none;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 32px;
  }
  .buy-box_top .price-box {
    margin-bottom: 0;
  }
  .buy-box_top .price-box .sub-price {
    margin-top: 5px;
  }
  .nav-is-open .buy-box_top {
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 360px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 28px;
  }
}
/*fix button buy e*/
.price-box_wrap-e {
  margin-top: 10px;
  margin-bottom: 20px;
}
.price-box_wrap-e.price-box_wrap-e_top {
  margin-top: 20px;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .price-box_wrap-e .price {
    font-size: 26px;
  }
  .price-box_wrap-e .btn.btn-warning.btn-lg {
    padding: 10px 15px;
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .price-box .price {
    font-size: 24px;
    white-space: nowrap;
    margin-right: 10px;
  }
  .price-box .btn.btn-warning.btn-lg {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 40px;
  }
  .price-box .sub-price {
    font-size: 13px;
    white-space: normal;
  }
  .price-box {
    max-width: 100%;
  }
}
/*fix button buy e*/

/* video don't download */
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}
/* video don't download */

/* showClosest */
#showClosest {
}
.showClosest {
  position: relative;
  color: rgb(51, 51, 51);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  user-select: none;
  outline: 0px;
  padding: 0px 5px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  width: 63px;
  margin: 0 4px 0 0;
  background: #d9e8ff;
  border-radius: 11px;
}
.showClosestData {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  margin: 0 2px 0 0;
}
.showClosestData_day {
  font-size: 20px;
  line-height: 10px;
  text-align: center;
  top: -3px;
  position: relative;
}
.showClosestData_month {
  text-align: center;
  font-size: 14px;
  line-height: 6px;
  padding-bottom: 7px;
}
.showClosestLink {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
}
/* showClosest */

/* ������ ������ ������������ � ���������� � ��������� */
.html-excursion .content-container p,
.html-excursion .content-container .lead,
.html-excursion .content-container li,
.arenda-teplohoda .content-container p,
.arenda-teplohoda .content-container .lead,
.arenda-teplohoda .content-container ol:not(.breadcrumbs) li,
.arenda-teplohoda .content-container ul li {
  font-size: 18px;
  line-height: 1.42857143;
  text-align: left !important;
}
.html-excursion .content-container .lead,
.html-excursion .content-container .lead p,
.html-excursion .content-container .lead span,
.arenda-teplohoda .content-container .lead,
.arenda-teplohoda .content-container .lead p,
.arenda-teplohoda .content-container .lead span {
  font-weight: 400 !important;
}
/* ������ ������ ������������ � ���������� � ��������� */

/*update nav*/

/*update nav*/

/* ������ ������ */
#buttonUp {
  display: none !important;
}
/* ������ ������ */

/*vlog*/
.modal frame,
.modal iframe {
  width: 100% !important;
}

/*unisender style*/
.unisender {
  position: relative;
}
.unisender .field_new1 {
  -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;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #8a7f7f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  display: block;
  border-radius: 30px;
  padding-left: 25px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.unisender .field_new2 {
  -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;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #8a7f7f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  display: block;
  border-left: none;
  border-right: none;
}
.unisender .btn_new {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  color: #312d2d;
  background-color: #ffd84a;
  border-color: #dcbe00;
  padding: 10px 24px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 30px;
  position: relative;
  padding-right: 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.unisender form {
  position: relative;
  display: flex;
  border-collapse: separate;
}
.blog__aside-item .unisender form {
  flex-direction: column;
}
.blog__aside-item .unisender .field_new1 {
  bottom: 10px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog__aside-item .unisender .field_new2 {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog__aside-item .unisender .btn_new {
  top: 10px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 442px) {
  .unisender form {
    flex-direction: column;
  }
  .unisender .field_new1 {
    bottom: 10px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .unisender .field_new2 {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .unisender .btn_new {
    top: 10px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*unisender style*/

/*utp*/
.advantages__container {
  margin-top: 50px;
}
.utp-svg {
  position: relative;
  width: 67px;
  height: 67px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.utp-svg svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.utp-b {
  color: #000;
}
.utp-p {
  font-weight: 400;
  color: #151515;
}
.utp-p,
.utp-b {
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .advantages__container {
    margin-top: 32px;
    margin-bottom: -15px;
  }
  .utp-svg {
    width: initial;
    height: 60px;
    margin-bottom: 25px;
  }
  .utp-b {
    /* white-space: nowrap; */
  }
  .utp-p,
  .utp-b {
    font-size: 14px;
  }
  .advantages__list {
    display: flex;
  }
  .advantages__list:before,
  .advantages__list:after {
    content: none;
  }
  .advantages__item {
    flex-grow: 1;
  }
}

@media (max-width: 850px) {
  .advantages__container {
    margin-top: 25px;
    margin-bottom: -10px;
  }
  .advantages__list {
    /* display: block; */
    flex-wrap: wrap;
  }
  .advantages__item {
    margin-bottom: 25px;
  }
  .advantages__item:nth-of-type(3),
  .advantages__item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .advantages__container {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .advantages__container {
    margin-top: 25px;
    margin-bottom: -15px;
  }
  .advantages__item {
    margin-bottom: 25px;
  }
  .advantages__item:nth-of-type(3),
  .advantages__item:last-of-type {
    margin-bottom: 0;
  }
  .utp-p,
  .utp-b {
    font-size: 13px;
  }
}

/*utp*/

/*���������������� ������ � ���������*/
.fa-li-excursion {
  position: relative;
  padding-left: 39px;
  margin-bottom: 22px;
}
.fa-svg {
  display: flex;
  width: 28px;
  height: 29px;
  position: absolute;
  top: -3px;
  left: -1px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fa-svg svg {
  display: inline-block;
}

.fa-li-excursion {
  padding-left: 39px;
  margin-bottom: 22px;
}
.itemListElement .fa-li {
  top: 2px;
}
.html-excursion .col-sm-8 span.lead,
.arenda-teplohoda .col-sm-8 span.lead {
  font-size: 17px;
  color: #323232;
}
.html-excursion .col-sm-4 span.aside-item.lead {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

@media (max-width: 575px) {
  .fa-li-excursion {
    padding-left: 32px;
  }

  .fa-svg {
    top: 0em !important;
    width: 22px;
    height: 22px;
  }
  .fa-svg svg {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }
}

/*���������������� ������ � ���������*/

/*������������ �� �������� ���������*/
.html-excursion .content-container p,
.html-excursion .content-container .lead,
.html-excursion .content-container ul li,
.html-excursion .content-container ol:not([class='breadcrumbs']) li,
.blog .content-container p,
.blog .content-container .lead,
.blog .content-container ul li,
.blog .content-container ol:not([class='breadcrumbs']) li,
.arenda-teplohoda .content-container p,
.arenda-teplohoda .content-container .lead,
.arenda-teplohoda .content-container ul li,
.arenda-teplohoda .content-container ol:not([class='breadcrumbs']) li {
  font-size: 17px;
}
.html-excursion .offer-clue__content .caption.lead {
  font-size: 14px;
  font-weight: 600;
  color: #404040;
}
.tpl_ProstoyPunkt {
  padding-left: 23px;
}
.tpl_ProstoyPunkt i {
  left: 0;
  width: inherit;
}
.tpl_ProstoyPunkt a.lead {
  font-weight: 400;
}
.html-excursion .offer-clue__content span.lead {
  font-size: 14px;
  line-height: 1.4;
  color: #4b4b4b;
}
.html-excursion .buy-box_bottom .h4 {
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.remark {
  position: relative;
  border-left: none;
  padding: 25px 20px 25px 65px;
}

.remark:before {
  content: '';
  position: absolute;
}

.remark p {
  margin: 0;
}

.remark_position_top {
  background: #ebf3ff;
  box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.25);
  border-radius: 12px;
}

.remark_position_top:before {
  top: 25px;
  left: 25px;
  width: 24px;
  height: 23px;
  background-image: url(../images/icons/trumpet.svg);
}

.remark_position_bottom {
  background: #ffffff;
  border: 2px solid #ebf3ff;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 20px 20px 22px 65px;
}

.remark_position_bottom:before {
  top: 26.5px;
  left: 27px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/star.svg);
  z-index: 2;
}

.remark_position_bottom:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  width: 26px;
  height: 26px;
  background: #ebf3ff;
  border-radius: 7px;
}
ul.nav.navbar-nav.nav-justified span.lead {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a > .hidden-xs {
  font-size: 15px;
  color: #d6d6d6;
  font-weight: 400;
  white-space: nowrap;
}

.navbar-inverse .navbar-nav > li > a {
  color: #d6d6d6;
}
#BuyNightTickets > .remark,
.intermediate-form__error.remark {
  padding: 14px 14px 4px;
  border-left: 5px solid #4cb672;
}
@media (max-width: 1199px) {
  .html-excursion .content-container p,
  .html-excursion .content-container .lead,
  .html-excursion .content-container ul li,
  .html-excursion .content-container ol:not([class='breadcrumbs']) li,
  .blog .content-container p,
  .blog .content-container .lead,
  .blog .content-container ul li,
  .blog .content-container ol:not([class='breadcrumbs']) li,
  .arenda-teplohoda .content-container p,
  .arenda-teplohoda .content-container .lead,
  .arenda-teplohoda .content-container ul li,
  .arenda-teplohoda .content-container ol:not([class='breadcrumbs']) li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .rounded-plank,
  .html-excursion .jumbotron.img-bg,
  .blog .jumbotron.img-bg,
  .arenda-teplohoda .jumbotron.img-bg {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .html-excursion .jumbotron.img-bg .alpha-bg h1,
  .blog .img-bg .alpha-bg h1,
  .arenda-teplohoda .alpha-bg h1 {
    color: white;
    font-weight: 600;
  }
  .rounded-plank:before,
  .html-excursion .jumbotron.img-bg:before,
  .blog .jumbotron.img-bg:before,
  .arenda-teplohoda .jumbotron.img-bg:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 30px;
    background-color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 20;
  }
  .rounded-plank:after,
  .html-excursion .jumbotron.img-bg:after,
  .blog .jumbotron.img-bg:after,
  .arenda-teplohoda .jumbotron.img-bg:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 11px;
    height: 5px;
    width: 59px;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #e4e4e4;
    z-index: 30;
  }
  .html-excursion .jumbotron.img-bg .alpha-bg,
  .blog .img-bg .alpha-bg,
  .arenda-teplohoda .img-bg .alpha-bg {
    display: flex;
    align-items: flex-end;
    padding: 41px 27px 25px;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.15) 52%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.15) 52%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.15) 52%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.6) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  }
  .html-excursion .jumbotron.img-bg .container,
  .blog .jumbotron.img-bg .container,
  .arenda-teplohoda .jumbotron.img-bg .container {
    max-width: 100%;
    padding: 0;
    min-height: 316px;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .html-excursion .col-sm-8 span.lead,
  .arenda-teplohoda .col-sm-8 span.lead {
    font-size: 15px;
  }
  .html-excursion .col-sm-4 span.aside-item.lead {
    font-size: 15px;
  }
  .html-excursion .alpha-bg h1,
  .blog .alpha-bg h1,
  .arenda-teplohoda .alpha-bg h1 {
    margin-bottom: 25.2px;
  }
}

/*������������ �� �������� ���������*/

/*������������ �������*/
#arenda .img-bg,
.main-page .img-bg,
.list-page .img-bg {
  min-height: 255px;
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  align-content: center;
}
#arenda .img-bg:before,
.main-page .img-bg:before,
.list-page .img-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.main-page #info .alpha-bg,
.list-page h2.alpha-bg,
.list-page h1.alpha-bg,
#arenda h1.alpha-bg,
.list-page .alpha-bg {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  padding: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .main-page #info .alpha-bg,
  .list-page h2.alpha-bg,
  .list-page h1.alpha-bg,
  .list-page .alpha-bg h1,
  #arenda h1.alpha-bg,
  .list-page .alpha-bg {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .main-page hr.short,
  .list-page hr.short,
  .excursion-group-container hr.short {
    display: none;
  }
  .offer-clue .fa-ul > li {
    position: relative;
    line-height: 1.1;
  }
  .offer-clue .price {
    font-size: 24px;
  }
  .offer-clue .price-box .btn.btn-warning.btn-lg {
    font-size: 13px;
    padding: 12px 17px;
  }
  .offer-clue .price-box .sub-price {
    white-space: normal;
    margin-top: 8px;
    font-size: 13px;
  }
  .row.itemListElement {
    position: relative;
    max-width: 590px;
    margin: 0 auto;
  }
  .row.itemListElement:before {
    content: '';
    position: absolute;
    /* border: 1px solid #8e8e8e80; */
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    display: block;
    border-radius: 16px;
  }
  .itemListElement .lead {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
  }
  .itemListElement .col-sm-5 {
    width: 100%;
    float: none;
  }
  .itemListElement .col-sm-6 {
    width: 100%;
  }
  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 13px;
  }
  .itemListElement .tags-block {
    margin: 5px 0 5px;
  }
  .itemListElement img.img-responsive.h3.img-rounded.img-item {
    margin-top: 0;
    padding-top: 0;
  }
  .tags-block__time {
    margin-bottom: 25px;
  }
  .tags-block__time-text {
    font-size: 15px;
  }

  .itemListElement .price-box {
    max-width: inherit;
  }
  .price-box .btn.btn-warning.btn-lg {
    padding: 13px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
  }
  .list-page .itemListElement h3 {
    margin-bottom: 5px !important;
  }
  #BuyForm .row {
    display: block;
  }
  /*#BuyForm label:not([class='h5']) {
    font-size: 14px;
  }*/
  .remark {
    padding-left: 55px;
  }

  #BuyNightTickets > .remark,
  .intermediate-form__error.remark {
    padding: 14px 14px 4px;
    border-left: 5px solid #4cb672;
  }

  .remark p strong {
    font-size: 14px;
  }

  .remark_position_top:before {
    left: 20px;
  }

  .remark_position_bottom:before {
    left: 22px;
  }

  .remark_position_bottom:after {
    left: 17px;
  }

  .list-excursion__title + .list-excursion__list {
    padding-top: 10px;
  }

  .main-page hr.short,
  .list-page hr.short {
    display: none;
  }

  .excursion-group-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }

  .excursion-group-container .itemListElement {
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 58px;
  }

  .excursion-group-container .itemListElement:first-child,
  .excursion-group-container .itemListElement:nth-of-type(2) {
    margin-top: 0;
  }

  .container_view_large {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }

  .container_view_arenda {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form__col {
    width: 100%;
  }
  .itemListElement .fa-li {
    top: 2px;
  }
  .why-box .full-width-text p,
  .why-box .full-width-text span,
  .why-box .full-width-text li,
  .why-box .full-width-text strong,
  .why-box .full-width-text b {
    font-size: 15px;
  }
  .more-excursion,
  .more-excursion + .hidden-xs {
    display: none;
  }
  .price-box .price_size_large {
    font-size: 35px;
  }

  .price_size_large svg {
    height: 23px;
  }
  .cart-page .form__col {
    max-width: 100%;
  }
  .top-sight-more {
    display: block;
  }
  .menu {
    margin: 0;
    display: flex;
  }
  ul.menu > li > a {
    flex-basis: 25%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .menu > li {
    width: inherit;
    margin-bottom: 0;
  }
  .menu > li > a {
    padding: 9px 0;
  }
  .html-excursion .price-box_wrap-e .price > svg {
    height: 20px;
    width: 20px;
  }
  .preview-tour-border {
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    position: absolute;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    /* z-index: 2; */
  }

  .price {
    font-size: 30px;
  }

  .price > svg {
    height: 23px;
  }
  .itemListElement img.img-responsive.h3.img-rounded.img-item {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 13px;
    max-height: 234px;
    object-fit: cover;
  }
  .top-sight {
    font-size: 15px;
  }
  .top-sight svg {
    display: inline-block;
  }
  .sight-block {
    display: none;
  }
  .itemListElement .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .excursion-group-container {
    margin-bottom: 30px;
  }
  .itemListElement_tmp_arenda h3 {
    margin-bottom: 15px !important;
  }
  .main-page hr.short,
  .list-page hr.short,
  .excursion-group-container hr.short {
    display: none;
  }
}
@media (max-width: 689px) {
  .excursion-group-container .itemListElement {
    flex-basis: auto;
    max-width: inherit;
    margin-top: inherit;
  }
  .main-page hr.short,
  .list-page hr.short,
  .excursion-group-container hr.short {
    display: block;
    opacity: 0;
  }
}

/*������������ �������*/

/*utp*/
.advantages__container {
  margin-top: 50px;
}
.utp-svg {
  position: relative;
  width: 67px;
  height: 67px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.utp-svg svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.utp-b {
  color: #000;
}
.utp-p {
  font-weight: 400;
  color: #151515;
}
.utp-p,
.utp-b {
  line-height: 1.4;
}
.advantages__list_page_arenda {
  margin-top: -15px;
}
.html-excursion .more-excursion + .hidden-xs .price-box svg {
  height: 21px;
  width: 14px;
}
.html-excursion .more-excursion + .hidden-xs .sub-price {
  display: none;
}
.promo-back-btn {
  display: none;
}
.galery-border {
  height: 6px;
  width: 6px;
  position: absolute;
  z-index: 2;
}

.galery-top-left-border {
  top: 0;
  left: 0;
}

.galery-top-right-border {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.galery-bottom-right-border {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.galery-bottom-left-border {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}
.html-excursion .offer-clue .price-box svg {
  height: 19px;
}
.top-sight {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  text-align: left;
  cursor: text;
}
.top-sight svg {
  display: none;
}
.top-sight-more {
  display: none;
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
  color: #1d96d5;
}
.price-box__top {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .price-box_wrap-e.price-box_wrap-e_top.buy-box_top.js-price-block
    .price-box__top {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .price-box_wrap-e.price-box_wrap-e_top.buy-box_top.js-price-block
    .price-box__top {
    justify-content: space-around;
  }
  .price-box_wrap-e.price-box_wrap-e_top.buy-box_top.js-price-block
    .price-box__top
    .price {
    padding-top: 0px;
  }
}
.jumbotron h1,
.jumbotron .h1 {
  font-weight: 600;
}
.itemListElement .lead {
  font-size: 18px;
  font-weight: 400;
}
.offer-clue__content .fa-ul .lead {
  font-weight: 400;
}
.list-page .itemListElement .fa-ul .lead {
  line-height: 1.4;
}
.list-page .itemListElement h3 {
  margin-bottom: 25px !important;
}
.itemListElement h3,
.itemListElement .h3 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advantages__container {
    margin-top: 32px;
    margin-bottom: -15px;
  }
  .utp-svg {
    width: initial;
    height: 60px;
    margin-bottom: 25px;
  }
  .utp-b {
    /* white-space: nowrap; */
  }
  .utp-p,
  .utp-b {
    font-size: 14px;
  }
  .advantages__list {
    display: flex;
  }
  .advantages__list:before,
  .advantages__list:after {
    content: none;
  }
  .advantages__item {
    flex-grow: 1;
  }
  .itemListElement .fa-li {
    top: 2px;
  }
  .html-excursion .more-excursion + .hidden-xs .price-box svg {
    height: 19px;
  }
}
@media (max-width: 991px) {
  .list-page .itemListElement h3 {
    margin-bottom: 5px !important;
  }
  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 13px;
  }
  .price-box .btn.btn-warning.btn-lg {
    padding: 13px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
  }

  .top-sight-more {
    display: block;
  }
  .top-sight {
    font-size: 15px;
    cursor: pointer;
  }
  .top-sight svg {
    display: inline-block;
  }
  .sight-block {
    display: none;
  }
  .more-excursion,
  .more-excursion + .hidden-xs {
    display: none;
  }
}
@media (max-width: 900px) {
  .main-page h2.alpha-bg,
  .list-page h2.alpha-bg,
  .list-page h1.alpha-bg,
  .list-page .alpha-bg h1,
  #arenda h1.alpha-bg,
  .list-page .alpha-bg {
    font-size: 24px;
  }
}

@media (max-width: 850px) {
  .advantages__container {
    margin-top: 25px;
    margin-bottom: -10px;
  }
  .advantages__list {
    /* display: block; */
    flex-wrap: wrap;
  }
  .advantages__item {
    margin-bottom: 25px;
  }
  .advantages__item:nth-of-type(3),
  .advantages__item:last-of-type {
    margin-bottom: 0;
  }
  .price-box .btn.btn-warning.btn-lg {
    padding: 13px 10px;
  }
}
@media (max-width: 767px) {
  .html-excursion .price-box_wrap-e .price > svg {
    height: 22px;
    width: 22px;
  }
  .advantages__container + div.divider {
    padding-bottom: 17px;
  }
  .tags-block {
    flex-direction: row;
  }
  .itemListElement .fa-ul .lead {
    font-size: 15px;
  }
  .price-box .sub-price {
    font-size: 10px;
  }
  .price > svg {
    height: 22px;
  }
  .price-box .price {
    font-size: 30px;
  }
  .advantages__container {
    margin-bottom: 5px;
  }
  .promo-back-btn {
    display: block;
    position: absolute;
    top: 35px;
    left: 42px;
    width: 11px;
    height: 18px;
    background-color: transparent;
    background-image: url(../images/icons/back-arrow.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    z-index: 3;
  }

  .price_size_large svg {
    /*height: inherit;*/
    width: inherit;
  }
  .itemListElement .fa-li {
    top: 2px;
  }
  .price-box .btn.btn-warning.btn-lg {
    padding: 13px 30px;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .main-page h2.alpha-bg,
  .list-page h2.alpha-bg,
  .list-page h1.alpha-bg,
  .list-page .alpha-bg h1,
  #arenda h1.alpha-bg,
  .list-page .alpha-bg {
    padding: 0;
    font-size: 22px;
  }
}
@media (max-width: 689px) {
  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 24px;
  }
  .itemListElement .fa-ul .lead {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .row.lead.text-center div {
    margin-bottom: 24px;
  }
  .html-excursion .teplohod-info-wrapper,
  .html-excursion .ti-tickets-event-tickets-buy,
  .html-excursion div[data-radario-group-id],
  .html-excursion div[data-radario-event-id],
  .html-excursion div[data-radario-widget-key],
  .html-excursion .price-box .btn.btn-warning.btn-lg {
    flex: 0;
    padding: 14px 15px;
    font-size: 17px !important;
  }
  .html-excursion .price-box .price > svg {
    padding-top: 0;
  }
  h2.alpha-bg {
    font-size: 24px;
  }

  .cart-page .h1_ticket + h2 {
    font-size: 24px;
  }
  .itemListElement .fa-ul .lead,
  .offer-clue__content .fa-ul .lead {
    font-size: 15px;
  }
  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 16px;
  }
  .price-box .btn.btn-warning.btn-lg {
    border-radius: 23px;
    font-size: 16px;
    padding: 15px 22px;
  }
  .html-excursion .price-box .price {
    font-size: 30px;
  }
  .gallery-carousel .prev {
    /* left: 25px !important; */
    transform: rotate(180deg) !important;
  }
  .advantages__container {
    margin-top: 25px;
    margin-bottom: -15px;
  }
  .advantages__item {
    margin-bottom: 25px;
  }
  .advantages__item:nth-of-type(3),
  .advantages__item:last-of-type {
    margin-bottom: 0;
  }
  .excursion-group-container {
    padding-left: 0;
    padding-right: 0;
  }
  .container_view_large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container_view_arenda {
    padding-left: 0;
    padding-right: 0;
  }

  .utp-p,
  .utp-b {
    font-size: 13px;
  }
  .advantages__list_page_arenda {
    margin-bottom: -15px;
  }
  .gallery-carousel .next,
  .gallery-carousel .prev {
    background: url(../images/icons/galery-arrow.svg) !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
    font-size: 0 !important;
    background-size: 10px 14px !important;
    background-position: center !important;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 24px !important;
  }
}
@media (max-width: 360px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 28px !important;
  }
}

/*utp*/
/* menu-links */
.menu-links {
  display: flex;
  flex-direction: column-reverse;
}
.menu-links__title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 17px;
}
.menu-links__wrapper:empty + .menu-links__title {
  display: none;
}
.menu-links__wrapper:not(:empty) {
  margin-bottom: 50px;
  display: flex;
}
.menu-links__link {
  flex-basis: 185px;
  padding: 12px 25px;
  box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.25);
  border-radius: 12px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #313131;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.menu-links__link_view_menu {
  background: #fcf4d0;
  margin-right: 20px;
}

.menu-links__link_view_card {
  background: #f5ebff;
}
.menu-links__link svg {
  margin-right: 20px;
  min-width: 30px;
}
@media (max-width: 500px) {
  .menu-links__link {
    padding: 15px 20px;
    /* min-width: 140px; */
  }
  .menu-links__link svg {
    margin-right: 20px;
    min-height: 30px;
    min-width: 30px;
  }
}
@media (max-width: 991px) {
  .menu-links__title {
    font-size: 15px;
  }
  .menu-links__link {
    padding: 15px 25px;
    /* min-width: 225px; */
    font-size: 14px;
  }
  .menu-links__link_view_menu {
    margin-right: 18px;
  }
}

@media (max-width: 580px) {
  .menu-links__link {
    width: 135px;
    font-size: 14px;
  }
  .menu-links__link_view_menu {
    margin-right: 18px;
  }
}
@media (max-width: 580px) {
  .menu-links__link {
    padding: 15px 17px;
  }
}
/* menu-links */

/* intermediate-form */
.intermediate-form {
  margin: 0 auto;
  max-width: 550px;
  display: flex;
  flex-direction: column;
}

.intermediate-form__date-wrap {
  position: relative;
}

.form-control[readonly].form-control[readonly].intermediate-form__date-input {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.intermediate-form__calendar-icon,
.intermediate-form__calendar-icon:last-child {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  border-left: 1px solid #cccccc;
  display: flex;
  align-items: center;
  z-index: 0;
}

.intermediate-form__time-label,
.intermediate-form__class-label {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #edeceb;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-right: 5px;
}

.intermediate-form__time-input,
.intermediate-form__class-input {
  display: none;
}

.intermediate-form__time-input:disabled + .intermediate-form__time-label,
.intermediate-form__class-input:disabled + .intermediate-form__class-label {
  cursor: auto;
  opacity: 0.3;
}

.intermediate-form__time-input:checked + .intermediate-form__time-label,
.intermediate-form__class-input:checked + .intermediate-form__class-label {
  color: #fff;
  background-color: #5397cb;
}

.intermediate-form__next-btn {
  align-self: flex-end;
  padding-left: 34px;
  padding-right: 34px;
  /*       background-color: #edeceb;
      border-color: #edeceb;
      color: #fff;
      cursor: auto; */
}

.intermediate-form__wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.intermediate-form__block:empty,
.intermediate-form__block:empty + .intermediate-form__title {
  display: none;
}

.intermediate-form__next-step {
  display: none;
}

.intermediate-form__error.remark {
  display: none;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #f00;
}

.intermediate-form__no-time-error {
  display: none;
}
/* intermediate-form */

/* preloader */
.holder {
  display: none;
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.loader-container{
  display: none;
  margin: 0 auto;
  position: absolute;
  height: 28px;
  width: 28px;
  left: 20px;
  z-index: 10;
}

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  animation: animatePreloader 1s infinite linear;
  transform-origin: 50% 100%;
}
.preloader div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  border: 3px solid #1d96d5;
  border-radius: 50%;
  box-sizing: border-box;
}
.preloader div:nth-child(2) {
  width: 60%;
  height: 60%;
  top: 20%;
  animation: animatePreloader 0.5s infinite linear;
}
@keyframes animatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
  }
}
#BuyForm #nevatravel {
  position: relative;
}
#BuyForm .holder {
  position: absolute;
  height: 28px;
  width: 28px;
  left: 22px;
  top: 83px;
  z-index: 10;
}
@media (max-width: 991px) {
  #BuyForm .holder {
    top: 88px;
  }
  .price_size_large svg {
    height: 25px;
    width: 19px;
  }
}
@media (max-width: 767px) {
  #BuyForm .holder {
    top: 137px;
  }
}
/* preloader */

.offer-clue a.thumbnail > span {
  border-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.offer-clue__content .caption.lead {
  font-size: 14px;
  font-weight: 600 !important;
  color: #404040;
}

.offer-clue__content span.lead {
  font-size: 14px;
  line-height: 1.4;
  color: #4b4b4b;
}

.offer-clue__content .price svg {
  height: 19px;
  width: 12px;
}
.offer-clue .price-box .btn.btn-warning.btn-lg {
  font-weight: 600;
}
.img-responsive {
  object-fit: cover;
}
.fa-stack .text-warning {
  color: #fed74b;
}
.footer.navbar-inverse {
  background: #232323;
}
/* arenda-utp */
.arenda-utp .utp-b {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  color: #49aada;
}
.arenda-utp__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.arenda-utp__link:hover {
  text-decoration: underline;
}
/* arenda-utp */

.header-youtube-item {
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .arenda-utp .utp-b {
    font-size: 13px;
  }
  .nav-youtube-item {
    display: block !important;
  }
}

.bottom-text-page-container {
  max-width: 1050px;
}

@media (max-width: 767px) {
  .navbar.navbar-inverse {
    display: flex;
    flex-direction: column;
  }
  .collapse.navbar-collapse.js-hidden-navbar {
    flex-grow: 1;
    visibility: visible;
  }
  .collapse.navbar-collapse.js-hidden-navbar {
    padding-bottom: 0;
  }
  .navbar-nav_inner {
    margin-right: -15px;
    margin-left: -15px;
  }
  .promo-back-btn {
    display: block;
    position: absolute;
    top: 35px;
    left: 42px;
    width: 11px;
    height: 18px;
    background-color: transparent;
    background-image: url(../images/back-arrow.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    z-index: 3;
  }

  .price_size_large svg {
    height: 23px;
    width: 15px;
  }
  .itemListElement .fa-li {
    top: 2px;
  }
  .navbar_optional {
    padding-bottom: 100px !important;
  }
  .navbar-main-header .topbar {
    margin-bottom: 0;
  }
}
.navbar_optional {
  overflow: auto;
}
@media (max-width: 689px) {
  .excursion-group-container {
    display: block;
    width: inherit;
  }
  .excursion-group-container .itemListElement {
    flex-basis: auto;
    max-width: inherit;
    margin-top: inherit;
  }
  .main-page hr.short,
  .list-page hr.short {
    display: block;
    opacity: 0;
  }

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

  .itemListElement .fa-ul .lead {
    font-size: 18px;
  }

  .price-box .btn.btn-warning.btn-lg {
    padding: 15px 40px;
  }
  .itemListElement .fa-li {
    top: 0;
  }
}

@media (max-width: 575px) {
  .excursion-group-container {
    padding-left: 0;
    padding-right: 0;
  }

  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 16px;
  }

  .itemListElement .fa-ul .lead {
    font-size: 15px;
  }

  .price-box .btn.btn-warning.btn-lg {
    padding: 15px 22px;
  }

  .container_view_large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .html-excursion .fa-ul.fa-ul-b.fa-ul-b_right {
    margin-bottom: -10px;
  }

  .gallery-carousel .next,
  .gallery-carousel .prev {
    background: url(../images/galery-arrow.svg) !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
    font-size: 0 !important;
    background-size: 10px 14px !important;
    background-position: center !important;
  }

  .gallery-carousel .next {
    /* right: 12px !important; */
    transform: translateY(-50%) !important;
  }

  .gallery-carousel .prev {
    /* left: 25px !important; */
    transform: translateY(-50%) rotate(180deg) !important;
  }
  .itemListElement .fa-li {
    top: 2px;
  }
}

@media (max-width: 400px) {
  .itemListElement h3,
  .itemListElement .h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .itemListElement .fa-ul .lead {
    font-size: 15px;
    font-weight: 400;
  }

  .itemListElement .tags-block__time-text {
    font-size: 14px;
  }
}

.offer-clue a.thumbnail > span {
  border-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.offer-clue__content .caption.lead {
  font-size: 14px;
  font-weight: 600 !important;
  color: #404040;
}

.offer-clue__content span.lead {
  font-size: 14px;
  line-height: 1.4;
  color: #4b4b4b;
}

.offer-clue__content .price svg {
  height: 19px;
  width: 12px;
}
.offer-clue .price-box .btn.btn-warning.btn-lg {
  font-weight: 600;
}
.img-responsive {
  object-fit: cover;
}
.footer.navbar-inverse {
  background-color: #192023;
  padding-bottom: 1px;
}

/* NEW NEW NEW NEW NEW */
/* header contacts */
.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-contacts__link {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.header-contacts__link[href*='tel'] {
  letter-spacing: 0.4px;
}

.header-contacts__link svg {
  margin-right: 10px;
}

.topbar .container {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-contacts {
  margin-top: 0;
}
.topbar-brand {
  padding: 0 !important;
}
.filled-stroke {
  stroke: #f4f4f4;
}
.filled-line {
  fill: #f4f4f4;
}
.header-youtube-item {
  display: none;
  margin-top: 0;
  margin-left: auto;
}
.header-youtube-item a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  display: flex;
  justify-items: center;
}
.header-youtube-icon {
  margin-right: 10px;
}
.topbar .navbar-toggle {
  display: none;
}
.header-contacts__link {
  font-size: 11px;
}

.header-contacts__link svg {
  display: none;
}
.navbar.navbar-inverse.affix {
  position: fixed;
  max-width: 100vw;
}
.navbar-open {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 100%;
}
.navbar-open_position_fixed {
  position: fixed;
  top: 65px;
}
.navbar-open-with-header .navbar-main-header {
  top: 0;
  position: sticky;
  z-index: 12;
}
.navbar-open-with-header .navbar-header {
  top: 65px;
  position: sticky;
  z-index: 11;
}
.navbar-main-header {
  display: none;
  visibility: hidden;
}
.collapse.navbar-collapse.js-hidden-navbar {
  overflow: auto;
  background-color: #272d30;
  max-width: 100vw;
  margin: 0;
}
.navbar-header,
.navbar-collapse-container,
.navbar_optional {
  background-color: #272d30;
}
.hidden-xs.block.js-menu-inline-item.lead {
  margin-bottom: 0;
}
.navbar-header {
  visibility: visible;
}
.promo-list-container {
  z-index: 2;
}
.header-contacts__link {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.nav-more-excursion-btn {
  display: none;
}
.nav-justified_podborki_view_desktop {
  display: none;
}
/* ������ ������� � ������ */
.ham {
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-active-icon-btn .hamRotate {
  transform: rotate(45deg);
}
.navbar-active-icon-btn .hamRotate180 {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.navbar-active-icon-btn .top {
  stroke-dashoffset: -98px;
}
.navbar-active-icon-btn .bottom {
  stroke-dashoffset: -138px;
}
/* ������ ������� � ������ */
@media (min-width: 360px) {
  .header-contacts__link {
    font-size: 12px;
  }
}

@media (min-width: 575px) {
  .header-youtube-item {
    display: block;
  }
  .header-contacts__link svg {
    display: block;
  }
  .header-contacts__link {
    font-size: 14px;
  }
}
.body_view_open_nav {
  overflow: hidden;
}
@media (min-width: 768px) {
  .list-page h2.alpha-bg,
  .list-page h1.alpha-bg,
  .list-page .alpha-bg h1,
  #arenda h1.alpha-bg,
  .list-page .alpha-bg {
    font-size: 32px;
  }

  #arenda .img-bg,
  .list-page .img-bg,
  .html-excursion .img-bg {
    min-height: 370px;
  }
  .line {
    stroke: #252525;
  }
  .navbar-list-container {
    display: flex;
    flex-direction: column;
  }
  .navbar-nav_inner {
    overflow: hidden !important;
    height: 150px;
  }

  .nav-more-excursion-btn {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #1d96d4;
    padding: 0;
    text-align: left;
    padding-left: 44px;
    border: 0;
    background-color: transparent;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .nav-more-excursion-btn:after {
    position: absolute;
    content: '';
    border: solid #419dcd;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 5.5px;
    margin-left: 10px;
    transition: transform 0.4s;
  }
  .nav-more-excursion-btn.active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 9px;
  }
  .nav-more-excursion-btn:focus {
    outline: none;
  }
  .topbar {
    height: 70px;
    max-width: 100%;
    z-index: 1000;
  }
  .topbar > .container {
    height: 70px;
  }
  .topbar .topbar-slogan {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  .navbar {
    top: 70px;
  }
  .nav-boards + .nav.navbar-nav.nav-justified li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .collapse.navbar-collapse.js-hidden-navbar {
    width: 100%;
  }
  .nav-youtube-item {
    margin-top: 25px;
    display: block;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar {
    overflow: visible;
  }
  .navbar-header > .container {
    position: relative;
  }

  .topbar .navbar-toggle {
    margin-right: 10px;
    display: block;
  }

  .topbar .navbar-toggle .icon-bar {
    width: 24px;
    background-color: #252525;
  }

  .navbar-collapse.collapse {
    visibility: initial;
  }
  .navbar_optional {
    padding: 40px 0 50px;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }

  .navbar_optional #podborki {
    column-count: 2;
    display: block;
    visibility: visible;
  }

  .navbar_optional {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
  }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s;
    z-index: -1;
  }
  .body_view_open_nav:before {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 22;
  }
  .body_view_closing_nav:before {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-list-container {
    flex-basis: 75%;
  }

  .navbar_optional .container {
    display: flex;
  }

  .navbar-list-container {
    order: 2;
  }
  .navbar-main-nav {
    order: 1;
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
  }

  .navbar_optional_view_open {
    display: block;
  }

  .nav-justified_podborki {
    cursor: auto;
    text-align: left;
    font-size: 16px !important;
  }
  .nav-justified_podborki svg {
    top: calc(50% * 0.8);
    left: 8px;
    transform: scale(0.8) translateY(-50%);
  }
  .navbar_optional li {
    margin: 0;
    padding-bottom: 5px;
  }
  .navbar_optional .navbar-nav_inner li:empty {
    display: none;
  }
  .navbar-nav_inner li a {
    font-size: 15px;
    line-height: 1.47;
    color: #565656;
  }
  .navbar-main-nav li,
  .navbar-list-podborki li {
    padding: 6px 10px;
  }
  .navbar-main-nav li a {
    font-size: 16px;
    line-height: 1.4;
    color: #242424;
  }
  .navbar-header + .navbar-collapse.collapse.in {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_optional .nav-justified > li {
    display: block;
    width: auto;
  }

  .navbar_optional .nav-justified > li:before {
    display: none;
  }

  .navbar_optional .navbar-nav > li > a {
    padding-left: 45px;
    text-align: left;
    color: #242424;
    display: inline-block;
  }

  .navbar_optional .navbar-nav > li > a:focus {
    outline: none;
  }

  .navbar_optional .navbar-nav_inner li > a {
    color: #565656;
  }

  .nav-justified_podborki:after {
    content: ':';
    position: relative;
    left: -5px;
  }

  .nav-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 18px;
  }

  .filled-line {
    fill: #49aada;
  }
  .filled-stroke {
    stroke: #49aada;
  }

  .navbar-nav .menu-item-wrap > span + .hidden-xs_no {
    display: block !important;
    color: #c0c0c0;
  }

  .navbar_optional .navbar-nav > li > a:hover,
  .navbar_optional .navbar-nav > li > a:focus {
    color: inherit;
    background-color: transparent;
    text-decoration: underline;
  }

  .navbar_optional .navbar-nav > li > a:hover:before,
  .navbar_optional .navbar-nav > li > a:focus:before {
    content: none;
  }

  .navbar_optional .navbar-nav > li .nav-justified_podborki:hover,
  .navbar_optional .navbar-nav > li .nav-justified_podborki:focus {
    background-color: initial;
    text-decoration: none;
  }
  .topbar-slogan {
    padding-left: 13px;
  }
  .topbar-brand,
  .topbar-slogan {
    font-size: 15px !important;
  }
  .topbar-slogan {
    font-weight: 400;
  }
  .nav.navbar-nav.nav-justified.menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar .navbar-toggle {
    padding: 0;
    margin-bottom: -1px;
  }
  .navbar-toggle_view_mobile {
    display: none;
  }
  .navbar-toggle_view_desktop {
    display: block;
  }
  .nav-justified_podborki {
    color: #242424 !important;
    background-color: transparent !important;
  }

  .nav-justified_podborki:before {
    content: none !important;
  }
}
@media (min-width: 992px) {
  .js-menu-inline-item {
    margin-bottom: 0;
  }
  .list-page h2.alpha-bg,
  .list-page h1.alpha-bg,
  .list-page .alpha-bg h1,
  #arenda h1.alpha-bg,
  .list-page .alpha-bg {
    font-size: 36px;
  }
  .list-page:not(.list-page-with-pier) .breadcrumbs {
    margin-bottom: 10px;
  }
}
@media (min-width: 1000px) {
  .navbar-nav_inner {
    max-width: 710px;
  }
}
@media (min-width: 1200px) {
  .topbar-brand,
  .topbar-slogan {
    font-size: 17px;
  }

  .topbar-slogan {
    padding-left: 28px;
  }
}
/* header contacts */
.list-unstyled + .price-box svg {
  height: 27px;
  width: 18px;
}
.body_view_open-nav {
  overflow: hidden;
}

.buy-box_top {
  z-index: 21 !important;
}
@media (max-width: 767px) {
  .html-excursion .jumbotron.img-bg:after,
  .blog .jumbotron.img-bg:after,
  .arenda-teplohoda .jumbotron.img-bg:after {
    z-index: 21;
  }
}
.blog-item__img {
  height: initial;
}
.blog-item__img img {
  width: 100%;
  object-fit: cover;
}
.blog-item_lg .blog-item__img {
  height: initial;
}
@media (min-width: 845px) {
  .blog-item__img img {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .blog-item__img img {
    height: 160px;
  }
  .buy-tickets .h1_ticket,
  .buy-tickets h2,
  .buy-form__back,
  .buy-tickets .h1_ticket + p,
  .buy-tickets .h1_ticket + p + p,
  .buy-tickets .h1_ticket + p + p + form[action="https://money.yandex.ru/eshop.xml"]
  {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .blog-item__img img {
    height: 200px;
  }
}
.main-slide-from-vlog,
.main-slide-from-vlog img {
  height: initial;
}
.blog .blog__flex-col .blog-item {
  display: flex !important;
}
.blog__flex-col_articles {
  display: flex;
  flex-wrap: wrap;
}
.btn-more,
.btn-more:focus {
  outline: none;
}
body:not(.vlog) .blog-item_lg .blog-item__img {
  height: 280px;
}
body:not(.vlog) .blog-item__img {
  height: 200px;
}
.itemListElement img.img-responsive.h3.img-rounded.img-item {
  background-color: #e3e3e3;
}
@media (max-width: 991px) {
  .itemListElement img.img-responsive.h3.img-rounded.img-item {
    max-height: initial;
    height: 280px;
  }
}
@media (max-width: 689px) {
  .blog .itemListElement {
    margin-bottom: 25px;
  }
  .itemListElement img.img-responsive.h3.img-rounded.img-item {
    height: initial;
  }
}
@media (max-device-width: 767px) and (orientation: landscape) {
  .mse2__img-link {
    margin-left: initial;
    margin-right: initial;
  }
}
.tags-block__time-svg {
  min-width: 16px;
}
.tags-block__time-text {
  max-width: initial;
  white-space: initial;
}
.promo-back-btn {
  background-image: url(../images/icons/back-arrow.svg);
}

/* Arenda */
@media (max-width: 575px) {
  .blueimp-gallery-carousel {
    border-radius: 8px;
  }

  .gallery-carousel .next,
  .gallery-carousel .prev {
    background-image: url(../images/icons/galery-arrow.svg) !important;
  }
  .gallery-carousel .next,
  .gallery-carousel .prev,
  .gallery-carousel .indicator {
    display: block !important;
  }
}
/* /Arenda */

/* Ближайший рейс */
.showClosestId {
  overflow: hidden;
}
.showClosest {
  margin: 3px 4px 0px 0;
  transition: color 0.3s, background-color 0.3s;
  border: none;
}
.showClosest:hover,
.showClosest:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6ba6ff;
  outline: none;
}
.showClosestData {
  font-size: 17px;
  text-align: left;
}
.html-excursion .holder {
  width: 25px;
  height: 25px;
  margin: 0 0 -5px 10px;
}
/* Ближайший рейс */
button[data-toggle='custom-tooltip']:focus {
  color: #377eb4;
  outline: none;
  border-bottom-color: #377eb4 !important;
  border-bottom: 1px dashed #377eb4;
}
.main-page .excursion-group-container hr:last-of-type {
  visibility: hidden;
}

form .tour__footer {
  height: 70px;
  overflow: hidden;
}

/* ПРОМОКОД */
.promocode-success {
  position: relative;
}
.promocode-success__wrapper {
  display: none;
}
.promocode-success__mark {
  display: none;
  position: absolute;
  top: 35px;
  right: 10px;
}
.promocode-success__text {
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 15px;
}
.promocode-success__text:before {
  position: absolute;
  content: '';
  left: 2px;
  background-image: url('/assets/img/promocode_star.png');
  width: 20px;
  height: 20px;
}
.promocode-success__footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.promocode-success__footer:last-of-type {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #bdbdbd;
}
.promocode-success__footer-title {
  font-weight: 600;
  font-size: 15px;
}

#BuyFormTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#BuyFormTotal .h4 {
  font-size: 22px;
  margin: 0px;
}
/* ПРОМОКОД */
/* FAQ */
.container-relative {
  position: relative;
  max-width: 970px;
}
.container-relative img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.container-relative {
  font-size: 18px;
}
.container-relative h2 .container-relative h3,
.container-relative h3 strong {
  font-weight: 400;
  line-height: 1.2;
}

.panel-title {
  position: relative;
  display: block;
}
.panel-title a {
  padding-right: 30px;
  position: relative;
  display: block;
  line-height: 1.4;
}
.panel-title a:before {
  content: '';
  position: absolute;
  right: 7px;
  height: 15px;
  width: 15px;
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  transition: all 0.3s ease;
  bottom: 20%;
  transform: rotate(-135deg);
}

.panel-title a.collapsed:before {
  bottom: 40%;
  transform: rotate(45deg);
}

.panel + .panel {
  padding-top: 7px;
  margin-top: 16px;
  border-top: 1px solid #eee;
}

h4.panel-title {
  font-size: 19px;
}
/* FAQ */

/* заголовки внутри контента экскурсии */
button.h5.top-sight.js-open-sight,
.html-excursion .content-container .lead p.excursion-inner-caption,
.excursion-inner-caption,
.excursion-inner-caption strong,
.excursion-inner-caption b,
h2.excursion-inner-caption,
h2.excursion-inner-caption strong,
h2.excursion-inner-caption b {
  font-weight: 600 !important;
  font-size: 19px !important;
  line-height: 26px !important;
  color: #312d2d !important;
}
@media (max-width: 767px) {
  button.h5.top-sight.js-open-sight,
  .html-excursion .content-container .lead p.excursion-inner-caption,
  .excursion-inner-caption,
  .excursion-inner-caption strong,
  .excursion-inner-caption b,
  h2.excursion-inner-caption,
  h2.excursion-inner-caption strong,
  h2.excursion-inner-caption b {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 150% !important;
    color: #312d2d !important;
  }
}
/* заголовки внутри контента экскурсии */

.offer-clue .price-box .btn.btn-warning.btn-lg {
  font-weight: 400;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  transition: background-color 0.3s, border 0.3s;
}

.offer-clue .price-box .btn.btn-warning.btn-lg:hover {
  background-color: #e8b704;
  border-color: #e8b705;
}

/* ближайший рейс в фильтре и подборках */

.itemListElement .showClosestId .fa-li {
  top: 5px;
}
.showClosestId {
  overflow: hidden;
  max-width: 80%;
}
.showClosest__inner {
  display: inline;
}
.showClosestData {
  font-size: 15px;
  display: inline;
}

.showClosest__text,
.showClosestData {
  line-height: 24px;
}
@media (min-width: 576px) {
  .showClosestData {
    font-size: 18px;
  }
}
@media (min-width: 690px) {
  .showClosestData {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .showClosestData {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .col-lg-width-20 {
    width: 20%;
    /* float: right; */
  }
}

.price-box__top_wrap {
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 390px) {
  .btn-warning_width-100 {
    width: 100%;
  }
}

/* fix button teplohod partner */
.teplohod-info-wrapper {
  display: inline-block !important;
  position: relative !important;
  top: 0 !important;
}
.ti-tickets-event-tickets-buy,
div[data-radario-group-id],
div[data-radario-event-id],
div[data-radario-widget-key] {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 18px !important;
  line-height: 1.42857143 !important;
  border-radius: 30px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  line-height: 1.3333333 !important;
  border-radius: 30px !important;
  padding: 10px 24px !important;
  text-decoration: none !important;
  color: #312d2d !important;
  background-color: #fed74b !important;
  border-color: transparent !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif, 'PT Sans';
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .ti-tickets-event-tickets-buy,
  div[data-radario-group-id],
  div[data-radario-event-id],
  div[data-radario-widget-key] {
    padding: 10px !important;
  }
}
@media (max-width: 768px) {
  .ti-tickets-event-tickets-buy,
  div[data-radario-group-id],
  div[data-radario-event-id],
  div[data-radario-widget-key] {
    padding: 10px 24px !important;
  }
}
.ti-tickets-event-tickets-buy:hover,
.ti-tickets-event-tickets-buy:active,
.ti-tickets-event-tickets-buy:focus {
  color: #292929 !important;
  background-color: #ffca0b !important;
  border-color: transparent !important;
}
.ti-tickets-event-tickets-buy:active,
.ti-tickets-event-tickets-buy.active {
  background-image: none !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25) !important;
}
.ti-tickets-event-tickets-buy:focus {
  box-shadow: none !important;
}
.ti-tickets-loader {
  display: none !important;
}
/* fix button teplohod partner */

#BuyForm .ticket_type_js .text-primary {
  font-size: 14px;
  color: inherit !important;
}

#BuyForm .ticket_type_js .fa-question-circle {
  font-size: 15px;
  color: #49aada;
}
#BuyForm .checkbox label,
#payment_method_block > div label {
  font-size: 14px;
}

.tooltip {
  white-space: normal;
}

#orders_table .highlight {
  animation: highlight_update 1s linear 0s 1 normal forwards;
}

@keyframes highlight_update {
  0% {
    background: #f8ffd1;
  }

  80% {
    background: #fcffed;
  }

  100% {
    background: #fff;
  }
}

.pagination {
  margin: 14px;
  text-align: center;
}
.page-item {
  display: inline-block;
  margin: 2px;
}
.page-link.active {
  background: #7e7e7e;
}
.page-item > a {
  background: #192023;
  padding: 4px;
  min-width: 28px;
  color: white;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
}

/** скрытие placeholder при фокусе формы */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  opacity: 1;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder, input:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  opacity: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea{
  min-height: 120px;
  resize: vertical;
  overflow-y: hidden;
}

body > .container-fluid{
  min-height: 55vh;
}