.clearfixed:before,
.clearfixed:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfixed:after {
  clear: both;
}
.common-styles .a--table-like {
  display: table;
}
.common-styles .a--table-block {
  display: table;
  width: 100%;
  height: 100%;
}
.common-styles .a--cell-like {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}
.common-styles .a--inline-block {
  display: inline-block;
}
.common-styles .a--fullsize {
  width: 100%;
  height: 100%;
}
.common-styles .a--fullwidth {
  width: 100%;
}
.common-styles .a--fullheight {
  min-height: 100%;
  height: 100%;
}
.common-styles .a--right-aligned {
  text-align: right !important;
}
.common-styles .a--center-aligned {
  text-align: center !important;
}
.common-styles .a--left-aligned {
  text-align: left !important;
}
.common-styles .a--top-aligned {
  vertical-align: top !important;
}
.common-styles .a--middle-aligned {
  vertical-align: middle !important;
}
.common-styles .a--bottom-aligned {
  vertical-align: bottom !important;
}
.common-styles .a--fullscreen {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.common-styles .a--fixed-block {
  height: 100%;
  width: 100%;
  display: table;
}
.common-styles .a--zerofont {
  font-size: 0.001px;
}
.common-styles .a--one-line {
  white-space: nowrap;
}
.common-styles .a--no-resize {
  resize: none;
}
.common-styles .a--normal-line {
  white-space: normal;
}
.common-styles .a--link {
  cursor: pointer;
}
.common-styles .a--row {
  margin: 8px 0;
}
.common-styles .a--brick {
  display: inline-block;
}
.common-styles .a--ib-align {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.common-styles .a--top-index {
  vertical-align: top;
}
.common-styles .a--relative {
  position: relative;
}
.common-styles .a--brick {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  float: none;
}
.common-styles .a--brick-container {
  font-size: 0.001px;
  white-space: nowrap;
}
.common-styles .a--topmost {
  z-index: 10000;
  -webkit-transform: translateZ(2000px);
  transform: translateZ(2000px);
}
.common-styles .a--safari3dfix {
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
}
body,
a,
input {
  color: #666;
  position: relative;
}
a,
:hover,
:focus {
  text-decoration: none !important;
  outline: none !important;
}
ul {
  list-style-type: none;
}
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
/*
  xs 0-767
  sm 768-991
  md 992-1199
  lg 1200-1599
  xs 1600+
*/
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
@media (min-width: 0) and (max-width: 767px) {
  .container {
    padding: 0 8px;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   .viewport-unit(height, 50vh);
 *   .viewport-unit(font-size, 5vmin);
 */
/*@font-face {.font-face-setup('arialnarrow-bold','arialnarrow/arialnarrow-bold');}
.arialnarrow-bold(){
  font-family: 'arialnarrow-bold', sans-serif;
}

@font-face {.font-face-setup('arialnarrow-regular','arialnarrow/arialnarrow-regular');}
.arialnarrow(){
  font-family: 'arialnarrow-regular', sans-serif;
}
@font-face {.font-face-setup('arialnarrow-italic','arialnarrow/arialnarrow-italic');}
.arialnarrow-italic(){
  font-family: 'arialnarrow-italic', sans-serif;
}
*/
.common-styles {
  font-family: "Arial", sans-serif;
  color: #666666;
}
a {
  color: inherit;
}
.a--link {
  cursor: pointer;
}
.z-hidden {
  position: absolute !important;
  z-index: -1000000 !important;
  visibility: hidden !important;
}
.e--button {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.e--button .e--button__link {
  position: relative;
  z-index: 3;
  white-space: nowrap;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.6px;
  display: inline-block;
  vertical-align: middle;
}
.e--button:before,
.e--button:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.e--button:before {
  opacity: 1;
}
.e--button:after {
  opacity: 0;
}
.e--button:hover:after {
  opacity: 1;
}
.e--button.v--double .e--button__link {
  white-space: normal;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.e--button.v--size-0 {
  height: 32px;
  line-height: 31px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.e--button.v--size-0:before,
.e--button.v--size-0:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.e--button.v--size-1 {
  height: 48px;
  line-height: 46px;
}
.e--button.v--size-1 .e--button__link {
  font-size: 15px;
  letter-spacing: 0.3px;
}
.e--button.v--size-2 {
  height: 40px;
  line-height: 38px;
}
.e--button.v--size-2 .e--button__link {
  font-size: 15px;
  letter-spacing: 0.3px;
}
.e--button.v--size-3 {
  height: 56px;
  line-height: 52px;
}
.e--button.v--size-3 .e--button__link {
  font-size: 16px;
}
.e--button.v--size-4 {
  height: 64px;
  line-height: 64px;
}
.e--button.v--size-4 .e--button__link {
  font-size: 18px;
}
.e--button.v--size-5 {
  height: 34px;
  line-height: 32px;
}
.e--button.v--size-5 .e--button__link {
  font-size: 12px;
  letter-spacing: 0;
}
.e--button.v--type-1 {
  background: #ea690b;
  font-weight: bold;
}
.e--button.v--type-1 .e--button__link {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(102, 51, 0, 0.75);
}
.e--button.v--type-1:before {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  /*border: 1px solid rgba(102, 51, 0, 0.7);*/
}
.e--button.v--type-1:hover {
  background: #c85a09;
}
.e--button.v--type-2 {
  background: #005ea8;
  background: -moz-linear-gradient(top, #005ea8 0%, #004d8e 100%);
  background: -webkit-linear-gradient(top, #005ea8 0%, #004d8e 100%);
  background: linear-gradient(to bottom, #005ea8 0%, #004d8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005ea8', endColorstr='#004d8e', GradientType=0);
  -webkit-box-shadow: inset 0 0 7px 0 rgba(51, 153, 255, 0.25);
  -moz-box-shadow: inset 0 0 7px 0 rgba(51, 153, 255, 0.25);
  box-shadow: inset 0 0 7px 0 rgba(51, 153, 255, 0.25);
}
.e--button.v--type-2 .e--button__link {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(102, 51, 0, 0.75);
}
.e--button.v--type-2:before {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid rgba(0, 51, 102, 0.8);
}
.e--button.v--type-2:after {
  background: #004a84;
  background: -moz-linear-gradient(top, #004a84 0%, #003a6a 100%);
  background: -webkit-linear-gradient(top, #004a84 0%, #003a6a 100%);
  background: linear-gradient(to bottom, #004a84 0%, #003a6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005ea8', endColorstr='#004d8e', GradientType=0);
  -webkit-box-shadow: inset 0 0 7px 0 rgba(51, 153, 255, 0.25);
  -moz-box-shadow: inset 0 0 7px 0 rgba(51, 153, 255, 0.25);
  box-shadow: inset 0 0 7px 0 rgba(51, 153, 255, 0.25);
}
.e--button.v--type-3:hover .e--button__link {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(102, 51, 0, 0.75);
}
.e--button.v--type-3 .e--button__link {
  color: #e6670d;
}
.e--button.v--type-3:before {
  border: 1px solid #c85a09;
}
.e--button.v--type-3:after {
  background: #c85a09;
  /*
      background: -moz-linear-gradient(top,  darken(rgba(234,105,11,1), 7%) 0%, darken(rgba(198,81,6,1), 7%) 100%);
      background: -webkit-linear-gradient(top,  darken(rgba(234,105,11,1), 7%) 0%,darken(rgba(198,81,6,1), 7%) 100%);
      background: linear-gradient(to bottom,  darken(rgba(234,105,11,1), 7%) 0%,darken(rgba(198,81,6,1), 7%) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea690b', endColorstr='#c65106', GradientType=0);
      */
}
.e--button.v--arrow {
  width: 48px;
}
.e--button.v--arrow:before {
  border: 2px solid #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNpiTDNmYJh55r8pAwPDuXQTxr8MWAATUEE0kD7x////VUA2G1ZFn9+9KgLRjIyMQUCFa7EpZKoOUD5069zBtyAOUKEPUOFmoEIuFEU/v30pm5LvPQdJodu/f3+3oSgEORyIWbItOdovH9n64j8U/P375yiQ4gfJM4IIKGBmYWWrzuxZn6Vj7SUOEgCaeIaJidmFCcnqv39+/2qZWuQ/9dm9q5/AbmFiNvn3988SFjSP/Jt+8jc7kOYDcT68evp9SqHvfRRFQMd2AKlyEPv9qyffJ2a77Xx+/3oz2OFABzIC8WSYo18/uful0kd+NVBOFOxwkAKgxmlAnAEy4dXjO18nZLtuevvsQRbIRpAYyLqFQBwL4jy/d+1TX4bTpk/vXubCFIA9cHrncjEQA+SjvkznNUAFGcgKwGHDeH3tv49vnmusmVCy48uHNwVAsa/ocQcLTAcgPg7EP7GlAoAAAwAyqLvyBGa/dQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
}
.e--input-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.e--input-item__label {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
  color: #8495a3;
  display: block;
}
.e--input-item__label .red {
  color: #fe0000;
}
.e--input-item__link {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 10px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #005ea8;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.e--input-item__link:hover {
  color: #005ea8;
}
.e--text-input,
.e--textarea-input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.e--text-input__input,
.e--textarea-input__input {
  display: block;
  border: 0px solid transparent;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  transition: none;
  outline: none;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  font-family: "Arial", sans-serif;
  letter-spacing: 0px;
  color: #666;
  background-color: #fff;
  border: 1px solid #8495a3;
}
.e--text-input__input::-webkit-input-placeholder,
.e--textarea-input__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  opacity: 1;
}
.e--text-input__input::-moz-placeholder,
.e--textarea-input__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
.e--text-input__input:-ms-input-placeholder,
.e--textarea-input__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  opacity: 1;
}
.e--text-input__input:-moz-placeholder,
.e--textarea-input__input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  opacity: 1;
}
.e--text-input__input.error,
.e--textarea-input__input.error {
  border-color: #fe0000;
}
.e--text-input {
  height: 32px;
}
.e--text-input label.error {
  position: absolute;
  font-size: 11px;
  top: -28px;
  right: 0;
}
.e--textarea-input {
  height: 240px;
}
.e--textarea-input__input {
  line-height: 1.5em;
  padding: 10px 12px;
  resize: none;
}
.e--checkbox {
  cursor: pointer;
  position: relative;
  text-align: left;
}
.e--checkbox__input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.e--checkbox__checkbox {
  z-index: 10;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ced0db;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
.e--checkbox__label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 6px;
  color: #ffffff;
}
.e--checkbox__label a {
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.e--checkbox.active .e--checkbox__checkbox:after {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
}
.e--select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 32px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 20px;
  color: #666;
  border: 1px solid #8495a3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 13px;
  font-family: "Arial", sans-serif;
  letter-spacing: 0px;
  background-color: #fff;
}
.e--select:after {
  border-bottom: 2px solid #ced0db;
  border-right: 2px solid #ced0db;
}
.e--select .list {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 2, 3, 0.2);
  width: 100%;
}
.e--select .option {
  width: 100%;
  padding: 0 12px 10px 12px;
  /*height: 32px;*/
  line-height: 18px;
  color: #666;
}
.e--select .option:hover,
.e--select .option.focus,
.e--select .option.selected.focus {
  background-color: #e6e7ed;
}
.e--radio-input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.e--radio-input__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.e--radio-input__handler {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid #8495a3;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(102, 102, 102, 0.7);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(102, 102, 102, 0.7);
  box-shadow: inset 0 1px 3px 0 rgba(102, 102, 102, 0.7);
}
.e--radio-input__handler:after {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #e6670d;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.e--radio-input__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}
.e--radio-input.active .e--radio-input__handler:after {
  opacity: 1;
}
.js-anchor {
  top: -120px;
  position: relative;
  z-index: -10;
}
.e--scroll {
  position: relative;
  width: 24px;
  height: 40px;
  cursor: pointer;
}
.e--scroll:before,
.e--scroll:after {
  position: absolute;
  display: block;
  content: "";
}
.e--scroll:before {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAoCAYAAADkDTpVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAh5JREFUeNrsl0FLG0EYhmdn0xAIbl0j1qpn8SAUT4K0oD9A7aGg9Nh6U3+AeCi0h9LqD9Cj1mPcoDn4B0wu9mS8KISkBgoJmhA0IdjuTr933dWNIk3MzqElL3wzc5jveXdmZ5f5AoyrHYwxhV3L7e2xsR0dmBgffxMOh1+pqjrEOY8IIX6bpvmT+tNKpbK/n0jEJqemf9B84ckVtz1XNYqnTnQijFhsuFqtRgETf5eJuchx8z08jXnBFHo6nX5rWdaFaFKUc5nL5ebAqDNywYhCobCEJxKPl0WMZZdns51BVzabfY8JonVZYIFpszH4trX1AksUPgksMG0TaiJ0GqLCZxHTAJttbG6OtLjvD54usFk+n//YaMZe8siORgV2QNO0l6xBFUoXrBmBzYPB4BCTJLC5oigRWQbE7oZBUKLBE84kS7pBoJnJPXpH89uE8/pPb1HboG3QNvgvDOhXdCULTuxfnO4wRVkGxD7ntVrtRJYBsY95sVhMyDIgdpJvG0Ycq5GxQ9dsrg6Uy+Udv691YIKNYyrW1tc/4zrp4+mpgOlWOP1wOjxMzft1fQcLTJtNTZ9rkslkPrRagFBt8OkGDjY1z70mBwff3z22hEqljhbr4GBT03vXZGV1ddR58Y2sxsRc5NyDE1uh5plTvnrDvtKsfP3SPzsz81rX9bFQKDRIZWy384We4QMtlUrJ3Xg8Pr+weFpfut7GHwEGACFDOgjyBO71AAAAAElFTkSuQmCC");
}
.e--scroll-up {
  position: fixed;
  cursor: pointer;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  right: 40px;
  bottom: 40px;
  height: 76px;
  width: 76px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
}
.e--scroll-up:before {
  position: absolute;
  display: block;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.e--scroll-up:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 76px;
  height: 76px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARNJREFUeNrs1SEOwjAUBuA3IAQUQXADjoHCcgROgMTtCAg8aBIcigMQLAYzR5AoMASFIeV/yQZN6La+ly2Y/cmftNvaz2xdYIwhReroCo3QmWYDYljYOro234SKPcRwgC7Nb8IyYUYXJj1hGXAemmRaJOyLJpkUAUtRb1yD8hv9sOZH9CDFNSh/Tnfr2h7tSPE0eO7YZBOj5IBJirvQmWPxFm1az7hgEa5Bs2BuD40c+4zTYF80D07DXzauQX3gXJzio06C+sJZ+Ihv9tGLAJXALpzH3eQm41d0h7Y8jjwJbONRPKZG/Fs+owP0gj6p+NzQoTX+wJwTlZubPanRn1LBFVzBFaxOQ7lugbatc16ctwADAPxxW+M+16HwAAAAAElFTkSuQmCC");
}
@media (min-width: 0) and (max-width: 767px) {
  .e--scroll-up:after {
    width: 20px;
    height: 20px;
    top: 11px;
    left: 11px;
    background-size: contain;
  }
}
.e--scroll-up.active {
  opacity: 0.3;
  z-index: 140;
}
.e--scroll-up:hover {
  opacity: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .e--scroll-up {
    right: 0;
    bottom: 0;
    height: 42px;
    width: 42px;
  }
}
.e--ribbon {
  text-align: center;
  width: 372px;
  height: 85px;
  position: relative;
}
@media (min-width: 0) and (max-width: 991px) {
  .e--ribbon {
    width: 316px;
    height: 75px;
  }
}
.e--ribbon__text {
  text-align: right;
  position: absolute;
  left: 52px;
  right: 46px;
  top: 0;
  height: 56px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 991px) {
  .e--ribbon__text {
    font-size: 12px;
    line-height: 14px;
    height: 48px;
    left: 40px;
    right: 30px;
  }
}
.e--ribbon__text b {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.e--ribbon__text:hover {
  /*color: #005ea8;*/
}
.e--ribbon__bg {
  position: absolute;
  display: block;
  content: "";
  z-index: 9;
  top: -26px;
  left: -28px;
  width: 423px;
  height: 143px;
  background-image: url("../../img/ribbon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0) and (max-width: 991px) {
  .e--ribbon__bg {
    top: -21px;
    left: -23px;
    width: 358px;
  }
}
.e--title {
  font-size: 40px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .e--title {
    font-size: 28px;
    line-height: 32px;
  }
}
.e--star {
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAilJREFUeNqsVDFoE2EU/nJ3qaSmQVqjMdNRlQyldohDFaGbpcHFwaFDVwOKk4ijc6GU1gxSyGSxrTq4SIrgIoi0aUEi2KFTHNqk2pZQmqY1l8TvXS/YhstdDD74eO9/9+7j/9/7/t9zP4pTNjMDO7tl+c9wMQ0t2MEBnojv7Pw/hEGfD7F6TPxyKlbc2I6OEPd4oAkkdqt3I1QUBQ/+LsxYaZuwWsWw14tL9bXEkmuXMHh4iKeNSSsXbPaTp7aKx/QDxAXiIhEizrcwMIPYJvLEFvGT+Khe9kGPRPBQ00xSIfO3Miyrxm/9c4U7D83NYUENGshlMjjT348IdeZHG7azg63JSSTX1vBajYZR2t9HemUF5b4+XA0EcO5fyDY2kJ2YwHOSTvGW7Qmh2G9qbDWdRqm3F3pPj9lPV1tfx/fpaUwVi3hBspLk6oRiFcPA1+Vl7EajuN7V5bzTXA4/xsfxrFzGS5IZzWRToc4WeGyv2+6kRmpJVjklG5vXJkBXkG8unDVCTrHnKGwOaKiRrFY7RqOGrVrnm0I93T65LhSwnUzilUBip1rb56ujAzfMZlZgLC3hy/w83rPxbyRHvWZGR3FncBA3VRVavbZpD9k/hZMu5vPYnJ3Fh2wWb5n+xHxVvsfj5omGdB33xsYwHAohzBt2Vt4RW8JEAuHFRSRSKaS4fEeiXbtpkLib7m4shtjICB5xp5vNpiwT1olvLV6Ua0T25KT/CDAAor61wciuIk0AAAAASUVORK5CYII=");
  background-size: contain;
}
.e--star.empty {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAj1JREFUeNpiTDNmQAEZc28zYAE2UPoIAwHAwkAE+PntYymIZufip4qBomycvF4wNhC/xqeYiZBpv39+S2dkZGIBYRCbkHpCBjIBDcqCcaBsJrIN/P/vrzsLG4ckPHyAbJAYuQaK/vrxtRxdEComiksT47kLt4uBtD4QiwGxOBBLALEIERH2B4jfAPELIH4JxK+AeA+zBudLBWkNi2xmFjZ9qGE8xEQWVA0PVI/K7x9fJQ4vaVjBLP/76vMH53ezy+s5qrNz8fEwkAE+v3n6clNX9JwnV4+sZDaWYvj+48v7U3dPb/0tq22jysknIkCKYe+e3HwANGzS5zdPJgBz2SeQgeCwBqaxM7dPbv4urmyowCsiLUaMYc9unrq6pS9xAtBB04GGfUeP5V+/vn+etbknrvX9szsPCRkGUgNSC9IDNOwXrmTzF5jOVgC9zUrIQJAakFqgYX9Rkg2W0oYPSH0AyREw8z8Qg8L7E96EDQwPewzD/v+HYLQ0DFWLP6cA05MbMv/r+5dvds8qXArCIDY+tViLL2ZWdksQ/e/vnz+3jq0/dmRZ05Y/v36sAok9vLD3ok1UnY+aVaAVEzMLC0wtzjAEhh/Tvz+/v75/fvfZwYXVO1/dv7QaKHwQKP4PJD8jWRXkI3sxRb1Q+/hWd0FJZSkmFlZukP1YXfjn13eJ81tnbDu7Zdo2IHc90KB3aBEG0rgfaPDF1Q2+Z419srwMvTMkWNg4n+GKZVAMKwDxJSIzih4QP0COaYAAAwBt+fOoWh006wAAAABJRU5ErkJggg==");
}
.e--star.v--size-2 {
  width: 12px;
  height: 13px;
}
.e--share {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNpiPHfhtioDA0MXECsB8XEgrjTUV3nPQARgAeK1QKwL5esBMTsQJxKjmQlJIwzoMxAJQJrPoonpnr94px+IBQhpZoT6eSoQg+gDQPwViDOAGOTvGiCeAwyDv1g1////H0MQaKsOkOoHYhcgvgTE+UB8BIjtQHqA+DDQwF9YNSMZEgCkeqEx8RyIJaFS54DYEq9mqAGg0J8CxCloUo5MhAIF6LyfQOoFFilWFgK2ggJxEhB7APEXIOaBSQHxQRYcmriBVC0QFwLxYyD2AeKjQOwNxKCQ3wgOMGBUgfxUBMQa0Kj6DsQ9QCwIxK2gAIM6HWvyRA6MOCi9CohLgJoeE0rbQWhi+4CawolNnnfQxK6TkrZTkDTsBeIGYjUDBBgAI3tU9LSi4hAAAAAASUVORK5CYII=");
  cursor: pointer;
}
.e--icon.v--icon-plane {
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABPNJREFUeNq8l3lMFGcYxtkDll0uYYWVQ3ZLRQKJEoGQtqQUa6SlsZhUEhrbBv9RbLQ1NcRa2wptTSRpawipKRibEBtQKLQYXTkKW0nkkCtAubLtcp/LHuwu7D0zfQaXBLcs5+Ikv8zO973D+8w7z/d+gwtFUS4vACY4BRqAAsjBXeDPoAN2+OCBMookj/Y1Vw/2NlVbWGxXl7czPhdyPX0a2TudnCSJRyb9Qkz+pyntQz3NZRjrASwWi3019ey3KTtZdh5BWB8vatW6ax/EVJ2JdXlp5Xyz+M5V6gUmD7aPGe59WqCWTxp2IrkPkj9dKznwM+oXVC3iX/tWeiAJnAB7t/PSYbaoRY0q4IfTiQ0zI4OZhe3UpF2ID0lYaw26efb9gq8L2TaXFoE0xeTQP/Lxf7X4I+RWBRgWtdaHt3L+QvIzSD73v+QkUQeB4Xnnk2uVUyO3GShXldmoTyjIek860FrXgKBRQG6jCPS9vzlMPq/c/2NmkmR6eOCZQI1yRokHpkyGxX68m1zwJuDsgC/atMpZTXZa5B/whf/yHEv35ObBsYEOkslkEV5+AfEcrucnUJsFEkAA0IG5bVRk9Se3HQyooX1wAMSC+F3+QZHRbxz3iktOZwgj44I5XA8+xqdALfjTxoYFoQll43T5ekZ8tX3yJQH2rTgzjuGD0yFaDC1KGBkrijmSxolOTHUTiCJEqJQ7xruAGGSv55fBNknF7iDRkS+Pvxy+ii9c1t0LICgUpzgathvn0CvvfBTy4ZXCKJNhQaFVyUMD9u4zrXV/f0ttpUAY8To/UMhffd1uwkxTQ/2BWGZD6tkJvc1M7PXu6WuuqVRMjSgdzTM3YSZ/QWh4PZbs7rxzR2ts79O63d3Kfjf0AhlgH6DFeQNX4IHmFL2gUfJvZB6uX81M9A5n8wO1VQFcLBcJSRARqpmxScJqsVhMBspqNhF4akqnlhvFt79zlNwf1IEq2vFbEqCYGg7nB4riNIoJXW/jo8m64htdyulRLabM9GoCRlC+WnL0dvpLZ79RrxN4ePtd3tzmYTMDDBX6/enE1q7HlQNWi1mHMSO4B96yfVKtZqIQVEqKiql++uzdVurZEboZEz53ARHh4ML5BN7D4usfd0/J+qQYJ8A4uAa4zyUnrMOzo9K5L44JS3DfQbRaI8Rc3LKAFUJcQRLIvZIa1ii5l9+DqhjhhQvLMXrd/M9IqMtK3vML4nzosb+fiIeRrHHbAuzE8MHJ1pq7I9hGZcvjI31tTbLupnHMeSyPVRflFptNBgN+s5zWB2A6JSiBN0p53r5hGIpZ2nNJwg2dcRFzi8uxvY1V5WxXjjuK9epGPbjhRtReW3oLHxk6rWr2In2NTYqLZWpcGSPtbJDIx6Q6dMqTTheAJ5WhCl08z10nlnoGQbBtS3RljGZ0oEPmzvNMdroA+mgR37lJd0Z8vLzv5s5DqU1G+5gJaXe9l5+AflW+TheALvgAu9ssGs9XvoIQwdyEbMI+prW6pIywmCmNYvrY0nbLZGLHJSmnCECJ9Z2Sivv4lyoMYhZ+z79Uah+jlk90jg52qOCPdPqav0cYQi/XdTvhRsGyi/om/UDLude4eY6244aKgnrDgkaN39HwCvmgMKd8y33AgYigtb4FinJO0d2QQqdUo1cozsazDztVwAYEitCoVEB+KSWYrhTDUex/AgwAZil5QeqwTIcAAAAASUVORK5CYII=");
}
.e--icon.v--icon-calendar {
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABKdJREFUeNrUV3tMW1UY7+2LjmJb6FasDukfJESmSDZI/GMJAbMsC8kGmZnTyHxE0SxZlhiGcfGVEXQqvjLmRubEgX+QRSe4JSyyOWBPCWydGw+xgfGGFkqf0Oe9/k53b70rpS2kC/Ekv37n8J1zvo/z/c73nUsxDCNYzSYUrHITk5+3cqmwytouJgviJKACDmDeuVg2xbrdEIeASeBVrBtaYl7kE3DPO2qmRwZ0/Z0XpX6ftz5G41KGpk/91XFWMGccy3I5bYdXHIIFh3XD0N0/R//ubrsuEkuSY3FguK9bQQmF0r7OC6337nZOOywzeVFDwHpOnNkIPA4EYmKfMyUqUlInxJKEHnZOcTQHsEZNpC4r75Zcpc4SS2VP89bRwCigR1iYoAOY8ATEWSCbv9kjyetC9/81mgOha1TrHlOHWXcDNrdDmgIOeD2uehxV2rHyks7h3q55blblmYFc/ip43RaDA+LqVuNmbjzSf9NS9fImPTfOyNmctPfLpg1SWeJRScKaXQEHcMT5lxqPdMD4HhJGbjLiPiMUioRcSNAKojmw/e1DJIRjgfUisVAildn56wz6KxlXmr4/XfDCvqJgCCiKEijXapv5xkmbHOo1ZuYV5oPVOVP3+u2xkLD52Ae2nIIS18bndlZQlDBN39Z0O2SKIUWbfhXyqQdImKRaawvdrL7yjYZtrx8sTVKqmZa6Ty/H4gBC6ajZX/THttcOphvHDEPnfzxct4j5kgQPMjD1gAPhmnVm8pvGz/cR1iYBZ2JMbgyuYtnxip0l6BujETfgALxhcCzacKkA+GkFGXYcqFlKKVemqBjEVcAaF3Rf/HmCiX+7XLYpsP/X7PhDdlxJBtfPnfqH2L6fByqe/6rqt8GPxw137Febf5iKR5GxzxkHifykNNeo0qzXmyeHZ8l4dEBf6Flwmus+eqX62aI9QQ5Ug7Hv0X5/z+325vI4FToTm5prgRZ0AwXJ63bJkAOIM7WLSJiwRu4gaTLOFdfM4r9GUcyiWhCmqunYMsy1OWTCYVZHCJvK07mg62d1pGil83R+oAd6OmIxCjEuAkH6kKBkwbtF01bOIZTm88iS2SFr1sPIONL6d8h+u/k62u/bAnEhZgdIpVKoH70mVyQnBhOMddbC9Q9s1d5UpGiCNcPltNOo/W7Sr9iq7UVWvRH8931exjhqMEctxyGNts1OFQNyfpLjOk7r7F5AyQ8BEHBw3m75DDgREgLTch0I3CQWgiUS1MISOg8Q81WORMJCCAXvTxauHEOXxz5cuOYFWgjRoMtE/8mQ7Vqhcy6LhD6Pu0EoEgWP2e/3zZCHzv2Y277FXQ6SEIT1INakuk3gRfQuuLOLH04UqB2Ql5ZFQogO8r7gX0Ousz9feS3kbpMTCJCwfIvmFoSG78BKOEAWvRghdJGy5REW/48Pk6ADdvO0Q5OWoXvYBhXq1GSPa969KATtvxzvKH3/xEsgYCP7BnDE2bYEKAZhdb/Xf3FSwGOwgNRpIPvoOzu6TOODIzRNex/C+8CPGzLVUFV2B7Zy2LeBgCI/vG/DZ4A3gcxoz7UVNHKzRgDyRmznvg2p1f48/1eAAQDA9ran2C+a2gAAAABJRU5ErkJggg==");
}
.e--icon.v--icon-passenger {
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABipJREFUeNrElwlQ1FUcx3dhL0AQvBIkENIUEMtEwCOKNBwPPDKyGU0dKyUnj9ImcFIxR/MoZxKPJDUlNAFR1PBA5FCQFWFFwEV2kXM5FljYhb3Pvg+XZqVl2UYZ38wH9h2/937/3/v9fu89qsFgoLzKYkN5xYX2gvLOYDUIA56gC/BAMrgC+jUv9QW2YBFkT+o0atuKouyqBn6JhuXgqPeeOG3wqDH+Y6lUahHGLAW1L1MBJlCBCHC+4Ma56rN7IrlKeVcm6nWAAfzcx04MjTxwccwwNy891cYmAG2Nfc5IFOiHQeAAaDI8KxK9TqfKu3yqds1kyjrA7DXeaesCb49NoS5xrYKnYo1KmWlpfnON9mAOWAjcsViJQtYpuhq3k3N403xO5aO8FomoWY4FvjYnq9fr+SC9NDdtJMZfNio9xVoFfCEsAGqdTitFXd/Z3tIZNc8jFV+6AExsF9YL89PiufhN7yXrB5l8qbhNBpl2zCFVyqVFaNPDEkf6UuC5KNCoFKeFtTzGwa9m5mnVSuXB26KwrMRYbntz3arjhQYxGaNWyp3fCllgg/pZVOXAnuw78G2p4zf+Hr00W1jHF0+dv9LHyy9Q4+Uf3KXXad+2KgxpdGYA+9qff8skok83Hr45iMZgCiF8rmdxUvR6HbWeVyyH+t40BouqlHVqGp+WSYsykh9UlbLzMWQvaL2T8tt04LElLmcbncmys0oBlVKm85s6m/vxpp/l2D+mb3AYZew77ylMxyhlXWpY6XHC7jW3UaUDmdHLOVC02mRoDvkjrOPtaBNUyayKgrK86/XYw3L8pmKPaa0NVdKGytJTpmP4D+/WNVWXZ1sRPQQqtkyZlXj4dF9jbExS8mdIIDYOg4eOx+94fI2WV5hdOcTVM9wY390Fi3NdRrhPNn69xYLtC6Ez7ZgVhVkZls4CQqpBrz/ZXFshSz2ylfcg/fwI0pmZGHuKSqE6YaIDPQL3rv6RRGfZ2WvUyk/6U0AmaY+CX3RwMlPS+xyEMIlArOv3fz4jH2aPBuHrghnLYZ7FSCJpGrVKa4zl7q1Av3PR7QsCmJYkJgcL5p9GwvjMztWJFhMR4joHJmrFxG8YG91BIeJYU8Mt5Cb98k3J0c2LHmIfL/QIbV8yfrtCKlHotJpLqNPMTOyJPmFxzuUmzDvJogJqlUJRdu9GASrvg1AI8pA4WmIi/HIhHAPCyCRgXo8Qfg8+tH5ONiykhKJ30RZo7CNpeRks2lrPe9Ty7cxh2/pzVEpzzZMOg0lBmCmjw0efxiKulgTR77NnRWAO/KbBKCoDWiyuYV9L4G8IcYo1c078BxJux+AKxPMpe9PqgrjsdEH8ri+mIAokvdzFG6wEISAL7FobQPXA/82evgFBXhOCmNgWSvn9DHGnqDkJ7ScwB3HUL0EFSAB3LOUBb/IZCXsid/fS0hb8CNRSiagRh0wxHFeFOnEuN6M1PEEoCAaOaCP8RJwQH1TW1lhTbbRSKnAxexi1NVRH4QvU698d5GuaSGDSRK1GLf9r//rStVNsyNZsjN04j40Qa0e/DhSDKyAeEKdkAwX8QwaZxxi/BcQe2jCXgyTXgfkeo3/Iv1vQcyER8EuuOzi5zHAePmo7LhE9t5QJcMoVsRvmFpQXZOwgqQFmNcD0E5BgfpgUutjHJ3CWdvjrY2i2NDr2X0vraBHoKh/etS28ldSABQ9ifHcSgoz/UFfPmOgzBR/aOTrfotEZS567ER3/PmJf+NqYVc7D3OTdGcrWlsFycHK7eWZfxcXYqIWYqMJ06zAhOUcmG/1nJJnL2CUCleA+ZOS9ZJwnffBRcuT+lFlGWY6pV3uDX8EJAhbNVSlk2u9muy63Mu9bBeb2R4iKuzpaL/V1I3rmE4012U8eZDZZE0r/l+zko7nIpHLi4H29C2ydhr4WVFteRMyoetlvAR4nJxk+ZIfzZJpZBdAxnc5gsRBCiQPxGClMT0wR1lZIxS0Ny82aCFeqOGTITph/yMs2fw+4V3I6RcIasy8jeVfHOHtHFyXMHzJQT7KRnuPECN03zSpw9XgMe1n0MV/EdcKAKTB6vAbrlJGzwFwhOX4bcB3Adym5J8ZRX/Xz/B8BBgBuc05hSsTbnwAAAABJRU5ErkJggg==");
}
.e--icon.v--icon-globe {
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABu5JREFUeNrEV3dQFGcUvzvq0ZvIiKIoBglqLBidUaNxEqNmUnDsgEwgYhKJk9FIgqNYQBOF0YCiwggWQAmoVCU0RYrSq4CA1KMc5SjHVbjby2+dW+c4uv+4M2929+33vff7Xl+6TCajfciLQfvAlyr1cNCOPuHCoEIZuWA9aBtoDWghSA9EmnAAVAt6CXoMWS8nUwx5b+90ygXjAcBCFdxcQB4gK4KQDjMYKmpcDptPEASdkEoIdU0tFR0DE6ZUMixWUVXTwLpq0AVQGOQSEwFgTILSFrcCgLxW8iyGCD/nVikW8Gh1JVmc0zttn/R2NPeym153ntm1OLmpMr9vWCykh5xwqKjIfqyCPaHYmw0ZC94rBrDxOwgpaG+onOmzb1le5EX3kJ1HLutx2psGrhzeGsrn9jqraTIFmtp6A9zeTqeAX7eGDfR0CByPBzFDvZxC/9q/Kr+zpdYSMkog64tpAcAGe9we5SdFdPnsWx7VWle+61xcA4QRpkF/7IgRC/nH8V2osIUHQB7BnrsTGaqqc32T2XrN1UW7vfcuiynPjO8HiCTI/HJKALBwiYwgIl8k3G7DSXzh16Pg6auoqbslBJ2u7GK9IWNBMoYscWtt2dGUu761KiqqHqSP4ZLD149tv1qaEdsFmbHgLZwQABaoSYbEDxor8wfveruSQRQIInC6s5z2RmFGdKAn3vsncGlX+r1/zsAVw0LewCkSKBT73vJyutLRWCWG7CjoYIwLAKd1x21+xPmDUdh4TQ5qBlNH3z4n/lYxBKROll4AG5OXFF6ppsF0wF5tMk3hMr/w8z89gXuWIov2jwkAi1UB4ER+8n0WfO4lz28ar7/HEYpphSmRfhRvkktSlP7gCoPBUBPxud9TvPqynD8rshLZwyKhj7ymjAQAJVuA2ijrUdANvPZQ/CGRYG/jq7xu+D5lqtWtuaowFkHYxxvgKJ62NTv2ZqSGlo45asfaUQD6u9uc2+tfDTRU5IYoCkOBWdzZXFOCR9E0KiwXKVitwdRZocgsz0oM6OtkCTkdzc6jAOD0axDFZDnlKLjFFFWO2dvJyppuje/rbM0FeBPIYCoap+V1MQvVcv0oAFp6hjOHh0RlSqb8+G1+CXj50wUwJOQX0+l0GqxnMSJXhfxqFC9z6p2u0I5lqO/FesZmFRQDQbQAi9cBwEP4jqesRDDYb0+TyYYBPlH5G9KQzJ5tUJiqwdRuf+cbDns1+FawuNqIbigXaNLT3rSEelfXYBrM/ugTWkdTtRUhlUqVlZjOsVJFQDEQN0uUv5FNaa7NSlo36828IbHQ+J2ldQ10AWB0OwZSCYKk9qH/sXSKZ233ueWRG0/d/vU9nAYlPcpKPEJz3GEdsb/7V9HK35Z+9o3FoUvxtmE+B1KaqgpaKf6eYwFb7DbvMYYFRgJAFvCtV24k+/rfFA9mX4Sb247f/DIvuq6LV1aCAP2BTmfwFPdQ12bH313hXhlOexGvLRTfatm69dDF1TWcMTII2Y3VLEOzOatGpE1mQnN/d7sI6bR2ukGoqaP3Kdq1oDo/ja3INzKzsOtsqmkclQUwcaae0UwLpM08xVgCMLamtu6G6QLQ0Tdey26uIYNvSCGtbbT1jU3rSrPSRwHIiL52B31dhEA8qSgI/iswMJ29Apt1pqqc7B/6M2bZNFbk5ir1CW/ME/yMqMCIUQCQcoWZD4MqcVonCLCk+HlPwsNkhJSBtHKcKgD+AOcAar40Jz70juLptXQN7Z8/uF6E16qxuiGRGubn09PaIEJBuiefBWmYiNKRHW0oKseVW+k4p1dXVdc8UpIR09LLbsmieOg1kW115dzUiEve47Zj2D/hzlmXZET2SrIdy7uWIP2+/211prY5WqnLZABQF9wxkOinhV8KJv1PyoCsEOxdhJSMw/f0iSYi6ZvS7KN3z7qU49kVFEwOKWilgVmPgpsh6DLezSc4/Xzczj+LutrAqi0l95IT8n2McrsxrBYinjyVW/pYJm3JS4o4hA3lmA+ckMqZZFDF3/C6AJMSkuGhGKUGQynXxbd4TMnChKBT3mQcYW8u3PktxrISjGU/Y1nHVKfivIKUyIN/Oa/O626tJwOyzDeFveZpZEA+5jxbmDOOnBMVlJuA959YMDg3Oy7kpf9z7lawizCGmZ5zWJGDenKALCtjKZrsx2Q2ncHw3Ljjlw1f/3jSWNfI1AxWkaLOk3N/m2CwTxtukSC3CQSpKfWtr6u1/fFN714MIKn4TlbJrvf+MyLXgDaBHNAbli7ftN3Awnq5ofEsS3WkLNnRZCIeVwJLiVtqSvqK0qL7ETPF4N8DZY43xk0HgOJlLf8vtAGRwagrV0D2A5b8l+wFqH7a/4Yf6vpfgAEAg+8Aop8sPckAAAAASUVORK5CYII=");
}
.e--icon.v--icon-clock {
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABaNJREFUeNq0VwlQk0cUhgAGYgyXLVchAZVjjIqkKp7FUBEtpRYdaj3IoMV21Moo2NYWqVoZmY5o7ZSh4DFYilJFCgVLqyJQFVomKkHLpYRgMAG5c3CFCX1PNjTSGBKqO/NlX/bff9/3v3373lvTKH83E0NbWnkTTg4CzAN4AlwB1oB2QCPgAaCUoMOQNU0NIQCKV/crumMs6TZcA7kOAc4AkgFV+iaaj6PYq01clwbiMlBuoupXqm9fu9hRw/+jU9LYoFTKlUPDavWwuYU5hW7NsGB5sxkz/bk27CWhdvDONgIkEQfoNsoCn6Vk7PHwXZaEsqKzRZWXdlh4p6TkZ3mP/BYMCQEygBpgAbAB+JCt8bN3sLdaHrbeJSjik9fIco8B4YAygwhsT0hK9+Wu46F8K/eUuDAjNf6J5Ek2ctFhpWf+b1vIdIZuLSDMwdVx8saYgyzvBcGvkMc4nqOXQPiOXWfe3BQTiXJ+6pe5+enpPPK1urbICbrFgEKAcgwRFnS7AHM37I71Cgj/2Ik8Wgj4UzOPov3SPO6yaI3y0ovJyaD83ecph2b/qPqvk9BfBKzXQU4E2APi5XPHj9YVZ52QkkeXAQxdBGaEbIk9gkJdxZX8zGNf7xzH07dIhDXziUzX48hHoSs4f+JY3QN+USfI6KCn/0Ng+ZrQH52mzbGStUs6k6KjQg04arShwQE1kQfHOU3ozPdT4nbVqtVD+M46dFZtAqFBm6PnoMCY6hxp4FkfNDGu7Vf0KPp+PZ3QTP4fHCXg7ceOtXeeTu1XdEnBeX4xeQkNrIBx4EJR9k/i4WH1MMghAAckwJm9KHAaTrKk235v8nLbBaVMOSgozuki/0OQwFKPmZwpZKDkZWonVqioKruiyRNLkYC3q8/8yWRANMG11UbMLZeKhJqY4Y4EpllQrSiwLzjYZoxWirm5KRF7jHhNpJQrVERmUrQSkgwcsM+IhcwoFLPRwDc2qOlpMkhgo0d59CVTU4ot7NEUYwhcyTolhjSNx3E5CccGbZfZv5broIxku1Y0iSXA0QgC55sbxK2JUaurBnplKlKoXDLgPQuGrc0kzXYgAXlTdYUmy3kbQaAeEC0RPW5LiAyqBBJoibCx2U5Hs2N6sTWWrkMCD+sryzVO9LaR3v8QsKPlkbTt4CZuJQQy9CFMYPmA522nFydwjSY9X0MCVYKbxe1kYBP4gZWRZxtrwQ/bpW2thyJW3CMkMMrxdM13dnd5h8VeRIec0K8hcEPSJFE0Cm5g2kXluycQYDC+b0cSh3lB9yoKMzJJ2h1brDBDeDveGHFFdTr89iOBBtzPSykJmiAUDwvaTpDETqicvj11KG4vqZKfaT6cWQdeX7lx6kgMmfSVdlF6sl5Q43m36EL73MBwnIDlV+AESDyCLlPXs7i18zh7U7I3oNwpESbaOXtItNMxH8ukMwn7a3tlHbg3XFjshSWmxK2BNN6+xN+tX2VOgipbCMr36aoJaYAspifL5YuzpX5kLAMrH9i7IT1frVd5V0uja0+7tAIcz7Hj8QO5vcsMd+1Li3b47MVqvKleJDsSyb1LKpfNgNugJGAiX95cy/+IxrBvQOXw5Yo71/M4Y29MusryWYDjjm5OjK3x37gzZ/pPJeN5gFRAEVhkUI8F8PwHwz7Hg6nZOAC+1Xy7uGDJB4d/aDL0YoJm+hSDRvCG91lvbf3ciUpjUMmzViRBrlx4ctBnMJ37qAb6fM3MzFaAhz+dCyYfuHruu8LrObkbgWjvRO6GEYD3rOg068WrVjktWBluBxaxGc/01WWXu/nX8xoEN8sOJP12v+D/Xk6nkBAdQLWy9JnO9rJmec9muHnOolNp9Kf5GNOrQtalElXfkbWKG+/+zRechbLvKnz1wAu5HWudEl+SsGaQ7GlKqiE5oAZQCxAgJ0MX/UeAAQAvXz9t9Ybx7AAAAABJRU5ErkJggg==");
}
.e--icon.v--icon-search {
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfpJREFUeNrEl79KA0EQxj0TJYmQKl2wS2ECNqIpRWIl+AQ2KZJX8BnSWIlNnkFIYyOCIhYpRIgIigEh/k0sRGKw0pjzW9mDYbjbzF5IXPjB7d7tfTtzOzN7juu6U//Rpofcz4IKOAefwNU8ghoogngoZWWxD2mw78raKygDJ+BdvvgNFsC7a99qICEVdtg3LoBDMEPGBuAMnIAOiIEc2ATzzIHqmQ3wZePqtI+lR2AhYNVRUAJdNmfX1tX8m+6BiOAlamFtMm8A8lLhrI+lEYvNsgz6ZP6BVLhCJv0Y3GuiSt6hFpEyPe/F8Tr57Goj3YaIzCq5joBVSQLJsZ0ZpjXAB+nnJMJzZKwTUljFZZv0U7YpMzZCCk6Q655E+EnqIkNLgjTptyXCF2RMZaRoCGE+ry7JXEUWxyXLUFIxf03mP0jjOK6rjNe6lrG8wxa+bZMyy2xyW2ekYZZy0aY2RCzs6NLmsgykMtISq7dJsMXc67WVMPVY1dPjgHqr3H8D7sG3oS63QB1kbA8Cs7q0DSwOAU1taYuMPZvETe7I6yrTNwg+6I3kfdM6ux8o7ghOmSmd8HP6uqeTg4rTK/ZsBpyyRPIC1sCd5LA3ChltqdHycQiLxMclPFR8nMJGcWcCvzB+G+7SmdC/ExV/+zu/j9nV3O0NsKj6vwIMADg1JdAJaxJkAAAAAElFTkSuQmCC");
}
.e--icon.v--icon-arrows {
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVZJREFUeNpi/P//P8NAACaGAQIjz2KWRdtOUGRAnJcFTjmg2ZOAVAlQzS96+9gPiNcAHcA2EEHti81yesUxzHJWmADjwq3HSTGAHYg5SVB/CYhlkfjLQMkCGOd/WUh0eSYQ91Pg8yhoootjGYCcBLL86UDk44dAPIlUH+8C4kQS1PcAsTAS/ykQuwDj+AmpFl+DYmILkAYki0GWOgDV38GXnUSBuJmKwYtiKbjIxGHpPiC+SytLsfmYH4i3ArEOlSx9gs1SdB/zQxOPKRWDOBBo6WtsErCSC2apGZLcNiCOJsGSL0BL/hBdLeKwFAS8gPg9CRY7AvEBUhoCq7BYSpcWSB0Qf6J7CwSITwKxGzS4+ZDkzoOKNhLMukGqxQxQy0Gthe1I1d4jIF5ASdOH2MbeQSD2AeLvA9HK3Ecvy7GV1TDLv9E6cTHgsPwyLS1mHHF9J4AAAwBFglxFNHiDJgAAAABJRU5ErkJggg==");
}
.e--icon.v--icon-twitter {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVxJREFUeNqM000oRFEUwPE7Y4SShZ0wqylLWWKD0WShrG1YSQnZWSgLxUKxotiJlYUNTSJla2PYWGgyRbJQykch+fqfOlen2zO9U79p5tx3z7x37nmJwnnRBdGCIXShGZ+4xSE2cWMvTpgCVVjGKCpcdLxjEXP4kkRSF+pwjLEymyWqMYsdVNoCa2h38WMA875AJwbN4ktwcQHj2MKZyU8hIwVGTPJR7+RCf38gh1Vt7LT2wekjDKf4yJoC0ot6tKJXT+TBrPdrH3xkpUCDSXyjpB0+UOER20gn9Zx9SMEN1EY0Lo2eIPcqBa6CpG9qjcnJ8677ozNRkgJ7waBs4w5vmstgH30Rd5WXSWziS9E05xkneNLNbf/Mwr2sp3TOZ7BkTiIXY5gmZWb8JMo7sBBzCuWkJvRR/0bZ6V3IiF6W2Xyqb+mKPTYbu9IYdKAbjfqP1zjSAj92w68AAwDFRUiG99bnQQAAAABJRU5ErkJggg==");
}
.e--icon.v--icon-youtube {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVBJREFUeNqU080rRFEcxvE7NxFNWCqhyMLCxoKFhRTzDygbKyl52TA7Fiil7CRvG1vUrOxY2lGSshosTLaa0LDwMuP7q+fqdLoYT306d+aec+655/xu4uLyJvDSjBH06foDORxhH3m3c8KZoALLSKMyiM8T5rHlDrJU4xCDwe+pwyY6MYVSqBvrZQx2M4GZ6BW6aM/xgjlk8Yh3b1AV6tGDRRTQZq8wbhNhFxtlPP0YvUjZZoe6sFx7HZe0omTMJLdqUzZBk368ep1suSu40/uGzr1ntS32Z+mPJZ/hBEX3+NUWbQ/u0Yoab+ApDtT6qVWbC1Vhlg6v00+DLe3RhtoKdjCJMa0mq4orqIwDVWZS+9KNAR31nk1wpdKcxuo/islKOh/tbFqlXG7WsB04R/OGISzEHKebB4xiNu5rjNKAYfSjEZ/6nK0CM9qb73wJMADgO0wzw+PoEgAAAABJRU5ErkJggg==");
}
.e--icon.v--icon-instagram {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXxJREFUeNp800soRFEcx/E7jLcmsZLHSikrZeVVzKxl57HASmSBlQVlQTaKlYVmaSeJPEpSykpppslCaaK8NjaUEmL4/us3dbpdc+rT3Hvu//zP/Z/531AylfZ8oxHD6EIdvvGIY2zg3g0OOQmKsIox5HvB4wPLWMCPTeTpQQSnmMix2EYx5rGNApsI68E6WnW9g8uAxSF0IIpeLGHGErRjUEFb6AtYXKmdF1GizaYRtxJGncDzf17dSpxCMy40ZyWMWIKYE5hBOcpQo1O38l6UJI5fJz5mJVT7djtACqUY0tyTdn/DqxNbn6f/OajmB+fe+qAiIO7dEtwEPBhAEv3o0Vw0IO7WSthHkybshD91QFbKFQrRoOdfarjsOLROrOUirSZJYFz/t3/Y4Z1h12rHsyUOq745rKAFR9o540sQVgtHdD9ph5rtRPsGqjCr384c7ZxRT2y634Knt7AWvc6xOKGvdM19LXfs2cGgDd1qJtvxDidK4DaS9yfAANMpT4cck39JAAAAAElFTkSuQmCC");
}
.e--icon.v--icon-facebook {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVRJREFUeNpi/P//PwMyOH/xjjqQigNiByCWBeI/QPwEiHcB8SJDfZVHyOoZYQYANbIDqT4gTgdiZgbs4AcQdwFxE9Cgv3ADgJr5gOwdQGzJQBzYCMShQEN+M0EFZuDQ/A6IN0M1/EES9wfiVrALzl24bQ2kj2DR/BWINYG2PIZ68QOQ4keS/w3EWixAIhWHMy+ANAM1egPZU4GYD02eFYjjQV5wxqL5DRCvgLJfA/EGIP6PRZ0zyAt/sIT6RaDtBkhRyw2kvmAx4CkTWuDAgBZQ0wqo5hAgdROHN7+BDLiLRQLkPwkomweIpXEYcI8JGk3kgq0gA6ZAUxip4BUQL2ACBhYonVdjUSAB9H8CkLbBYUAeUO9n5LwASllVRNj8D4jzgZqnoGQmqCF+0MyijkPzWSAuBGo+jJEbkQwBpQkrIHaEhj7IxodAvAdkAFAzigaAAAMATUR1cvSRHAsAAAAASUVORK5CYII=");
}
.e--side-contacts {
  position: fixed;
  z-index: 250;
  right: 24px;
  top: 60%;
  margin-top: -93px;
  display: block;
  height: 96px;
  width: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (min-width: 0) and (max-width: 400px) {
  .e--side-contacts {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .e--side-contacts {
    right: 20px;
  }
}
.e--side-contacts:after {
  position: absolute;
  display: block;
  content: "";
  top: 48px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #663300;
  z-index: 3;
}
.e--side-contacts__contact {
  height: 50%;
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.e--side-contacts__contact:first-child {
  -webkit-border-top-right-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-top-right-radius: 40px;
  -moz-border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.e--side-contacts__contact:last-child {
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-bottom-right-radius: 40px;
  -moz-border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.e--side-contacts__contact-mail,
.e--side-contacts__contact-phone {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.e--side-contacts__contact-mail {
  top: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT9JREFUeNpi/P//vxwDA0MyEAswUAY+APF0xr9//15lYmLSYqAC+PXr10aG/1Bw+/btm//JBDC979+/vwc3UFtXN761rW3hly9fPhFrEEgtSA9IL4j/5s2bh3ADv379msbAxKympqFZfPz4iVOEDAOpAakF6QHpxTAQCnZcuHBRDajIvaCwaAbQC2/QDQKJgeRAakBqQXpgctgM/P/v37+vQCpfQEhYQUJKOmvX7t0HgGJ/QRjEBomB5EBqoGr/4zUQCZx49eqVAdAl9rFx8f0gDGKDxEBy2DQQMhAEfgFxo52DgywIg9hQsf+4DGQEMYhIYtehtCY+RW/fvn1ErIFEAZCBTAxUBiPRwBcvXjyjlmHANPqC0c8/oLiutjZKWFiIn7IYfvexsalpMiMw9YMKVisg5qXQgZ+B+DBAgAEATVAIkrY27IIAAAAASUVORK5CYII=");
}
.e--side-contacts__contact-phone {
  top: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAk5JREFUeNpi/P//PwMtASMDEzPNDP//9w8DCwEF3EDKGohNgdgIiA2hUueB+BwQnwbio4zMLF9xmwLyARb8+vVrk8+fPx/6TxjsBGIDbGZAgh+LxLNnz2p+/fr17T/x4CMQFxBlwfHjJzr/kw+y8VrQP2FC5N+/f//g0Pzv58+fP0AYxMah5hcQG2G1ICAwSOH27ds3cTnt27dvn6VkZEskpWWqQGw8vtgFxFwwC5igUc1qbW2VoqKiooYrLXBycv48d+b0TnMzMw6Qs/AkPlcgtkNPRQqr16zZTiB8gaH39+WXL18+/gMCAmqrYT6A5QNxdTV1aQL5BuRqYaBPGBiBgIBaI2RNYAvk5GTxWvDjx49vYeERfaFh4RNAbGItgPuAULZnY2P7duTo0Z53796FgYKI2OICHlmPHj1+ilchE9P/m9ev/ZaXl2cjHELgYgTFgpc3b93EawEwwhgPHjrEBqKJcDimBadPn3lCqHB8+vTpL2Aq+ktEEX8Ww4L5CxbcvXPnzi2c5ToQeHl6CqipqXLhS0VABxwBUofQ8wErEIdERcf04SsqgOAzsBD8jquoAOl98+aNGa6ySByIC+fOm7eO3JLu8ePHFYRKU1C5Xrxo8eINwELtO7EGg9SePXuum9j6wBiIc8MjIntvAgEhw4EF5PWu7u5IXBUOrjpZDIhtxcXF1eJiYxXMzEzlQEWJrKwMOLc/fvzkKShZ37t37/T58xfmrVi58gGuOhlfpc8KxNLQXC4OtRQEXoFSHRSD8s5vfJU+zVsVAAEGADza/bfkb0IuAAAAAElFTkSuQmCC");
}
.e--side-contacts__contact .b--contacts-popup {
  right: 60px;
  bottom: -96px;
}
.e--side-contacts__contact .b--contacts-popup:after {
  right: -8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAArij59AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNp8zssNACAIA9BqvDuuKziBjoty0PihkJRLXwIQkToDFl3ioQUoOoGJXvAhC1yIgY0S+BRdEf5k70SfCfBK9uQuLXCVL/jKE5jlAo2VmiHAAHILgQHhH3Q8AAAAAElFTkSuQmCC");
}
.e--side-contacts__contact:before,
.e--side-contacts__contact:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  border: 1px solid rgba(102, 51, 0, 0.7);
}
.e--side-contacts__contact:first-child:before,
.e--side-contacts__contact:first-child:after {
  -webkit-border-top-right-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-top-right-radius: 40px;
  -moz-border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom: 0px solid transparent;
}
.e--side-contacts__contact:first-child:before {
  background: #ea690b;
  /*background: -moz-linear-gradient(top, #e3660b 0%, #c25006 100%);
  background: -webkit-linear-gradient(top, #e3660b 0%, #c25006 100%);
  background: linear-gradient(to bottom, #e3660b 0%, #c25006 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3660b', endColorstr='#c25006', GradientType=0);
  opacity: 1;*/
}
.e--side-contacts__contact:first-child:after {
  background: #b95309;
  background: -moz-linear-gradient(top, #b95309 0%, #953d05 100%);
  background: -webkit-linear-gradient(top, #b95309 0%, #953d05 100%);
  background: linear-gradient(to bottom, #b95309 0%, #953d05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea690b', endColorstr='#c65106', GradientType=0);
  opacity: 0;
}
.e--side-contacts__contact:last-child:before,
.e--side-contacts__contact:last-child:after {
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-bottom-right-radius: 40px;
  -moz-border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top: 0px solid transparent;
}
.e--side-contacts__contact:last-child:before {
  background: #ea690b;
  /*background: -moz-linear-gradient(top, #c25006 0%, #e3660b 100%);
  background: -webkit-linear-gradient(top, #c25006 0%, #e3660b 100%);
  background: linear-gradient(to bottom, #c25006 0%, #e3660b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c25006', endColorstr='#e3660b', GradientType=0);
  opacity: 1;*/
}
.e--side-contacts__contact:last-child:after {
  background: #c85a09;
  /*background: -moz-linear-gradient(top, #a34305 0%, #c85a09 100%);
  background: -webkit-linear-gradient(top, #a34305 0%, #c85a09 100%);
  background: linear-gradient(to bottom, #a34305 0%, #c85a09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c65106', endColorstr='#ea690b', GradientType=0);
  opacity: 0;*/
}
.e--side-contacts__contact:hover:after {
  opacity: 1;
}
.e--ellipse-up,
.e--ellipse-down {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 49px;
  z-index: 50;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 767px) {
  .e--ellipse-up,
  .e--ellipse-down {
    height: 31px;
  }
}
.e--ellipse-up {
  top: 0;
  background-position: top;
  background-image: url("../../img/ellips-up.png");
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 767px) {
  .e--ellipse-up {
    /*background-image: url("../../img/ellips-up-xs.png");*/
    background-repeat: no-repeat;
  }
}
.e--ellipse-down {
  bottom: 0;
  background-position: bottom;
  background-image: url("../../img/ellips-down.png");
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 767px) {
  .e--ellipse-down {
    /*background-image: url("../../img/ellips-down-xs.png");*/
    background-repeat: no-repeat;
  }
}
.e--separator {
  display: block;
  border-top: 1px solid #d0dae3;
}
.mCS-lp-scrollbar.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #767b91;
  background-color: rgba(118, 123, 145, 0.2);
}
.mCS-lp-scrollbar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #767b91;
}
.mCS-lp-scrollbar.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #767b91;
}
.mCS-lp-scrollbar.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-lp-scrollbar.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #767b91;
}
.b--header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 2, 3, 0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 2, 3, 0.15);
  box-shadow: 0px 10px 15px 0px rgba(0, 2, 3, 0.15);
}
.b--header .e--button {
  width: 98px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header .e--button {
    width: 72px;
  }
  .b--header .e--button .e--button__link {
    font-size: 11px;
  }
}
.b--header__login {
  display: inline-block;
  /*vertical-align: top;*/
  height: 100%;
  margin-right: 4px;
  position: relative;
}
.b--header__login:hover .b--header__login-popup {
  display: block;
}
.b--header__login-popup {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
  width: 240px;
  padding: 24px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 2, 3, 0.2);
  line-height: normal;
}
.b--header__login-popup .e--button {
  width: 180px;
}
.b--header__login-link {
  display: block;
  margin: auto;
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--header__login-link:hover {
  color: #0099ff;
}
.b--header:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  right: 0;
  background-color: #e6670d;
}
.b--header__logo {
  /*display: inline-block;*/
  vertical-align: middle;
}
.b--header__logo-image {
  display: inline-block;
  vertical-align: middle;
  /*width: 176px;*/
  height: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__logo-image {
    /*width: 170px;
     width: 148px;*/
  }
}
.b--header__top {
  display: block;
  height: 47px;
  line-height: 46px;
  z-index: 11;
}
.b--header__bottom {
  height: 72px;
  line-height: 70px;
  border-top: 1px solid rgba(161, 181, 199, 0.5);
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__bottom {
    height: 75px;
    line-height: 46px;
  }
}
.b--header__right {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: right;
  height: 100%;
}

.b--header__left {
  display: inline-block;
  vertical-align: top;
  float: left;
  text-align: left;
  height: 100%;
}


.b--header__menu {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--header__menu {
    display: none;
  }
}
.b--header__menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--header__menu .menu-item {
    margin-right: 18px;
  }
}
.b--header__menu .menu-item:last-child {
  margin-right: 0;
}
.b--header__menu .menu-item a {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Arial", sans-serif;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--header__menu .menu-item a {
    letter-spacing: 0.2px;
    font-size: 12px;
  }
}
.b--header__menu .menu-item:hover a {
  color: #e6670d;
}
.b--header__menu .menu-item:hover .submenu {
  display: block;
}
.b--header__menu .menu-item.active a {
  color: #e6670d;
}
.b--header__menu .menu-item.active .submenu {
  display: block;
}
.b--header__menu .menu-item.has-children:after {
  position: absolute;
  display: block;
  content: "";
  right: -12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEFJREFUeNpiPHfh9nQGBoYMBuygkwlIZAHxDGyShvoqFUxA4j8WRWBJEIPx////YJHzF+8wAqlpQPwRJgkCAAEGAEerEpYckbIcAAAAAElFTkSuQmCC");
}
.b--header__menu .menu-item .submenu {
  width: 240px;
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
}
.b--header__menu .menu-item .submenu .menu-item {
  display: block;
  margin-right: 0;
  height: 40px;
  line-height: 38px;
  border-top: 1px solid rgba(132, 149, 163, 0.5);
}
.b--header__menu .menu-item .submenu .menu-item:first-child {
  border-top: none;
}
.b--header__menu .menu-item .submenu .menu-item:after {
  display: none;
}
.b--header__menu .menu-item .submenu .menu-item a {
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  padding: 12px;
}
.b--header__menu .menu-item .submenu .menu-item:hover a {
  color: #e6670d;
}
.b--header__contacts {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  z-index: 10;
  margin-left: -8px;
}
.b--header__contacts .b--contacts-popup {
  height: 234px;
  top: 32px;
  left: -50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.b--header__contacts .b--contacts-popup:after {
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUeNpi/P//PwMOwAjE04D4IxBX4FLEADIAC2YE4un/EaADhzoGYjTjNYRYzTgNIUUzVkNI1YxhCDmaUQwBGTDtP/mgAyDAABHGk2T1CoaMAAAAAElFTkSuQmCC");
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__contacts {
    display: none;
  }
}
.b--header__contacts.v--xs {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__contacts.v--xs {
    display: inline-block;
    vertical-align: middle;
  }
}
.b--header__contacts-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  width: 160px;
  height: 44px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--header__contacts-logo {
    margin-left: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__contacts-logo {
    margin: 0;
    /*width: 160px;*/
    width: 140px;
  }
}
.b--header__contacts-time {
  font-size: 15px;
  padding-bottom: 2px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #0099ff;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--header__contacts-time:hover {
  color: #0099ff;
}
.b--header__contacts-phone {
  font-size: 20px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  position: relative;
  padding-top: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__contacts-phone {
    font-size: 18px;
    margin-left: 4px;
    letter-spacing: -0.6px;
  }
}
.b--header__contacts-label {
  display: inline-block;
  font-size: 16px;
  z-index: 10;
  position: relative;
  vertical-align: top;
  line-height: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--header__contacts-label {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__contacts-label {
    display: none;
  }
}
.b--header__contacts-image {
  display: inline-block;
  vertical-align: top;
  height: 72px;
  width: 77px;
  margin-left: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--header__contacts-image {
    display: none;
  }
}
.b--footer {
  position: relative;
  text-align: center;
  height: 342px;
  display: block;
  margin-top: -342px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer {
    height: 162px;
    margin-top: -162px;
  }
}
.b--footer__separator {
  display: block;
  z-index: 10;
  border-top: 1px solid #ced0db;
}
.b--footer__menu {
  text-align: left;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--footer__menu {
    margin-top: 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu {
    margin-top: 24px;
  }
}
.b--footer__menu-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--footer__menu-columns {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu-columns {
    display: block;
    padding: 0 8px;
  }
}
.b--footer__menu-column {
  display: inline-block;
  vertical-align: top;
}
.b--footer__menu .menu-item {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--footer__menu .menu-item {
    width: 24%;
    margin-bottom: 12px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu .menu-item {
    width: 49%;
    margin-bottom: 10px;
  }
}
.b--footer__menu .menu-item a {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--footer__menu .menu-item a:hover {
  color: #e6670d;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu .menu-item a {
    font-size: 14px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu .menu-item .submenu {
    display: none;
  }
}
.b--footer__menu .menu-item .submenu .menu-item {
  display: block;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--footer__menu .menu-item .submenu .menu-item {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0;
  }
}
.b--footer__menu .menu-item .submenu .menu-item a {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--footer__menu .menu-item .submenu .menu-item:hover a {
  color: #e6670d;
}
.b--footer__socials {
  margin-top: 16px;
}
.b--footer__social {
  margin-right: 16px;
}
.b--footer__social:last-child {
  margin-right: 0;
}
.b--footer__copyright {
  margin-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ced0db;
}
.b--screen {
  position: relative;
  display: block;
}
.b--benefit {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--benefit {
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--benefit {
    margin-bottom: 20px;
    margin-left: 8px;
  }
}
.b--benefit__image {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
}
.b--benefit__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.b--benefit__text {
  display: inline-block;
  vertical-align: middle;
  width: 164px;
  padding-left: 20px;
  font-size: 15px;
  color: #666;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--benefit__text {
    padding-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--benefit__text {
    padding-left: 0;
    margin-top: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--benefit__text {
    width: 210px;
  }
}
.b--big-slider {
  position: relative;
}
.b--big-slider .arrow-wrap {
  position: absolute;
  z-index: 19;
  bottom: 116px;
  width: 1136px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--big-slider .arrow-wrap {
    width: 952px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--big-slider .arrow-wrap {
    width: 728px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slider .arrow-wrap {
    width: 100%;
    padding: 0 8px;
    bottom: 84px;
  }
}
.b--big-slider .arrow-left,
.b--big-slider .arrow-right {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--big-slider .arrow-left:hover,
.b--big-slider .arrow-right:hover {
  opacity: 1;
}
.b--big-slider .arrow-left {
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG5JREFUeNpi+P//PwMa5gfipVjEqYbRBWyB+MF/CKC5paxA3ArEf/4jAM0sZWFgYFAD4iVAbMqACv4z0AgwAm1+BaRFGegImIDYFojP0tNSWDizAXEnEP+lR5yiCzgC8SN6WwrCgkC8kpaWAgQYAPccG9oViW+eAAAAAElFTkSuQmCC");
}
.b--big-slider .arrow-right {
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFtJREFUeNpi+P//PwMN8VIg5kcXZ6CxpSDwAIht6W0pCPwB4lYgZgWJM/4HW003cBqIY+htKQi8ZqKzhWeB2JZecfoXiDuBmI1eCekREDvSM/WuBGJBdHGAAAMAcccf5/n0/NkAAAAASUVORK5CYII=");
}
.b--big-slider__type {
  display: inline-block;
  vertical-align: middle;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(560px, -50%);
  -ms-transform: translate(560px, -50%);
  -o-transform: translate(560px, -50%);
  transform: translate(560px, -50%);
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--big-slider__type {
    -webkit-transform: translate(476px, -50%);
    -ms-transform: translate(476px, -50%);
    -o-transform: translate(476px, -50%);
    transform: translate(476px, -50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--big-slider__type {
    -webkit-transform: translate(364px, -50%);
    -ms-transform: translate(364px, -50%);
    -o-transform: translate(364px, -50%);
    transform: translate(364px, -50%);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slider__type {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    right: auto;
    left: 16px;
    bottom: 118px;
  }
}
.b--big-slider__type-image {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slider__type-image {
    width: 182px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--big-slider__type-image {
    width: 280px;
  }
}
.b--big-slider__wrap {
  display: block;
  position: relative;
  height: 688px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slider__wrap {
    height: 560px;
  }
}
.b--big-slide {
  width: 100%;
  height: 688px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide {
    height: 560px;
  }
}
.b--big-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.b--big-slide__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto !important;
}
.b--big-slide__image:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b--big-slide__info {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide__info {
    top: 130px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.b--big-slide__info-place {
  letter-spacing: 1px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide__info-place {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.b--big-slide__info-place:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASNJREFUeNpi/P//PwMIvMniUQZS1UDsBcTiQPwJiPcDcZfItC/HGKCAEaQBqBikaDUQczFgB6VATT1gDa8zuUEmX8KjGAZ8gZq2MEGdgaz4PRBvBOJHaBpaQAQT1M3IivWBJgUAaU0gPockpw90ujQT1IMwcAio+DGIAaS/AakNaLZIgTR8QRIwBJqC7DwrNA0fQJ7eAmR4Iwmeg5oMUuyBJP4ciKVZgMRiNA1GUIwOlgKd+R/kpPVA/JhAkP4G4qngUALq+gWkGwlomANU9wAWrCAwH4hP4lD8BohrYRwmaBD+A1KpQPwLi4Y8oPxbFA1QTZeBVAWa4uVA8eXIAkxoCiZAAwEEbgBxOrp1jLDkDXdwFg8vkALFTRrQ9JvoGgACDACTIlhq97ciUQAAAABJRU5ErkJggg==");
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.b--big-slide__info-name {
  margin-top: 12px;
  font-size: 60px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.b--big-slide__info-name .small,
.b--big-slide__info-name sup {
  font-size: 44px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--big-slide__info-name {
    font-size: 56px;
  }
  .b--big-slide__info-name sup,
  .b--big-slide__info-name .small {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--big-slide__info-name {
    font-size: 56px;
  }
  .b--big-slide__info-name sup,
  .b--big-slide__info-name .small {
    font-size: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide__info-name {
    margin-top: 6px;
    font-size: 40px;
  }
  .b--big-slide__info-name sup,
  .b--big-slide__info-name .small {
    font-size: 24px;
  }
}
.b--big-slide__info-label {
  font-size: 24px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide__info-label {
    font-size: 20px;
  }
}
.b--big-slide__info-stars {
  padding-left: 8px;
  display: block;
  margin-top: 12px;
}
.b--big-slide__info-stars .e--star {
  margin-right: 6px;
}
.b--big-slide__info .e--button {
  margin-top: 10px;
}
.b--big-slide__info .e--button.v--type-1 {
  width: 200px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide__info .e--button.v--type-1 {
    display: none;
  }
}
.b--big-slide__info .e--button.v--arrow {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--big-slide__info .e--button.v--arrow {
    display: inline-block;
    vertical-align: middle;
  }
}
.b--booking {
  position: relative;
  display: block;
}
.b--booking__row {
  display: block;
  height: 48px;
  line-height: 48px;
}
.b--booking__row:nth-child(2n) {
  background-color: rgba(211, 221, 235, 0.5);
}
.b--booking__column {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 13px;
  font-family: "Arial", sans-serif;
}
.b--booking__column .number {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--booking__column:first-child {
  width: 124px;
  padding-left: 12px;
}
.b--booking-table {
  width: 847px;
  display: block;
}
.b--booking-table .b--table__column {
  line-height: 1.2;
}
.b--booking-table .b--table__column.zero {
  width: 110px;
  padding-left: 12px;
}
.b--booking-table .b--table__column.one {
  width: 110px;
}
.b--booking-table .b--table__column.two {
  width: 90px;
}
.b--booking-table .b--table__column.three {
  width: 120px;
}
.b--booking-table .b--table__column.four {
  width: 92px;
}
.b--booking-table .b--table__column.five {
  width: 80px;
}
.b--booking-table .b--table__column.six {
  width: 110px;
  text-align: center;
}
.b--booking-table .b--table__column.seven {
  text-align: right;
  width: 60px;
}
.b--breadcrumbs {
  padding-top: 16px;
  text-align: left;
}
.b--breadcrumbs__link {
  position: relative;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Arial", sans-serif;
  color: #8495a3;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--breadcrumbs__link:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAGCAYAAADKfB7nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEdJREFUeNpiYCABtExdrADECQyUAKAB+4G4AcZnBHIcgLQDCWbwA3EBEB8A4kQWIPEAyiEWKEBpkL4P5HohgVz/O6BrBggwALlrGNCS92KzAAAAAElFTkSuQmCC");
}
.b--breadcrumbs__link:hover {
  color: #005ea8;
}
.b--breadcrumbs__link:last-child {
  color: #005ea8;
  padding: 0;
  margin: 0;
}
.b--breadcrumbs__link:last-child:after {
  display: none;
}
.b--burger-menu {
  display: none;
  /*position: absolute;*/
  position: fixed;
  overflow: auto;
  bottom: 0;

  top: 48px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 2, 3, 0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 2, 3, 0.15);
  box-shadow: 0px 10px 15px 0px rgba(0, 2, 3, 0.15);
}
.b--burger-menu.active {
  display: block;
}
.b--burger-menu__handler {
  position: relative;
  height: 16px;
  width: 16px;
  /*border-top: 2px solid #8495a3;
  border-bottom: 2px solid #8495a3;*/
  cursor: pointer;
  margin-right: 12px;
  display: none;
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUVEN0Y1NkMyRUI2MTFFOUIzOUJDMDc0M0UyM0Y5NDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUVEN0Y1NkQyRUI2MTFFOUIzOUJDMDc0M0UyM0Y5NDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRUQ3RjU2QTJFQjYxMUU5QjM5QkMwNzQzRTIzRjk0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRUQ3RjU2QjJFQjYxMUU5QjM5QkMwNzQzRTIzRjk0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi4QtDoAAAA6SURBVHjaYvz//z8DLQETA40BC4zROm0JVb1SnRXDSF8fAAHjkIwDxtFUNJqKRlPRMEhFQz8OAAIMAGnHGCGZZHLfAAAAAElFTkSuQmCC');
  border: none;
  width: 24px;
  height: 18px;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--burger-menu__handler {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--burger-menu__handler {
    width: 24px;
    height: 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--burger-menu__handler {
    margin-right: 8px;
  }
}
.b--burger-menu__handler:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  /*background-color: #8495a3;*/
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.b--burger-menu__menu {
  display: block;
}
.b--burger-menu__menu .menu-item {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(206, 208, 219, 0.5);
}
.b--burger-menu__menu .menu-item:last-child {
  border-bottom: none;
}
.b--burger-menu__menu .menu-item a {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
  letter-spacing: 1px;
  padding-left: 12px;
}
/*
.b--burger-menu__menu .menu-item:hover,
.b--burger-menu__menu .menu-item:active {
  height: auto;
}
.b--burger-menu__menu .menu-item:hover a,
.b--burger-menu__menu .menu-item:active a {
  color: #e6670d;
}
.b--burger-menu__menu .menu-item:hover .submenu,
.b--burger-menu__menu .menu-item:active .submenu {
  display: block;
}
*/

.b--burger-menu__menu .menu-item.active {
  height: auto;
}
.b--burger-menu__menu .menu-item.active a{
  color: #e6670d;
}
.b--burger-menu__menu .menu-item.active .submenu{
  display: block;
}

.b--burger-menu__menu .menu-item.has-children:after {
  position: absolute;
  display: block;
  content: "";
  right: 10px;
  top: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEFJREFUeNpiPHfh9nQGBoYMBuygkwlIZAHxDGyShvoqFUxA4j8WRWBJEIPx////YJHzF+8wAqlpQPwRJgkCAAEGAEerEpYckbIcAAAAAElFTkSuQmCC");
}
.b--burger-menu__menu .menu-item .submenu {
  width: 100%;
  display: none;
}
.b--burger-menu__menu .menu-item .submenu .menu-item:after {
  display: none;
}
.b--burger-menu__menu .menu-item .submenu .menu-item a {
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  padding-left: 32px;
}
/*
.b--burger-menu__menu .menu-item .submenu .menu-item:hover,
.b--burger-menu__menu .menu-item .submenu .menu-item:active {
  height: 40px;
}
.b--burger-menu__menu .menu-item .submenu .menu-item:hover a,
.b--burger-menu__menu .menu-item .submenu .menu-item:active a {
  color: #e6670d;
}
*/
.b--burger-menu__menu .menu-item .submenu .menu-item.active{
  height: 40px;
}
.b--burger-menu__menu .menu-item .submenu .menu-item.active a{
  color: #e6670d;
}

.b--burger-menu__contacts-wrap {
  height: 64px;
  line-height: 64px;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(206, 208, 219, 0.5);
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--burger-menu__contacts-wrap {
    display: none;
  }
}
.b--burger-menu__contacts {
  font-size: 0.001px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  width: 81px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background: #e3660b;
  /*
    background: -moz-linear-gradient(top,  rgba(227,102,11,1) 0%, rgba(194,80,6,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(227,102,11,1) 0%,rgba(194,80,6,1) 100%);
    background: linear-gradient(to bottom,  rgba(227,102,11,1) 0%,rgba(194,80,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3660b', endColorstr='#c25006',GradientType=0 );
    */
}
.b--burger-menu__contacts:before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid rgba(102, 51, 0, 0.7);
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}
.b--burger-menu__contacts:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 40px;
  bottom: 0;
  width: 1px;
  background-color: #663300;
}
.b--burger-menu__contacts-contact {
  height: 100%;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.b--burger-menu__contacts-contact:first-child {
  -webkit-border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
  -moz-border-top-left-radius: 32px;
  -moz-border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.b--burger-menu__contacts-contact:last-child {
  -webkit-border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -moz-border-top-right-radius: 32px;
  -moz-border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.b--burger-menu__contacts-contact-mail,
.b--burger-menu__contacts-contact-phone {
  display: inline-block;
  vertical-align: middle;
}
.b--burger-menu__contacts-contact-mail {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT9JREFUeNpi/P//vxwDA0MyEAswUAY+APF0xr9//15lYmLSYqAC+PXr10aG/1Bw+/btm//JBDC979+/vwc3UFtXN761rW3hly9fPhFrEEgtSA9IL4j/5s2bh3ADv379msbAxKympqFZfPz4iVOEDAOpAakF6QHpxTAQCnZcuHBRDajIvaCwaAbQC2/QDQKJgeRAakBqQXpgctgM/P/v37+vQCpfQEhYQUJKOmvX7t0HgGJ/QRjEBomB5EBqoGr/4zUQCZx49eqVAdAl9rFx8f0gDGKDxEBy2DQQMhAEfgFxo52DgywIg9hQsf+4DGQEMYhIYtehtCY+RW/fvn1ErIFEAZCBTAxUBiPRwBcvXjyjlmHANPqC0c8/oLiutjZKWFiIn7IYfvexsalpMiMw9YMKVisg5qXQgZ+B+DBAgAEATVAIkrY27IIAAAAASUVORK5CYII=");
}
.b--burger-menu__contacts-contact-phone {
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAk5JREFUeNpi/P//PwMtASMDEzPNDP//9w8DCwEF3EDKGohNgdgIiA2hUueB+BwQnwbio4zMLF9xmwLyARb8+vVrk8+fPx/6TxjsBGIDbGZAgh+LxLNnz2p+/fr17T/x4CMQFxBlwfHjJzr/kw+y8VrQP2FC5N+/f//g0Pzv58+fP0AYxMah5hcQG2G1ICAwSOH27ds3cTnt27dvn6VkZEskpWWqQGw8vtgFxFwwC5igUc1qbW2VoqKiooYrLXBycv48d+b0TnMzMw6Qs/AkPlcgtkNPRQqr16zZTiB8gaH39+WXL18+/gMCAmqrYT6A5QNxdTV1aQL5BuRqYaBPGBiBgIBaI2RNYAvk5GTxWvDjx49vYeERfaFh4RNAbGItgPuAULZnY2P7duTo0Z53796FgYKI2OICHlmPHj1+ilchE9P/m9ev/ZaXl2cjHELgYgTFgpc3b93EawEwwhgPHjrEBqKJcDimBadPn3lCqHB8+vTpL2Aq+ktEEX8Ww4L5CxbcvXPnzi2c5ToQeHl6CqipqXLhS0VABxwBUofQ8wErEIdERcf04SsqgOAzsBD8jquoAOl98+aNGa6ySByIC+fOm7eO3JLu8ePHFYRKU1C5Xrxo8eINwELtO7EGg9SePXuum9j6wBiIc8MjIntvAgEhw4EF5PWu7u5IXBUOrjpZDIhtxcXF1eJiYxXMzEzlQEWJrKwMOLc/fvzkKShZ37t37/T58xfmrVi58gGuOhlfpc8KxNLQXC4OtRQEXoFSHRSD8s5vfJU+zVsVAAEGADza/bfkb0IuAAAAAElFTkSuQmCC");
}
.b--burger-menu__contacts-contact .b--contacts-popup {
  bottom: 42px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 264px;
  height: 252px;
  padding: 0 16px;
  padding-top: 16px;
}
.b--burger-menu__contacts-contact .b--contacts-popup__phone {
  font-size: 24px;
}
.b--burger-menu__contacts-contact .b--contacts-popup__title {
  margin-top: 12px;
}
.b--burger-menu__contacts-contact .b--contacts-popup__time {
  line-height: 20px;
}
.b--burger-menu__contacts-contact .b--contacts-popup:after {
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNqczNENwCAIBFDY2hFuAjunE9DTNE1VaFpIjq+7J2ZWLX8QPmWOzJiRDmQQXLsb+IPgsZmALwiW/ga8IXC6LuAhCHqiQ/FPmco0pkSlU4ABAK22k2RoB1SwAAAAAElFTkSuQmCC");
}
.b--cabinet {
  display: inline-block;
  vertical-align: top;
  width: 847px;
  margin-left: 12px;
  margin-top: 24px;
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--cabinet {
    width: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--cabinet {
    width: 490px;
  }
}
@media (min-width: 0) and (max-width: 767px) {  .b--cabinet {
    width: 100%;
    margin-left: 0;
  }
}
.b--cabinet .e--button {
  width: 176px;
}
.b--cabinet__head {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 10px 36px;
  border: 2px solid #e6670d;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--cabinet__head {
    padding: 10px;
  }
}
.b--cabinet__head a {
  color: #0099ff;
  border-bottom: 2px solid rgba(0, 153, 255, 0.5);
}
.b--cabinet__head a:hover {
  color: #0099ff;
}
.b--cabinet__block {
  margin-bottom: 24px;
  display: block;
}
.b--cabinet__block-title {
  display: block;
  line-height: 16px;
  padding: 16px 24px;
  font-size: 16px;
  color: #8495a3;
  font-family: "Arial", sans-serif;
  background-color: rgba(204, 204, 204, 0.15);
}
.b--cabinet__block-title-line.v--smaller {
  font-weight: normal;
  font-size: 12px;
  margin-top: 8px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block-title {
    padding: 5px 12px;
  }
}
.b--cabinet__block-title .small {
  font-size: 12px;
}
.b--cabinet__block-title-align {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.b--cabinet__block-title-column {
  display: inline-block;
  vertical-align: middle;
}
.b--cabinet__block-title-column:first-child {
  width: 190px;
}
.b--cabinet__block-text {
  font-size: 12px;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
.b--cabinet__block-text .number {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Arial", sans-serif;
}
.b--cabinet__block-text .info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block-inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.b--cabinet__block-label {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  padding-top: 36px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block-label {
    width: 100%;
    padding-top: 12px;
  }
}
.b--cabinet__block .e--input-item {
  margin-top: 16px;
  margin-right: 12px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block .e--input-item {
    margin-right: 0;
    width: 48%;
  }
}
.b--cabinet__block .e--input-item.v--date .e--select {
  margin-right: 12px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block .e--input-item.v--date .e--select {
    width: 93px;
    margin-right: 8px;
  }
}
.b--cabinet__block .e--input-item.v--date .e--select:last-child {
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block .e--input-item.v--date {
    display: block;
    width: 100%;
  }
}
.b--cabinet__block .e--select,
.b--cabinet__block .e--text-input {
  width: 176px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block .e--select,
  .b--cabinet__block .e--text-input {
    width: 100%;
  }
}
.b--cabinet__block .e--select.v--size-2,
.b--cabinet__block .e--text-input.v--size-2 {
  width: 80px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block .e--select.v--size-2,
  .b--cabinet__block .e--text-input.v--size-2 {
    width: 100%;
  }
}
.b--cabinet__block .e--select.v--size-3,
.b--cabinet__block .e--text-input.v--size-3 {
  width: 272px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__block .e--select.v--size-3,
  .b--cabinet__block .e--text-input.v--size-3 {
    width: 100%;
  }
}
.b--cabinet__contacts {
  width: 464px;
  text-align: left;
  max-width: 100%;
  display: block;
}
.b--cabinet__contacts .e--input-item {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
.b--cabinet__contacts .e--button {
  width: 176px;
}
.b--cabinet__contacts .e--radio-input {
  margin-right: 36px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet__contacts .e--radio-input {
    margin-right: 16px;
  }
}
.b--cabinet__contacts .e--radio-input:last-child {
  margin-right: 0;
}
.b--cabinet-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  width: 272px;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--cabinet-menu {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--cabinet-menu {
    width: 220px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet-menu {
    width: 100%;
  }
}
.b--cabinet-menu__separator {
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 272px;
  background-color: #d0dae3;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--cabinet-menu__separator {
    left: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--cabinet-menu__separator {
    left: 220px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet-menu__separator {
    display: none;
  }
}
.b--cabinet-menu .menu-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  line-height: 46px;
  -webkit-transition: background-color 0.4s ease-out 0s;
  -o-transition: background-color 0.4s ease-out 0s;
  transition: background-color 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet-menu .menu-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}


.b--cabinet-menu .menu-item a {
  height: 100%;
  width: 100%;
  /*display: block;*/
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 16px;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}


@media (min-width: 768px) and (max-width: 1279px) {
  .b--cabinet-menu .menu-item {
    line-height: 20px;
    padding-left: 10px;
  }
  .b--cabinet-menu .menu-item a {
    padding-left: 0;
  }
}



.b--cabinet-menu .menu-item a span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.b--cabinet-menu .menu-item:after {
  position: absolute;
  display: block;
  content: "";
  right: -6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAQCAYAAAA1Qw7OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAINJREFUeNpi/J/GkMTAwDCPAQ0wAiW+A2lrID6HLvEfSD8AYmMgfgeTYILSCkC8FImPYACBBxDXoRsFA/+A2AeIt6NLMEDtMcEmAQLnmBiwA0ZsOt6DnI6uA6QoGojvo0s0gVyE7twdUKf+RQ8SEyB+ix6INkB8FtlMkB056IIgABBgAFd5K1Fjob82AAAAAElFTkSuQmCC");
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--cabinet-menu .menu-item:after {
    display: none;
  }
}
.b--cabinet-menu .menu-item:hover,
.b--cabinet-menu .menu-item.active {
  background-color: #ff6600;
}
.b--cabinet-menu .menu-item:hover:after,
.b--cabinet-menu .menu-item.active:after {
  opacity: 1;
}
.b--cabinet-menu .menu-item:hover a,
.b--cabinet-menu .menu-item.active a {
  color: #ffffff;
}
.b--calendar {
  line-height: normal;
  white-space: normal;
  z-index: 1000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 68px;
  display: none;
  width: 1136px;
  height: 376px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*------------------------------------------------------*/
}
.b--calendar .b--search-form__close {
  top: 102px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--calendar {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--calendar {
    width: 560px;
    top: 160px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar {
    position: fixed;
    width: auto;
    height: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 96px;
  }
}
.b--calendar.active {
  display: block;
}
.b--calendar__calendar {
  display: block;
  padding: 0 54px;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__calendar {
    padding: 0;
    padding-top: 20px;
  }
}
.b--calendar__arrow-left,
.b--calendar__arrow-right {
  position: absolute;
  z-index: 10;
  top: 160px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b--calendar__arrow-left:hover,
.b--calendar__arrow-right:hover {
  opacity: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__arrow-left,
  .b--calendar__arrow-right {
    top: auto;
    bottom: 24px;
  }
}
.b--calendar__arrow-left {
  left: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpi/P//PwMyaJ22hB9ITavOiolmwAKA8gyUAKC5DExoBtoCqYtAHMVAQ8ACtYwVSDUAcTkQMzPQGDC2TF2sBqRBYWbKQCcA8ukRIBZloCMAxSkoHs/S01JGUOoFxikbkN0MxCVQh4BSGSNNUy+Q8QuIQYnIBYgf0yN4kV2xH0jpA/EqWloKEGAAW+AmhOfpMNYAAAAASUVORK5CYII=");
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__arrow-left {
    left: 50%;
    -webkit-transform: translate(-34px, 0);
    -ms-transform: translate(-34px, 0);
    -o-transform: translate(-34px, 0);
    transform: translate(-34px, 0);
  }
}
.b--calendar__arrow-right {
  right: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi/P//P0PrtCUMlIDqrBis4kBzlwKpLKD8R2RxJgbagiggvgi03JaeloKAPBDvB1rcCsSsIAHGlqmL/zPQD5wG4hgmBvoCUyA+Qm9LzwKxLSONUy8s6v4BcQ8Q1wLV/mKhg+8eA3E80LL99Eq9q4BYH9lCEAAIMACjDSwZ8OVc1QAAAABJRU5ErkJggg==");
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__arrow-right {
    right: 50%;
    -webkit-transform: translate(34px, 0);
    -ms-transform: translate(34px, 0);
    -o-transform: translate(34px, 0);
    transform: translate(34px, 0);
  }
}
.b--calendar__block {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 316px;
  margin: 0 6px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__block {
    width: 253px;
  }
}
.b--calendar__block-head {
  display: block;
  margin-bottom: 10px;
  border-left: 1px solid transparent;
}
.b--calendar__block-head:before,
.b--calendar__block-head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.b--calendar__block-head:after {
  clear: both;
}
.b--calendar__block-body {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(132, 149, 163, 0.3);
  border-left: 1px solid rgba(132, 149, 163, 0.3);
}
.b--calendar__block-body:before,
.b--calendar__block-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.b--calendar__block-body:after {
  clear: both;
}
.b--calendar__block-title {
  color: #8495a3;
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.b--calendar__day-name {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 45px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #8495a3;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__day-name {
    width: 36px;
  }
}
.b--calendar__day {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-bottom: 1px solid rgba(132, 149, 163, 0.3);
  border-right: 1px solid rgba(132, 149, 163, 0.3);
  position: relative;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--calendar__day {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
.b--calendar__day:before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  bottom: -1px;
  left: 0px;
  right: -1px;
  -webkit-transition: background-color 0.4s ease-out 0s;
  -o-transition: background-color 0.4s ease-out 0s;
  transition: background-color 0.4s ease-out 0s;
}
.b--calendar__day-number {
  display: inline-block;
  vertical-align: middle;
  color: #8495a3;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  position: relative;
  z-index: 5;
}
.b--calendar__day.inactive .b--calendar__day-number {
  color: rgba(132, 149, 163, 0.3);
}
.b--calendar__day.inactive:before {
  background-color: #ffffff;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: 0;
}
.b--calendar__day.active .b--calendar__day-number,
.b--calendar__day:hover .b--calendar__day-number {
  color: #ffffff;
}
.b--calendar__day.active:before,
.b--calendar__day:hover:before {
  background-color: #ff6600;
}
.b--calendar__day.active.inactive:before,
.b--calendar__day:hover.inactive:before {
  background-color: #ffffff;
}
.b--calendar__day.range .b--calendar__day-number {
  color: #ffffff;
}
.b--calendar__day.range:before {
  background-color: rgba(255, 102, 0, 0.7);
}
.b--category {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: top 0.4s ease-out 0s;
  -o-transition: top 0.4s ease-out 0s;
  transition: top 0.4s ease-out 0s;
}
.b--category__image {
  position: relative;
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--category__image {
    width: 142px;
    height: 142px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--category__image {
    width: 142px;
    height: 142px;
    margin-bottom: 16px;
  }
}
.b--category__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--category__image img {
    max-width: 88px;
    max-height: 88px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--category__image img {
    max-width: 64px;
    max-height: 64px;
  }
}
.b--category__text {
  font-size: 18px;
  color: #666666;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.b--category__text:hover,
.b--category__text:active,
.b--category__text:focus,
.b--category__text:visited {
  color: #666666;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--category__text {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--category__text {
    font-size: 16px;
  }
}
.b--category:hover {
  top: -8px;
}
.b--contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts {
    margin: 0;
    display: block;
  }
}
.b--contacts__block {
  background-color: #ffffff;
  width: 368px;
  height: 400px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.1);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.1);
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  color: #666666;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--contacts__block {
    padding: 0 16px;
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--contacts__block {
    margin-bottom: 24px;
    width: 356px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__block {
    width: 304px;
    height: 330px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--contacts__block:first-child {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
.b--contacts__title {
  font-size: 28px;
  padding-top: 20px;
  line-height: 1.1;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__title {
    font-size: 24px;
  }
}
.b--contacts__text {
  font-size: 15px;
  font-family: "Arial", sans-serif;
  line-height: 24px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__text {
    font-size: 12px;
  }
}
.b--contacts__phone {
  font-size: 32px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 32px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__phone {
    font-size: 26px;
  }
}
.b--contacts__phone:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAj1JREFUeNqslc9LVVEQx997mRBJBgqVlUiKmkJJUdSmchO1cCOIEBKlbiwIksBFlFBRi2gVpdQmgxLERf0B/SCsrCx1ERFoJBJlP4gwMhJ9fSa+wXmXe++7T9/Ah/vufefMnJk5MxNPJpMxV74eyXNf41AL9bANVun7JDyDPnjubii8+jNFX04sWLZDF1TBXbgJE9qzQYafwCNog7d+ShIBylthAAZhPXSCuboHdsNSuAil8A1eQZ2fIj8PmuAKHDaP4SmUBRxkDI7BY+iH/XA/JcZuDoh/CY/XcA32KjxR5CgUQQtUkocfQSGyUMxAcwbKTS7DHYWrw9cDTr+SxxTkxhYmL2FYuSjCi3lvDnYtQrnJVmGyWcZSQlQVy55sTMkB4VnDoyKLBmrQWfAvB1/alh/neUlVm02ZtSuf0M1ZrHI74HvPNyvGTjOQv0Cl39U+tsAJ1Y5X1uZkoPAXPFClPoRRmHP+fxe1VfjF8rTax3TIuvwgA9Zf80I2Wq/pjnAQa3zznqv/wV7OpAlLT8QQ9ngSbeE7n6Ckre2WqL/XwIizaFy9KYrs04Gm1NbXoftW3Gei7VD7Ne+GNMnSia19A6stnCjuCBs4NmROOSVfrN8r4CzcgOvqXf/lAJTDJzgXOA+cmWyF1wuNuprm/gVod5bOyFipQmITsInTf4xyTc3qQfgNy+A2fPZZU6zcNWhuZ1QHf+CQvDmpIfRCw932LYFNGpP3wpKTTpKKa4NmsPX8alXuzjDlJn8FGACJ2I17mavuBAAAAABJRU5ErkJggg==");
}
.b--contacts__mail {
  margin-bottom: 8px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__mail {
    font-size: 14px;
  }
}
.b--contacts__mail:hover {
  color: #ff6600;
}
.b--contacts__mail:active,
.b--contacts__mail:visited,
.b--contacts__mail:focus {
  color: #ffffff;
}
.b--contacts__mail:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL9JREFUeNpifJ3JncjAwBANxJwMpIHvQDyTEWjAHyDjBRALAzEHkZp/APFbIP7JBCSYgfgAEKsC8Vwg/otH41+oGlWoHmYmqATIC91A3AHEukC8Hovm9VC5DqhakB4GJiQFEUB8DYhzgDgLiC2B+BAUW0LFcqBqImCamNBsYYUqvAPEXkDsC8VeULEsqBo4AAXifzx+fgulhXHIP2QhENrChKKDiYFCQBUDdlGg/zAoDDyAmA+aoEgBoET1CSDAABC+JXvkZWhtAAAAAElFTkSuQmCC");
}
.b--contacts__label {
  font-size: 12px;
}
.b--contacts__label-phone {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 16px;
}
.b--contacts__list {
  margin-top: 24px;
}
.b--contacts__list-item {
  font-size: 16px;
  font-family: "Arial", sans-serif;
  color: #666;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__list-item {
    margin-bottom: 4px;
  }
}
.b--contacts__list-item:after {
  /*position: absolute;*/
  display: block;
  content: "";
  left: 0;
  top: 8px;
  background-repeat: no-repeat;
  background-position: center;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpiXLj1uAIDA0MCEG9gARL9QBwAxPlMQOIDAwQ8YASRQKUOQOoCQIABAPdQCaH+fdsVAAAAAElFTkSuQmCC");*/
}
.b--contacts__list-item:hover {
  color: #e6670d;
}
.b--contacts__list-item:hover:after {
  background-repeat: no-repeat;
  background-position: center;
  width: 4px;
  height: 4px;
  display: block;
  vertical-align: middle;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpifJ3JrcDAwJAAxBtYgEQ/EAcAcT4TkPjAAAEPGEEkUKkDkLoAEGAAzw4IJUmwmekAAAAASUVORK5CYII=");*/
}
.b--contacts__list-item:last-child {
  margin-bottom: 0;
}
.b--contacts__contacts {
  padding-left: 4px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.b--contacts__contacts-image {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}
.b--contacts__contacts-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
  z-index: 0;
}
.b--contacts__contacts-image:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.b--contacts__contacts .b--contacts__title {
  margin-bottom: 16px;
}
.b--contacts__contacts .b--contacts__text {
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--contacts__contacts .b--contacts__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__contacts .b--contacts__text {
    margin-bottom: 20px;
  }
}
.b--contacts__news {
  z-index: 10;
  position: relative;
  height: 100%;
}
.b--contacts__news .b--contacts__title {
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__news {
    margin-right: -16px;
  }
}
.b--contacts__news .e--button {
  width: 220px;
  margin-top: 16px;
}
.b--contacts__news .e--button .e--button__link {
  font-size: 14px;
}
.b--contacts__news-image {
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}
.b--contacts__news-image img {
  position: absolute;
  display: block;
  z-index: 0;
  width: 320px;
  height: auto;
  bottom: -36px;
  right: -10px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts__news-image img {
    width: 240px;
  }
}
.b--contacts-popup {
  height: 268px;
  width: 320px;
  text-align: left;
  position: absolute;
  z-index: 250;
  padding: 0 24px;
  padding-top: 24px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 2, 3, 0.2);
  display: none;
  color: #666666;
}
.b--contacts-popup.active {
  display: block;
}
.b--contacts-popup:after {
  position: absolute;
  display: block;
  content: "";
}
.b--contacts-popup__phone {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 34px;
  position: relative;
}
.b--contacts-popup__phone:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAj1JREFUeNqslc9LVVEQx997mRBJBgqVlUiKmkJJUdSmchO1cCOIEBKlbiwIksBFlFBRi2gVpdQmgxLERf0B/SCsrCx1ERFoJBJlP4gwMhJ9fSa+wXmXe++7T9/Ah/vufefMnJk5MxNPJpMxV74eyXNf41AL9bANVun7JDyDPnjubii8+jNFX04sWLZDF1TBXbgJE9qzQYafwCNog7d+ShIBylthAAZhPXSCuboHdsNSuAil8A1eQZ2fIj8PmuAKHDaP4SmUBRxkDI7BY+iH/XA/JcZuDoh/CY/XcA32KjxR5CgUQQtUkocfQSGyUMxAcwbKTS7DHYWrw9cDTr+SxxTkxhYmL2FYuSjCi3lvDnYtQrnJVmGyWcZSQlQVy55sTMkB4VnDoyKLBmrQWfAvB1/alh/neUlVm02ZtSuf0M1ZrHI74HvPNyvGTjOQv0Cl39U+tsAJ1Y5X1uZkoPAXPFClPoRRmHP+fxe1VfjF8rTax3TIuvwgA9Zf80I2Wq/pjnAQa3zznqv/wV7OpAlLT8QQ9ngSbeE7n6Ckre2WqL/XwIizaFy9KYrs04Gm1NbXoftW3Gei7VD7Ne+GNMnSia19A6stnCjuCBs4NmROOSVfrN8r4CzcgOvqXf/lAJTDJzgXOA+cmWyF1wuNuprm/gVod5bOyFipQmITsInTf4xyTc3qQfgNy+A2fPZZU6zcNWhuZ1QHf+CQvDmpIfRCw932LYFNGpP3wpKTTpKKa4NmsPX8alXuzjDlJn8FGACJ2I17mavuBAAAAABJRU5ErkJggg==");
}
.b--contacts-popup__mail {
  font-size: 16px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 34px;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts-popup__mail {
    font-size: 15px;
  }
}
.b--contacts-popup__mail:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL9JREFUeNpifJ3JncjAwBANxJwMpIHvQDyTEWjAHyDjBRALAzEHkZp/APFbIP7JBCSYgfgAEKsC8Vwg/otH41+oGlWoHmYmqATIC91A3AHEukC8Hovm9VC5DqhakB4GJiQFEUB8DYhzgDgLiC2B+BAUW0LFcqBqImCamNBsYYUqvAPEXkDsC8VeULEsqBo4AAXifzx+fgulhXHIP2QhENrChKKDiYFCQBUDdlGg/zAoDDyAmA+aoEgBoET1CSDAABC+JXvkZWhtAAAAAElFTkSuQmCC");
}
.b--contacts-popup__title {
  color: #e6670d;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
.b--contacts-popup__time {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--contacts-popup__time {
    font-size: 14px;
  }
}
.b--contacts-popup__time-label {
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--contacts-popup__label {
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 8px;
}
.b--content {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 24px;
  letter-spacing: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .b--content {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b--content img {
  max-width: 100%;
}
.b--content p {
  margin-bottom: 24px;
}
.b--content ul {
  padding-left: 50px;
  list-style-type: disc;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--content ul {
    padding-left: 1em;
  }
}
.b--content h2 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #e6670d;
}
.b--content blockquote {
  margin: 0;
  position: relative;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--content blockquote {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--content blockquote {
    padding: 24px 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.b--content blockquote:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 36px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNp8UcENwjAMBJQBOkI3IExANqALINQ3D+CPBEgM0D54F8QAdAM6QtmgI2QEzshGVrCwdHKS89mOPR4Zdr7cPVwBtPv1sk+4jLnMGcQB2PLTNeEDXAPkQOWSog+AAgbghKqDEhbMk1VA7RR5VMIZhDHpqOFrCe7T0USRG0XGpCP6BsV0IvyKZQBAD7IzZiiJa/0o4gX7mzH5wIkjEreac6oy2QrBlGhAYMlvQSV68nFHK3S8UzFvrGjKPlOJorTtjT++1DkkXJQVknhuiHtuM+eK2jo9sJ/KauJ/u3oLMAAhrEyssb4W9AAAAABJRU5ErkJggg==");
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--content blockquote:after {
    left: 10px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--content blockquote:after {
    left: 0px;
  }
}
.b--credits {
  width: 847px;
  display: block;
}
.b--credits .b--table__column {
  padding-left: 12px;
}
.b--credits .b--table__column.one {
  width: 110px;
  padding-left: 16px;
}
.b--credits .b--table__column.two {
  width: 120px;
}
.b--credits .b--table__column.three {
  width: 85px;
}
.b--credits .b--table__column.four {
  width: 320px;
}
.b--credits .b--table__column.five {
  width: 106px;
}
.b--credits .b--table__column.six {
  width: 104px;
}
.b--dots-menu {
  position: fixed;
  text-align: left;
  display: block;
  left: 0px;
  top: 0;
  bottom: 0;
  z-index: 1200;
}
.b--dots-menu__menu {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.b--dots-menu__menu-item {
  display: block;
  width: 12px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  text-align: center;
}
.b--dots-menu__menu-item a {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.b--dots-menu__menu-item a:hover,
.b--dots-menu__menu-item a.active {
  width: 12px;
  height: 12px;
}
.b--dots-menu.v--color-1 .b--dots-menu__menu-item a {
  background-color: #ffffff;
}
.b--dots-menu.v--color-2 .b--dots-menu__menu-item a {
  background-color: #ff6600;
}
.b--faq {
  display: block;
  padding-bottom: 48px;
}
.b--faq__item {
  display: block;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  min-height: 90px;
}
.b--faq__item.active .b--faq__item-head:after {
  opacity: 1;
}
.b--faq__item.active .b--faq__item-head:before {
  opacity: 0;
}
.b--faq__item-head {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  line-height: 62px;
  cursor: pointer;
  border-top: 1px solid #9e9e9e;
  z-index: 10;
  padding-right: 40px;
}
.b--faq__item-head:before,
.b--faq__item-head:after {
  position: absolute;
  display: block;
  content: "";
  right: 24px;
  top: 0;
}
.b--faq__item-head:after {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJJJREFUeNpiZIhbwUAEaIPSVegS/xeGo/BZiDCsGIgroey3QNyLTzETEYb1IPF7oGJkGYhsWCwUEzSUhQjDSoB4CZQtDhWHyfUS40J0w5A19ULFcLqUiQTDsBrKGL+yGJeBxBhG0FAmMgzDaygjMGGnAemZJBqGK5iKQS48C8S3gLiTDMNAOaUXmpNeAfFFgAADAKu4LhpOa+UvAAAAAElFTkSuQmCC");
}
.b--faq__item-head:before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKdJREFUeNpiZIhbYczAwLAMiNcDcQUDieD/wnAGxviVrUBmChBHsQAJkIFqQFwOxK+BuJcUA4GGFQOpKihXnwlIzALiEqhADxAXk2BeMVQPCJQAXdvHBOX0kmEoumFgnzEhKSDFUKyGoRtIrKE4DcNmICFDUQzDFoEsOLzUi2QgCL9E4uM0DJ+B6IYuRhIvwZe0mAjEJLL3CRpGyIXIhgqjuRonAAgwAApUMcX4aabjAAAAAElFTkSuQmCC");
}
.b--faq__item-body {
  display: none;
  padding: 0 24px;
  padding-bottom: 24px;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--faq__item-body {
    padding: 0 12px;
  }
}
.b--faq__item-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 54px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--faq__item-title {
    padding-left: 12px;
    font-size: 14px;
    line-height: 30px;
  }
}
.b--faq__item-text {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  display: inline-block;
  vertical-align: top;
  width: 700px;
  padding-top: 64px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--faq__item-text {
    font-size: 15px;
    line-height: 24px;
    width: 100% !important;
    display: block;
  }
}
.b--faq__item-text p {
  margin-bottom: 24px;
}
.b--faq__item-text a {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #000000;
  color: #666666;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.b--faq__item-text a:visited,
.b--faq__item-text a:focus {
  color: #0066b3;
}
.b--faq__item-text a:hover,
.b--faq__item-text a:active {
  color: #e6670d;
  border-color: #e6670d;
}
.b--faq__item-image {
  display: inline-block;
  vertical-align: top;
  width: 384px;
  padding-top: 12px;
  padding-left: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--faq__item-image {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.b--faq__item-image img {
  max-width: 80%;
}
.b--offer-slider {
  text-align: center;
  position: relative;
}
.b--offer-slider__wrap {
  display: block;
  position: relative;
  height: 526px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--offer-slider__wrap {
    height: 542px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--offer-slider__wrap {
    height: 538px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--offer-slider {
    padding: 0 80px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--offer-slider {
    padding-bottom: 12px;
  }
}
.b--offer-slider .owl-stage-outer {
  padding: 0 35px;
  margin-left: -35px;
  margin-right: -35px;
}
.b--offer-slider .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--offer-slider .owl-item.active {
  opacity: 1;
}
.b--offer-slider .owl-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 35px 0;
}
.b--offer-slider .arrow-wrap {
  text-align: center;
  position: absolute;
  z-index: 19;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (min-width: 1280px) {
  .b--offer-slider .arrow-wrap {
    display: none;
  }
}
.b--offer-slider .arrow-left,
.b--offer-slider .arrow-right {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--offer-slider .arrow-left:hover,
.b--offer-slider .arrow-right:hover {
  opacity: 1;
}
.b--offer-slider .arrow-left {
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpi/P//PwMyaJ22hB9ITavOiolmwAKA8gyUAKC5DExoBtoCqYtAHMVAQ8ACtYwVSDUAcTkQMzPQGDC2TF2sBqRBYWbKQCcA8ukRIBZloCMAxSkoHs/S01JGUOoFxikbkN0MxCVQh4BSGSNNUy+Q8QuIQYnIBYgf0yN4kV2xH0jpA/EqWloKEGAAW+AmhOfpMNYAAAAASUVORK5CYII=");
}
.b--offer-slider .arrow-right {
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi/P//P0PrtCUMlIDqrBis4kBzlwKpLKD8R2RxJgbagiggvgi03JaeloKAPBDvB1rcCsSsIAHGlqmL/zPQD5wG4hgmBvoCUyA+Qm9LzwKxLSONUy8s6v4BcQ8Q1wLV/mKhg+8eA3E80LL99Eq9q4BYH9lCEAAIMACjDSwZ8OVc1QAAAABJRU5ErkJggg==");
}
.b--pagination {
  display: block;
  margin-top: 24px;
}
.b--pagination ul {
  margin: 0;
  padding: 0;
}
.b--pagination__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  font-size: 14px;
  color: #8495a3;
}
.b--pagination__pagination {
  display: inline-block;
  vertical-align: middle;
}
.b--pagination__pagination li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 4px;
}
.b--pagination__pagination li:last-child {
  margin-right: 0;
}
.b--pagination__pagination li.active a,
.b--pagination__pagination li:hover a {
  color: #e6670d;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--pagination__pagination li a {
  color: #666666;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.b--persons {
  display: none;
  line-height: normal;
  white-space: normal;
  z-index: 1000;
  position: absolute;
  width: 320px;
  right: 0;
  top: 68px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.b--persons.active {
  display: block;
}
.b--persons .b--search-form__close {
  top: 102px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--persons {
    position: fixed;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 120px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.b--persons__counters {
  text-align: center;
  padding-top: 24px;
}
.b--persons__counter {
  margin: 0 4px;
  width: 142px;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid rgba(132, 149, 163, 0.5);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 0.001px;
  position: relative;
  -webkit-transition: border-color 0.4s ease-out 0s;
  -o-transition: border-color 0.4s ease-out 0s;
  transition: border-color 0.4s ease-out 0s;
}
.b--persons__counter:hover {
  border-color: rgba(255, 102, 0, 0.5);
}
.b--persons__counter:hover .b--persons__counter-count {
  border-color: rgba(255, 102, 0, 0.5);
}
.b--persons__counter-label {
  color: #8495a3;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Arial", sans-serif;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 2px;
}
.b--persons__counter-plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #e6670d;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: 38px;
}
.b--persons__counter-count {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 62px;
  border-left: 1px solid rgba(132, 149, 163, 0.5);
  border-right: 1px solid rgba(132, 149, 163, 0.5);
  font-size: 16px;
  color: #666666;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  -webkit-transition: border-color 0.4s ease-out 0s;
  -o-transition: border-color 0.4s ease-out 0s;
  transition: border-color 0.4s ease-out 0s;
}
.b--persons .persons-dropdown {
  font-size: 14px;
  color: #8495a3;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  display: none;
}
.b--persons .persons-dropdown.active {
  display: block;
}
.b--persons .persons-dropdown .slider-handle {
  background: #ea690b;
  /*
      background: -moz-linear-gradient(top,  rgba(234,105,11,1) 0%, rgba(198,81,6,1) 100%);
      background: -webkit-linear-gradient(top,  rgba(234,105,11,1) 0%,rgba(198,81,6,1) 100%);
      background: linear-gradient(to bottom,  rgba(234,105,11,1) 0%,rgba(198,81,6,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea690b', endColorstr='#c65106', GradientType=0);
      */
}
.b--persons .persons-dropdown .mCSB_container {
  padding-top: 0;
  padding-bottom: 0;
}
.b--persons .persons-dropdown .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
  right: -8px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--persons .persons-dropdown {
    display: block !important;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    top: 188px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.b--place-card {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 272px;
  height: 360px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card {
    width: 144px;
    height: 200px;
  }
}
.b--place-card:hover {
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 2, 3, 0.45);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 2, 3, 0.45);
  box-shadow: 0px 0px 45px 0px rgba(0, 2, 3, 0.45);
}
.b--place-card:hover .b--place-card__image-hover-up {
  opacity: 0.8;
}
.b--place-card:hover .b--place-card__info {
  top: 0;
}
.b--place-card:hover .b--place-card__info-link {
  opacity: 1;
}
.b--place-card__image {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.b--place-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
  z-index: 0;
}
.b--place-card__image-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 192px;
  /*
      background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
      background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
      background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
      */
}
.b--place-card__image:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  opacity: 0;
  background-color: #0064af;
}
.b--place-card__image-hover-up,
.b--place-card__image-hover-down {
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  background-color: #0064af;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
}
.b--place-card__image-hover-up {
  opacity: 0;
  top: 0;
  bottom: 80px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card__image-hover-up {
    bottom: 50px;
  }
}
.b--place-card__image-hover-down {
  opacity: 0.8;
  bottom: 0;
  height: 80px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card__image-hover-down {
    height: 50px;
  }
}
.b--place-card__info-wrap {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card__info-wrap {
    height: 64px;
  }
}
.b--place-card__info {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 33px;
  -webkit-transition: top 0.4s ease-out 0s;
  -o-transition: top 0.4s ease-out 0s;
  transition: top 0.4s ease-out 0s;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card__info {
    top: 28px;
  }
}
.b--place-card__info-title {
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 2, 3, 0.45);
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card__info-title {
    font-size: 15px;
  }
}
.b--place-card__info-link {
  font-size: 14px;
  color: #a1b5c7;
  margin-top: 16px;
  text-shadow: 0px 1px 0px rgba(0, 2, 3, 0.45);
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding-right: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--place-card__info-link {
    margin-top: 4px;
  }
}
.b--place-card__info-link:after,
.b--place-card__info-link:before {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.b--place-card__info-link:after {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNqU08FKQkEUxvGrGEmk+AzWIiwjUnqJoqDoCXqJNtHGhW8gkmUUROugRRC9QREUESg9g4vAsmT6fzEDV5l7vV74bc7MOXNm7kzKGBOMfVUcYAG/NjaDDlp4GpmtAlYObZyjFIo7K7jAGeZd3A3mcY8tT+K4bTy4Ii54ic0EyeEi6jZIs4sNDHAbJP9uoNyKqp1gybNKEccxXeicGqpSxLtnlQ98ox7RxZv+lAp8xbSq5B5qEeNDFTAT9luImWNUIDuhA31HEeOzKtBFyTO4iE8cRiSv/p8dJ1mxNyyYku7Omjp4xA92prgHe+jj2VWbs9dzN8HK+7izOSOPSYEmrrDuSdRWr3V5XLKkPM+5bJ/zsv6zjWXwglO8hif/CTAAyHaDtGCg0YkAAAAASUVORK5CYII=");
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--place-card__info-link:before {
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVZJREFUeNqMk7tKA0EYhTeLogiKz5BYeWsU8RksIii2abx0iYIoNmKTIt5QFCu18QEsxPgMNopgCAGDr6BF8C7jd2Aim2V3sgNnz+785z/zz+w/KWOMFxwXN7fj0DzIgB873QmewFluavI+qE81DUjshY40B3YQVkPGw9C6NS0Qb/wbEOzj/RIcErj2HANtFloBWZn4dv4EHLRL1kBzpYXAsb59HCfgLwJlL+GwJsodUwWLYDei1DTYcvhsgwUZpHGsRazyDH1iUoqpQoeckcGHo1Qlv2JSjJH8ysC02XK/Q2Nk0O34ZSVbyWaMpEsGdYSDEckDUIPkjRjzUajWweMUSJQL7b8OFR1bWwP7PsI7Xr5xnE7aB2hnoXdyH5qdmAfLBGYSJM9BS7adWy5Tj9oZ6FLthW+dus6W/QJWib+1GASEI/Y6D+k/22md1SM4J7ES1P8JMADDiYmDNJOhHAAAAABJRU5ErkJggg==");
}
.b--place-card__info-link:hover {
  color: #ffffff;
}
.b--place-card__info-link:hover:after {
  opacity: 1;
}
.b--product-card {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 368px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--product-card {
    width: 348px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card {
    width: 304px;
  }
}
.b--product-card__percent {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #00a34e;
  color: #ffffff;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 2, 3, 0.35);
}
.b--product-card__percent:before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid rgba(0, 2, 3, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.b--product-card__tag {
  position: absolute;
  top: 16px;
  right: 114px;
  width: 192px;
  height: 24px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 11px;
  font-family: "Arial", sans-serif;
  color: #ffffff;
}
.b--product-card__tag:before,
.b--product-card__tag:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.b--product-card__tag:after {
  clear: both;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--product-card__tag {
    right: 16px;
  }
}
.b--product-card__tag-left {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.b--product-card__tag-right {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-right: 6px;
}
.b--product-card__tag .bold {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--product-card__tag .value {
  color: #ffcc00;
}
.b--product-card__tag .separator {
  color: #999;
}
.b--product-card__price {
  position: absolute;
  height: 112px;
  width: 106px;
  top: 195px;
  right: 0;
  z-index: 20;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card__price {
    top: 154px;
  }
}
.b--product-card__price:before {
  position: absolute;
  display: block;
  content: "";
  width: 114px;
  height: 127px;
  background-image: url("../../img/price.png");
  background-repeat: no-repeat;
  top: -8px;
  left: -8px;
}
.b--product-card__price-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 38%;
  left: 50%;
  -webkit-transform: rotate3d(0, 0, 1, -10deg) translate(-50%, -50%);
  -ms-transform: rotate3d(0, 0, 1, -10deg) translate(-50%, -50%);
  -o-transform: rotate3d(0, 0, 1, -10deg) translate(-50%, -50%);
  transform: rotate3d(0, 0, 1, -10deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--product-card__price-label {
  font-size: 16px;
  line-height: 1.1;
}
.b--product-card__price-value {
  font-size: 28px;
  line-height: 1.1;
}
.b--product-card__price-value sup {
  font-size: 16px;
}
.b--product-card__image-label {
  background-color: #005ea8;
  height: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  padding-left: 14px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  z-index: 19;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card__image-label {
    font-size: 11px;
    height: 24px;
    line-height: 24px;
  }
}
.b--product-card__image {
  display: block;
  width: 100%;
  height: 272px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card__image {
    height: 256px;
  }
}
.b--product-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
}
.b--product-card__info {
  display: block;
  position: relative;
  height: 184px;
  padding: 14px;
  padding-top: 6px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card__info {
    height: 160px;
  }
}
.b--product-card__info-stars {
  min-height: 13px;
}
.b--product-card__info-name {
  font-size: 20px;
  line-height: 1.2;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
  display: block;
  overflow: hidden;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  height: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card__info-name {
    font-size: 16px;
    letter-spacing: 0px;
    height: 20px;
    margin-top: 4px;
  }
}
.b--product-card__info-place {
  text-transform: uppercase;
  padding-left: 16px;
  font-size: 10px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b--product-card__info-place:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALNJREFUeNpi/P//P0PrtCWhDAwMtUCsC8SfgHgNEJdWZ8W8Y2YVU4kGcpYDsTgDBLADsSEQux0+fWkeE5DRCJV4BMSxQDwHygcpCgQpUIYKzAUauQRIZzMggBILkLgDxCpAnAx0yz0gbYek4DbIhMVQjhyUnQrlvwPibSAFE4H4NQMmaAFa+Z0JSHxEsxcETgPxZBADZAIDUNFqIDUFyehQoNgfuAIoKAbiXVDJhzBBgAADABX5L1WXjWa6AAAAAElFTkSuQmCC");
}
.b--product-card__info-label {
  color: #666666;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  margin-top: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--product-card__info-label {
    font-size: 10px;
  }
}
.b--product-card__info-fav {
  position: absolute;
  right: 7px;
  bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 42px;
  width: 42px;
  border: 1px solid #ccc;
}
.b--product-card__info-fav:after {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZ5JREFUeNqklL1LA0EQxXdPkBSi1loI1mKZxkRSiJ2FhQhaWCWrCKks/AuENCIp1FOCNgbFQsEuWJkUYmNja2GhtaKtrG/2XpKLuVOSG3gzt7czv9u9/dDWWtUyowfgs9Qo9Ao1lG8f2J+Gz0Dj0DtUd/LtdxOhW0CjD+DXVbQ1GDMx/YeAbrSBRvt4LkBCv+OXZQRj0Dw0xcInqAa9cQYyk1nhQEeAGm0LaoYjkGEv4eVV1/eNLrro23JE3yL8JSS/a1qAp3hYg0oo2Fb9mNH78DLlHY/DFjtW/ds5Y1aAk5zOcwLgC+OEAD857OEEwCHGL48rKjaXANjcTg0B3rKxlQBYYKwr2YdY6UfIQpuu3YukJqi9l7ZHcolxF/8y18N2ybmawPbEeVxhWfYKNAhd88z+B0u73KCmQkboLAdJZ/Ar0Ae0gKR6DEz27g00AlWRt9rs8joSg44qE2s8VlFHrRYF6wa2oSdQyp1Ro/MhWJ7nNuVyfsG6p9w5kvANVOTbcvhmiSqLB8bfka27r3dgAF0OXSByO1/8lf4jwADxJLeAVYeXWAAAAABJRU5ErkJggg==");
}
.b--product-card__info .e--button {
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.25);
}
.b--product-card__info .e--button:after {
  -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.25);
}
.b--profile {
  font-size: 0.001px;
  display: inline-block;
  vertical-align: top;
  /*width: 272px;*/
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile {
    width: 144px;
    margin-right: -8px;
  }
}
.b--profile__bg {
  z-index: 49;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #ea690b;
  /*background: -moz-linear-gradient(top, #e6670d 0%, #c65206 100%);
  background: -webkit-linear-gradient(top, #e6670d 0%, #c65206 100%);
  background: linear-gradient(to bottom, #e6670d 0%, #c65206 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6670d', endColorstr='#c65206', GradientType=0);*/
  -webkit-border-bottom-right-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-bottom-right-radius: 26px;
  -moz-border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
}
.b--profile__bg:before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid rgba(102, 51, 0, 0.7);
  border-top: none;
  -webkit-border-bottom-right-radius: 28px;
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-bottom-right-radius: 28px;
  -moz-border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.b--profile__mail {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 64px;
  position: relative;
  z-index: 50;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__mail {
    width: 46px;
  }
}
.b--profile__mail-handler {
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT9JREFUeNpi/P//vxwDA0MyEAswUAY+APF0xr9//15lYmLSYqAC+PXr10aG/1Bw+/btm//JBDC979+/vwc3UFtXN761rW3hly9fPhFrEEgtSA9IL4j/5s2bh3ADv379msbAxKympqFZfPz4iVOEDAOpAakF6QHpxTAQCnZcuHBRDajIvaCwaAbQC2/QDQKJgeRAakBqQXpgctgM/P/v37+vQCpfQEhYQUJKOmvX7t0HgGJ/QRjEBomB5EBqoGr/4zUQCZx49eqVAdAl9rFx8f0gDGKDxEBy2DQQMhAEfgFxo52DgywIg9hQsf+4DGQEMYhIYtehtCY+RW/fvn1ErIFEAZCBTAxUBiPRwBcvXjyjlmHANPqC0c8/oLiutjZKWFiIn7IYfvexsalpMiMw9YMKVisg5qXQgZ+B+DBAgAEATVAIkrY27IIAAAAASUVORK5CYII=");
  position: absolute;
  left: 24px;
  top: 15px;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__mail-handler {
    left: 15px;
  }
}
.b--profile__faq {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 92px;
  position: relative;
  z-index: 50;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__faq {
    width: 46px;
  }
}
.b--profile__faq-handler {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b--profile__faq-handler:focus .b--profile__faq-text,
.b--profile__faq-handler:active .b--profile__faq-text,
.b--profile__faq-handler:visited .b--profile__faq-text {
  color: #ffffff;
}
.b--profile__faq-handler:hover .b--profile__faq-text {
  color: #ffffff;
}
.b--profile__faq-icon {
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmlJREFUeNpiZGBiZsAG/v/9owSk7IDYCIiNgVgZiO8C8VkgPgfEhxiZWe5h6gQZiIZfvnyZ/vv373f/8YNXQByHoR+ZA1Qg+vr1663oOn/+/Pn9+fPnT0E0FoOXg/RhM5Dz7t27B9FVb9i4cauBkVEWUD5XQ0u7bu26dTuwGYph4Oo1a/rQVZ05c3YayCKQ/NWrVw2BtAUQF69ctWorFkPj4QYWl5S6fv78+ROy7NevX+/DLPvx48c+qPBOPgFBC2FRsYp37969QTPwORDLMwGN5NPR0Y7n4eHhRY4rLi6u98CYjjh25Mg6dnZ2R6iw27Mnj/nevn37+vHjJ0/RolcCiN1BLtDbf+DAESxe+Ich8O/fVyAlC9Tj++TJk4dY9EwGGej08OHD+/8Jg3+vXr1KBgXB7DlzpuFQcxRkYCR6+GEDt2/fngwyDBghMcAw/Y5D2XOQgRmEXPjp06ebIMNmzpplAzTsKx6lR0GR8vHe/ftPGfAAXl5eoFcYBPj5+QuBEcSFR+k5kIEvb968+ZwBPzC7ef3aBGcnJ2sC6i6DY9nGzq6FmHDEB4B5/zUoHYIM5AOF48RJk5bjUnzhwsULcfEJE0A0LjXAAiUDOetpg7LUuXPnz2NTDEzIs0Bpb8/evYewFjuvXm3DVjh4a+no1uMw9PmLFy9OYwsWaIGCvbQBGQpy6YSJE5d/+/btM74wA8mvWr26F1Z4wDAjlhJbC4gdHB0cZAIDA5R0dXWllRQVZYSBAOj1t8Ak9uTGjRv3nz59tqSltXUXumZGHFUAPxDLALE4FAsA8QdQEoPiJ6D0i00jQIABAIbobmy0YGOMAAAAAElFTkSuQmCC");
  display: inline-block;
  vertical-align: middle;
}
.b--profile__faq-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 2, 3, 0.45);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__faq-text {
    display: none;
  }
}
.b--profile__fav {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 100%;
  position: relative;
  z-index: 50;
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__fav {
    width: 48px;
  }
}
.b--profile__fav:after,
.b--profile__fav:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(102, 51, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(102, 51, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(102, 51, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80663300', GradientType=0);
}
.b--profile__fav:after {
  left: 0;
}
.b--profile__fav:before {
  right: 0;
}
.b--profile__fav-handler {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNqklD1Lw1AUhpNc2yoighpHN3+BorgVHEUcbM3Qn2ctYsGh4GZAdG2qS8TYTUcXbwgomPb6vmkiaD7U5oWn95JzzsNtm0TXDKExahSaWHbBGhiDIbjSxYyM64tY6mAdGOAJ2Ki/RAKKlFIt8KbSkcCKkRl1zrTo0LHZge4GTI6WzjhejZz6CGxpQRDYqmSklKd6GIbvQoiaViI4zLMBSVUrGRxqzsCxXsuKfN+Xhuve35YVPQ6Hd1rzyLI+kGl/aM4eNpr7vI8Wjtvt82lFnIVjProhK7XZDccZDP4r4QxnJ08HP8CyuXrged7DXyXs5Uwy/yUCYmnFtFzkNwl72MuZLFEia/T7Tu7XZI093yQZokgmKtW9S9u+/inhNdZSkhxRQv2s271IJNzzWm5/gYhsn3Q6PfzFPe6LevXkxVaQTT5OwClq+hRgAHGiCp0d8yleAAAAAElFTkSuQmCC");
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__fav-handler {
    left: 14px;
  }
}
.b--profile__fav-counter {
  z-index: 10;
  position: absolute;
  top: 5px;
  right: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  color: #e6670d;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 2, 3, 0.45);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 2, 3, 0.45);
  box-shadow: 0px 1px 0px 0px rgba(0, 2, 3, 0.45);
}
.b--profile__user {
  width: 132px;
  height: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 50;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__user {
    width: 48px;
  }
}
.b--profile__user-handler {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 14px;
  /*&:after{
        .pseudo-block;
        right: 0px;
        top: 50%;
        .translate(0,-50%);
        .icon(8px,5px,'chevron8x5-down-white.png');
      }*/
}
.b--profile__user-avatar {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 5;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNqslL1Lw0AYxi9WQVI76OQXTioOapGW/A1aIzirgxXB1U0XUTd3P2onBxdtu1l0diqVOtSCSNHFpUqhCrWlYNv4PnrRJL3DCr7wI+G55324u1yOsRYXc2IYhptYJuLEs/FTz1zDmFvUKwoLEnnj94InKA2kQRdxZPy90OMSBTaE1Wq16mkkEp/w+bYB3qGJQm2BfJkNFYlGz2hcI9wcDZpkpl/Lx+ZWq9WCyDE3vxBw7hE0kZdnuFmlUlmRbc5ZPD7kDIQm8yOLFQqFS5mhWCxuOAOhyfzIwgxfZYZ6vf5OjzWil7PGNdkMXxW8sH+slmZMdV7NeFvL5fKbqqodVhGrTadvMucX52n6CI+p1PULdL/f1zmj6wOBqYDX6x0fUxTFNiFksWw2m7H9T/n807Q+s0MfQCeGCQ+hcDxc0+GB19qLLBaNxfat4mJwaZMauoQ/vp0ueK29yGJ+TdMwVVPM5XJbTYR9Aq/ZhwxkYaDtMBw+dpyAdUKRBWGMe74LGcgyTaPJ5NWVIzRBzBLtlqB2riWsRvQiw3bbqB2egCAUhYP8wGk41OhBr+iCxRInd/f2Tqx7Kit44EUP7xXf2Jh6T1//6kEoFLmlKpVKRTME79AwBs/3Mi18JTcWbS4bIQaJbkI1zy7xRNwTd8S7s/FDgAEA7ZRt8Yu0g6IAAAAASUVORK5CYII=");
}
.b--profile__user-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  display: block;
}
.b--profile__user-label {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 2, 3, 0.45);
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 8px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__user-label {
    display: none;
  }
}
.b--profile__user-name {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0 12px;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--profile__user-text {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 0 12px;
}
.b--profile__user-logout {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--profile__user-logout:hover {
  color: #e6670d;
}
.b--profile__user-dropdown {
  position: absolute;
  z-index: 48;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 2, 3, 0.45);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 2, 3, 0.45);
  box-shadow: 0px 0px 45px 0px rgba(0, 2, 3, 0.45);
  display: none;
  background-color: #ffffff;
  padding-top: 66px;
  line-height: normal;
  text-align: left;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--profile__user-dropdown {
    left: auto;
    width: 320px;
  }
}
.b--profile__user-dropdown.active {
  display: block;
}
.b--profile__user-menu {
  display: block;
  position: relative;
}
.b--profile__user-menu-handler {
  display: block;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(132, 149, 163, 0.7);
  border-bottom: 1px solid rgba(132, 149, 163, 0.7);
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--profile__user-menu-handler:hover {
  color: #e6670d;
}
.b--profile__user-menu-handler:after {
  /*
        .pseudo-block;
        .icon(4px,8px,'chevron4x8-right-gray.png');
        right: 14px;
        top: 15px;
        */
}
.b--review-slider {
  text-align: center;
  position: relative;
}
.b--review-slider__wrap {
  display: block;
  position: relative;
  height: 765px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--review-slider__wrap {
    height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--review-slider__wrap {
    height: 750px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review-slider__wrap {
    height: 750px !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--review-slider {
    padding: 0 80px;
    padding-bottom: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review-slider {
    margin-top: -20px;
  }
}
.b--review-slider .owl-stage-outer {
  padding: 0 35px;
  margin-left: -35px;
  margin-right: -35px;
}
.b--review-slider .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--review-slider .owl-item.active {
  opacity: 1;
}
.b--review-slider .owl-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 35px 0;
}
.b--review-slider .arrow-wrap {
  text-align: center;
  /*position: absolute; weg, damit pfeile nicht über dem text liegen*/
  z-index: 19;
  bottom: 0px;
  width: 100%;
  left: 0;
}
@media (min-width: 1280px) {
  .b--review-slider .arrow-wrap {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review-slider .arrow-wrap {
    bottom: 8px;
  }
}
.b--review-slider .arrow-left,
.b--review-slider .arrow-right {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--review-slider .arrow-left:hover,
.b--review-slider .arrow-right:hover {
  opacity: 1;
}
.b--review-slider .arrow-left {
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpi/P//PwMyaJ22hB9ITavOiolmwAKA8gyUAKC5DExoBtoCqYtAHMVAQ8ACtYwVSDUAcTkQMzPQGDC2TF2sBqRBYWbKQCcA8ukRIBZloCMAxSkoHs/S01JGUOoFxikbkN0MxCVQh4BSGSNNUy+Q8QuIQYnIBYgf0yN4kV2xH0jpA/EqWloKEGAAW+AmhOfpMNYAAAAASUVORK5CYII=");
}
.b--review-slider .arrow-right {
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAJCAYAAADO1CeCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi/P//P0PrtCUMlIDqrBis4kBzlwKpLKD8R2RxJgbagiggvgi03JaeloKAPBDvB1rcCsSsIAHGlqmL/zPQD5wG4hgmBvoCUyA+Qm9LzwKxLSONUy8s6v4BcQ8Q1wLV/mKhg+8eA3E80LL99Eq9q4BYH9lCEAAIMACjDSwZ8OVc1QAAAABJRU5ErkJggg==");
}
.b--review {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 368px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--review {
    width: 348px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review {
    width: 304px;
  }
}
.b--review__card {
  width: 100%;
  height: 376px;
  display: block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
}
.b--review__image {
  display: block;
  width: 100%;
  height: 272px;
  top: 0;
  left: 0;
  position: relative;
  z-index: 5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  overflow: hidden;
}
.b--review__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
  z-index: 0;
}
.b--review__info {
  display: block;
  width: 100%;
  height: 104px;
  padding: 0 14px;
  padding-top: 4px;
  position: relative;
}
.b--review__info-place {
  text-transform: uppercase;
  padding-left: 16px;
  font-size: 10px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b--review__info-place:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALNJREFUeNpi/P//P0PrtCWhDAwMtUCsC8SfgHgNEJdWZ8W8Y2YVU4kGcpYDsTgDBLADsSEQux0+fWkeE5DRCJV4BMSxQDwHygcpCgQpUIYKzAUauQRIZzMggBILkLgDxCpAnAx0yz0gbYek4DbIhMVQjhyUnQrlvwPibSAFE4H4NQMmaAFa+Z0JSHxEsxcETgPxZBADZAIDUNFqIDUFyehQoNgfuAIoKAbiXVDJhzBBgAADABX5L1WXjWa6AAAAAElFTkSuQmCC");
}
.b--review__info-name {
  font-size: 20px;
  color: #666666;
  margin-top: 2px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review__info-name {
    font-size: 18px;
  }
}
.b--review__review-author {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #005ea8;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review__review-author {
    width: 304px;
  }
}
.b--review__review-author:after {
  /*position: absolute;*/
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAYAAAB4MH11AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNq0UQkOgCAMmwvv9CUql/oWf6mQTEOIwBBsUgKDtjAGGA8FABL+gUI/ELubO2pBCx0Ue8B3xPgJBkXdKeAxjwPukJb/WELztwCgA/KjuY2LmDhsSNBk7iEyIhuE5TA7rqlNURCXQibHLWeAjOdbumW1OTcAqAVzrTmnRXHISdy5okuAAQCY0RnEnVsAYwAAAABJRU5ErkJggg==");*/
  right: 32px;
  top: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review__review-author:after {
    right: 60px;
  }
}
.b--review__review-author_avatar {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--review__review-author_avatar {
    top: 8px;
  }
}
.b--review__review-author_avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
  z-index: 0;
}
.b--review__review-author_info {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
}
.b--review__review-author_info-name {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--review__review-author_info-label {
  margin-top: 2px;
  font-size: 11px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  padding-right: 8px;
}
.b--review__review {
  margin-top: 16px;
  display: block;
  position: relative;
  height: 120px;
  border-left: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--review__review {
    height: 160px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review__review {
    height: 260px !important;
  }
}
.b--review__review-text {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 0;
  padding-left: 96px;
  padding-right: 16px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--review__review-text {
    font-size: 14px;
  }
}
.b--search {
  width: 100%;
}
.b--search__tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  height: 40px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search__tabs {
    height: auto;
    display: block;
  }
}
.b--search__tabs:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(132, 149, 163, 0.5);
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search__tabs:before {
    display: none;
  }
}
.b--search__tab {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 36px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #c1cad1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0 90px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search__tab {
    padding: 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--search__tab {
    padding: 0 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search__tab {
    height: 40px;
    display: block;
    padding: 0 16px;
    text-align: left;
    border-bottom: 1px solid rgba(132, 149, 163, 0.5);
  }
}
.b--search__tab:hover,
.b--search__tab.active,
.b--search__tab:active {
  color: #666666;
  border-color: #e6670d;
}
.b--search__tab-content img {
  max-width: 100%;
}
.b--search__tab-content .e--button {
  margin-top: 16px;
  width: 272px;
}
.b--search__frame {
  display: block;
  height: 680px;
  max-height: 100%;
  margin-right: 10px;
}
.b--search__frame .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
  right: -10px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search__frame {
    margin-right: 0;
  }
  .b--search__frame .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
    right: -10px;
  }
}
.b--search-form {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  font-size: 0.001px;
  width: 100%;
  text-align: center;
}
.b--search-form .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
  right: 0;
  margin-top: 140px;
  margin-bottom: 24px;
}
.b--search-form .mCSB_container {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--search-form {
    bottom: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form {
    display: none;
    position: fixed;
    padding-top: 120px;
    left: 0;
    right: 0;
    bottom: auto;
    height: 100%;
    background-color: #ffffff;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
    top: -70px;
    padding-bottom: 70px;
  }
}
.b--search-form__close {
  z-index: 1000;
  display: none;
  position: absolute;
  right: 6px;
  top: 102px;
  font-family: times, sans-serif;
  font-size: 32px;
  line-height: 24px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__close {
    display: block;
  }
}
.b--search-form__close:hover {
  color: #ff6600;
}
.b--search-form__tabs {
  font-size: 0.001px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  display: inline-block;
  vertical-align: middle;
}
.b--search-form__tabs-handler {
  display: inline-block;
  vertical-align: middle;
  width: 184px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #0064af;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-left: -4px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__tabs-handler {
    width: 120px;
  }
}
.b--search-form__tabs-handler.active,
.b--search-form__tabs-handler:hover {
  color: #ffffff;
  background-color: #ff6600;
  z-index: 2;
}
.b--search-form__tabs-handler:first-child {
  margin-left: 0;
}
.b--search-form__tab {
  white-space: nowrap;
  font-size: 0.001px;
  margin-top: 16px;
  position: relative;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--search-form__tab {
    white-space: normal;
  }
}
.b--search-form__button {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  display: inline-block;
  vertical-align: middle;
  width: 224px;
  height: 56px;
  line-height: 56px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s ease-out 0s;
  -o-transition: background-color 0.4s ease-out 0s;
  transition: background-color 0.4s ease-out 0s;
  margin-left: 8px;
  position: relative;
  text-align: left;
  margin-bottom: 16px;
}
.b--search-form__button.active,
.b--search-form__button:hover {
  background-color: #ff6600;
}
.b--search-form__button.active .b--search-form__button-icon,
.b--search-form__button:hover .b--search-form__button-icon {
  background-color: #b24700;
}
.b--search-form__button.active .b--search-form__button-text-label,
.b--search-form__button:hover .b--search-form__button-text-label,
.b--search-form__button.active .b--search-form__button-text-title,
.b--search-form__button:hover .b--search-form__button-text-title {
  color: #ffffff;
}
.b--search-form__button.active .b--search-form__button-input,
.b--search-form__button:hover .b--search-form__button-input {
  color: #ffffff;
}
.b--search-form__button.active .b--search-form__button-input::-webkit-input-placeholder,
.b--search-form__button:hover .b--search-form__button-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.b--search-form__button.active .b--search-form__button-input::-moz-placeholder,
.b--search-form__button:hover .b--search-form__button-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.b--search-form__button.active .b--search-form__button-input:-ms-input-placeholder,
.b--search-form__button:hover .b--search-form__button-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.b--search-form__button.active .b--search-form__button-input:-moz-placeholder,
.b--search-form__button:hover .b--search-form__button-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.b--search-form__button.active .b--search-form__button-text {
  z-index: 11;
}
.b--search-form__button.active:after {
  opacity: 1;
}
.b--search-form__button:after {
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAGCAYAAADKfB7nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/J/GkMzAwDAFiDkYSAM/gDiHCUjMBWIbIH5AguYHUD1zmaACZ4HYBIh3EKF5B1QtSA8DE5LEWyD2BuImIP6HRSNIrBGq5i1MkAmLonog9gPid0jiILYvEDegG86Cw5lboc5cC+UHA/F9bAoBAgwAMXoYY7MZRfgAAAAASUVORK5CYII=");
  */
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button {
    width: 182px;
    height: 42px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--search-form__button {
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__button {
    width: 272px;
    display: block;
    margin: auto;
    margin-bottom: 16px;
  }
}
.b--search-form__button:first-child {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--search-form__button:first-child {
    margin-left: 6px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__button:first-child {
    margin-left: auto;
  }
}
.b--search-form__button-handler {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.b--search-form__button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  text-align: center;
  background-color: #ff6600;
  -webkit-transition: background-color 0.4s ease-out 0s;
  -o-transition: background-color 0.4s ease-out 0s;
  transition: background-color 0.4s ease-out 0s;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button-icon .e--icon {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button-icon {
    width: 36px;
  }
}
.b--search-form__button-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  padding-left: 8px;
  line-height: 1;
  width: 168px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button-text {
    width: 140px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__button-text {
    width: 216px;
  }
}
.b--search-form__button-text-label {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #8495a3;
  margin-bottom: 6px;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button-text-label {
    margin-bottom: 2px;
  }
}
.b--search-form__button-text-title {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  color: #666666;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button-text-title {
    font-size: 12px;
  }
}
.b--search-form__button-text .twitter-typeahead {
  width: 100%;
}
.b--search-form__button-input {
  border: 0px solid transparent;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  transition: none;
  outline: none;
  height: 16px;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  color: #666666;
  opacity: 1;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--search-form__button-input {
    font-size: 12px;
  }
}
.b--search-form__button-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
.b--search-form__button-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.b--search-form__button-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
.b--search-form__button-input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
.b--search-form__button-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.b--search-form__button-input:focus::-moz-placeholder {
  opacity: 0;
}
.b--search-form__button-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.b--search-form__button-input:focus:-moz-placeholder {
  opacity: 0;
}
.b--search-form__buttons {
  display: block;
  text-align: center;
  margin-top: 14px;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--search-form__buttons {
    margin-top: 0;
  }
}
.b--search-form__link {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #005ea8;
  border-bottom: 1px solid #005ea8;
}
.b--search-form__link:hover {
  color: #005ea8;
}
.b--search-form .e--button {
  width: 200px;
  margin-bottom: 10px;
}
.b--search-form .e--button .e--button__link {
  padding-left: 48px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.b--search-form .e--button .e--button__link:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfpJREFUeNrEl79KA0EQxj0TJYmQKl2wS2ECNqIpRWIl+AQ2KZJX8BnSWIlNnkFIYyOCIhYpRIgIigEh/k0sRGKw0pjzW9mDYbjbzF5IXPjB7d7tfTtzOzN7juu6U//Rpofcz4IKOAefwNU8ghoogngoZWWxD2mw78raKygDJ+BdvvgNFsC7a99qICEVdtg3LoBDMEPGBuAMnIAOiIEc2ATzzIHqmQ3wZePqtI+lR2AhYNVRUAJdNmfX1tX8m+6BiOAlamFtMm8A8lLhrI+lEYvNsgz6ZP6BVLhCJv0Y3GuiSt6hFpEyPe/F8Tr57Goj3YaIzCq5joBVSQLJsZ0ZpjXAB+nnJMJzZKwTUljFZZv0U7YpMzZCCk6Q655E+EnqIkNLgjTptyXCF2RMZaRoCGE+ry7JXEUWxyXLUFIxf03mP0jjOK6rjNe6lrG8wxa+bZMyy2xyW2ekYZZy0aY2RCzs6NLmsgykMtISq7dJsMXc67WVMPVY1dPjgHqr3H8D7sG3oS63QB1kbA8Cs7q0DSwOAU1taYuMPZvETe7I6yrTNwg+6I3kfdM6ux8o7ghOmSmd8HP6uqeTg4rTK/ZsBpyyRPIC1sCd5LA3ChltqdHycQiLxMclPFR8nMJGcWcCvzB+G+7SmdC/ExV/+zu/j9nV3O0NsKj6vwIMADg1JdAJaxJkAAAAAElFTkSuQmCC");
  background-size: contain;
}
.b--search-form__duration {
  position: absolute;
  display: none;
  right: 0;
  top: 68px;
  width: 100%;
  height: 354px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 10;
  overflow: hidden;
}
.b--search-form__duration.active {
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__duration {
    height: 240px;
  }
}
.b--search-form__duration-container {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 12px;
}
.b--search-form__duration-container .mCSB_container {
  padding-top: 0;
  padding-bottom: 0;
}
.b--search-form__duration-container .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
  right: 0;
  margin: 8px 0;
}
.b--search-form__duration-block {
  display: block;
}
.b--search-form__duration-block-title {
  display: block;
  border-top: 1px solid rgba(132, 149, 163, 0.5);
  line-height: normal;
  margin: 8px 20px;
}
.b--search-form__duration-list {
  padding: 0 20px;
  line-height: 32px;
}
.b--search-form__duration-list-item {
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.b--search-form__duration-list-item:hover {
  color: #ff6600;
}
.b--search-form__location,
.b--search-form .tt-menu {
  position: absolute;
  display: none;
  top: 68px;
  width: 272px;
  height: 354px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -moz-box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  box-shadow: 0px 5px 35px 0px rgba(0, 2, 3, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 10;
  overflow: hidden;
}
.b--search-form__location.active,
.b--search-form .tt-menu.active {
  display: block;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__location,
  .b--search-form .tt-menu {
    height: 240px;
  }
}
.b--search-form__location-container,
.b--search-form .tt-menu-container {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 12px;
}
.b--search-form__location-container .mCSB_container,
.b--search-form .tt-menu-container .mCSB_container {
  padding-top: 0;
  padding-bottom: 0;
}
.b--search-form__location-container .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical,
.b--search-form .tt-menu-container .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
  right: 0;
  margin: 8px 0;
}
.b--search-form__location-block,
.b--search-form .tt-menu-block {
  display: block;
}
.b--search-form__location-block-title,
.b--search-form .tt-menu-block-title {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 18px;
  color: #666666;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}
.b--search-form__location-block-title:hover,
.b--search-form .tt-menu-block-title:hover {
  background-color: #ff6600;
  color: #ffffff;
}
.b--search-form__location-list,
.b--search-form .tt-menu-list {
  padding: 0 20px;
  line-height: 32px;
}
.b--search-form__location-list-item,
.b--search-form .tt-menu-list-item {
  font-size: 16px;
  padding-left: 32px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__location-list-item,
  .b--search-form .tt-menu-list-item {
    padding-left: 0;
  }
}
.b--search-form__location-list-item:hover,
.b--search-form .tt-menu-list-item:hover {
  color: #ff6600;
}
.b--search-form__location {
  right: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__location {
    width: 100%;
  }
}
.b--search-form .tt-menu {
  left: -56px !important;
  top: 40px !important;
  right: auto !important;
  color: #666666;
  font-size: 16px;
}
.b--search-form .tt-menu .mCSB_container {
  padding-top: 0;
  padding-bottom: 0;
}
.b--search-form .tt-menu .mCSB_outside + .mCS-lp-scrollbar.mCSB_scrollTools_vertical {
  right: 0;
  margin: 8px 0;
}
.b--search-form .tt-suggestion {
  position: relative;
  padding-left: 16px;
  height: auto;
  padding-right: 80px !important;
  line-height: 1.2;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  white-space: normal;
  font-size: 13px;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--search-form .tt-suggestion:hover {
  color: #e6670d;
}
.b--search-form .tt-suggestion small {
  position: absolute;
  right: 16px;
  color: #aaa;
}
.b--search-form .tt-suggestion small strong {
  font-weight: normal;
}
.b--search-form__xs {
  position: absolute;
  display: none;
  bottom: 16px;
  right: 16px;
  z-index: 100;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--search-form__xs {
    display: inline-block;
    vertical-align: middle;
  }
}
.b--search-form__xs .e--button {
  width: 170px;
  height: 48px;
  line-height: 48px;
}
.b--search-form__xs .e--button .e--button__link {
  font-size: 15px;
  padding-left: 30px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--search-form__xs .e--button .e--button__link:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfpJREFUeNrEl79KA0EQxj0TJYmQKl2wS2ECNqIpRWIl+AQ2KZJX8BnSWIlNnkFIYyOCIhYpRIgIigEh/k0sRGKw0pjzW9mDYbjbzF5IXPjB7d7tfTtzOzN7juu6U//Rpofcz4IKOAefwNU8ghoogngoZWWxD2mw78raKygDJ+BdvvgNFsC7a99qICEVdtg3LoBDMEPGBuAMnIAOiIEc2ATzzIHqmQ3wZePqtI+lR2AhYNVRUAJdNmfX1tX8m+6BiOAlamFtMm8A8lLhrI+lEYvNsgz6ZP6BVLhCJv0Y3GuiSt6hFpEyPe/F8Tr57Goj3YaIzCq5joBVSQLJsZ0ZpjXAB+nnJMJzZKwTUljFZZv0U7YpMzZCCk6Q655E+EnqIkNLgjTptyXCF2RMZaRoCGE+ry7JXEUWxyXLUFIxf03mP0jjOK6rjNe6lrG8wxa+bZMyy2xyW2ekYZZy0aY2RCzs6NLmsgykMtISq7dJsMXc67WVMPVY1dPjgHqr3H8D7sG3oS63QB1kbA8Cs7q0DSwOAU1taYuMPZvETe7I6yrTNwg+6I3kfdM6ux8o7ghOmSmd8HP6uqeTg4rTK/ZsBpyyRPIC1sCd5LA3ChltqdHycQiLxMclPFR8nMJGcWcCvzB+G+7SmdC/ExV/+zu/j9nV3O0NsKj6vwIMADg1JdAJaxJkAAAAAElFTkSuQmCC");
  background-size: contain;
  width: 18px;
  height: 18px;
}
.b--table__column {
  display: inline-block;
  vertical-align: middle;
}
.b--table__head,
.b--table__row {
  display: block;
  height: 48px;
  line-height: 46px;
  font-size: 0.001px;
  padding-top: 5px;
}
.b--table__head {
  background-color: rgba(204, 204, 204, 0.15);
  color: #8495a3;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}
.b--table__head .b--table__column {
  font-size: 10px;
  letter-spacing: -0.2px;
}
.b--table__row:nth-child(2n) {
  background-color: rgba(211, 221, 235, 0.5);
}
.b--table__row .b--table__column {
  font-size: 13px;
}
.b--table__row .b--table__column .small {
  font-size: 11px;
}
.b--table__body {
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  color: #666;
}
.b--table__body .e--text-input {
  width: 280px;
  max-width: 100%;
}














.b--popup-window-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.b--popup-window-wrap .b--popup-window {
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(31, 26, 52, 0.3);
  -moz-box-shadow: 0px 0px 48px 0px rgba(31, 26, 52, 0.3);
  box-shadow: 0px 0px 48px 0px rgba(31, 26, 52, 0.3);
  z-index: 1002;
  width: 560px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 0) and (max-width: 1100px) {
  .b--popup-window-wrap .b--popup-window {
    width: 100% !important;
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
  }
  .b--popup-window-wrap .b--popup-window:before {
    display: none;
  }
}
.b--popup-window-wrap .b--popup-window__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1001;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__overlay {
    background-color: #fff;
  }
}
.b--popup-window-wrap .b--popup-window__close {
  position: absolute;
  right: -25px;
  top: -10px;
  font-family: times, sans-serif;
  font-size: 38px;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--popup-window-wrap .b--popup-window__close:hover {
  color: #ff6600;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap .b--popup-window__close:hover {
    color: #ff6600;
  }
}
.b--popup-window-wrap .b--popup-window__back {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 16px;
  cursor: pointer;
  z-index: 100;
}
.b--popup-window-wrap .b--popup-window__back:after,
.b--popup-window-wrap .b--popup-window__back:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--popup-window-wrap .b--popup-window__back:after {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQVJREFUeNpi/J/GgAtwAHEtEN8F4nk4Vc38z4APMOEQFwHig0BcBcQqDBQAbBbIAvFhIDYD4iaoJWQDFjS+FhDvAmJJIM4D4skMFAJkCyyAeCsQ8wJxJBCvYqACgFngCcRrgfgvEHsD8W4GKgFGYCqKgaaS70AcAsSnqWT2D2AK+wHywWKoACs0/KkF3gOxEAs0OFyhPpgAxL+oZME9WBz4QH0RBsSmQBwExJ+JNoaIjPYLmmqmALELEO8HYlFqhRMso/0D4lwgrgdiYyA+BsSK1LQABkA5Nx2IlYD4KBDrUdsCEJgFjQ8RaJFhS20LGKCZzh3KrqRmWYQM9kPLpD+UWAAQYABd3y//dNFkHQAAAABJRU5ErkJggg==");
}
.b--popup-window-wrap .b--popup-window__back:before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAN1JREFUeNpiYMANOIC4FYiT8Khh+P//P16MC4gA8UmQfiBuo7YFskB8HWp4IwMBQKoFWkD8BIj/AnEuAxGAFAssgPgtEP8C4jAGIgGxFngC8Tcg/gzErgwkAEIWMALVxADxPCD+DsQhQHyagTrgB9CCH4zQyKQFeA+0QIgFyNgNDRaQDyZA44Aa4B6MwQbEK6E+AVnGS804gAEmIJ4MteQMEItS2wIYqINachuIFWlhAQikQTPaMyDWo4UFIBAMjeyPQGxLCwtAwBFqwTZKMxo+wAXEf/AlXUKuBAgwAJChULR0DxZ0AAAAAElFTkSuQmCC");
}
.b--popup-window-wrap .b--popup-window__back:hover:after {
  opacity: 1;
}
.b--popup-window-wrap .b--popup-window__content {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 36px 12px;
    max-width: 100vw;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 768px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 320px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 480px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 320px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap .b--popup-window__content-title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  padding-top: 32px;
}
.b--popup-window-wrap .b--popup-window__content-title-label {
  font-size: 14px;
  color: #8495a3;
  margin-top: 8px;
}
.b--popup-window-wrap .b--popup-window__content-title-label .red {
  color: #fe0000;
}
.b--popup-window-wrap .b--popup-window__content-text {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin-top: 32px;
  margin-bottom: 42px;
}
.b--popup-window-wrap .b--popup-window__content-regbutton {
  display: block;
}
.b--popup-window-wrap .b--popup-window__content-regbutton .e--button {
  width: 192px;
  margin: 0 16px;
}
.b--popup-window-wrap .b--popup-window__footer {
  /*border-top: 1px solid rgba(132, 149, 163, 0.5);
  height: 72px;
  line-height: 70px;*/
  text-align: center;

  left: 0;
  right: 0;
  /*z-index: 10;*/
  display: block;
}

@media  (min-width: 767px) {

  .b--popup-window-wrap .b--popup-window__footer {
    /*  position: absolute;*/
    bottom: 0;
  }

  #window-enter > .a--table-block > .a--cell-like > .b--popup-window > .b--popup-window__footer {
    position: absolute;
    bottom: 0;
  }


}


.b--popup-window-wrap .b--popup-window__footer-link {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #005ea8;
  border-bottom: 1px solid #005ea8;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--popup-window-wrap .b--popup-window__footer-link:hover {
  color: #005ea8;
}
.b--popup-window-wrap .b--popup-window__form {
  width: 368px;
  margin-top: 8px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item__selects {
  display: block;
  width: 100%;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item__selects .e--select {
  width: 176px;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item__selects .e--select:last-child {
  width: 80px;
  margin-left: 10px;
}
.b--popup-window-wrap .b--popup-window__form .e--button {
  width: 176px;
}
.b--popup-window-wrap .b--popup-window__form .e--radio-input {
  margin-right: 36px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__form .e--radio-input {
    margin-right: 16px;
  }
}
.b--popup-window-wrap .b--popup-window__form .e--radio-input:last-child {
  margin-right: 0;
}
.b--popup-window-wrap .b--popup-window__form.v--forgot {
  margin-top: 10px;
}
.b--popup-window-wrap .b--popup-window__form.v--forgot .e--button {
  margin-top: 16px;
}
.b--popup-window-wrap .b--popup-window__contacts {
  text-align: left;
  margin-top: 44px;
  padding: 0 80px;
  display: block;
}
.b--popup-window-wrap .b--popup-window__contacts-phone {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 34px;
  position: relative;
}
.b--popup-window-wrap .b--popup-window__contacts-phone:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYZJREFUeNqslk0oRFEUx++MIRmpKbGwQchHtnY2LC2wt7PQzAp72VhJSQoLspCSWJCVsJKFUkpWLFhYMJOVzJSP53fqTL2Z8W7Du//6ded+dP/3vHvOexNJJ+OVxpgmU6on+DB/VP3KW0E/BlfQ+8vaO+iEbxNC0YDNRe1yIBNSYvBui9iFQdoy3+XC4NYy3+/C4NoyP+jC4Ngyf+nC4CLgHjZhIrQBhSHFtFU0Pgfj8OkiAtGyr2rvYRY840BRLe8Hmg0da3PxaIojEM1ARn8vQI9TA6KQzZParYEjaHAZgZjs0SxqtxlOoTGMQcTzCu8yk6qtoBGjER16hKGAiu+DJU2ME7iBZ3jlsNkgA2mqYAdGdVheiJOw7suuATiEeMDhzzHpDzIQSSTzMO2bPoMpaIFdPYhNCZtBXsN68vyr21OiZVxBopxFB9ANa/Alj7XMzUuzyKK0prB8H1Yh69rA/51OaX2MwT68BKyVaHOxf6a3/HXYVkSt0KFtHVTLq54syv0IMAAbhWIii3opaAAAAABJRU5ErkJggg==");
}
.b--popup-window-wrap .b--popup-window__contacts-mail {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 34px;
  position: relative;
}
.b--popup-window-wrap .b--popup-window__contacts-mail:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL9JREFUeNpifJ3JncjAwBANxJwMpIHvQDyTEWjAHyDjBRALAzEHkZp/APFbIP7JBCSYgfgAEKsC8Vwg/otH41+oGlWoHmYmqATIC91A3AHEukC8Hovm9VC5DqhakB4GJiQFEUB8DYhzgDgLiC2B+BAUW0LFcqBqImCamNBsYYUqvAPEXkDsC8VeULEsqBo4AAXifzx+fgulhXHIP2QhENrChKKDiYFCQBUDdlGg/zAoDDyAmA+aoEgBoET1CSDAABC+JXvkZWhtAAAAAElFTkSuQmCC");
}
.b--popup-window-wrap .b--popup-window__contacts-title {
  color: #e6670d;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--popup-window-wrap .b--popup-window__contacts-time {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.b--popup-window-wrap .b--popup-window__contacts-time-label {
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--popup-window-wrap .b--popup-window__search .e--button {
  width: 170px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
.b--popup-window-wrap .b--popup-window__search .e--button .e--button__link {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-left: 30px;
}
.b--popup-window-wrap .b--popup-window__search .e--button .e--button__link:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfpJREFUeNrEl79KA0EQxj0TJYmQKl2wS2ECNqIpRWIl+AQ2KZJX8BnSWIlNnkFIYyOCIhYpRIgIigEh/k0sRGKw0pjzW9mDYbjbzF5IXPjB7d7tfTtzOzN7juu6U//Rpofcz4IKOAefwNU8ghoogngoZWWxD2mw78raKygDJ+BdvvgNFsC7a99qICEVdtg3LoBDMEPGBuAMnIAOiIEc2ATzzIHqmQ3wZePqtI+lR2AhYNVRUAJdNmfX1tX8m+6BiOAlamFtMm8A8lLhrI+lEYvNsgz6ZP6BVLhCJv0Y3GuiSt6hFpEyPe/F8Tr57Goj3YaIzCq5joBVSQLJsZ0ZpjXAB+nnJMJzZKwTUljFZZv0U7YpMzZCCk6Q655E+EnqIkNLgjTptyXCF2RMZaRoCGE+ry7JXEUWxyXLUFIxf03mP0jjOK6rjNe6lrG8wxa+bZMyy2xyW2ekYZZy0aY2RCzs6NLmsgykMtISq7dJsMXc67WVMPVY1dPjgHqr3H8D7sG3oS63QB1kbA8Cs7q0DSwOAU1taYuMPZvETe7I6yrTNwg+6I3kfdM6ux8o7ghOmSmd8HP6uqeTg4rTK/ZsBpyyRPIC1sCd5LA3ChltqdHycQiLxMclPFR8nMJGcWcCvzB+G+7SmdC/ExV/+zu/j9nV3O0NsKj6vwIMADg1JdAJaxJkAAAAAElFTkSuQmCC");
  background-size: contain;
}
.b--popup-window-wrap.v--size-1 .b--popup-window {
  height: 640px;
  min-height: 640px;
}
@media (max-height: 690px) {
  .b--popup-window-wrap.v--size-1 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-2 .b--popup-window {
  height: 90%;
  min-height: 744px;
}
@media (max-height: 794px) {
  .b--popup-window-wrap.v--size-2 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-3 .b--popup-window {
  height: 550px;
  min-height: 550px;
}
@media (max-height: 600px) {
  .b--popup-window-wrap.v--size-3 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-4 .b--popup-window {
  height: 416px;
  min-height: 416px;
}
@media (max-height: 466px) {
  .b--popup-window-wrap.v--size-4 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-5 .b--popup-window {
  height: 950px;
  min-height: 804px;
}
@media (max-height: 1100px) {
  .b--popup-window-wrap.v--size-5 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-6 .b--popup-window {
  height: 270px;
  min-height: 270px;
}
@media (max-height: 320px) {
  .b--popup-window-wrap.v--size-6 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 568px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap.v--footer .b--popup-window__content {
    padding-bottom: 92px;
  }
}
.b--popup-window-wrap.v--mail .b--popup-window {
  width: 425px;
  height: 320px;
  min-height: 320px;
}
@media (max-height: 370px) {
  .b--popup-window-wrap.v--mail {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--mail .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--mail .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--mail .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--search .b--popup-window {
  width: 1200px;
  height: 784px;
  min-height: 784px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--popup-window-wrap.v--search .b--popup-window {
    width: 952px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--popup-window-wrap.v--search .b--popup-window {
    width: 728px;
  }
}
@media (max-height: 834px) {
  .b--popup-window-wrap.v--search {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--search .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--search .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--search .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--search .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 568px;
  }
}
















/*


.b--popup-window-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.b--popup-window-wrap .b--popup-window {
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(31, 26, 52, 0.3);
  -moz-box-shadow: 0px 0px 48px 0px rgba(31, 26, 52, 0.3);
  box-shadow: 0px 0px 48px 0px rgba(31, 26, 52, 0.3);
  z-index: 1002;
  width: 560px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window {
    width: 100% !important;
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
  }
  .b--popup-window-wrap .b--popup-window:before {
    display: none;
  }
}
.b--popup-window-wrap .b--popup-window__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1001;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__overlay {
    background-color: #fff;
  }
}
.b--popup-window-wrap .b--popup-window__close {
  position: absolute;
  right: -25px;
  top: -10px;
  font-family: times, sans-serif;
  font-size: 38px;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--popup-window-wrap .b--popup-window__close:hover {
  color: #ff6600;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap .b--popup-window__close:hover {
    color: #ff6600;
  }
}
.b--popup-window-wrap .b--popup-window__back {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 16px;
  cursor: pointer;
  z-index: 100;
}
.b--popup-window-wrap .b--popup-window__back:after,
.b--popup-window-wrap .b--popup-window__back:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s;
}
.b--popup-window-wrap .b--popup-window__back:after {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQVJREFUeNpi/J/GgAtwAHEtEN8F4nk4Vc38z4APMOEQFwHig0BcBcQqDBQAbBbIAvFhIDYD4iaoJWQDFjS+FhDvAmJJIM4D4skMFAJkCyyAeCsQ8wJxJBCvYqACgFngCcRrgfgvEHsD8W4GKgFGYCqKgaaS70AcAsSnqWT2D2AK+wHywWKoACs0/KkF3gOxEAs0OFyhPpgAxL+oZME9WBz4QH0RBsSmQBwExJ+JNoaIjPYLmmqmALELEO8HYlFqhRMso/0D4lwgrgdiYyA+BsSK1LQABkA5Nx2IlYD4KBDrUdsCEJgFjQ8RaJFhS20LGKCZzh3KrqRmWYQM9kPLpD+UWAAQYABd3y//dNFkHQAAAABJRU5ErkJggg==");
}
.b--popup-window-wrap .b--popup-window__back:before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAN1JREFUeNpiYMANOIC4FYiT8Khh+P//P16MC4gA8UmQfiBuo7YFskB8HWp4IwMBQKoFWkD8BIj/AnEuAxGAFAssgPgtEP8C4jAGIgGxFngC8Tcg/gzErgwkAEIWMALVxADxPCD+DsQhQHyagTrgB9CCH4zQyKQFeA+0QIgFyNgNDRaQDyZA44Aa4B6MwQbEK6E+AVnGS804gAEmIJ4MteQMEItS2wIYqINachuIFWlhAQikQTPaMyDWo4UFIBAMjeyPQGxLCwtAwBFqwTZKMxo+wAXEf/AlXUKuBAgwAJChULR0DxZ0AAAAAElFTkSuQmCC");
}
.b--popup-window-wrap .b--popup-window__back:hover:after {
  opacity: 1;
}
.b--popup-window-wrap .b--popup-window__content {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 36px 12px;
    max-width: 100vw;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 768px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 320px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 480px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 320px;
  }
}
@media (min-width: 0) and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap .b--popup-window__content-title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  padding-top: 32px;
}
.b--popup-window-wrap .b--popup-window__content-title-label {
  font-size: 14px;
  color: #8495a3;
  margin-top: 8px;
}
.b--popup-window-wrap .b--popup-window__content-title-label .red {
  color: #fe0000;
}
.b--popup-window-wrap .b--popup-window__content-text {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin-top: 32px;
  margin-bottom: 42px;
}
.b--popup-window-wrap .b--popup-window__content-regbutton {
  display: block;
}
.b--popup-window-wrap .b--popup-window__content-regbutton .e--button {
  width: 192px;
  margin: 0 16px;
}
.b--popup-window-wrap .b--popup-window__footer {

  text-align: center;

  left: 0;
  right: 0;

  display: block;
}

@media  (min-width: 767px) {

  .b--popup-window-wrap .b--popup-window__footer {
      position: absolute;
    bottom: 0;
  }
    
}


.b--popup-window-wrap .b--popup-window__footer-link {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #005ea8;
  border-bottom: 1px solid #005ea8;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--popup-window-wrap .b--popup-window__footer-link:hover {
  color: #005ea8;
}
.b--popup-window-wrap .b--popup-window__form {
  width: 368px;
  margin-top: 8px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item__selects {
  display: block;
  width: 100%;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item__selects .e--select {
  width: 176px;
}
.b--popup-window-wrap .b--popup-window__form .e--input-item__selects .e--select:last-child {
  width: 80px;
  margin-left: 10px;
}
.b--popup-window-wrap .b--popup-window__form .e--button {
  width: 176px;
}
.b--popup-window-wrap .b--popup-window__form .e--radio-input {
  margin-right: 36px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap .b--popup-window__form .e--radio-input {
    margin-right: 16px;
  }
}
.b--popup-window-wrap .b--popup-window__form .e--radio-input:last-child {
  margin-right: 0;
}
.b--popup-window-wrap .b--popup-window__form.v--forgot {
  margin-top: 10px;
}
.b--popup-window-wrap .b--popup-window__form.v--forgot .e--button {
  margin-top: 16px;
}
.b--popup-window-wrap .b--popup-window__contacts {
  text-align: left;
  margin-top: 44px;
  padding: 0 80px;
  display: block;
}
.b--popup-window-wrap .b--popup-window__contacts-phone {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 34px;
  position: relative;
}
.b--popup-window-wrap .b--popup-window__contacts-phone:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYZJREFUeNqslk0oRFEUx++MIRmpKbGwQchHtnY2LC2wt7PQzAp72VhJSQoLspCSWJCVsJKFUkpWLFhYMJOVzJSP53fqTL2Z8W7Du//6ded+dP/3vHvOexNJJ+OVxpgmU6on+DB/VP3KW0E/BlfQ+8vaO+iEbxNC0YDNRe1yIBNSYvBui9iFQdoy3+XC4NYy3+/C4NoyP+jC4Ngyf+nC4CLgHjZhIrQBhSHFtFU0Pgfj8OkiAtGyr2rvYRY840BRLe8Hmg0da3PxaIojEM1ARn8vQI9TA6KQzZParYEjaHAZgZjs0SxqtxlOoTGMQcTzCu8yk6qtoBGjER16hKGAiu+DJU2ME7iBZ3jlsNkgA2mqYAdGdVheiJOw7suuATiEeMDhzzHpDzIQSSTzMO2bPoMpaIFdPYhNCZtBXsN68vyr21OiZVxBopxFB9ANa/Alj7XMzUuzyKK0prB8H1Yh69rA/51OaX2MwT68BKyVaHOxf6a3/HXYVkSt0KFtHVTLq54syv0IMAAbhWIii3opaAAAAABJRU5ErkJggg==");
}
.b--popup-window-wrap .b--popup-window__contacts-mail {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666666;
  padding-left: 34px;
  position: relative;
}
.b--popup-window-wrap .b--popup-window__contacts-mail:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL9JREFUeNpifJ3JncjAwBANxJwMpIHvQDyTEWjAHyDjBRALAzEHkZp/APFbIP7JBCSYgfgAEKsC8Vwg/otH41+oGlWoHmYmqATIC91A3AHEukC8Hovm9VC5DqhakB4GJiQFEUB8DYhzgDgLiC2B+BAUW0LFcqBqImCamNBsYYUqvAPEXkDsC8VeULEsqBo4AAXifzx+fgulhXHIP2QhENrChKKDiYFCQBUDdlGg/zAoDDyAmA+aoEgBoET1CSDAABC+JXvkZWhtAAAAAElFTkSuQmCC");
}
.b--popup-window-wrap .b--popup-window__contacts-title {
  color: #e6670d;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--popup-window-wrap .b--popup-window__contacts-time {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.b--popup-window-wrap .b--popup-window__contacts-time-label {
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.b--popup-window-wrap .b--popup-window__search .e--button {
  width: 170px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
.b--popup-window-wrap .b--popup-window__search .e--button .e--button__link {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-left: 30px;
}
.b--popup-window-wrap .b--popup-window__search .e--button .e--button__link:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfpJREFUeNrEl79KA0EQxj0TJYmQKl2wS2ECNqIpRWIl+AQ2KZJX8BnSWIlNnkFIYyOCIhYpRIgIigEh/k0sRGKw0pjzW9mDYbjbzF5IXPjB7d7tfTtzOzN7juu6U//Rpofcz4IKOAefwNU8ghoogngoZWWxD2mw78raKygDJ+BdvvgNFsC7a99qICEVdtg3LoBDMEPGBuAMnIAOiIEc2ATzzIHqmQ3wZePqtI+lR2AhYNVRUAJdNmfX1tX8m+6BiOAlamFtMm8A8lLhrI+lEYvNsgz6ZP6BVLhCJv0Y3GuiSt6hFpEyPe/F8Tr57Goj3YaIzCq5joBVSQLJsZ0ZpjXAB+nnJMJzZKwTUljFZZv0U7YpMzZCCk6Q655E+EnqIkNLgjTptyXCF2RMZaRoCGE+ry7JXEUWxyXLUFIxf03mP0jjOK6rjNe6lrG8wxa+bZMyy2xyW2ekYZZy0aY2RCzs6NLmsgykMtISq7dJsMXc67WVMPVY1dPjgHqr3H8D7sG3oS63QB1kbA8Cs7q0DSwOAU1taYuMPZvETe7I6yrTNwg+6I3kfdM6ux8o7ghOmSmd8HP6uqeTg4rTK/ZsBpyyRPIC1sCd5LA3ChltqdHycQiLxMclPFR8nMJGcWcCvzB+G+7SmdC/ExV/+zu/j9nV3O0NsKj6vwIMADg1JdAJaxJkAAAAAElFTkSuQmCC");
  background-size: contain;
}
.b--popup-window-wrap.v--size-1 .b--popup-window {
  height: 640px;
  min-height: 640px;
}
@media (max-height: 690px) {
  .b--popup-window-wrap.v--size-1 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 690px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-1 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-2 .b--popup-window {
  height: 90%;
  min-height: 744px;
}
@media (max-height: 794px) {
  .b--popup-window-wrap.v--size-2 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 794px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-2 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-3 .b--popup-window {
  height: 550px;
  min-height: 550px;
}
@media (max-height: 600px) {
  .b--popup-window-wrap.v--size-3 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 600px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-3 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-4 .b--popup-window {
  height: 416px;
  min-height: 416px;
}
@media (max-height: 466px) {
  .b--popup-window-wrap.v--size-4 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 466px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-4 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-5 .b--popup-window {
  height: 950px;
  min-height: 804px;
}
@media (max-height: 854px) {
  .b--popup-window-wrap.v--size-5 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window {
    height: 90% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 854px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-5 .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--size-6 .b--popup-window {
  height: 270px;
  min-height: 270px;
}
@media (max-height: 320px) {
  .b--popup-window-wrap.v--size-6 {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 320px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--size-6 .b--popup-window__content {
    max-width: 568px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--popup-window-wrap.v--footer .b--popup-window__content {
    padding-bottom: 92px;
  }
}
.b--popup-window-wrap.v--mail .b--popup-window {
  width: 425px;
  height: 320px;
  min-height: 320px;
}
@media (max-height: 370px) {
  .b--popup-window-wrap.v--mail {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--mail .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--mail .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--mail .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 370px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--mail .b--popup-window__content {
    max-width: 568px;
  }
}
.b--popup-window-wrap.v--search .b--popup-window {
  width: 1200px;
  height: 784px;
  min-height: 784px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--popup-window-wrap.v--search .b--popup-window {
    width: 952px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--popup-window-wrap.v--search .b--popup-window {
    width: 728px;
  }
}
@media (max-height: 834px) {
  .b--popup-window-wrap.v--search {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .b--popup-window-wrap.v--search .b--popup-window {
    height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .b--popup-window-wrap.v--search .b--popup-window__close {
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #666;
  }
  .b--popup-window-wrap.v--search .b--popup-window__close:hover {
    color: #ff6600;
  }
  .b--popup-window-wrap.v--search .b--popup-window__content {
    width: 100%;
    position: relative;
    min-height: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: 100vw;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 768px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 1024px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 480px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 320px;
  }
}
@media (max-height: 834px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--popup-window-wrap.v--search .b--popup-window__content {
    max-width: 568px;
  }
}


*/











































.b--page {
  padding-top: 120px;
  min-height: 100vh;
  padding-bottom: 342px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .b--page {
    min-height: 1024px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .b--page {
    min-height: 768px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .b--page {
    min-height: 480px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .b--page {
    min-height: 320px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .b--page {
    min-height: 568px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .b--page {
    min-height: 320px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page {
    padding-top: 120px;
    padding-bottom: 400px;
  }
}
.b--page-main__s1 {
  padding-bottom: 90px;
  z-index: 101;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s1 {
    padding-bottom: 78px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 {
    padding-bottom: 0;
    overflow: hidden;
  }
}
.b--page-main__s1 .b--big-slider__wrap,
.b--page-main__s1 .b--big-slide {
  height: 712px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--page-main__s1 .b--big-slider__wrap,
  .b--page-main__s1 .b--big-slide {
    height: 560px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s1 .b--big-slider__wrap,
  .b--page-main__s1 .b--big-slide {
    height: 560px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .b--big-slider__wrap,
  .b--page-main__s1 .b--big-slide {
    height: 465px;
  }
}
.b--page-main__s1 .b--big-slide__info {
  margin-top: -80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s1 .b--big-slide__info {
    margin-top: -130px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .b--big-slide__info {
    margin-top: 0;
    padding: 0 8px;
    top: 112px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.b--page-main__s1 .b--big-slider .arrow-wrap {
  bottom: 234px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--page-main__s1 .b--big-slider .arrow-wrap {
    bottom: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s1 .b--big-slider .arrow-wrap {
    bottom: 240px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .b--big-slider .arrow-wrap {
    bottom: 32px;
  }
}
.b--page-main__s1 .b--big-slider__type {
  top: 360px;
  -webkit-transform: translate(544px, 0);
  -ms-transform: translate(544px, 0);
  -o-transform: translate(544px, 0);
  transform: translate(544px, 0);
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--page-main__s1 .b--big-slider__type {
    -webkit-transform: translate(400px, -50%);
    -ms-transform: translate(400px, -50%);
    -o-transform: translate(400px, -50%);
    transform: translate(400px, -50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s1 .b--big-slider__type {
    -webkit-transform: translate(-364px, 0);
    -ms-transform: translate(-364px, 0);
    -o-transform: translate(-364px, 0);
    transform: translate(-364px, 0);
    right: auto;
    top: auto;
    bottom: 296px;
    left: 50%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .b--big-slider__type {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    right: auto;
    left: 16px;
    bottom: 64px;
  }
}
.b--page-main__s1 .e--scroll {
  position: absolute;
  bottom: 138px;
  left: 50%;
  margin-left: -12px;
  z-index: 300;
}
.b--page-main__s1 .e--ribbon-wrap {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 143px;
  overflow: hidden;
  z-index: 20;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .e--ribbon-wrap {
    top: 0px;
  }
}
.b--page-main__s1 .e--ribbon {
  position: absolute;
  top: 26px;
  right: 50%;
  -webkit-transform: translate(568px, 0);
  -ms-transform: translate(568px, 0);
  -o-transform: translate(568px, 0);
  transform: translate(568px, 0);
  z-index: 20;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .b--page-main__s1 .e--ribbon {
    -webkit-transform: translate(476px, 0);
    -ms-transform: translate(476px, 0);
    -o-transform: translate(476px, 0);
    transform: translate(476px, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s1 .e--ribbon {
    -webkit-transform: translate(364px, 0);
    -ms-transform: translate(364px, 0);
    -o-transform: translate(364px, 0);
    transform: translate(364px, 0);
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .e--ribbon {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    right: auto;
    margin-left: 2px;
  }
}
.b--page-main__s2 {
  padding-bottom: 90px;
  padding-top: 10px;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s2 {
    padding-bottom: 26px;
    overflow: hidden;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s2 {
    padding-top: 36px;
    padding-bottom: 16px;
    overflow: hidden;
  }
}
.b--page-main__s2 .container {
  position: relative;
  z-index: 10;
}
.b--page-main__s2-up,
.b--page-main__s2-down {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 991px) {
  .b--page-main__s2-up,
  .b--page-main__s2-down {
    display: none;
  }
}
.b--page-main__s2-up {
  bottom: 0px;
  background-image: url("../../img/plane-down.png");
  background-repeat: no-repeat;
  height: 116px;
  z-index: 51;
}
.b--page-main__s2-down {
  bottom: -30px;
  background-image: url("../../img/plane-up.png");
  background-repeat: no-repeat;
  height: 98px;
}
.b--page-main__s4 {
  padding-top: 70px;
  padding-bottom: 60px;
}
.b--page-main__s4 .e--title {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .b--page-main__s4 .e--title {
    margin-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s4 {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .b--page-main__s4 .e--title {
    margin-bottom: 12px;
  }
}
.b--page-main__s4-cards {
  display: block;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}
.b--page-main__s4-cards .b--place-card {
  margin: 0 5px;
  margin-bottom: 15px;
}
.b--page-main__s5 {
  background-color: #fef1e7;
  padding-top: 70px;
  padding-bottom: 84px;
}
.b--page-main__s5 .e--title {
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s5 {
    padding-top: 32px;
    padding-bottom: 5px;
  }
  .b--page-main__s5 .e--title {
    margin-bottom: 24px;
  }
}
.b--page-main__s5-categories {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s5-categories {
    display: block;
  }
  .b--page-main__s5-categories .b--category {
    margin: 0 20px;
    margin-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s5-categories {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
  }
  .b--page-main__s5-categories .b--category {
    margin: 0 5px;
    margin-bottom: 15px;
  }
}
.b--page-main__s6 {
  padding-top: 72px;
  padding-bottom: 48px;
}
.b--page-main__s6 .e--title {
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s6 {
    padding-top: 24px;
    padding-bottom: 5px;
    overflow: hidden;
  }
  .b--page-main__s6 .e--title {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .b--page-main__s6 {
    padding-top: 48px;
    padding-bottom: 24px;
    overflow: hidden;
  }
  .b--page-main__s6 .e--title {
    margin-bottom: 0px;
  }
}
.b--page-main__s7 {
  background-color: #fef1e7;
  padding-top: 56px;
  padding-bottom: 48px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s7 {
    padding-top: 12px;
  }
}
.b--page-main__s8 {
  padding-top: 72px;
  padding-bottom: 64px;
}
.b--page-main__s8 .e--title {
  margin-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b--page-main__s8 {
    padding-top: 56px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s8 {
    padding-top: 12px;
    padding-bottom: 4px;
  }
  .b--page-main__s8 .e--title {
    margin-bottom: 20px;
  }
}
.b--page-main__s8-benefits {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s8-benefits {
    display: block;
  }
}
.b--page-cabinet .container {
  position: relative;
}
.b--page-cabinet__title {
  font-size: 36px;
  text-align: center;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 20px;
}
.b--page-search__search {
  padding: 24px 0;
  display: block;
}
.b--page-search__search-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #8495a3;
  text-align: center;
  padding-bottom: 120px;
  display: inline-block;
  vertical-align: middle;
}
.b--page-search__search-text.inactive {
  display: none;
}
.b--page-search__search-image {
  display: inline-block;
  vertical-align: middle;
}
.b--page-faq .e--title {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--page-faq .e--title {
    font-size: 24px;
  }
}



.b--footer {
  position: relative;
  text-align: center;
  height: 342px;
  display: block;
  margin-top: -342px;
}
.b--footer__separator {
  display: block;
  z-index: 10;
  border-top: 1px solid #ced0db;
}
.b--footer__menu {
  text-align: left;
  margin-top: 50px;
}
.b--footer__menu-link {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #666;
  margin-top: 16px;
  -webkit-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.b--footer__menu-link:hover {
  color: #e6670d;
}
.b--footer__menu-link.v--title {
  font-family: 'arialnarrow-bold', sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #666;
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu-link.v--title {
    margin-bottom: 10px;
  }
  .b--footer__menu-link.v--title:hover {
    color: #e6670d;
  }
}
.b--footer__menu-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu-columns {
    display: block;
    padding-left: 24px;
  }
}
.b--footer__menu-column {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0) and (max-width: 767px) {
  .b--footer__menu-column {
    margin-right: 30px;
    margin-bottom: 50px;
    width: 200px;
  }
}
.b--footer__socials {
  margin-top: 16px;
}
.b--footer__social {
  margin-right: 16px;
}
.b--footer__social:last-child {
  margin-right: 0;
}
.b--footer__copyright {
  margin-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ced0db;
}


.z-hidden {
  position: absolute !important;
  z-index: -1000000 !important;
  visibility: hidden !important;
}



    .b--popup-window__content {
      overflow-y: auto;
    }
    #window-contacts .e--select {
      margin: 0;
      width: 100%;
    }

    #window-contacts .e--select ul {
      z-index: 999;
    }

    .nice-select .current {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
    }
    #window-contacts .list {
      width: auto;
    }



/*
.b--header__logo-image {
  background: url('img/logo_vrmeinereise_176px.png') no-repeat;
}

.b--header__logo-image {
  background: url('img/logo_vrmeinereise.png') no-repeat;
}
*/

#recaptcha {
  display: none;
}

#contact_answer ul {
  list-style-type: disc;
}

.agbContent {
  color: #666;
}



/* Special Offer Formular */

.form__group {
  margin: 20px 0;
  display: inline-block;
  width: 95%;
}
.form__group ::before, .form__group ::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form__object {
  width: 100%;
  margin: 10px 1.5%;
  float: left;
}
.form__object ::before, .form__object ::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
@media (min-width: 580px) {
  .form__object {
    width: 47%;
  }
}
.form__object--input, .form__object--select {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}
.form__object--topic {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.form__object--multiple {
  margin: 15px 0;
  height: 100px;
}
@media (min-width: 960px) {
  .form__object--multiple {
    margin: 0 1.5%;
    float: left;
  }
}
.form__object--multiple option {
  padding: 5px 0;
  font-size: 14px;
}
.form__object--textarea {
  float: left;
  width: 100%;
  height: 100px;
}
@media (min-width: 960px) {
  .form__object--textarea {
    width: 50%;
  }
}
.form__object--mandatory--item {
  position: relative;
  top: 10px;
}
.form__object--submit {
  float: left;
  margin: 20px 0;
}
.form__object--form-hint {
  font-size: 10px;
}
@media (max-width: 680px) {
  .form__object--form-hint {
    display: none;
  }
}

.complete__width {
  width: 100%;
}

.form-content {
  width: 100%;
}

.calendarbg {
  width: 40%;
}

p.send_error, p.send_error b {
  color: red;
}

p.send_success {
  color: green;
}

.footer-info a {
  color: inherit;
  font-size: inherit;
}




.e--select.error + .nice-select {
    border: 1px solid red;
}




/* Rundreisen nicht anzeigen, wenn zu klein  */
@media (max-width: 700px) {
 .menu-item[data-href^="Rundreisen"] {
      display: none !important;
  }
}



/*Mietwagen-Kasten*/

.kasten_mietwagen {
  padding: 5px; 
  bottom: 0; 
  position: absolute;
  height:30px !important; 
  line-height: 20px !important;
}






/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.10 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 55%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    max-width: 500px;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 30px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    color: #444;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    max-width: 210px;
  }
}
@media all {
  .lightbox {
    display: none;
  }

  .fl-page h1,
  .fl-page h3,
  .fl-page h4 {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
  }

  .fl-page h1 {
    font-size: 110px;
    margin-bottom: 0.5em;
  }

  .fl-page h1 i {
    font-style: normal;
    color: #ddd;
  }

  .fl-page h1 span {
    font-size: 30px;
    color: #333;
  }

  .fl-page h3 {
    text-align: right;
  }

  .fl-page h3 {
    font-size: 15px;
  }

  .fl-page h4 {
    font-size: 2em;
  }

  .fl-page .jumbotron {
    margin-top: 2em;
  }

  .fl-page .doc {
    margin: 2em 0;
  }

  .fl-page .btn-download {
    float: right;
  }

  .fl-page .btn-default {
    vertical-align: bottom;
  }

  .fl-page .btn-lg span {
    font-size: 0.7em;
  }

  .fl-page .footer {
    margin-top: 3em;
    color: #aaa;
    font-size: 0.9em;
  }

  .fl-page .footer a {
    color: #999;
    text-decoration: none;
    margin-right: 0.75em;
  }

  .fl-page .github {
    margin: 2em 0;
  }

  .fl-page .github a {
    vertical-align: top;
  }

  .fl-page .marketing a {
    color: #999;
  }

  /* override default feather style... */
  .fixwidth {
    background: rgba(255, 255, 255, 0.8);
  }

  .fixwidth .featherlight-content {
    width: 500px;
    color: #fff;
    background: #111;
  }

  .fixwidth .featherlight-close {
    color: #fff;
    background: #333;
  }
}
@media (max-width: 768px) {
  .fl-page h1 span {
    display: block;
  }

  .fl-page .btn-download {
    float: none;
    margin-bottom: 1em;
  }
}



#cashback {
  background-color: #F00;
    color: #FFF;
    font-size: 1.35em;
    padding: 10px;
    margin-top: 5px;
    text-decoration: none;
    box-sizing: border-box;
    float: left;
    z-index: 999;
}

#cashback div {
  background-color: #FFF;
    color: #F00;
    padding: 10px;
    text-align: center;
    float: right;
    width: 150px;
}


@media screen and (min-width: 1400px) {

  #cashback {
      position: fixed;
      right: 0;
      top: 150px;
      width: 170px;
  }

    #cashback div {
      width: 130px;
      float: none;
    }

}


@media screen and (min-width: 960px) {
  .logos .logos--1 {
    width: 300px;
    margin-top: 40px;
  }
  
  .logos .logos--2 {
    width: 150px;
    margin-top: 80px;
  }

}



.featherlight .featherlight-content {
  max-width: 500px; 
  text-align: center;
}

.lightbox__content {
  background-color: red;
  padding:30px;
}

.lightbox__content p {
  color: white;
  font: bold 28px  arial, helvetica;
}

#cashback div,
.popup_button {
  background-color: #FFF;
    color: red;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: auto;

}


.header-text {
  text-align: left;
  float: left;
  padding: 20px;
}

.header-text__link {
  color: #F00 !important;
  font-weight: bold;
  padding-top: 30px;
}

@media screen and (min-width: 960px) {
  .header-text {
    text-align: center;
    float: none;
  }

  .header-text__link {
    display: block;
  }

}

.lightbox_kontakt {
  background-color: white !important;
  color: #5a5a5a !important;
  text-align: left;
}

.lightbox_kontakt > p,
.lightbox_kontakt > h4 {
  background-color: white !important;
  color: #5a5a5a !important;
  font: 14px arial, helvetica !important;
}


.ribbon:hover .a--cell-like {
  color: white !important;
}




.b--contacts-popup__mail a {
   color: #ea690b;
}



.gutschein {
    background-color:#aaa;
    padding:10px;
    font:20px bold arial, helvetica;
    color:#000;
    margin-top:50px;
    max-width: 847px;
    }

@media screen and (min-width: 770px) {

    .gutschein_responsive {
         margin-left:280px;
    }

}





/* slider entfernen für smartphone, schnellsuche anzeigen */

@media (min-width: 0) and (max-width: 767px) {
  .b--page-main__s1 .b--big-slider__wrap,
  .b--page-main__s1 .b--big-slide,
  .b--big-slider__wrap,
  .b--search-form__close {
    display: none;
  }

  .b--search-form {
    display: block;
    position: relative;
  }

  .b--page-main__s2 {
    padding-top: 0;
  }

  .b--search-form {
    padding-bottom: 40px;
  }

}









/***** Attribute Hacks ******/

/* IE6 */
/*#once { _color: blue }*/
#no_ie {_display: none;}

/* IE6, IE7 */
/*#doce { *color: blue;  }*/
#no_ie {*display: none;}


/* IE6, IE7, IE8, but also IE9 in some cases :( */
/*#diecinueve { color: blue\9; }*/
#no_ie {display: none\9;}

/* IE7, IE8 */
#veinte { color/*\**/: blue\9; }
#no_ie {display/*\**/: none\9;}

/* IE6, IE7 -- acts as an !important */
#veintesiete { color: blue !ie; } /* string after ! can be anything */
#no_ie {display: none !ie;}

/* IE8, IE9 */
/*#anotherone  {color: blue\0/;} must go at the END of all rules */
#no_ie {display: none\0/;}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
    /*#veintidos { color: red}*/
    #no_ie {display: none;}
}




/*nur im IE anzeigen*/

/*für alle anderen entfernen*/
#only_ie {
  display: none;
}


/* IE6 */
#only_ie {_display: block;}

/* IE6, IE7 */
#only_ie {*display: block;}

/* IE6, IE7, IE8, but also IE9 in some cases :( */
#only_ie {display: block\9;}

/* IE7, IE8 */
#veinte { color/*\**/: blue\9; }
#only_ie {display/*\**/: block\9;}

/* IE6, IE7 -- acts as an !important */
#veintesiete { color: blue !ie; } /* string after ! can be anything */
#only_ie {display: block !ie;}

/* IE8, IE9 */
/*#anotherone  {color: blue\0/;} must go at the END of all rules */
#only_ie {display: block\0/;}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
    #only_ie {display: block;}
}

/*edge*/
_:-ms-lang(x),
_:-webkit-full-screen,
#only_ie {
  display: block;
}

/*IE 11*/
_:-ms-fullscreen,
:root #only_ie {
  display: block;
}




@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background-image: none !important;
        background-color: white !important;
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        text-decoration: none !important;
    }

    a[href]:after {
        content: "";
    }

     a[href] {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

  .b--cabinet-menu, .b--cabinet-menu__separator, .b--footer, .b--header, .e--side-contacts {
    display:none;
  }

  .b--cabinet {
    width: 100%;
  }


}



/*
.miles_more {
  visibility: hidden;
}
*/


.special_text {
  background-color:yellow;
  padding: 5px;
  text-align:center;
  font: bold 14px arial, helvtica;
  position:absolute;
  width:100%;
  z-index:999;
  top:120px;
}

@media (max-width: 500px) {

  .special_text {
    position:relative;
    /*top: 230px;*/
  }
}


.special_text2 {
background-color: #00a34e;
border-radius: 10px;
padding: 5px;
text-align:center;
z-index:249;
position:absolute;
right: 65px;
top:250px;
width:200px;
padding:5px;
margin:5px;
}

.special_text2 a {
  color: #FFF;
  font: 14px arial, helvetica;
}



@media (max-width: 800px) {
  .special_text2 {
    position:relative;
    top: 150px;
    left: calc(50% - 110px);
  }
}

.info_block {
  padding-right: 70px;
}

@media (min-width: 900px) {
  .info_block {
    padding-right: 0;
    width: 48%;
    float: left;
    padding: 10px;
  }
}
