@import "https://komandor-hotel.ru/t/v575/images/css/fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  top: NaNpx;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  top: NaNpx;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-43 .layout_center_81_id_65_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-43 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 11;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .block-15 .layout_15 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_21 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  padding-top: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.title-page .block-5 .layout_16 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_25 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_139 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 {
  margin: 29px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  text-decoration: none;
  padding-right: 0;
  right: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .widget-128 {
  margin: 3px 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: 230px;
  right: 0;
}
.title-page .address-139 p:first-child {
  margin-top: 0;
}
.title-page .address-139 p:last-child {
  margin-bottom: 0;
}
.title-page .address-139 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-139 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-139 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/adress.svg?1522327229953") left 50% top 50% / contain no-repeat;
  margin-right: 15px;
  min-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-139 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-139 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-139 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-139 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: rgba(18, 18, 18, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 13px;
}
.title-page .address-139 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-139 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-14 {
  margin: 3px 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 190px;
  min-height: 0;
  right: 0;
}
.title-page .phones-16 p:first-child {
  margin-top: 0;
}
.title-page .phones-16 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-16 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-16 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-16 .icon {
  margin: auto 15px 10px 0;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzMyIgdmlld0JveD0iMCAwIDMzIDMzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InRlbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU4Ny42MzcgNDk1LjI4MmEyNy43NzEgMjcuNzcxLjAgMCAwIDEyLjA4MSAxMi4wODFsNC4wMzQtNC4wMzNhMS44MjMgMS44MjMuMCAwIDEgMS44Ny0uNDQgMjAuOTE4IDIwLjkxOC4wIDAgMCA2LjU0NSAxLjA0NUExLjgzOSAxLjgzOS4wIDAgMSA2MTQgNTA1Ljc2OHY2LjRBMS44MzkgMS44MzkuMCAwIDEgNjEyLjE2NyA1MTQgMzEuMTY1IDMxLjE2NS4wIDAgMSA1ODEgNDgyLjgzMyAxLjgzOSAxLjgzOS4wIDAgMSA1ODIuODMzIDQ4MWg2LjQxN2ExLjgzOSAxLjgzOS4wIDAgMSAxLjgzMyAxLjgzMyAyMC44MzQgMjAuODM0LjAgMCAwIDEuMDQ1IDYuNTQ1IDEuODM5IDEuODM5LjAgMCAxLS40NTggMS44N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODEgLTQ4MSkiIGZpbGw9IiMxMjEyMTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPjwvc3ZnPg==") left 50% top 50% / 17px no-repeat;
  align-self: center;
  padding-left: 0;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-16 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-16 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-16 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-16 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #121212;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  top: NaNpx;
  left: NaNpx;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 38px;
}
.title-page .phones-16 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-16 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-16 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-19 {
  padding: 12px 20px;
  margin: 0 0 auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 180px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  -webkit-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
}
.title-page .widget-19:hover, .title-page .widget-19.hover, .title-page .widget-19.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 450px;
}
.title-page .popover-wrap-25 .popover-body .form_text input {
  padding: 7px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 40px;
  background: #fff;
}
.title-page .popover-wrap-25 .popover-body .form_calendar input {
  padding: 7px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval input {
  padding: 7px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 7px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
  margin-right: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large {
  border: none;
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 185px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid rgba(228, 233, 242, 0.7);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ebf3ff;
  color: #333;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-25 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/close3.svg") left 50% top 50% / 16px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 17px;
  margin-right: 17px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-25 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-25 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-25 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-25 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin: 8px 0;
  box-sizing: border-box;
  text-align: left;
  width: 318px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_div {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_checkbox {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-25 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar_interval {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-25 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_name {
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  padding-top: 0.02px;
  padding-left: 0;
}
.title-page .widget-77 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  font-family: Roboto, sans-serif;
  color: #c4a168;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-right: 0;
  padding-left: 0;
  font-weight: normal;
  right: 0;
}
.title-page .widget-12 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 150px;
  min-height: 0;
  font-size: 25px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  right: 0;
}
.title-page .site-name-13 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-13 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-13 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: 180px;
}
.title-page .site-name-13 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #333;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 23px;
  top: NaNpx;
  padding-left: 0;
  left: NaNpx;
  font-weight: bold;
  padding-right: 0;
  min-height: 0;
}
.title-page .site-name-13 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-12 .layout_12 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-12 .layout_116 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-12 .layout_61_id_12 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-12 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #121212;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-11 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 710px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50vpx;
  right: 0;
}
.title-page .menu-12 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-12 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-12 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-12 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-12 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-12 .menu-scroll > ul > li.delimiter {
  margin: auto 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
  width: 1px;
  min-height: 10px;
  box-sizing: border-box;
  border-top: 0px dashed rgba(255, 255, 255, 0.5);
  border-right: 0px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.5);
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .menu-12 .menu-scroll > ul ul {
  padding: 10px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(#121212, #121212);
  list-style: none;
  width: 260px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .menu-12 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-12 .menu-scroll > ul ul > li > a {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: rgba(31, 155, 255, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: auto;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}
.title-page .menu-12 .menu-scroll > ul ul > li > a:hover, .title-page .menu-12 .menu-scroll > ul ul > li > a.hover, .title-page .menu-12 .menu-scroll > ul ul > li > a.active {
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #fff;
}
.title-page .menu-12 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1px;
  height: auto;
  width: auto;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  border-right: 0px dashed rgba(255, 255, 255, 0.4);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.4);
  border-left: 0px dashed rgba(255, 255, 255, 0.4);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a {
  padding: 20px 0;
  margin: 0 40px 0 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.2;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-12 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-12 .menu-scroll > ul > li.menu-item > a.active {
  color: #c4a168;
  -webkit-box-shadow: inset 0px -2px 0px #c4a168;
  -moz-box-shadow: inset 0px -2px 0px #c4a168;
  box-shadow: inset 0px -2px 0px #c4a168;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-12 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 15px;
  margin: 0 0 0 10px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImJ1cmczLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzUwIDQ1NGgyNmEyIDIgMCAwIDEgMiAyaDBhMiAyIDAgMCAxLTIgMkgzNTBhMiAyIDAgMCAxLTItMmgwYTIgMiAwIDAgMSAyLTJ6bTAgMjZoMTZhMiAyIDAgMCAxIDAgNEgzNTBhMiAyIDAgMCAxIDAtNHptMTAtMTNoMTZhMiAyIDAgMCAxIDAgNEgzNjBhMiAyIDAgMCAxIDAtNHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDggLTQ1NCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC43IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 15px no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 56px;
  align-self: auto;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-12 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-12 .menu-scroll > ul > li.more-button > a.active {
  color: #121212;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .widget-113 {
  margin: 11px 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: 200px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  visibility: visible;
}
.title-page .search-116 form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .search-116 input {
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
  border-top: 0px solid rgba(255, 255, 255, 0.5);
  border-right: 0px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  min-height: 35px;
  width: 0;
  height: 0;
  max-width: 100%;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  text-align: start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .search-116 button {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI0Ny4wMzEiIHZpZXdCb3g9IjAgMCA0NyA0Ny4wMzEiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0ic2VhcmNoLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTAzLjM3NiA3NjEuNDNhMi4wNzcgMi4wNzcuMCAwIDEtMi45MDguMEw0OTAgNzUxLjEyNmEyMC41OTMgMjAuNTkzLjAgMCAxLTEyLjUwNyA0LjIyNUEyMC4xODUgMjAuMTg1LjAgMSAxIDQ5OCA3MzUuMTdhMTkuOSAxOS45LjAgMCAxLTUuMDA3IDEzLjE3NWwxMC4zODUgMTAuMjIzQTIgMiAwIDAgMSA1MDMuMzc2IDc2MS40M3pNNDc3LjUgNzE5LjAzNWExNi4xMzUgMTYuMTM1LjAgMSAwIDE2LjM4NyAxNi4xMzZBMTYuMjkyIDE2LjI5Mi4wIDAgMCA0NzcuNSA3MTkuMDM1em0tMTEuNTMyIDE2LjEzaC0yLjA1NkExMy41IDEzLjUuMCAwIDEgNDc3LjUgNzIxLjc4OXYyLjAyNUExMS40NTkgMTEuNDU5LjAgMCAwIDQ2NS45NjUgNzM1LjE2NXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTcgLTcxNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 16px no-repeat;
  font-size: 14px;
  outline: none;
  min-width: 24px;
  min-height: 35px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  width: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  visibility: visible;
}
.title-page .search-116 button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 14px;
}
.title-page .search-116 input:focus {
  outline: none;
}
.title-page .search-116 button:focus {
  outline: none;
}
.title-page .search-116 .slide_search {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.title-page .search-116 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.title-page .search-116 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.title-page .search-116 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.title-page .block-14 .layout_64_id_141 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-14 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(245, 245, 245, 0.6), rgba(245, 245, 245, 0.6)), url("../images/silver_scales.png") left 50% top 50% / auto auto repeat;
  z-index: 10;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-133 {
  margin: -70px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  min-height: 350px;
  width: 250px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-141 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-141 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-141 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-141 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-141 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-141 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-141 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-141 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-141 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-141 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-141 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-141 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-141 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-141 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-141 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 350px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .editable_block-141 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-141 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-141 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-141 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-141 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-141 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-141 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-141 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-141 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-141 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-141 .clear {
  clear: both;
}
.title-page .popover-container-141 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-141 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-141 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-141 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-141 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-141 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-141 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-141 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-141 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-141 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-141 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-141 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-18 {
  margin: 70px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 960px;
  min-width: 960px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
}
.title-page .popover-wrap-23 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 450px;
}
.title-page .popover-wrap-23 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .form_calendar input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large {
  border: none;
  background: rgba(196, 161, 104, 0.8);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 185px;
  margin-top: 20px;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-23 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-23 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-23 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-23 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.title-page .blocklist-23 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #c4a168;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
}
.title-page .blocklist-23 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: rgba(196, 161, 104, 0.8);
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 18px;
  padding-bottom: 25px;
  background: url("../images/uzorrr1.svg") left 50% bottom 0px / 71px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.title-page .blocklist-23 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-23 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-23 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-23 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-23 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-23 .item {
  padding: 20px 20px 10px;
  margin: 10px;
  border: none;
  position: relative;
  width: 300px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-family: Roboto, sans-serif;
}
.title-page .blocklist-23 .item:hover, .title-page .blocklist-23 .item.hover, .title-page .blocklist-23 .item.active {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.title-page .blocklist-23 .text {
  padding: 0.02px 0;
  border: none;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(18, 18, 18, 0.8);
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-23 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-23 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-23 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-23 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-23 .title {
  padding: 20px 0;
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #c4a168;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-23 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-23 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-23 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-23 .bx-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-23 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-23 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-23 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-23 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-23 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 0.02px;
}
.title-page .blocklist-23 .all {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-23 .all:hover, .title-page .blocklist-23 .all.hover, .title-page .blocklist-23 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-23 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-23 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-23 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-23 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-23 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-23 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-23 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-23 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .popover-container-23 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-23 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-23 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-23 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-23 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-23 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-17 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 580px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.3);
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-22 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 450px;
}
.title-page .popover-wrap-22 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_calendar input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large {
  border: none;
  background: rgba(196, 161, 104, 0.8);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 185px;
  margin-top: 20px;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large:hover, .title-page .popover-wrap-22 .popover-body .s3_button_large.hover, .title-page .popover-wrap-22 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-22 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-22 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-22 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
}
.title-page .slider-22 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-22 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-22 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-22 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-22 .text-slider {
  margin: -102px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 6;
  text-align: left;
  bottom: 0;
  right: auto;
}
.title-page .slider-22 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-22 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-22 .block-more {
  box-sizing: border-box;
  text-align: center;
  padding-top: 25px;
}
.title-page .slider-22 .block-more > a {
  padding: 12px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-22 .block-more > a:hover, .title-page .slider-22 .block-more > a.hover, .title-page .slider-22 .block-more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .slider-22 .block-title {
  padding: 0.02px 0 10px;
  margin: auto 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  width: 960px;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  max-width: 100%;
}
.title-page .slider-22 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-22 .slider-controls {
  margin: -25px 0 40px -600px;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  bottom: auto;
  width: 1200px;
  max-width: 100%;
}
.title-page .slider-22 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: none #fff;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-22 .slider-prev:hover, .title-page .slider-22 .slider-prev.hover, .title-page .slider-22 .slider-prev.active {
  background: none #121212;
}
.title-page .slider-22 .slider-prev:active, .title-page .slider-22 .slider-prev.active {
  background: #39393d;
}
.title-page .slider-22 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: none #fff;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50px;
  margin-left: auto;
  margin-right: 0;
}
.title-page .slider-22 .slider-next:hover, .title-page .slider-22 .slider-next.hover, .title-page .slider-22 .slider-next.active {
  background: none #121212;
}
.title-page .slider-22 .slider-next:active, .title-page .slider-22 .slider-next.active {
  background: #39393d;
}
.title-page .slider-22 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-22 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-22 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 60px;
  margin-left: 0;
  top: 50%;
  margin-top: -27.5px;
  margin-right: 0;
}
.title-page .slider-22 .bx-auto_controls {
  margin: auto auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-self: center;
}
.title-page .slider-22 .slider-pager {
  border: none;
  box-sizing: border-box;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .slider-22 .slider-pager > a {
  padding: 0.02px 0;
  margin: 10px 0;
  border: none;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  width: 20px;
  min-height: 20px;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.title-page .slider-22 .slider-pager > a:hover, .title-page .slider-22 .slider-pager > a.hover, .title-page .slider-22 .slider-pager > a.active {
  background: #c4a168;
}
.title-page .slider-22 .slider-pager > a:active, .title-page .slider-22 .slider-pager > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .slider-22 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-22 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-22 .bx-controls-auto-item {
  box-sizing: border-box;
  display: block;
}
.title-page .slider-22 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-22 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-22 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-22 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-22 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-22 .text_wrapper {
  padding: 200px 0 0.02px;
  margin: 0 0 0 -330px;
  border: none;
  box-sizing: border-box;
  width: 660px;
  position: absolute;
  top: 0;
  left: 50%;
  min-height: 0;
  z-index: 100;
  text-align: right;
  right: auto;
  bottom: 0;
  background: url("../images/uzorrr111.svg") left 50% top -34px / 297px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-decoration: none;
}
.title-page .slider-22 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-22 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-22 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-22 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-22 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-22 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-22 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-22 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-22 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-22 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-22 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-22 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-60 .layout_119_id_118 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-60 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 444px;
  background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/1679871.jpg%3F1522326386946") left 50% top 50% / cover no-repeat ;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-bottom: 70px;
  padding-top: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-115 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 420px;
  min-width: 420px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
  padding-left: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-118 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-118 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-118 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-118 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-118 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-118 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-118 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-118 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-118 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.title-page .blocklist-118 .header_text {
  font-size: 25px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #45bd00;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-118 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-118 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-118 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-118 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-118 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-118 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-118 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-118 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-118 .item {
  margin: 20px 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  display: block;
}
.title-page .blocklist-118 .text {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(18, 18, 18, 0.8);
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-118 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-118 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 50px;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.title-page .blocklist-118 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-118 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-118 .img-convert {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-118 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-118 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-118 .title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #c4a168;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 0.02px;
  min-height: 0;
}
.title-page .blocklist-118 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-118 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-118 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-118 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-118 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-118 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-118 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-118 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-118 .bx-wrapper {
  max-width: 270px;
}
.title-page .blocklist-118 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-118 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-118 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-118 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-118 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-118 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-118 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-118 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-118 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-118 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-118 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-118 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-118 .bx-auto_controls {
  margin: auto auto 0 40px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-118 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-118 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-118 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-118 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-118 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-118 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-118 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-118 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-118 .bx-pager a {
  padding: 0.02px 0;
  margin: 0 5px;
  border: none;
  display: inline-block;
  width: 20px;
  min-height: 20px;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000;
  box-shadow: inset 0px 0px 0px 1px #000;
}
.title-page .blocklist-118 .bx-pager a:hover, .title-page .blocklist-118 .bx-pager a.hover, .title-page .blocklist-118 .bx-pager a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #00aadc;
  -moz-box-shadow: inset 0px 0px 0px 1px #00aadc;
  box-shadow: inset 0px 0px 0px 1px #00aadc;
}
.title-page .blocklist-118 .bx-pager a:active, .title-page .blocklist-118 .bx-pager a.active {
  background: #00aadc;
}
.title-page .popover-container-118 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-118 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-118 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-118 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-118 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-118 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-118 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-118 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-118 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-118 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-118 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-118 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-118 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-118 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-118 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-118 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-118 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-118 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-118 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 .layout_67 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 .layout_117 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 .layout_68_id_67 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-17 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(245, 245, 245, 0.6), rgba(245, 245, 245, 0.6)), url("../images/silver_scales.png") left 50% top 50% / auto auto repeat;
  z-index: 7;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-46 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: auto;
}
.title-page .popover-wrap-67 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 450px;
}
.title-page .popover-wrap-67 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .form_calendar input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-67 .popover-body .s3_button_large {
  border: none;
  background: rgba(196, 161, 104, 0.8);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(196, 161, 104, 0.5);
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 185px;
  margin-top: 20px;
}
.title-page .popover-wrap-67 .popover-body .s3_button_large:hover, .title-page .popover-wrap-67 .popover-body .s3_button_large.hover, .title-page .popover-wrap-67 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-67 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-67 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") center center / auto no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-67 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-67 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-67 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-67 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-67 .title {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #c4a168;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  padding-bottom: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
}
.title-page .editable_block-67 .image {
  margin: 0 0 5px 10px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 360px;
  left: 0;
  right: 0;
}
.title-page .editable_block-67 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-67 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-67 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 360px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-top: 0;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .editable_block-67 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-67 .text {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: rgba(18, 18, 18, 0.8);
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-67 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-67 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-67 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-67 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-67 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-67 .more {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding-top: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-67 .more > a {
  padding: 12px 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  font-weight: bold;
}
.title-page .editable_block-67 .more > a:hover, .title-page .editable_block-67 .more > a.hover, .title-page .editable_block-67 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .editable_block-67 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-67 .clear {
  clear: both;
}
.title-page .popover-container-67 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-67 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-67 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-67 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-67 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-67 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-67 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-67 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-67 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-114 {
  padding: 20px;
  margin: 0 0 auto 40px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  box-sizing: border-box;
  display: block;
  right: 0;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .menu-117 .menu-scroll > ul > li.delimiter {
  margin: 0 20px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(18, 18, 18, 0.1);
}
.title-page .menu-117 .menu-scroll > ul ul {
  padding: 0.02px 20px;
  margin: 0;
  border: none;
  position: static;
  top: 0;
  left: 100%;
  background: #514a43;
  list-style: none;
  width: auto;
  display: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-117 .menu-scroll > ul ul > li.delimiter {
  margin: 3px 2px;
  box-sizing: border-box;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-117 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .menu-117 .menu-scroll > ul ul > li > a {
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.title-page .menu-117 .menu-scroll > ul ul > li > a:hover, .title-page .menu-117 .menu-scroll > ul ul > li > a.hover, .title-page .menu-117 .menu-scroll > ul ul > li > a.active {
  background: #d1ac8a;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .menu-117 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-117 .menu-title {
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 17px;
  margin-bottom: 10px;
}
.title-page .menu-117 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-117 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-117 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 25px;
  margin: 5px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(18, 18, 18, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-117 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-117 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-117 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .widget-127 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  width: auto;
  min-height: 350px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  right: 0;
}
.title-page .block-63 .layout_124_id_125 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-63 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 110px;
  background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://komandor-hotel.ru/t/v575/images/images/1679871.jpg?1522327229985") left 50% top 50% / cover no-repeat fixed;
  z-index: 2;
  text-align: left;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
}
.title-page .block-64 .layout_126 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-64 .layout_140 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-64 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  right: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-129 {
  padding: 60px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 420px;
  right: 0;
  min-height: 129px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-140 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  color: #c4a168;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  padding-top: 0.02px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-140 .form__text {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  color: rgba(18, 18, 18, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .form-140 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-140 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-140 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-140 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-140 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-140 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-right: 0;
}
.title-page .form-140 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-140 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.title-page .form-140 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-140 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-140 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-140 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-140 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-140 .form-text input {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #121212;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  resize: vertical;
  display: block;
}
.title-page .form-140 .form-text input:hover, .title-page .form-140 .form-text input.hover, .title-page .form-140 .form-text input.active {
  border: 1px solid #c4a168;
}
.title-page .form-140 .form-textarea textarea {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 37px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  color: #121212;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  height: 37px;
}
.title-page .form-140 .form-textarea textarea:hover, .title-page .form-140 .form-textarea textarea.hover, .title-page .form-140 .form-textarea textarea.active {
  border: 1px solid #c4a168;
}
.title-page .form-140 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-140 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-140 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-140 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-140 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-140 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-140 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-140 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-140 .form-textarea {
  box-sizing: border-box;
  margin-right: 0;
}
.title-page .form-140 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-140 .form-submit {
  box-sizing: border-box;
  margin-right: 5px;
  margin-top: 15px;
  align-self: auto;
}
.title-page .form-140 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-140 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-140 .form-submit button {
  padding: 12px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #c4a168;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 150px;
  min-height: 45px;
}
.title-page .form-140 .form-submit button:hover, .title-page .form-140 .form-submit button.hover, .title-page .form-140 .form-submit button.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-140 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-140 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-140 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-140 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  color: #121212;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.02);
  resize: vertical;
  display: block;
}
.title-page .form-140 .form-captcha input:hover, .title-page .form-140 .form-captcha input.hover, .title-page .form-140 .form-captcha input.active {
  border: 1px solid #c4a168;
}
.title-page .form-140 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-140 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-140 .form-captcha button {
  padding: 12px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #c4a168;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -moz-box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  box-shadow: 0px 5px 15px rgba(196, 161, 104, 0.5);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 150px;
  min-height: 45px;
}
.title-page .form-140 .form-captcha button:hover, .title-page .form-140 .form-captcha button.hover, .title-page .form-140 .form-captcha button.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-140 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-140 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-140 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-140 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-140 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-140 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-140 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-140 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-140 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-140 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-140 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-140 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-140 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-140 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-140 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-140 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-140 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-140 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-140 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-140 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-140 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-140 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-140 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-140 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-140 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-140 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-140 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #121212;
  text-decoration: none;
  font-size: 16px;
}
.title-page .form-140 ::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.6);
}
.title-page .form-140 ::-moz-placeholder {
  color: rgba(18, 18, 18, 0.6);
}
.title-page .form-140 :-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.6);
}
.title-page .block-65 {
  padding: 0.02px 0;
  margin: 0 0 auto 120px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 420px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  right: auto;
}
.title-page .widget-118 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  padding-bottom: 0.02px;
}
.title-page .widgetsocial-127 .soc-header {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #c4a168;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.title-page .widgetsocial-127 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-127 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-127 .soc {
  margin: 2px 15px 2px 0;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-127 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDMyIDE4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzY3LjgzLDU0MS4yNTdhMS4zNTcsMS4zNTcsMCwwLDAtLjExLTAuMiwxNi4xNTcsMTYuMTU3LDAsMCwwLTMuMTgtMy42MzFsLTAuMDMtLjAzMy0wLjAyLS4wMTYtMC4wMi0uMDE3aC0wLjAxcS0xLjA2NS0xLTEuMzUtMS4zNDdhMS4yNiwxLjI2LDAsMCwxLS4yNC0xLjMzMSwxMy4yNjcsMTMuMjY3LDAsMCwxLDEuNS0yLjE1MWMwLjQ2LS41ODEuODItMS4wNDYsMS4wOS0xLjRxMi44OC0zLjc3OSwyLjUtNC44MjlsLTAuMS0uMTY0YTAuOTkyLDAuOTkyLDAsMCwwLS41Mi0wLjI3MSwyLjY2OCwyLjY2OCwwLDAsMC0xLjA3LS4wNDFsLTQuNzkuMDMyYTAuNjU4LDAuNjU4LDAsMCwwLS4zNC4wMDlsLTAuMjEuMDQ5LTAuMDkuMDQxLTAuMDYuMDVhMC43MTcsMC43MTcsMCwwLDAtLjE5LjE3MiwxLjE2OSwxLjE2OSwwLDAsMC0uMTYuMjg4LDI3LjE3NiwyNy4xNzYsMCwwLDEtMS43OSwzLjdjLTAuNDEuNjc5LS43OSwxLjI2Ny0xLjEzLDEuNzY2YTcuNiw3LjYsMCwwLDEtLjg3LDEuMSw1LjYyMyw1LjYyMywwLDAsMS0uNjMuNTY3LDAuNjE0LDAuNjE0LDAsMCwxLS40My4xODFjLTAuMS0uMDIyLTAuMi0wLjA0NC0wLjI5LTAuMDY2YTEuMSwxLjEsMCwwLDEtLjM3LTAuNCwxLjYyMSwxLjYyMSwwLDAsMS0uMTktMC42NCw0LjQyOSw0LjQyOSwwLDAsMS0uMDYtMC42NjZjLTAuMDEtLjE4NiwwLTAuNDQ5LjAxLTAuNzg4czAuMDEtLjU3LjAxLTAuNjlxMC0uNjI0LjAzLTEuMzU2YzAuMDItLjQ4Ny4wMy0wLjg3MywwLjA0LTEuMTU3czAuMDItLjU4Ny4wMi0wLjlhMy42MzcsMy42MzcsMCwwLDAtLjA2LTAuNzQ4LDIuNTA3LDIuNTA3LDAsMCwwLS4xOC0wLjUyNSwwLjg0MiwwLjg0MiwwLDAsMC0uMzQtMC4zOTUsMS44NDMsMS44NDMsMCwwLDAtLjU2LTAuMjIxLDE2LjE3MSwxNi4xNzEsMCwwLDAtNi4yMy4xODEsMi4yODMsMi4yODMsMCwwLDAtLjYzLjQ5MmMtMC4yLjI0MS0uMjMsMC4zNzMtMC4wOCwwLjM5NGEyLjAzMywyLjAzMywwLDAsMSwxLjQxLjcwN2wwLjEsMC4yYTMuMDQsMy4wNCwwLDAsMSwuMjQuNzU2LDkuODcyLDkuODcyLDAsMCwxLC4xNSwxLjIsMTMuOTY5LDEzLjk2OSwwLDAsMSwwLDIuMDUzYy0wLjA2LjU3LS4xMSwxLjAxMy0wLjE2LDEuMzMxYTIuNjI0LDIuNjI0LDAsMCwxLS4yMy43NzIsMi40LDIuNCwwLDAsMS0uMi4zNjEsMC4yNjgsMC4yNjgsMCwwLDEtLjA4LjA4MiwxLjIyLDEuMjIsMCwwLDEtLjQ1LjA4MywxLjA4MSwxLjA4MSwwLDAsMS0uNTctMC4yMzEsNC4wODUsNC4wODUsMCwwLDEtLjY5LTAuNjMyLDguMzYyLDguMzYyLDAsMCwxLS44MS0xLjEyNSwxOS4wMzMsMTkuMDMzLDAsMCwxLS45My0xLjcwOWwtMC4yNy0uNDc2Yy0wLjE2LS4zMDctMC4zOS0wLjc1My0wLjY4LTEuMzM5cy0wLjU0LTEuMTUzLS43Ny0xLjdhMS4wMjIsMS4wMjIsMCwwLDAtLjQtMC41MjZsLTAuMDgtLjA0OWEwLjk4OSwwLjk4OSwwLDAsMC0uMjYtMC4xNCwxLjg0NCwxLjg0NCwwLDAsMC0uMzktMC4xMDdsLTQuNTYuMDMzYTEuMTU3LDEuMTU3LDAsMCwwLS45NS4zMTJsLTAuMDcuMWEwLjU2MSwwLjU2MSwwLDAsMC0uMDUuMjYzLDEuMjE5LDEuMjE5LDAsMCwwLC4xLjQ0M3ExLjAwNSwyLjMxNiwyLjE3LDQuNDY4YzAuNzksMS40MzUsMS40NywyLjU5MSwyLjA1LDMuNDY2czEuMTYsMS43LDEuNzYsMi40ODEsMSwxLjI3NiwxLjE5LDEuNSwwLjM1LDAuMzgzLjQ2LDAuNDkzbDAuNDIsMC4zOTRhOS43NTUsOS43NTUsMCwwLDAsMS4xNy45NDQsMjAuMjY3LDIwLjI2NywwLDAsMCwxLjcyLDEuMDg1LDkuNDM4LDkuNDM4LDAsMCwwLDIuMTkuODcsNy42NTYsNy42NTYsMCwwLDAsMi40My4yNzJoMS45MmExLjMyOSwxLjMyOSwwLDAsMCwuODgtMC4zNjJsMC4wNy0uMDgyYTEuMzQsMS4zNCwwLDAsMCwuMTItMC4zLDEuNjEsMS42MSwwLDAsMCwuMDYtMC40NTIsNS41ODIsNS41ODIsMCwwLDEsLjExLTEuMjczLDMuNDU4LDMuNDU4LDAsMCwxLC4yOC0wLjg1NCwyLjM0NCwyLjM0NCwwLDAsMSwuMzYtMC40ODQsMS41MzQsMS41MzQsMCwwLDEsLjI4LTAuMjM4LDAuOTM4LDAuOTM4LDAsMCwxLC4xNC0wLjA1OCwxLjA2NiwxLjA2NiwwLDAsMSwuOTQuMjU1LDUuMjc0LDUuMjc0LDAsMCwxLDEuMDEuOTUzYzAuMzIsMC4zNzguNywwLjgsMS4xNSwxLjI3M2E3LjcxMiw3LjcxMiwwLDAsMCwxLjE2LDEuMDUxbDAuMzQsMC4yYTQuMDg1LDQuMDg1LDAsMCwwLC44Ni4zNjIsMS45MjQsMS45MjQsMCwwLDAsLjk0LjA4Mmw0LjI2LS4wNjZhMS45NDgsMS45NDgsMCwwLDAsLjk4LTAuMjA1LDAuNzg2LDAuNzg2LDAsMCwwLC40Mi0wLjQ1MiwxLjMsMS4zLDAsMCwwLC4wMS0wLjU1OUExLjk1LDEuOTUsMCwwLDAsMTM2Ny44Myw1NDEuMjU3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMzYgLTUyNSkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 26px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .vk .wg-soc-icon:hover, .title-page .widgetsocial-127 .vk .wg-soc-icon.hover, .title-page .widgetsocial-127 .vk .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDMyIDE4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzY3LjgzLDU0MS4yNTdhMS4zNTcsMS4zNTcsMCwwLDAtLjExLTAuMiwxNi4xNTcsMTYuMTU3LDAsMCwwLTMuMTgtMy42MzFsLTAuMDMtLjAzMy0wLjAyLS4wMTYtMC4wMi0uMDE3aC0wLjAxcS0xLjA2NS0xLTEuMzUtMS4zNDdhMS4yNiwxLjI2LDAsMCwxLS4yNC0xLjMzMSwxMy4yNjcsMTMuMjY3LDAsMCwxLDEuNS0yLjE1MWMwLjQ2LS41ODEuODItMS4wNDYsMS4wOS0xLjRxMi44OC0zLjc3OSwyLjUtNC44MjlsLTAuMS0uMTY0YTAuOTkyLDAuOTkyLDAsMCwwLS41Mi0wLjI3MSwyLjY2OCwyLjY2OCwwLDAsMC0xLjA3LS4wNDFsLTQuNzkuMDMyYTAuNjU4LDAuNjU4LDAsMCwwLS4zNC4wMDlsLTAuMjEuMDQ5LTAuMDkuMDQxLTAuMDYuMDVhMC43MTcsMC43MTcsMCwwLDAtLjE5LjE3MiwxLjE2OSwxLjE2OSwwLDAsMC0uMTYuMjg4LDI3LjE3NiwyNy4xNzYsMCwwLDEtMS43OSwzLjdjLTAuNDEuNjc5LS43OSwxLjI2Ny0xLjEzLDEuNzY2YTcuNiw3LjYsMCwwLDEtLjg3LDEuMSw1LjYyMyw1LjYyMywwLDAsMS0uNjMuNTY3LDAuNjE0LDAuNjE0LDAsMCwxLS40My4xODFjLTAuMS0uMDIyLTAuMi0wLjA0NC0wLjI5LTAuMDY2YTEuMSwxLjEsMCwwLDEtLjM3LTAuNCwxLjYyMSwxLjYyMSwwLDAsMS0uMTktMC42NCw0LjQyOSw0LjQyOSwwLDAsMS0uMDYtMC42NjZjLTAuMDEtLjE4NiwwLTAuNDQ5LjAxLTAuNzg4czAuMDEtLjU3LjAxLTAuNjlxMC0uNjI0LjAzLTEuMzU2YzAuMDItLjQ4Ny4wMy0wLjg3MywwLjA0LTEuMTU3czAuMDItLjU4Ny4wMi0wLjlhMy42MzcsMy42MzcsMCwwLDAtLjA2LTAuNzQ4LDIuNTA3LDIuNTA3LDAsMCwwLS4xOC0wLjUyNSwwLjg0MiwwLjg0MiwwLDAsMC0uMzQtMC4zOTUsMS44NDMsMS44NDMsMCwwLDAtLjU2LTAuMjIxLDE2LjE3MSwxNi4xNzEsMCwwLDAtNi4yMy4xODEsMi4yODMsMi4yODMsMCwwLDAtLjYzLjQ5MmMtMC4yLjI0MS0uMjMsMC4zNzMtMC4wOCwwLjM5NGEyLjAzMywyLjAzMywwLDAsMSwxLjQxLjcwN2wwLjEsMC4yYTMuMDQsMy4wNCwwLDAsMSwuMjQuNzU2LDkuODcyLDkuODcyLDAsMCwxLC4xNSwxLjIsMTMuOTY5LDEzLjk2OSwwLDAsMSwwLDIuMDUzYy0wLjA2LjU3LS4xMSwxLjAxMy0wLjE2LDEuMzMxYTIuNjI0LDIuNjI0LDAsMCwxLS4yMy43NzIsMi40LDIuNCwwLDAsMS0uMi4zNjEsMC4yNjgsMC4yNjgsMCwwLDEtLjA4LjA4MiwxLjIyLDEuMjIsMCwwLDEtLjQ1LjA4MywxLjA4MSwxLjA4MSwwLDAsMS0uNTctMC4yMzEsNC4wODUsNC4wODUsMCwwLDEtLjY5LTAuNjMyLDguMzYyLDguMzYyLDAsMCwxLS44MS0xLjEyNSwxOS4wMzMsMTkuMDMzLDAsMCwxLS45My0xLjcwOWwtMC4yNy0uNDc2Yy0wLjE2LS4zMDctMC4zOS0wLjc1My0wLjY4LTEuMzM5cy0wLjU0LTEuMTUzLS43Ny0xLjdhMS4wMjIsMS4wMjIsMCwwLDAtLjQtMC41MjZsLTAuMDgtLjA0OWEwLjk4OSwwLjk4OSwwLDAsMC0uMjYtMC4xNCwxLjg0NCwxLjg0NCwwLDAsMC0uMzktMC4xMDdsLTQuNTYuMDMzYTEuMTU3LDEuMTU3LDAsMCwwLS45NS4zMTJsLTAuMDcuMWEwLjU2MSwwLjU2MSwwLDAsMC0uMDUuMjYzLDEuMjE5LDEuMjE5LDAsMCwwLC4xLjQ0M3ExLjAwNSwyLjMxNiwyLjE3LDQuNDY4YzAuNzksMS40MzUsMS40NywyLjU5MSwyLjA1LDMuNDY2czEuMTYsMS43LDEuNzYsMi40ODEsMSwxLjI3NiwxLjE5LDEuNSwwLjM1LDAuMzgzLjQ2LDAuNDkzbDAuNDIsMC4zOTRhOS43NTUsOS43NTUsMCwwLDAsMS4xNy45NDQsMjAuMjY3LDIwLjI2NywwLDAsMCwxLjcyLDEuMDg1LDkuNDM4LDkuNDM4LDAsMCwwLDIuMTkuODcsNy42NTYsNy42NTYsMCwwLDAsMi40My4yNzJoMS45MmExLjMyOSwxLjMyOSwwLDAsMCwuODgtMC4zNjJsMC4wNy0uMDgyYTEuMzQsMS4zNCwwLDAsMCwuMTItMC4zLDEuNjEsMS42MSwwLDAsMCwuMDYtMC40NTIsNS41ODIsNS41ODIsMCwwLDEsLjExLTEuMjczLDMuNDU4LDMuNDU4LDAsMCwxLC4yOC0wLjg1NCwyLjM0NCwyLjM0NCwwLDAsMSwuMzYtMC40ODQsMS41MzQsMS41MzQsMCwwLDEsLjI4LTAuMjM4LDAuOTM4LDAuOTM4LDAsMCwxLC4xNC0wLjA1OCwxLjA2NiwxLjA2NiwwLDAsMSwuOTQuMjU1LDUuMjc0LDUuMjc0LDAsMCwxLDEuMDEuOTUzYzAuMzIsMC4zNzguNywwLjgsMS4xNSwxLjI3M2E3LjcxMiw3LjcxMiwwLDAsMCwxLjE2LDEuMDUxbDAuMzQsMC4yYTQuMDg1LDQuMDg1LDAsMCwwLC44Ni4zNjIsMS45MjQsMS45MjQsMCwwLDAsLjk0LjA4Mmw0LjI2LS4wNjZhMS45NDgsMS45NDgsMCwwLDAsLjk4LTAuMjA1LDAuNzg2LDAuNzg2LDAsMCwwLC40Mi0wLjQ1MiwxLjMsMS4zLDAsMCwwLC4wMS0wLjU1OUExLjk1LDEuOTUsMCwwLDAsMTM2Ny44Myw1NDEuMjU3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMzYgLTUyNSkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 26px no-repeat;
}
.title-page .widgetsocial-127 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iRmFjZWJvb2suc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzk1LjA0LDUyNWgtMTYuMDhhMi45NjUsMi45NjUsMCwwLDAtMi45NiwyLjk2NHYxNi4wNzFhMi45NjUsMi45NjUsMCwwLDAsMi45NiwyLjk2NWg3LjkzbDAuMDEtNy44NjJoLTIuMDRhMC40ODMsMC40ODMsMCwwLDEtLjQ4LTAuNDhsLTAuMDEtMi41MzRhMC40NzksMC40NzksMCwwLDEsLjQ4LTAuNDg0aDIuMDR2LTIuNDQ4YTQsNCwwLDAsMSw0LjI3LTQuMzg5aDIuMDhhMC40NzgsMC40NzgsMCwwLDEsLjQ4LjQ4MnYyLjEzN2EwLjQ3OSwwLjQ3OSwwLDAsMS0uNDguNDgyaC0xLjI4YTEuMzc3LDEuMzc3LDAsMCwwLTEuNjQsMS42MTd2Mi4xMTloMy4wM2EwLjQ4NSwwLjQ4NSwwLDAsMSwuNDguNTM5bC0wLjMsMi41MzRhMC40ODcsMC40ODcsMCwwLDEtLjQ4LjQyNWgtMi43MkwxMzkwLjMyLDU0N2g0LjcyYTIuOTY1LDIuOTY1LDAsMCwwLDIuOTYtMi45NjVWNTI3Ljk2NEEyLjk2NSwyLjk2NSwwLDAsMCwxMzk1LjA0LDUyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzc2IC01MjUpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 18px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .fb .wg-soc-icon:hover, .title-page .widgetsocial-127 .fb .wg-soc-icon.hover, .title-page .widgetsocial-127 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iRmFjZWJvb2suc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzk1LjA0LDUyNWgtMTYuMDhhMi45NjUsMi45NjUsMCwwLDAtMi45NiwyLjk2NHYxNi4wNzFhMi45NjUsMi45NjUsMCwwLDAsMi45NiwyLjk2NWg3LjkzbDAuMDEtNy44NjJoLTIuMDRhMC40ODMsMC40ODMsMCwwLDEtLjQ4LTAuNDhsLTAuMDEtMi41MzRhMC40NzksMC40NzksMCwwLDEsLjQ4LTAuNDg0aDIuMDR2LTIuNDQ4YTQsNCwwLDAsMSw0LjI3LTQuMzg5aDIuMDhhMC40NzgsMC40NzgsMCwwLDEsLjQ4LjQ4MnYyLjEzN2EwLjQ3OSwwLjQ3OSwwLDAsMS0uNDguNDgyaC0xLjI4YTEuMzc3LDEuMzc3LDAsMCwwLTEuNjQsMS42MTd2Mi4xMTloMy4wM2EwLjQ4NSwwLjQ4NSwwLDAsMSwuNDguNTM5bC0wLjMsMi41MzRhMC40ODcsMC40ODcsMCwwLDEtLjQ4LjQyNWgtMi43MkwxMzkwLjMyLDU0N2g0LjcyYTIuOTY1LDIuOTY1LDAsMCwwLDIuOTYtMi45NjVWNTI3Ljk2NEEyLjk2NSwyLjk2NSwwLDAsMCwxMzk1LjA0LDUyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzc2IC01MjUpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat;
}
.title-page .widgetsocial-127 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI3IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idHdlZXRlci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE0MzAsNTI3LjZhMTEsMTEsMCwwLDEtMy4xOC44NzUsNS41NjMsNS41NjMsMCwwLDAsMi40My0zLjA3MiwxMS4wNjgsMTEuMDY4LDAsMCwxLTMuNTIsMS4zNDksNS41MzYsNS41MzYsMCwwLDAtOS41OCwzLjgsNS4zMDUsNS4zMDUsMCwwLDAsLjE1LDEuMjY2LDE1LjcsMTUuNywwLDAsMS0xMS40Mi01LjgwNiw1LjU2Nyw1LjU2NywwLDAsMCwxLjcyLDcuNDE3LDUuNSw1LjUsMCwwLDEtMi41MS0uN3YwLjA3YTUuNTU4LDUuNTU4LDAsMCwwLDQuNDQsNS40NDgsNS42MjEsNS42MjEsMCwwLDEtMS40Ni4xOTQsNS4yNCw1LjI0LDAsMCwxLTEuMDQtLjEsNS41MzgsNS41MzgsMCwwLDAsNS4xNywzLjg1OSwxMS4xLDExLjEsMCwwLDEtNi44OCwyLjM3NCwxMS42NDcsMTEuNjQ3LDAsMCwxLTEuMzItLjA3NiwxNS42MTMsMTUuNjEzLDAsMCwwLDguNDksMi41YzEwLjE5LDAsMTUuNzYtOC40NjYsMTUuNzYtMTUuODA3bC0wLjAyLS43MkExMS4wMjIsMTEuMDIyLDAsMCwwLDE0MzAsNTI3LjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwMyAtNTI1KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 22px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .tw .wg-soc-icon:hover, .title-page .widgetsocial-127 .tw .wg-soc-icon.hover, .title-page .widgetsocial-127 .tw .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI3IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idHdlZXRlci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE0MzAsNTI3LjZhMTEsMTEsMCwwLDEtMy4xOC44NzUsNS41NjMsNS41NjMsMCwwLDAsMi40My0zLjA3MiwxMS4wNjgsMTEuMDY4LDAsMCwxLTMuNTIsMS4zNDksNS41MzYsNS41MzYsMCwwLDAtOS41OCwzLjgsNS4zMDUsNS4zMDUsMCwwLDAsLjE1LDEuMjY2LDE1LjcsMTUuNywwLDAsMS0xMS40Mi01LjgwNiw1LjU2Nyw1LjU2NywwLDAsMCwxLjcyLDcuNDE3LDUuNSw1LjUsMCwwLDEtMi41MS0uN3YwLjA3YTUuNTU4LDUuNTU4LDAsMCwwLDQuNDQsNS40NDgsNS42MjEsNS42MjEsMCwwLDEtMS40Ni4xOTQsNS4yNCw1LjI0LDAsMCwxLTEuMDQtLjEsNS41MzgsNS41MzgsMCwwLDAsNS4xNywzLjg1OSwxMS4xLDExLjEsMCwwLDEtNi44OCwyLjM3NCwxMS42NDcsMTEuNjQ3LDAsMCwxLTEuMzItLjA3NiwxNS42MTMsMTUuNjEzLDAsMCwwLDguNDksMi41YzEwLjE5LDAsMTUuNzYtOC40NjYsMTUuNzYtMTUuODA3bC0wLjAyLS43MkExMS4wMjIsMTEuMDIyLDAsMCwwLDE0MzAsNTI3LjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwMyAtNTI1KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 22px no-repeat;
}
.title-page .widgetsocial-127 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDM1IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iR29vZ2xlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0My4xMSw1MzMuODI1djQuMzU4czQuMjctLjAwOSw2LjAxLTAuMDA5Yy0wLjk1LDIuODIxLTIuNDEsNC4zNTgtNi4wMSw0LjM1OGE2LjUzMiw2LjUzMiwwLDAsMSwwLTEzLjA2NCw2LjM2MSw2LjM2MSwwLDAsMSw0LjMyLDEuNjA1YzAuOTItLjkwOS44NC0xLjAzNiwzLjE2LTMuMjFBMTEuMDUzLDExLjA1MywwLDEsMCwxNDQzLjEyLDU0N2M5LjE3LDAsMTEuNDEtNy45MDgsMTAuNjctMTMuMTc1aC0xMC42OFptMjAuMDQsMC4yMTN2LTMuODE0aC0yLjc1djMuODE0aC0zLjk2djIuNzE4aDMuOTZ2My45MTZoMi43NXYtMy45MTZIMTQ2N3YtMi43MThoLTMuODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQzMiAtNTI1KSIgZmlsbD0iI2Y1ZjdmNiIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 30px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .google .wg-soc-icon:hover, .title-page .widgetsocial-127 .google .wg-soc-icon.hover, .title-page .widgetsocial-127 .google .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDM1IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iR29vZ2xlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0My4xMSw1MzMuODI1djQuMzU4czQuMjctLjAwOSw2LjAxLTAuMDA5Yy0wLjk1LDIuODIxLTIuNDEsNC4zNTgtNi4wMSw0LjM1OGE2LjUzMiw2LjUzMiwwLDAsMSwwLTEzLjA2NCw2LjM2MSw2LjM2MSwwLDAsMSw0LjMyLDEuNjA1YzAuOTItLjkwOS44NC0xLjAzNiwzLjE2LTMuMjFBMTEuMDUzLDExLjA1MywwLDEsMCwxNDQzLjEyLDU0N2M5LjE3LDAsMTEuNDEtNy45MDgsMTAuNjctMTMuMTc1aC0xMC42OFptMjAuMDQsMC4yMTN2LTMuODE0aC0yLjc1djMuODE0aC0zLjk2djIuNzE4aDMuOTZ2My45MTZoMi43NXYtMy45MTZIMTQ2N3YtMi43MThoLTMuODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQzMiAtNTI1KSIgZmlsbD0iI2Y5ZmNmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 30px no-repeat;
}
.title-page .widgetsocial-127 .google .wg-soc-icon:active, .title-page .widgetsocial-127 .google .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDM1IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iR29vZ2xlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0My4xMSw1MzMuODI1djQuMzU4czQuMjctLjAwOSw2LjAxLTAuMDA5Yy0wLjk1LDIuODIxLTIuNDEsNC4zNTgtNi4wMSw0LjM1OGE2LjUzMiw2LjUzMiwwLDAsMSwwLTEzLjA2NCw2LjM2MSw2LjM2MSwwLDAsMSw0LjMyLDEuNjA1YzAuOTItLjkwOS44NC0xLjAzNiwzLjE2LTMuMjFBMTEuMDUzLDExLjA1MywwLDEsMCwxNDQzLjEyLDU0N2M5LjE3LDAsMTEuNDEtNy45MDgsMTAuNjctMTMuMTc1aC0xMC42OFptMjAuMDQsMC4yMTN2LTMuODE0aC0yLjc1djMuODE0aC0zLjk2djIuNzE4aDMuOTZ2My45MTZoMi43NXYtMy45MTZIMTQ2N3YtMi43MThoLTMuODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQzMiAtNTI1KSIgZmlsbD0iI2Y1ZjdmNiIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 30px no-repeat;
}
.title-page .widgetsocial-127 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iSW5zdGFncmFtbS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE0ODYuOTMsNTQ3aC05Ljg2YTYuMDc1LDYuMDc1LDAsMCwxLTYuMDctNi4wNzF2LTkuODU4YTYuMDc2LDYuMDc2LDAsMCwxLDYuMDctNi4wNzFoOS44NmE2LjA3Niw2LjA3NiwwLDAsMSw2LjA3LDYuMDcxdjkuODU4QTYuMDc2LDYuMDc2LDAsMCwxLDE0ODYuOTMsNTQ3Wm00LjEyLTYuMDcxdi05Ljg1OGE0LjEyNSw0LjEyNSwwLDAsMC00LjEyLTQuMTE5aC05Ljg2YTQuMTI1LDQuMTI1LDAsMCwwLTQuMTIsNC4xMTl2OS44NThhNC4xMjUsNC4xMjUsMCwwLDAsNC4xMiw0LjExOWg5Ljg2YTQuMTI1LDQuMTI1LDAsMCwwLDQuMTItNC4xMTloMFptLTMuMTQtOS4zOWExLjQzMiwxLjQzMiwwLDAsMSwwLTIuODYzLDEuNDUyLDEuNDUyLDAsMCwxLDEuMDEuNDE5LDEuNDMsMS40MywwLDAsMSwwLDIuMDI1QTEuNDU2LDEuNDU2LDAsMCwxLDE0ODcuOTEsNTMxLjUzOVptLTUuOTEsMTAuMTNhNS42NjksNS42NjksMCwxLDEsNS42Ny01LjY2OUE1LjY3NCw1LjY3NCwwLDAsMSwxNDgyLDU0MS42NjlabTAtOS4zODZhMy43MTcsMy43MTcsMCwxLDAsMy43MiwzLjcxN0EzLjcyNCwzLjcyNCwwLDAsMCwxNDgyLDUzMi4yODNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3MSAtNTI1KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 20px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .ins .wg-soc-icon:hover, .title-page .widgetsocial-127 .ins .wg-soc-icon.hover, .title-page .widgetsocial-127 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iSW5zdGFncmFtbS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE0ODYuOTMsNTQ3aC05Ljg2YTYuMDc1LDYuMDc1LDAsMCwxLTYuMDctNi4wNzF2LTkuODU4YTYuMDc2LDYuMDc2LDAsMCwxLDYuMDctNi4wNzFoOS44NmE2LjA3Niw2LjA3NiwwLDAsMSw2LjA3LDYuMDcxdjkuODU4QTYuMDc2LDYuMDc2LDAsMCwxLDE0ODYuOTMsNTQ3Wm00LjEyLTYuMDcxdi05Ljg1OGE0LjEyNSw0LjEyNSwwLDAsMC00LjEyLTQuMTE5aC05Ljg2YTQuMTI1LDQuMTI1LDAsMCwwLTQuMTIsNC4xMTl2OS44NThhNC4xMjUsNC4xMjUsMCwwLDAsNC4xMiw0LjExOWg5Ljg2YTQuMTI1LDQuMTI1LDAsMCwwLDQuMTItNC4xMTloMFptLTMuMTQtOS4zOWExLjQzMiwxLjQzMiwwLDAsMSwwLTIuODYzLDEuNDUyLDEuNDUyLDAsMCwxLDEuMDEuNDE5LDEuNDMsMS40MywwLDAsMSwwLDIuMDI1QTEuNDU2LDEuNDU2LDAsMCwxLDE0ODcuOTEsNTMxLjUzOVptLTUuOTEsMTAuMTNhNS42NjksNS42NjksMCwxLDEsNS42Ny01LjY2OUE1LjY3NCw1LjY3NCwwLDAsMSwxNDgyLDU0MS42NjlabTAtOS4zODZhMy43MTcsMy43MTcsMCwxLDAsMy43MiwzLjcxN0EzLjcyNCwzLjcyNCwwLDAsMCwxNDgyLDUzMi4yODNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3MSAtNTI1KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
}
.title-page .widgetsocial-127 .ok .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi41NiIgaGVpZ2h0PSIyMS44NDQiIHZpZXdCb3g9IjAgMCAxMi41NiAyMS44NDQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJvay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzMjQuMjcsNTI4LjI2NmEyLjMzNSwyLjMzNSwwLDEsMS0yLjMyLDIuMzM2QTIuMzMsMi4zMywwLDAsMSwxMzI0LjI3LDUyOC4yNjZabTAsNy45NzRhNS42NCw1LjY0LDAsMSwwLTUuNi01LjYzOEE1LjYyNCw1LjYyNCwwLDAsMCwxMzI0LjI3LDUzNi4yNFptMi4yNyw0LjZhMTAuNDEzLDEwLjQxMywwLDAsMCwzLjI1LTEuMzU2LDEuNjUsMS42NSwwLDAsMCwuNTEtMi4yNzksMS42MjksMS42MjksMCwwLDAtMi4yNi0uNTE5LDcuMDY4LDcuMDY4LDAsMCwxLTcuNTQsMCwxLjYzMSwxLjYzMSwwLDAsMC0yLjI2LjUxOSwxLjY2MSwxLjY2MSwwLDAsMCwuNTIsMi4yNzksMTAuNDEzLDEwLjQxMywwLDAsMCwzLjI1LDEuMzU2bC0zLjEzLDMuMTUzYTEuNjYxLDEuNjYxLDAsMCwwLDAsMi4zMzYsMS42MzIsMS42MzIsMCwwLDAsMi4zMiwwbDMuMDctMy4xLDMuMDgsMy4xYTEuNjMxLDEuNjMxLDAsMCwwLDIuMzIsMCwxLjY2MSwxLjY2MSwwLDAsMCwwLTIuMzM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTggLTUyNC45NjkpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 12px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .ok .wg-soc-icon:hover, .title-page .widgetsocial-127 .ok .wg-soc-icon.hover, .title-page .widgetsocial-127 .ok .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi41NiIgaGVpZ2h0PSIyMS44NDQiIHZpZXdCb3g9IjAgMCAxMi41NiAyMS44NDQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJvay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzMjQuMjcsNTI4LjI2NmEyLjMzNSwyLjMzNSwwLDEsMS0yLjMyLDIuMzM2QTIuMzMsMi4zMywwLDAsMSwxMzI0LjI3LDUyOC4yNjZabTAsNy45NzRhNS42NCw1LjY0LDAsMSwwLTUuNi01LjYzOEE1LjYyNCw1LjYyNCwwLDAsMCwxMzI0LjI3LDUzNi4yNFptMi4yNyw0LjZhMTAuNDEzLDEwLjQxMywwLDAsMCwzLjI1LTEuMzU2LDEuNjUsMS42NSwwLDAsMCwuNTEtMi4yNzksMS42MjksMS42MjksMCwwLDAtMi4yNi0uNTE5LDcuMDY4LDcuMDY4LDAsMCwxLTcuNTQsMCwxLjYzMSwxLjYzMSwwLDAsMC0yLjI2LjUxOSwxLjY2MSwxLjY2MSwwLDAsMCwuNTIsMi4yNzksMTAuNDEzLDEwLjQxMywwLDAsMCwzLjI1LDEuMzU2bC0zLjEzLDMuMTUzYTEuNjYxLDEuNjYxLDAsMCwwLDAsMi4zMzYsMS42MzIsMS42MzIsMCwwLDAsMi4zMiwwbDMuMDctMy4xLDMuMDgsMy4xYTEuNjMxLDEuNjMxLDAsMCwwLDIuMzIsMCwxLjY2MSwxLjY2MSwwLDAsMCwwLTIuMzM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTggLTUyNC45NjkpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 12px no-repeat;
}
.title-page .widgetsocial-127 .mail .wg-soc-icon {
  border: none;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_851701_mailru (1).svg") left 50% top 50% / 21px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .pin .wg-soc-icon {
  border: none;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_851701_pinterest.svg") left 50% top 50% / 16px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .lj .wg-soc-icon {
  border: none;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_851701_livejournal.svg") left 50% top 50% / 17px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .my .wg-soc-icon {
  border: none;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_851701_myspace.svg") left 50% top 50% / 19px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDI1IDE3IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iWW91dHViZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MjEuNTcsNTI3LjczM2EzLjEyMSwzLjEyMSwwLDAsMC0yLjctMi40LDEzMC4yOTIsMTMwLjI5MiwwLDAsMC0xOC43MywwLDMuMTMyLDMuMTMyLDAsMCwwLTIuNywyLjQsMzgsMzgsMCwwLDAsMCwxMS41MzIsMy4xMjEsMy4xMjEsMCwwLDAsMi43LDIuNCwxMjkuNzY5LDEyOS43NjksMCwwLDAsMTguNzIsMCwzLjE0NCwzLjE0NCwwLDAsMCwyLjcxLTIuNCwyNS44MjgsMjUuODI4LDAsMCwwLC40My01Ljc2NkEyNS4yNSwyNS4yNSwwLDAsMCwxNTIxLjU3LDUyNy43MzNabS0xNS4yOSw5LjU1MnYtOC4wNjZjMi42NSwxLjM0OCw1LjI4LDIuNjg4LDcuOTQsNC4wNDVDMTUxMS41Nyw1MzQuNjA5LDE1MDguOTMsNTM1Ljk0MSwxNTA2LjI4LDUzNy4yODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5NyAtNTI1KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-127 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-127 .youtube .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDI1IDE3IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iWW91dHViZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MjEuNTcsNTI3LjczM2EzLjEyMSwzLjEyMSwwLDAsMC0yLjctMi40LDEzMC4yOTIsMTMwLjI5MiwwLDAsMC0xOC43MywwLDMuMTMyLDMuMTMyLDAsMCwwLTIuNywyLjQsMzgsMzgsMCwwLDAsMCwxMS41MzIsMy4xMjEsMy4xMjEsMCwwLDAsMi43LDIuNCwxMjkuNzY5LDEyOS43NjksMCwwLDAsMTguNzIsMCwzLjE0NCwzLjE0NCwwLDAsMCwyLjcxLTIuNCwyNS44MjgsMjUuODI4LDAsMCwwLC40My01Ljc2NkEyNS4yNSwyNS4yNSwwLDAsMCwxNTIxLjU3LDUyNy43MzNabS0xNS4yOSw5LjU1MnYtOC4wNjZjMi42NSwxLjM0OCw1LjI4LDIuNjg4LDcuOTQsNC4wNDVDMTUxMS41Nyw1MzQuNjA5LDE1MDguOTMsNTM1Ljk0MSwxNTA2LjI4LDUzNy4yODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5NyAtNTI1KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
}
.title-page .widgetsocial-127 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-127 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widgetsocial-127 .telegram .wg-soc-icon {
  border: none;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widgetsocial-127 .whatsapp .wg-soc-icon {
  border: none;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
}
.title-page .widget-119 {
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  padding-left: 0;
  padding-right: 80px;
}
.title-page .address-128 p:first-child {
  margin-top: 0;
}
.title-page .address-128 p:last-child {
  margin-bottom: 0;
}
.title-page .address-128 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-128 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-128 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_1346901_adress00.svg") left 50% top 50% / 25px no-repeat;
  margin-right: 0;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-128 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-128 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-128 .title {
  box-sizing: border-box;
  display: block;
  color: #c4a168;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  padding-bottom: 10px;
}
.title-page .address-128 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: rgba(18, 18, 18, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  min-height: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-128 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-128 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-120 {
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-129 p:first-child {
  margin-top: 0;
}
.title-page .email-129 p:last-child {
  margin-bottom: 0;
}
.title-page .email-129 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-129 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-129 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_1346901_email00.svg") left 50% top 50% / 27px no-repeat;
  margin-right: 0;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-129 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-129 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .email-129 .title {
  box-sizing: border-box;
  display: block;
  color: #c4a168;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: bold;
}
.title-page .email-129 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #c4a168;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: underline;
  font-size: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  margin-left: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
}
.title-page .email-129 .text_body:hover, .title-page .email-129 .text_body.hover, .title-page .email-129 .text_body.active {
  text-decoration: none;
}
.title-page .email-129 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-129 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-121 {
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-130 p:first-child {
  margin-top: 0;
}
.title-page .phones-130 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-130 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-130 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-130 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_1346901_call00.svg") left 50% top 50% / 26px no-repeat;
  margin-right: 0;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-130 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-130 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-130 .title {
  box-sizing: border-box;
  display: block;
  color: #c4a168;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.title-page .phones-130 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #121212;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-130 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-130 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-130 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-66 .layout_132_id_133 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-66 {
  padding: 40px 0 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #121212;
  z-index: 1;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-67 .layout_134 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-67 .layout_137 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-67 .layout_133_id_135 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-67 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  max-width: 100%;
}
.title-page .widget-123 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  color: #d8d8d8;
  text-align: right;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-124 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 100px;
  min-height: 20px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/lib_1347001_up (1).svg") left 50% top 50% / 26px no-repeat;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  cursor: pointer;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .up-135 .icon {
  margin: 6px 0 auto;
  border: none;
  box-sizing: border-box;
  height: 20px;
  width: 55px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-135 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-125 {
  margin: 10px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-126 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #d8d8d8;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .widget-47 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 9950;
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .side-panel-69 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
  text-align: left;
}
.title-page .side-panel-69 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  text-align: left;
}
.title-page .side-panel-69 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("https://komandor-hotel.ru/t/v575/images/images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-69 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-69 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-69 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
}
.title-page .side-panel-69 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-69 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-69 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-43 .layout_center_81_id_65_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-43 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-15 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    padding: 20px 30px;
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-5 .layout_16 {
    margin: 0 auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_139 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-5 {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 0.02px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-128 {
    text-align: left;
    margin-top: 15px;
    margin-left: 0;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .address-139 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-139 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-14 {
    text-align: left;
    margin-top: auto;
    margin-left: 0;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
  }
  .title-page .phones-16 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-16 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-19 {
    margin-top: auto;
    margin-left: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    right: auto;
  }
  .title-page .block-2 {
    width: auto;
    right: 0;
  }
  .title-page .widget-77 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-12 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .site-name-13 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-12 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-12 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-12 .layout_61_id_12 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-12 {
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-14 .layout_64_id_141 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-14 {
    padding: 40px 30px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-133 {
    margin-top: 0;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: auto;
    display: block;
  }
  .title-page .editable_block-141 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-141 .more {
    clear: none;
  }
  .title-page .widget-18 {
    width: auto;
    min-width: 0;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    display: block;
  }
  .title-page .blocklist-23 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-23 .description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-23 .body-outer {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-23 .body {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-23 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-23 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-23 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-23 .text {
    background: none;
  }
  .title-page .blocklist-23 .image {
    margin-right: 0;
    float: none;
    background: none;
  }
  .title-page .blocklist-23 .img-convert {
    background: none;
  }
  .title-page .blocklist-23 .title {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .widget-17 {
    min-height: 450px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .slider-22 .text-slider {
    right: 0;
    left: auto;
  }
  .title-page .slider-22 .block-more {
    padding-bottom: 10px;
  }
  .title-page .slider-22 .block-title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 27px;
    margin-bottom: 0;
  }
  .title-page .slider-22 .slider-controls {
    border: none;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: 0;
    width: auto;
  }
  .title-page .slider-22 .slider-prev {
    padding: 0;
    margin: 0;
  }
  .title-page .slider-22 .slider-prev:active, .title-page .slider-22 .slider-prev.active {
    background: rgba(31, 155, 255, 0.6);
  }
  .title-page .slider-22 .slider-next {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-22 .slider-next:active, .title-page .slider-22 .slider-next.active {
    background: rgba(31, 155, 255, 0.6);
  }
  .title-page .slider-22 .slider-pager-wrap {
    display: none;
  }
  .title-page .slider-22 .slider-pager {
    background: none;
  }
  .title-page .slider-22 .text_wrapper {
    bottom: auto;
    top: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-top: 0.02px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -84px;
  }
  .title-page .block-60 .layout_119_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-60 {
    padding: 30px;
    min-height: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-115 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .blocklist-118 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-118 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-118 .body-outer {
    width: auto;
  }
  .title-page .blocklist-118 .body {
    width: auto;
  }
  .title-page .blocklist-118 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-118 .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-118 .image {
    margin-right: 15px;
  }
  .title-page .block-17 .layout_67 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_117 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-17 .layout_68_id_67 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-17 {
    padding: 40px 30px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .widget-46 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    background: none;
    right: 0;
  }
  .title-page .editable_block-67 .body {
    padding: 0.02px 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-67 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 27px;
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    background: none;
  }
  .title-page .editable_block-67 .image {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    float: right;
    margin-bottom: 0;
    min-height: 200px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .editable_block-67 .img-convert {
    width: 250px;
    height: 350px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .editable_block-67 .text {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    background: none;
  }
  .title-page .editable_block-67 .more {
    clear: none;
    text-align: center;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    background: none;
  }
  .title-page .editable_block-67 .more > a {
    margin-left: 0;
  }
  .title-page .widget-127 {
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-63 .layout_124_id_125 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-63 {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-64 .layout_126 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_140 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 {
    padding: 40px 30px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-129 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    padding-bottom: 0.02px;
    padding-top: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .form-140 .form__header {
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-140 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-140 .form-submit {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .form-140 .group-text {
    margin-right: -15px;
  }
  .title-page .block-65 {
    width: auto;
    background: none;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;
    right: 0;
  }
  .title-page .widget-118 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widgetsocial-127 .soc-header {
    text-align: center;
  }
  .title-page .widgetsocial-127 .soc-item {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widgetsocial-127 .vk .wg-soc-icon {
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .vk .wg-soc-icon:active, .title-page .widgetsocial-127 .vk .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDMyIDE4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzY3LjgzLDU0MS4yNTdhMS4zNTcsMS4zNTcsMCwwLDAtLjExLTAuMiwxNi4xNTcsMTYuMTU3LDAsMCwwLTMuMTgtMy42MzFsLTAuMDMtLjAzMy0wLjAyLS4wMTYtMC4wMi0uMDE3aC0wLjAxcS0xLjA2NS0xLTEuMzUtMS4zNDdhMS4yNiwxLjI2LDAsMCwxLS4yNC0xLjMzMSwxMy4yNjcsMTMuMjY3LDAsMCwxLDEuNS0yLjE1MWMwLjQ2LS41ODEuODItMS4wNDYsMS4wOS0xLjRxMi44OC0zLjc3OSwyLjUtNC44MjlsLTAuMS0uMTY0YTAuOTkyLDAuOTkyLDAsMCwwLS41Mi0wLjI3MSwyLjY2OCwyLjY2OCwwLDAsMC0xLjA3LS4wNDFsLTQuNzkuMDMyYTAuNjU4LDAuNjU4LDAsMCwwLS4zNC4wMDlsLTAuMjEuMDQ5LTAuMDkuMDQxLTAuMDYuMDVhMC43MTcsMC43MTcsMCwwLDAtLjE5LjE3MiwxLjE2OSwxLjE2OSwwLDAsMC0uMTYuMjg4LDI3LjE3NiwyNy4xNzYsMCwwLDEtMS43OSwzLjdjLTAuNDEuNjc5LS43OSwxLjI2Ny0xLjEzLDEuNzY2YTcuNiw3LjYsMCwwLDEtLjg3LDEuMSw1LjYyMyw1LjYyMywwLDAsMS0uNjMuNTY3LDAuNjE0LDAuNjE0LDAsMCwxLS40My4xODFjLTAuMS0uMDIyLTAuMi0wLjA0NC0wLjI5LTAuMDY2YTEuMSwxLjEsMCwwLDEtLjM3LTAuNCwxLjYyMSwxLjYyMSwwLDAsMS0uMTktMC42NCw0LjQyOSw0LjQyOSwwLDAsMS0uMDYtMC42NjZjLTAuMDEtLjE4NiwwLTAuNDQ5LjAxLTAuNzg4czAuMDEtLjU3LjAxLTAuNjlxMC0uNjI0LjAzLTEuMzU2YzAuMDItLjQ4Ny4wMy0wLjg3MywwLjA0LTEuMTU3czAuMDItLjU4Ny4wMi0wLjlhMy42MzcsMy42MzcsMCwwLDAtLjA2LTAuNzQ4LDIuNTA3LDIuNTA3LDAsMCwwLS4xOC0wLjUyNSwwLjg0MiwwLjg0MiwwLDAsMC0uMzQtMC4zOTUsMS44NDMsMS44NDMsMCwwLDAtLjU2LTAuMjIxLDE2LjE3MSwxNi4xNzEsMCwwLDAtNi4yMy4xODEsMi4yODMsMi4yODMsMCwwLDAtLjYzLjQ5MmMtMC4yLjI0MS0uMjMsMC4zNzMtMC4wOCwwLjM5NGEyLjAzMywyLjAzMywwLDAsMSwxLjQxLjcwN2wwLjEsMC4yYTMuMDQsMy4wNCwwLDAsMSwuMjQuNzU2LDkuODcyLDkuODcyLDAsMCwxLC4xNSwxLjIsMTMuOTY5LDEzLjk2OSwwLDAsMSwwLDIuMDUzYy0wLjA2LjU3LS4xMSwxLjAxMy0wLjE2LDEuMzMxYTIuNjI0LDIuNjI0LDAsMCwxLS4yMy43NzIsMi40LDIuNCwwLDAsMS0uMi4zNjEsMC4yNjgsMC4yNjgsMCwwLDEtLjA4LjA4MiwxLjIyLDEuMjIsMCwwLDEtLjQ1LjA4MywxLjA4MSwxLjA4MSwwLDAsMS0uNTctMC4yMzEsNC4wODUsNC4wODUsMCwwLDEtLjY5LTAuNjMyLDguMzYyLDguMzYyLDAsMCwxLS44MS0xLjEyNSwxOS4wMzMsMTkuMDMzLDAsMCwxLS45My0xLjcwOWwtMC4yNy0uNDc2Yy0wLjE2LS4zMDctMC4zOS0wLjc1My0wLjY4LTEuMzM5cy0wLjU0LTEuMTUzLS43Ny0xLjdhMS4wMjIsMS4wMjIsMCwwLDAtLjQtMC41MjZsLTAuMDgtLjA0OWEwLjk4OSwwLjk4OSwwLDAsMC0uMjYtMC4xNCwxLjg0NCwxLjg0NCwwLDAsMC0uMzktMC4xMDdsLTQuNTYuMDMzYTEuMTU3LDEuMTU3LDAsMCwwLS45NS4zMTJsLTAuMDcuMWEwLjU2MSwwLjU2MSwwLDAsMC0uMDUuMjYzLDEuMjE5LDEuMjE5LDAsMCwwLC4xLjQ0M3ExLjAwNSwyLjMxNiwyLjE3LDQuNDY4YzAuNzksMS40MzUsMS40NywyLjU5MSwyLjA1LDMuNDY2czEuMTYsMS43LDEuNzYsMi40ODEsMSwxLjI3NiwxLjE5LDEuNSwwLjM1LDAuMzgzLjQ2LDAuNDkzbDAuNDIsMC4zOTRhOS43NTUsOS43NTUsMCwwLDAsMS4xNy45NDQsMjAuMjY3LDIwLjI2NywwLDAsMCwxLjcyLDEuMDg1LDkuNDM4LDkuNDM4LDAsMCwwLDIuMTkuODcsNy42NTYsNy42NTYsMCwwLDAsMi40My4yNzJoMS45MmExLjMyOSwxLjMyOSwwLDAsMCwuODgtMC4zNjJsMC4wNy0uMDgyYTEuMzQsMS4zNCwwLDAsMCwuMTItMC4zLDEuNjEsMS42MSwwLDAsMCwuMDYtMC40NTIsNS41ODIsNS41ODIsMCwwLDEsLjExLTEuMjczLDMuNDU4LDMuNDU4LDAsMCwxLC4yOC0wLjg1NCwyLjM0NCwyLjM0NCwwLDAsMSwuMzYtMC40ODQsMS41MzQsMS41MzQsMCwwLDEsLjI4LTAuMjM4LDAuOTM4LDAuOTM4LDAsMCwxLC4xNC0wLjA1OCwxLjA2NiwxLjA2NiwwLDAsMSwuOTQuMjU1LDUuMjc0LDUuMjc0LDAsMCwxLDEuMDEuOTUzYzAuMzIsMC4zNzguNywwLjgsMS4xNSwxLjI3M2E3LjcxMiw3LjcxMiwwLDAsMCwxLjE2LDEuMDUxbDAuMzQsMC4yYTQuMDg1LDQuMDg1LDAsMCwwLC44Ni4zNjIsMS45MjQsMS45MjQsMCwwLDAsLjk0LjA4Mmw0LjI2LS4wNjZhMS45NDgsMS45NDgsMCwwLDAsLjk4LTAuMjA1LDAuNzg2LDAuNzg2LDAsMCwwLC40Mi0wLjQ1MiwxLjMsMS4zLDAsMCwwLC4wMS0wLjU1OUExLjk1LDEuOTUsMCwwLDAsMTM2Ny44Myw1NDEuMjU3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMzYgLTUyNSkiIGZpbGw9IiNmOWZjZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 26px no-repeat;
  }
  .title-page .widgetsocial-127 .fb .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .fb .wg-soc-icon:active, .title-page .widgetsocial-127 .fb .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iRmFjZWJvb2suc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzk1LjA0LDUyNWgtMTYuMDhhMi45NjUsMi45NjUsMCwwLDAtMi45NiwyLjk2NHYxNi4wNzFhMi45NjUsMi45NjUsMCwwLDAsMi45NiwyLjk2NWg3LjkzbDAuMDEtNy44NjJoLTIuMDRhMC40ODMsMC40ODMsMCwwLDEtLjQ4LTAuNDhsLTAuMDEtMi41MzRhMC40NzksMC40NzksMCwwLDEsLjQ4LTAuNDg0aDIuMDR2LTIuNDQ4YTQsNCwwLDAsMSw0LjI3LTQuMzg5aDIuMDhhMC40NzgsMC40NzgsMCwwLDEsLjQ4LjQ4MnYyLjEzN2EwLjQ3OSwwLjQ3OSwwLDAsMS0uNDguNDgyaC0xLjI4YTEuMzc3LDEuMzc3LDAsMCwwLTEuNjQsMS42MTd2Mi4xMTloMy4wM2EwLjQ4NSwwLjQ4NSwwLDAsMSwuNDguNTM5bC0wLjMsMi41MzRhMC40ODcsMC40ODcsMCwwLDEtLjQ4LjQyNWgtMi43MkwxMzkwLjMyLDU0N2g0LjcyYTIuOTY1LDIuOTY1LDAsMCwwLDIuOTYtMi45NjVWNTI3Ljk2NEEyLjk2NSwyLjk2NSwwLDAsMCwxMzk1LjA0LDUyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzc2IC01MjUpIiBmaWxsPSIjZjlmY2ZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat;
  }
  .title-page .widgetsocial-127 .tw .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .tw .wg-soc-icon:active, .title-page .widgetsocial-127 .tw .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI3IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idHdlZXRlci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE0MzAsNTI3LjZhMTEsMTEsMCwwLDEtMy4xOC44NzUsNS41NjMsNS41NjMsMCwwLDAsMi40My0zLjA3MiwxMS4wNjgsMTEuMDY4LDAsMCwxLTMuNTIsMS4zNDksNS41MzYsNS41MzYsMCwwLDAtOS41OCwzLjgsNS4zMDUsNS4zMDUsMCwwLDAsLjE1LDEuMjY2LDE1LjcsMTUuNywwLDAsMS0xMS40Mi01LjgwNiw1LjU2Nyw1LjU2NywwLDAsMCwxLjcyLDcuNDE3LDUuNSw1LjUsMCwwLDEtMi41MS0uN3YwLjA3YTUuNTU4LDUuNTU4LDAsMCwwLDQuNDQsNS40NDgsNS42MjEsNS42MjEsMCwwLDEtMS40Ni4xOTQsNS4yNCw1LjI0LDAsMCwxLTEuMDQtLjEsNS41MzgsNS41MzgsMCwwLDAsNS4xNywzLjg1OSwxMS4xLDExLjEsMCwwLDEtNi44OCwyLjM3NCwxMS42NDcsMTEuNjQ3LDAsMCwxLTEuMzItLjA3NiwxNS42MTMsMTUuNjEzLDAsMCwwLDguNDksMi41YzEwLjE5LDAsMTUuNzYtOC40NjYsMTUuNzYtMTUuODA3bC0wLjAyLS43MkExMS4wMjIsMTEuMDIyLDAsMCwwLDE0MzAsNTI3LjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwMyAtNTI1KSIgZmlsbD0iI2Y5ZmNmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 22px no-repeat;
  }
  .title-page .widgetsocial-127 .google .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .google .wg-soc-icon:active, .title-page .widgetsocial-127 .google .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDM1IDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iR29vZ2xlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0My4xMSw1MzMuODI1djQuMzU4czQuMjctLjAwOSw2LjAxLTAuMDA5Yy0wLjk1LDIuODIxLTIuNDEsNC4zNTgtNi4wMSw0LjM1OGE2LjUzMiw2LjUzMiwwLDAsMSwwLTEzLjA2NCw2LjM2MSw2LjM2MSwwLDAsMSw0LjMyLDEuNjA1YzAuOTItLjkwOS44NC0xLjAzNiwzLjE2LTMuMjFBMTEuMDUzLDExLjA1MywwLDEsMCwxNDQzLjEyLDU0N2M5LjE3LDAsMTEuNDEtNy45MDgsMTAuNjctMTMuMTc1aC0xMC42OFptMjAuMDQsMC4yMTN2LTMuODE0aC0yLjc1djMuODE0aC0zLjk2djIuNzE4aDMuOTZ2My45MTZoMi43NXYtMy45MTZIMTQ2N3YtMi43MThoLTMuODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQzMiAtNTI1KSIgZmlsbD0iI2Y5ZmNmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 30px no-repeat;
  }
  .title-page .widgetsocial-127 .ins .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .ins .wg-soc-icon:active, .title-page .widgetsocial-127 .ins .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iSW5zdGFncmFtbS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE0ODYuOTMsNTQ3aC05Ljg2YTYuMDc1LDYuMDc1LDAsMCwxLTYuMDctNi4wNzF2LTkuODU4YTYuMDc2LDYuMDc2LDAsMCwxLDYuMDctNi4wNzFoOS44NmE2LjA3Niw2LjA3NiwwLDAsMSw2LjA3LDYuMDcxdjkuODU4QTYuMDc2LDYuMDc2LDAsMCwxLDE0ODYuOTMsNTQ3Wm00LjEyLTYuMDcxdi05Ljg1OGE0LjEyNSw0LjEyNSwwLDAsMC00LjEyLTQuMTE5aC05Ljg2YTQuMTI1LDQuMTI1LDAsMCwwLTQuMTIsNC4xMTl2OS44NThhNC4xMjUsNC4xMjUsMCwwLDAsNC4xMiw0LjExOWg5Ljg2YTQuMTI1LDQuMTI1LDAsMCwwLDQuMTItNC4xMTloMFptLTMuMTQtOS4zOWExLjQzMiwxLjQzMiwwLDAsMSwwLTIuODYzLDEuNDUyLDEuNDUyLDAsMCwxLDEuMDEuNDE5LDEuNDMsMS40MywwLDAsMSwwLDIuMDI1QTEuNDU2LDEuNDU2LDAsMCwxLDE0ODcuOTEsNTMxLjUzOVptLTUuOTEsMTAuMTNhNS42NjksNS42NjksMCwxLDEsNS42Ny01LjY2OUE1LjY3NCw1LjY3NCwwLDAsMSwxNDgyLDU0MS42NjlabTAtOS4zODZhMy43MTcsMy43MTcsMCwxLDAsMy43MiwzLjcxN0EzLjcyNCwzLjcyNCwwLDAsMCwxNDgyLDUzMi4yODNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3MSAtNTI1KSIgZmlsbD0iI2Y5ZmNmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
  }
  .title-page .widgetsocial-127 .ok .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .ok .wg-soc-icon:active, .title-page .widgetsocial-127 .ok .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi41NiIgaGVpZ2h0PSIyMS44NDQiIHZpZXdCb3g9IjAgMCAxMi41NiAyMS44NDQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJvay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzMjQuMjcsNTI4LjI2NmEyLjMzNSwyLjMzNSwwLDEsMS0yLjMyLDIuMzM2QTIuMzMsMi4zMywwLDAsMSwxMzI0LjI3LDUyOC4yNjZabTAsNy45NzRhNS42NCw1LjY0LDAsMSwwLTUuNi01LjYzOEE1LjYyNCw1LjYyNCwwLDAsMCwxMzI0LjI3LDUzNi4yNFptMi4yNyw0LjZhMTAuNDEzLDEwLjQxMywwLDAsMCwzLjI1LTEuMzU2LDEuNjUsMS42NSwwLDAsMCwuNTEtMi4yNzksMS42MjksMS42MjksMCwwLDAtMi4yNi0uNTE5LDcuMDY4LDcuMDY4LDAsMCwxLTcuNTQsMCwxLjYzMSwxLjYzMSwwLDAsMC0yLjI2LjUxOSwxLjY2MSwxLjY2MSwwLDAsMCwuNTIsMi4yNzksMTAuNDEzLDEwLjQxMywwLDAsMCwzLjI1LDEuMzU2bC0zLjEzLDMuMTUzYTEuNjYxLDEuNjYxLDAsMCwwLDAsMi4zMzYsMS42MzIsMS42MzIsMCwwLDAsMi4zMiwwbDMuMDctMy4xLDMuMDgsMy4xYTEuNjMxLDEuNjMxLDAsMCwwLDIuMzIsMCwxLjY2MSwxLjY2MSwwLDAsMCwwLTIuMzM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTggLTUyNC45NjkpIiBmaWxsPSIjZjlmY2ZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 12px no-repeat;
  }
  .title-page .widgetsocial-127 .mail .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .pin .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .lj .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .my .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .youtube .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .youtube .wg-soc-icon:active, .title-page .widgetsocial-127 .youtube .wg-soc-icon.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDI1IDE3IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iWW91dHViZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MjEuNTcsNTI3LjczM2EzLjEyMSwzLjEyMSwwLDAsMC0yLjctMi40LDEzMC4yOTIsMTMwLjI5MiwwLDAsMC0xOC43MywwLDMuMTMyLDMuMTMyLDAsMCwwLTIuNywyLjQsMzgsMzgsMCwwLDAsMCwxMS41MzIsMy4xMjEsMy4xMjEsMCwwLDAsMi43LDIuNCwxMjkuNzY5LDEyOS43NjksMCwwLDAsMTguNzIsMCwzLjE0NCwzLjE0NCwwLDAsMCwyLjcxLTIuNCwyNS44MjgsMjUuODI4LDAsMCwwLC40My01Ljc2NkEyNS4yNSwyNS4yNSwwLDAsMCwxNTIxLjU3LDUyNy43MzNabS0xNS4yOSw5LjU1MnYtOC4wNjZjMi42NSwxLjM0OCw1LjI4LDIuNjg4LDcuOTQsNC4wNDVDMTUxMS41Nyw1MzQuNjA5LDE1MDguOTMsNTM1Ljk0MSwxNTA2LjI4LDUzNy4yODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5NyAtNTI1KSIgZmlsbD0iI2Y5ZmNmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  }
  .title-page .widgetsocial-127 .telegram .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widgetsocial-127 .whatsapp .wg-soc-icon {
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
  .title-page .widget-119 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-128 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-128 .icon {
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .address-128 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .address-128 .title {
    text-align: center;
  }
  .title-page .address-128 .text_body {
    font-size: 14px;
    width: auto;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 80px;
    text-align: center;
    padding-right: 80px;
  }
  .title-page .widget-120 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .email-129 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-129 .icon {
    width: auto;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .email-129 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .email-129 .title {
    text-align: center;
  }
  .title-page .email-129 .text_body {
    width: auto;
    margin-right: 0;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-121 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .phones-130 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-130 .icon {
    width: auto;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .phones-130 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-130 .title {
    text-align: center;
  }
  .title-page .phones-130 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-66 .layout_132_id_133 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-66 {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-67 .layout_134 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_133_id_135 {
    margin-top: 15px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: 0;
  }
  .title-page .block-67 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .title-page .widget-123 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-124 {
    text-align: left;
    display: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .up-135 .icon {
    background: transparent;
    padding-left: 0;
  }
  .title-page .up-135 .icon:hover, .title-page .up-135 .icon.hover, .title-page .up-135 .icon.active {
    background: #b8bbbf;
  }
  .title-page .widget-125 {
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-126 {
    margin-top: auto;
  }
  .title-page .widget-47 {
    border: none;
    text-align: left;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #121212;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-left: 0;
    display: block;
  }
  .title-page .side-panel-69 .side-panel-content {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #121212;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .title-page .side-panel-69 .side-panel-close {
    border: none;
    min-height: 50px;
    width: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImNsb3NlMy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMyMi41MzcgNDA1LjY2NmwtOC44MzIgOC44MzIgOC44MzIgOC44MzJhMS41NjEgMS41NjEuMCAwIDEtMi4yMDggMi4yMDhsLTguODMyLTguODMyLTguODMyIDguODMyYTEuNTYxIDEuNTYxLjAgMCAxLTIuMjA4LTIuMjA4bDE5Ljg3Mi0xOS44NzJBMS41NjEgMS41NjEuMCAwIDEgMzIyLjUzNyA0MDUuNjY2em0tMTQuNzIgNS4xNTJhMS41NjEgMS41NjEuMCAwIDEtMi4yMDguMGwtNS4xNTItNS4xNTJhMS41NjEgMS41NjEuMCAwIDEgMi4yMDgtMi4yMDhsNS4xNTIgNS4xNTJBMS41NjEgMS41NjEuMCAwIDEgMzA3LjgxNyA0MTAuODE4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwMCAtNDAzKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 16px no-repeat #c4a168;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-69 .side-panel-top {
    border: none;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-69 .side-panel-button {
    padding: 10px;
    border: none;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #c4a168;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-69 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-43 .layout_center_81_id_65_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-15 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_16 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_139 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-77 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-12 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-12 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-12 .layout_61_id_12 {
    margin-top: 0;
  }
  .title-page .block-14 .layout_64_id_141 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-17 {
    min-height: 400px;
  }
  .title-page .slider-22 .text-slider {
    top: 0;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    text-align: right;
  }
  .title-page .slider-22 .block-body {
    font-size: 15px;
  }
  .title-page .slider-22 .block-title {
    width: 800px;
    background: none;
    font-size: 20px;
  }
  .title-page .slider-22 .text_wrapper {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-top: -50px;
  }
  .title-page .block-60 .layout_119_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-115 {
    min-width: 420px;
  }
  .title-page .blocklist-118 .title {
    font-size: 15px;
  }
  .title-page .block-17 .layout_67 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_117 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-17 .layout_68_id_67 {
    margin-top: 0;
  }
  .title-page .editable_block-67 .body {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-67 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-67 .image {
    border: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .editable_block-67 .more > a {
    margin-left: auto;
  }
  .title-page .block-63 .layout_124_id_125 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-64 .layout_126 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_140 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-129 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .form-140 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-140 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-65 {
    margin-bottom: 0;
  }
  .title-page .widgetsocial-127 .vk .wg-soc-icon {
    min-height: 40px;
  }
  .title-page .address-128 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
    background: none;
    padding-right: 0;
  }
  .title-page .email-129 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-130 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-66 .layout_132_id_133 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-66 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .block-67 .layout_134 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_133_id_135 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-124 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-126 {
    padding-bottom: 0.02px;
    min-height: 0;
  }
  .title-page .widget-47 {
    z-index: 9950;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-43 .layout_center_81_id_65_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-15 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-5 .layout_16 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_139 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-5 {
    padding-bottom: 0.02px;
    padding-top: 25px;
  }
  .title-page .widget-128 {
    margin-top: 0;
    margin-left: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-14 {
    text-align: center;
    margin-bottom: 15px;
  }
  .title-page .widget-19 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .title-page .block-12 .layout_12 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-12 .layout_116 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-12 .layout_61_id_12 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-14 .layout_64_id_141 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-14 {
    padding: 30px 20px;
  }
  .title-page .widget-18 {
    margin-top: 30px;
  }
  .title-page .blocklist-23 .header {
    padding-bottom: 20px;
  }
  .title-page .blocklist-23 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-23 .description {
    display: none;
  }
  .title-page .blocklist-23 .body-outer {
    min-height: 0;
  }
  .title-page .blocklist-23 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-23 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-23 .item {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-23 .text {
    display: none;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-23 .controls {
    text-align: justify;
  }
  .title-page .blocklist-23 .prev {
    border: none;
    width: 50px;
    min-height: 50px;
    margin-left: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-23 .prev:hover, .title-page .blocklist-23 .prev.hover, .title-page .blocklist-23 .prev.active {
    background: #121212;
  }
  .title-page .blocklist-23 .next {
    border: none;
    margin-right: 20px;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-23 .next:hover, .title-page .blocklist-23 .next.hover, .title-page .blocklist-23 .next.active {
    background: #121212;
  }
  .title-page .blocklist-23 .pager-wrap {
    display: none;
  }
  .title-page .widget-17 {
    min-height: 300px;
  }
  .title-page .slider-22 .block-body {
    display: none;
  }
  .title-page .slider-22 .block-more {
    padding-top: 0.02px;
  }
  .title-page .slider-22 .block-title {
    width: 640px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .slider-22 .slider-controls {
    display: none;
  }
  .title-page .slider-22 .text_wrapper {
    margin-top: 0;
  }
  .title-page .block-60 .layout_119_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-60 {
    padding: 20px;
  }
  .title-page .blocklist-118 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 25px;
    text-align: center;
  }
  .title-page .blocklist-118 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-118 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-118 .text {
    font-size: 12px;
  }
  .title-page .blocklist-118 .title {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .title-page .block-17 .layout_67 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_117 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-17 .layout_68_id_67 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-17 {
    padding: 30px 20px;
  }
  .title-page .widget-46 {
    margin-bottom: 0;
  }
  .title-page .editable_block-67 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-67 .title {
    font-size: 25px;
  }
  .title-page .editable_block-67 .image {
    margin-bottom: 5px;
    float: none;
    display: none;
  }
  .title-page .editable_block-67 .text {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-127 {
    display: none;
  }
  .title-page .block-63 .layout_124_id_125 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-64 .layout_126 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_140 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 {
    padding: 30px 20px;
  }
  .title-page .form-140 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-140 .form-text input {
    text-align: center;
  }
  .title-page .form-140 .form-textarea textarea {
    text-align: center;
  }
  .title-page .form-140 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-140 .form-captcha input {
    text-align: center;
  }
  .title-page .form-140 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-140 .group-text {
    margin-right: -10px;
  }
  .title-page .block-65 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .address-128 .text_body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-66 .layout_132_id_133 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-66 {
    padding: 30px;
  }
  .title-page .block-67 .layout_134 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_133_id_135 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
  }
  .title-page .block-67 {
    padding-right: 0;
  }
  .title-page .widget-123 {
    text-align: center;
    margin-bottom: 0;
  }
  .title-page .widget-126 {
    text-align: center;
    margin-top: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-43 .layout_center_81_id_65_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-15 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    width: 472px;
  }
  .title-page .block-5 .layout_16 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_139 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-5 {
    margin-top: 0;
  }
  .title-page .widget-128 {
    margin-bottom: 0;
  }
  .title-page .widget-14 {
    margin-left: auto;
  }
  .title-page .phones-16 .text_body {
    width: auto;
  }
  .title-page .widget-19 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .block-12 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-12 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-12 .layout_61_id_12 {
    margin-top: 0;
  }
  .title-page .block-12 {
    margin-right: 0;
  }
  .title-page .block-14 .layout_64_id_141 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .blocklist-23 .header {
    padding-bottom: 10px;
  }
  .title-page .blocklist-23 .item {
    width: 260px;
    flex-basis: auto;
  }
  .title-page .blocklist-23 .text {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .blocklist-23 .image {
    width: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-23 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-23 .title {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    min-height: 60px;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .blocklist-23 .controls {
    margin-top: 0;
    padding-bottom: 0.02px;
    margin-bottom: 0;
    padding-top: 0.02px;
  }
  .title-page .blocklist-23 .prev {
    text-align: left;
    background: #fff;
    width: 35px;
    min-height: 35px;
    left: auto;
    right: auto;
    margin-right: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .blocklist-23 .next {
    background: #fff;
    min-height: 35px;
    width: 35px;
  }
  .title-page .blocklist-23 .bx-pager a {
    text-align: left;
  }
  .title-page .slider-22 .text-slider {
    display: block;
  }
  .title-page .slider-22 .block-title {
    width: 800px;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .slider-22 .slider-controls {
    margin-top: -17.5px;
  }
  .title-page .slider-22 .slider-prev {
    width: 35px;
    min-height: 35px;
    left: auto;
    right: auto;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .slider-22 .slider-next {
    width: 35px;
    min-height: 35px;
  }
  .title-page .slider-22 .text_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -37.5px;
  }
  .title-page .block-60 .layout_119_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-115 {
    min-width: 0;
  }
  .title-page .blocklist-118 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-118 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-118 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-118 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-118 .image {
    margin-right: 20px;
    margin-left: auto;
  }
  .title-page .block-17 .layout_67 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_117 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-17 .layout_68_id_67 {
    margin-top: 0;
  }
  .title-page .editable_block-67 .image {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .title-page .editable_block-67 .img-convert {
    height: 300px;
  }
  .title-page .editable_block-67 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-63 .layout_124_id_125 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-64 .layout_126 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_140 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-129 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .form-140 .form-text {
    margin-right: 0;
  }
  .title-page .form-140 .form-checkbox {
    margin-right: 10px;
  }
  .title-page .form-140 .form-radio {
    margin-right: 10px;
  }
  .title-page .form-140 .form-select {
    margin-right: 10px;
  }
  .title-page .form-140 .form-div {
    margin-right: 10px;
  }
  .title-page .form-140 .form-html {
    margin-right: 10px;
  }
  .title-page .form-140 .form-upload {
    margin-right: 10px;
  }
  .title-page .form-140 .form-calendar {
    margin-right: 10px;
  }
  .title-page .form-140 .form-calendar_interval {
    margin-right: 10px;
  }
  .title-page .form-140 .group-text {
    margin-right: 0;
  }
  .title-page .block-65 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widgetsocial-127 .soc-item {
    width: auto;
  }
  .title-page .widgetsocial-127 .vk .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .fb .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .tw .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .google .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .ins .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .ok .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .mail .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .pin .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .lj .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .my .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .youtube .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .telegram .wg-soc-icon {
    text-align: center;
  }
  .title-page .widgetsocial-127 .whatsapp .wg-soc-icon {
    text-align: center;
  }
  .title-page .address-128 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .email-129 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-130 .icon {
    margin-left: auto;
  }
  .title-page .block-66 .layout_132_id_133 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-66 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-67 .layout_134 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-67 .layout_133_id_135 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-67 {
    width: 100%;
  }
}
.title-page .side-panel .widget-11 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  z-index: 2;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50vpx;
  text-align: left;
  right: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-12 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.delimiter {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1px;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: rgba(214, 214, 214, 0.2);
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background: #c4a168;
  color: #fff;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a.active {
  background: transparent;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a {
  padding: 12px 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-right: 0;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: transparent;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  -webkit-box-shadow: inset 0px -2px 0px #c4a168;
  -moz-box-shadow: inset 0px -2px 0px #c4a168;
  box-shadow: inset 0px -2px 0px #c4a168;
  background: #c4a168;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.more-button > a {
  margin-left: auto;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-12 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-12 .menu-scroll > ul > li.more-button > a.active {
  color: #121212;
}
.title-page .side-panel .widget-113 {
  margin: 7px 0 auto 50px;
  z-index: 1;
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  right: 0;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
}
.title-page .side-panel .widget-114 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  z-index: 1;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .side-panel .menu-117 .menu-scroll > ul ul {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-117 .menu-scroll > ul ul > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}
.title-page .side-panel .menu-117 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-117 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-117 .menu-scroll > ul ul > li > a.active {
  background: #3362b0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #fff;
}
.title-page .side-panel .menu-117 .menu-scroll > ul > li.menu-item > a {
  padding: 12px 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  min-height: 0;
}
.title-page .side-panel .menu-117 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-117 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-117 .menu-scroll > ul > li.menu-item > a.active {
  background: #c4a168;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #fff;
}