@import "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: linear-gradient(#ecddc8, #ecddc8);
  text-align: left;
  z-index: 2;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper .layout_center_2_id_49_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper {
  position: relative;
  z-index: 3;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  text-indent: 0;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-18 .layout_64 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-18 .layout_68 {
  -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-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 250px;
  max-width: 100%;
  background: #fff;
  z-index: 11;
  right: 0;
  -webkit-box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0.02px;
}
.title-page .widget-54 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  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;
  right: 0;
}
.title-page .widget-51 {
  margin: 30px 0 auto 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 270px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-64 .form__header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 500;
}
.title-page .form-64 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-64 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-64 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-64 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-top: 0;
}
.title-page .form-64 .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-64 .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-64 .form-item-group {
  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;
  width: auto;
}
.title-page .form-64 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-64 .form-text {
  box-sizing: border-box;
  margin-top: 10px;
}
.title-page .form-64 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-64 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-64 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-64 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-64 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-64 .form-text input {
  padding: 2px 4px 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 40px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  font-size: 13.3333px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
}
.title-page .form-64 .form-textarea textarea {
  padding: 10px 4px 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 60px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  font-size: 13.3333px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 60px;
}
.title-page .form-64 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-64 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-64 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-64 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-64 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-64 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-64 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-64 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-64 .form-textarea {
  box-sizing: border-box;
  margin-top: 10px;
}
.title-page .form-64 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-64 .form-submit {
  box-sizing: border-box;
  margin-top: 10px;
}
.title-page .form-64 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-64 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-64 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #695648;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  min-height: 45px;
  font-weight: 500;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-64 .form-submit button:hover, .title-page .form-64 .form-submit button.hover, .title-page .form-64 .form-submit button.active {
  background: #55473d;
}
.title-page .form-64 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-64 .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-top: 10px;
}
.title-page .form-64 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -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-64 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 13.3333px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
}
.title-page .form-64 .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-64 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-64 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #695648;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  min-height: 45px;
  font-weight: 500;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-64 .form-captcha button:hover, .title-page .form-64 .form-captcha button.hover, .title-page .form-64 .form-captcha button.active {
  background: #55473d;
}
.title-page .form-64 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-64 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-64 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-64 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-64 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-64 .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-64 .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-64 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-64 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-64 .form-radio {
  box-sizing: border-box;
}
.title-page .form-64 .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-64 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-64 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-64 .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-64 .form-select {
  box-sizing: border-box;
}
.title-page .form-64 .form-div {
  box-sizing: border-box;
}
.title-page .form-64 .form-html {
  box-sizing: border-box;
}
.title-page .form-64 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-64 .form-upload {
  box-sizing: border-box;
}
.title-page .form-64 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-64 .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-64 .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-64 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-64 .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-64 .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-64 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-64 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-64 .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-64 .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-64 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-64 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-64 .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-64 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-64 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-64 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-64 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-64 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 .layout_center_56_id_47_0 {
  width: 960px;
  margin: 0px auto;
  left: 0;
  top: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 {
  margin: 55px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 10;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-44 {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-55 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-55 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-55 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-55 .popover-body .s3_button_large:hover, .title-page .popover-wrap-55 .popover-body .s3_button_large.hover, .title-page .popover-wrap-55 .popover-body .s3_button_large.active {
  background: #55473d;
}
.title-page .popover-wrap-55 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-55 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-55 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-55 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-55 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-55 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-55 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-55 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-55 .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-55 .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-55 .img-convert {
  box-sizing: border-box;
  width: 960px;
  height: 55.55556px;
  -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;
}
.title-page .editable_block-55 .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-55 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -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: 17px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  text-decoration: none;
  pointer-events: auto;
  font-weight: 300;
}
.title-page .editable_block-55 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-55 .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-55 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-55 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-55 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-55 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-55 .item__image__title {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-55 .clear {
  clear: both;
}
.title-page .popover-container-55 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-55 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-55 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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-55 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-55 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-55 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-55 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-55 .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-55 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .popover-wrap-55 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-55 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-55 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .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-55 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-55 .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-55 .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-55 .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-55 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .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-55 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-55 .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-55 .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-55 .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-55 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .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-55 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-55 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-55 .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-55 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-55 .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-55 .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-55 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-55 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-55 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-55 .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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .popover-wrap-55 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-55 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-55 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .widget-36 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 2;
  font-family: Roboto, sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
  box-sizing: border-box;
  font-weight: 500;
  width: auto;
  right: 0;
}
.title-page h2 {
  box-sizing: border-box;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
}
.title-page h3 {
  box-sizing: border-box;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
}
.title-page h4 {
  box-sizing: border-box;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
}
.title-page h5 {
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
}
.title-page h6 {
  box-sizing: border-box;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
}
.title-page .block-23 .layout_73 {
  -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-23 .layout_74 {
  -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-23 .layout_75 {
  -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-23 {
  padding: 40px 0 60px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-58 {
  margin: 0 20px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .schedule-73 p:first-child {
  margin-top: 0;
}
.title-page .schedule-73 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-73 .header {
  box-sizing: border-box;
}
.title-page .schedule-73 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-73 .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 .schedule-73 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNy4wNjIiIHZpZXdCb3g9IjAgMCAzNyAzNy4wNjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJncmFmMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTUzMy4wMDYsNDE5LjVhMTguNSwxOC41LDAsMSwxLTM2Ljk5MiwwaDBhMTguNSwxOC41LDAsMSwxLDM2Ljk5MSwwaDBabS0zLjI0LTEuNDU4YTE1LjA0NiwxNS4wNDYsMCwwLDAtMS42MzYtNS41bC0wLjcyOC40MjFhMC43OSwwLjc5LDAsMCwxLTEuMDgxLS4yOTEsMC43OTMsMC43OTMsMCwwLDEsLjI4OC0xLjA4NGwwLjcyMy0uNDE4YTE1LjU3OCwxNS41NzgsMCwwLDAtNC41MDctNC41bC0wLjQxNS43MjNhMC43OTMsMC43OTMsMCwwLDEtMS4zNzUtLjc5MmwwLjQyMy0uNzM2YTE1LjEzNSwxNS4xMzUsMCwwLDAtNS40OTMtMS42MzMsMS41OCwxLjU4LDAsMCwxLTIuOSwwLDE0Ljk5NCwxNC45OTQsMCwwLDAtNS40OTQsMS42MzZsMC40MjEsMC43MzNhMC43OTMsMC43OTMsMCwxLDEtMS4zNzUuNzkybC0wLjQxNy0uNzI2YTE1LjYsMTUuNiwwLDAsMC00LjUsNC41MDlsMC43MjQsMC40MTVhMC43OTQsMC43OTQsMCwwLDEtLjc4NiwxLjM3OWwtMC43NDItLjQyNmExNS4yLDE1LjIsMCwwLDAtMS42MzUsNS41LDEuNTg2LDEuNTg2LDAsMCwxLDAsMi45MTMsMTUuMDI5LDE1LjAyOSwwLDAsMCwxLjYzNyw1LjVsMC43NDMtLjQyNGEwLjc5MywwLjc5MywwLDEsMSwuNzgzLDEuMzhsLTAuNzI3LjQxNWExNS41NzgsMTUuNTc4LDAsMCwwLDQuNTA3LDQuNWwwLjQxMy0uNzJhMC43OTMsMC43OTMsMCwxLDEsMS4zNzUuNzlsLTAuNDIxLjczNWExNS4xNTcsMTUuMTU3LDAsMCwwLDUuNSwxLjYzNCwxLjU4LDEuNTgsMCwwLDEsMi45LDAsMTQuOTkyLDE0Ljk5MiwwLDAsMCw1LjUtMS42MzlsLTAuNDIyLS43MjdhMC43OTQsMC43OTQsMCwwLDEsMS4zNzItLjhsMC40MjEsMC43MjVhMTUuNTgyLDE1LjU4MiwwLDAsMCw0LjUtNC41MDlsLTAuNzE5LS40MTNhMC43OTQsMC43OTQsMCwxLDEsLjc5LTEuMzc3bDAuNzMyLDAuNDIyYTE1LjE4MSwxNS4xODEsMCwwLDAsMS42MzItNS41QTEuNTg2LDEuNTg2LDAsMCwxLDUyOS43NjYsNDE4LjAzOVptLTE0LjI0OCwyLjY2Yy0wLjAyOS4wMzQtLjA0LDAuMDc3LTAuMDcyLDAuMTA5bC00LjYsNC42MDZhMS41ODYsMS41ODYsMCwxLDEtMi4yNDItMi4yNDVsNC4zMjYtNC4zM3YtMTAuOGExLjU4NiwxLjU4NiwwLDEsMSwzLjE3MSwwVjQxOS41QTEuNTYzLDEuNTYzLDAsMCwxLDUxNS41MTgsNDIwLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk2IC00MDAuOTY5KSIgZmlsbD0iI2ZmN2YyNCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 18px;
}
.title-page .schedule-73 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .schedule-73 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-73 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 7px;
}
.title-page .schedule-73 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .schedule-73 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-73 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-59 {
  margin: 0 10px auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-74 p:first-child {
  margin-top: 0;
}
.title-page .phones-74 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-74 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-74 .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-74 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZjdmMjQiLz48L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 18px;
}
.title-page .phones-74 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-74 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-74 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 7px;
}
.title-page .phones-74 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #212121;
  -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;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}
.title-page .phones-74 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-74 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-74 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-60 {
  margin: 0 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-75 p:first-child {
  margin-top: 0;
}
.title-page .address-75 p:last-child {
  margin-bottom: 0;
}
.title-page .address-75 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-75 .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-75 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiNmZjdmMjQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: auto;
  margin-left: auto;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-75 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .address-75 .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-75 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 7px;
}
.title-page .address-75 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .address-75 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-75 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-43 {
  margin: 60px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-54 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-54 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-54 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-54 .popover-body .s3_button_large:hover, .title-page .popover-wrap-54 .popover-body .s3_button_large.hover, .title-page .popover-wrap-54 .popover-body .s3_button_large.active {
  background: #55473d;
}
.title-page .popover-wrap-54 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-54 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-54 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-54 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-54 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-54 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .all-in_header {
  box-sizing: border-box;
  display: none;
  -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-54 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-54 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .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-54 .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-54 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-54 .item {
  margin: 10px 15px;
  border: none;
  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;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 40px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  flex-basis: 100%;
}
.title-page .blocklist-54 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -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: 16px;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 300;
  pointer-events: auto;
}
.title-page .blocklist-54 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-54 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  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;
}
.title-page .blocklist-54 .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-54 .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-54 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .blocklist-54 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .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-54 .title {
  padding: 20px 30px;
  border: none;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 80px;
  pointer-events: auto;
}
.title-page .blocklist-54 .price {
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  pointer-events: auto;
}
.title-page .blocklist-54 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-54 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-54 .price-value {
  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: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 33px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}
.title-page .blocklist-54 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.title-page .blocklist-54 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
  pointer-events: auto;
}
.title-page .blocklist-54 .more > a {
  padding: 15px 25px;
  border: none;
  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;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  width: 140px;
  min-height: 45px;
  background: #695648;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}
.title-page .blocklist-54 .more > a:hover, .title-page .blocklist-54 .more > a.hover, .title-page .blocklist-54 .more > a.active {
  background: #55473d;
}
.title-page .blocklist-54 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-54 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-54 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-54 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .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-54 .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-54 .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-54 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-54 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-54 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .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-54 .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-54 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-54 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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;
}
.title-page .blocklist-54 .bx-pager a:active, .title-page .blocklist-54 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-54 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-54 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-54 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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-54 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-54 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-54 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-54 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-54 .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-54 .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-54 .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-54 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-54 .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-54 .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-54 .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-54 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-54 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-54 .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-54 .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-54 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-54 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-54 .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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .blocklist-54 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-54 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-54 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-54 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-54 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .block-11 .layout_33_id_37 {
  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-11 {
  margin: -190px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #695648;
  z-index: 8;
  right: 0;
  text-decoration: none;
  max-width: 100%;
  padding-bottom: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-26 {
  padding: 2px 4px;
  margin: 232px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='21' viewBox='0 0 39 21' id='svg-1' style='&%2310; fill: %23695648;&%2310;'%3E%3Cdefs id='defs-2'%3E%3Cstyle id='style-3'%3E .cls-1 %7B fill-rule: evenodd; %7D%0A%3C/style%3E%3C/defs%3E%3Cpath id='up22.svg' class='cls-1' d='M6,34.716L24.541,16.268l0.639-.636L25.82,15,45,34.08l-1.279,1.272L25.82,17.541,7.275,35.988Z' transform='translate(-6 -15)' fill='%23ff7f24' fill-opacity='1' type='solidColor' style='&%2310; fill: %23000;&%2310;'/%3E%3C/svg%3E") left 50% top 50% / 21px no-repeat #fff;
  /*background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZjdmMjQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 21px no-repeat #fff;*/
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 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;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.title-page .widget-26:hover, .title-page .widget-26.hover, .title-page .widget-26.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 21px no-repeat #55473d;
}
.title-page .up-37 .icon {
  margin: auto;
  border: none;
  box-sizing: border-box;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZjdmMjQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 23px no-repeat;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-37 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-22 .layout_34 {
  -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-22 .layout_35 {
  -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-22 .layout_36 {
  -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-22 {
  margin: 19px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-25 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: right;
  color: #fff;
  text-decoration: none;
  width: auto;
  max-width: none;
  right: 0;
}
.title-page .widget-24 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  display: -webkit-flex;
  display: flex;
  -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-23 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  right: 0;
}
.title-page .widget-18 {
  margin: -149px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 7;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: none;
}
.title-page .horizontal_block-26 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_block-26 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_block-26 .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 .horizontal_block-26 .figure {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_block-26 .image {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_block-26 .image img {
  border: none;
  vertical-align: middle;
  box-sizing: content-box;
  width: auto;
  height: auto;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_block-26 .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 .horizontal_block-26 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .horizontal_block-26 .detail {
  margin: auto 30px auto 35px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: center;
  flex-basis: auto;
}
.title-page .horizontal_block-26 .title {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_block-26 .text {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  font-weight: 300;
}
.title-page .horizontal_block-26 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_block-26 .more {
  box-sizing: border-box;
  margin-top: 30px;
}
.title-page .horizontal_block-26 .more > a {
  padding: 15px 25px;
  border: none;
  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;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: #695648;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 160px;
  min-height: 45px;
  font-weight: 500;
}
.title-page .horizontal_block-26 .more > a:hover, .title-page .horizontal_block-26 .more > a.hover, .title-page .horizontal_block-26 .more > a.active {
  background: #55473d;
}
.title-page .popover-container-26 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-26 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-26 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-26 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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-26 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-26 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large:hover, .title-page .popover-wrap-26 .popover-body .s3_button_large.hover, .title-page .popover-wrap-26 .popover-body .s3_button_large.active {
  background: #55473d;
}
.title-page .popover-wrap-26 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-26 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-26 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-26 .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-26 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-26 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .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-26 .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-26 .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-26 .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-26 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .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-26 .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-26 .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-26 .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-26 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-26 .popover-body .form_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-26 .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-26 .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-26 .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-26 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-26 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-26 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-26 .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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .popover-wrap-26 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-26 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-26 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .block-8 .layout_25_id_52 {
  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-8 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 429px;
  background: linear-gradient(rgba(18, 18, 18, 0.7), rgba(18, 18, 18, 0.7)), url("../images/54498112_20.jpg") left 50% top 50% / cover no-repeat;
  z-index: 6;
  right: 0;
  padding-bottom: 224px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-41 {
  margin: 70px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
}
.title-page .popover-wrap-52 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-52 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-52 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-52 .popover-body .s3_button_large:hover, .title-page .popover-wrap-52 .popover-body .s3_button_large.hover, .title-page .popover-wrap-52 .popover-body .s3_button_large.active {
  background: #55473d;
}
.title-page .popover-wrap-52 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-52 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-52 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-52 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-52 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-52 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .all-in_header {
  box-sizing: border-box;
  display: none;
  -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-52 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-52 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-52 .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-52 .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-52 .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-52 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-52 .item {
  margin: 10px;
  border: none;
  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;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  flex-basis: 100%;
  padding-top: 15px;
}
.title-page .blocklist-52 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  color: #cfcfcf;
  line-height: 1.3;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  pointer-events: auto;
}
.title-page .blocklist-52 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-52 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  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: 90px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 0px 7px #ffa061;
  -moz-box-shadow: inset 0px 0px 0px 7px #ffa061;
  box-shadow: inset 0px 0px 0px 7px #ffa061;
  background: #695648;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 0;
  right: 0;
  min-height: 90px;
}
.title-page .blocklist-52 .item-label {
  padding: 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  min-height: 120px;
  width: 120px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #695648;
  -moz-box-shadow: inset 0px 0px 0px 2px #695648;
  box-shadow: inset 0px 0px 0px 2px #695648;
  right: auto;
  margin-left: -60px;
  bottom: auto;
  margin-top: -60px;
  align-self: auto;
}
.title-page .blocklist-52 .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-52 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-52 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .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-52 .title {
  border: none;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  margin-left: 0;
  margin-right: 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;
  pointer-events: auto;
}
.title-page .blocklist-52 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-52 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-52 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-52 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-52 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-52 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-52 .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-52 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-52 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-52 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-52 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-52 .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-52 .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-52 .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-52 .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-52 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-52 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-52 .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-52 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-52 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-52 .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-52 .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-52 .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-52 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-52 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-52 .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;
}
.title-page .blocklist-52 .bx-pager a:active, .title-page .blocklist-52 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-52 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-52 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-52 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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-52 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-52 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-52 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-52 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-52 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-52 .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-52 .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-52 .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-52 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-52 .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-52 .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-52 .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-52 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-52 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-52 .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-52 .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-52 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-52 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-52 .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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .blocklist-52 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-52 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-52 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-52 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-52 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .block-24 .layout_76_id_23 {
  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-24 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f7f7f7;
  z-index: 5;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-16 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 960px;
  max-width: none;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .widget-16:hover, .title-page .widget-16.hover, .title-page .widget-16.active {
  max-width: 100%;
}
.title-page .horizontal_blocklist-23 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-23 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_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: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-23 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -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 .horizontal_blocklist-23 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-23 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-23 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-23 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_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 .horizontal_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 .horizontal_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 .horizontal_blocklist-23 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .horizontal_blocklist-23 .item {
  padding: 30px;
  margin: 0 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 465px;
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  -webkit-box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.14);
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 0;
  min-height: 0;
}
.title-page .horizontal_blocklist-23 .item:hover, .title-page .horizontal_blocklist-23 .item.hover, .title-page .horizontal_blocklist-23 .item.active {
  border: 1px solid #695648;
  -webkit-box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 39px rgba(0, 0, 0, 0.14);
}
.title-page .horizontal_blocklist-23 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-23 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-23 .image {
  box-sizing: border-box;
  position: relative;
  width: 180px;
  min-height: 0;
  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;
}
.title-page .horizontal_blocklist-23 .item-label {
  padding: 7px 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-23 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 140px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  z-index: 6;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-23 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-23 .item_detail {
  margin: auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-top: 0.02px;
  align-self: center;
  width: auto;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: auto;
}
.title-page .horizontal_blocklist-23 .text {
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-23 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-23 .title {
  padding: 20px 0 20px 20px;
  border: none;
  font-weight: normal;
  margin-bottom: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 90px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: auto;
}
.title-page .horizontal_blocklist-23 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-23 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.title-page .horizontal_blocklist-23 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-23 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.title-page .horizontal_blocklist-23 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
}
.title-page .horizontal_blocklist-23 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.title-page .horizontal_blocklist-23 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
}
.title-page .horizontal_blocklist-23 .more > a {
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  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;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 110px;
  min-height: 40px;
  background: #88d600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .horizontal_blocklist-23 .more > a:hover, .title-page .horizontal_blocklist-23 .more > a.hover, .title-page .horizontal_blocklist-23 .more > a.active {
  background: #6aa800;
}
.title-page .horizontal_blocklist-23 .more > a:active, .title-page .horizontal_blocklist-23 .more > a.active {
  background: #88d600;
}
.title-page .horizontal_blocklist-23 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-23 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-23 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-23 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}
.title-page .horizontal_blocklist-23 .all {
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  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;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  width: 160px;
  min-height: 45px;
  background: #695648;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .horizontal_blocklist-23 .all:hover, .title-page .horizontal_blocklist-23 .all.hover, .title-page .horizontal_blocklist-23 .all.active {
  background: #55473d;
}
.title-page .horizontal_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;
  z-index: 1;
}
.title-page .horizontal_blocklist-23 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  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 .horizontal_blocklist-23 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  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 .horizontal_blocklist-23 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-23 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-23 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.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 {
  margin: 0 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-23 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-23 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.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 {
  background: #55473d;
}
.title-page .popover-wrap-23 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-23 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-23 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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;
}
.title-page .horizontal_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 .horizontal_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 .horizontal_blocklist-23 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-23 .bx-pager a:active, .title-page .horizontal_blocklist-23 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-23 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-23 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_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_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_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_horizontal_play.png") center center / auto no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  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 .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.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 {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_title {
  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 .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.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_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.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 .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%;
}
.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;
}
.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;
}
.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;
}
.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_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.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 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 .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .popover-wrap-23 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-23 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-23 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .block-15 {
  padding: 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f7f7f7;
  z-index: 4;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-25 .layout_77 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 .layout_79 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 .layout_80 {
  -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-25 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  right: 0;
}
.title-page .widget-61 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 200px;
  min-height: 0;
  font-size: 25px;
}
.title-page .site-name-77 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-77 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-77 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-77 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .site-name-77 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-26 {
  margin: 34px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 100px;
  padding-right: 30px;
}
.title-page .widget-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .menu-3 .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-3 .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-3 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-3 .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-3 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../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-3 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 3px;
  min-height: 3px;
  background: rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-3 .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-3 .menu-scroll > ul ul {
  padding: 20px;
  margin: 31px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2e2820;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-3 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  vertical-align: middle;
}
.title-page .menu-3 .menu-scroll > ul ul > li > a {
  padding: 7px 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 300;
  min-height: 35px;
}
.title-page .menu-3 .menu-scroll > ul ul > li > a:hover, .title-page .menu-3 .menu-scroll > ul ul > li > a.hover, .title-page .menu-3 .menu-scroll > ul ul > li > a.active {
  border: 1px solid #fff;
}
.title-page .menu-3 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-3 .menu-scroll > ul ul > li.delimiter {
  margin: 0;
  border: none;
  box-sizing: border-box;
  min-height: 0;
  height: auto;
  width: auto;
  display: block;
  vertical-align: middle;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-3 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.title-page .menu-3 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-3 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  align-self: auto;
}
.title-page .menu-3 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-3 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-3 .menu-scroll > ul > li.menu-item > a.active {
  text-decoration: underline;
  color: #695648;
}
.title-page .menu-3 .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-3 .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-3 .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-3 .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-3 .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-3 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-3 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-3 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 10px 5px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 19px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-3 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-3 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .widget-62 {
  margin: 27px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  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: 200px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widgetsocial-79 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-79 .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-79 .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-79 .soc {
  margin: 0 0 0 5px;
  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;
  align-self: auto;
}
.title-page .widgetsocial-79 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMwZjBjMGYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .vk .wg-soc-icon:hover, .title-page .widgetsocial-79 .vk .wg-soc-icon.hover, .title-page .widgetsocial-79 .vk .wg-soc-icon.active {
  /*background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmY2ZjAwIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;*/
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='VK.svg' width='400' height='399.13' viewBox='0 0 400 399.13'%3E%3Cpath id='VK' class='cls-2' d='M646.861 1248.54h11.955s3.61-.4 5.456-2.39c1.7-1.82 1.643-5.24 1.643-5.24s-.233-16.03 7.21-18.4c7.341-2.32 16.766 15.5 26.754 22.35 7.555 5.18 13.294 4.05 13.294 4.05l26.712-.37s13.973-.87 7.347-11.84c-.544-.9-3.86-8.12-19.862-22.97-16.75-15.53-14.5-13.02 5.67-39.89 12.287-16.37 17.2-26.35 15.664-30.63-1.462-4.08-10.5-3-10.5-3l-30.075.18a6.838 6.838.0 0 0-3.883.69 8.41 8.41.0 0 0-2.653 3.22 174.249 174.249.0 0 1-11.109 23.44c-13.391 22.72-18.748 23.92-20.936 22.51-5.093-3.29-3.82-13.21-3.82-20.26.0-22.03 3.343-31.21-6.51-33.58-3.268-.79-5.676-1.31-14.038-1.4-10.731-.11-19.813.03-24.955 2.55-3.421 1.68-6.062 5.41-4.453 5.62 1.988.27 6.488 1.22 8.875 4.46 3.084 4.19 2.975 13.6 2.975 13.6s1.771 25.92-4.136 29.14c-4.053 2.21-9.614-2.3-21.555-22.91a191.528 191.528.0 0 1-10.735-22.24 8.949 8.949.0 0 0-2.479-3.35 12.479 12.479.0 0 0-4.619-1.86l-28.581.19s-4.289.12-5.864 1.98c-1.4 1.66-.112 5.09-.112 5.09s22.372 52.31 47.708 78.67c23.235 24.17 49.612 22.59 49.612 22.59h0z' transform='translate(-450 -993)' fill-opacity='1' type='solidColor' fill='%23ff6f00' style='&%2310; fill: %23695648;&%2310;'/%3E%3C/svg%3E") left 50% top 50% / contain no-repeat;
}
.title-page .widgetsocial-79 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJGYWNlYm9vay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzExIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTEiIGNsYXNzPSJjbHMtMSIgZD0iTTg4MCA5OTNoNGUydjM5OS4xMkg4ODBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IkZhY2Vib29rIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkzLjg1IDEyOTEuOTl2LTkxLjIzaDMwLjM2bDQuNTUtMzUuNTVoLTM0Ljkxdi0yMi43YzAtMTAuMyAyLjg0LTE3LjMxIDE3LjQ3LTE3LjMxbDE4LjY3LS4wMXYtMzEuOGEyNDguNDczIDI0OC40NzMuMCAwIDAtMjcuMi0xLjRjLTI2LjkxLjAtNDUuMzQgMTYuNTctNDUuMzQgNDd2MjYuMjJoLTMwLjQzdjM1LjU1aDMwLjQzdjkxLjIzaDM2LjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgwIC05OTMpIiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzBmMGMwZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .fb .wg-soc-icon:hover, .title-page .widgetsocial-79 .fb .wg-soc-icon.hover, .title-page .widgetsocial-79 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJGYWNlYm9vay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzExIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTEiIGNsYXNzPSJjbHMtMSIgZD0iTTg4MCA5OTNoNGUydjM5OS4xMkg4ODBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IkZhY2Vib29rIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkzLjg1IDEyOTEuOTl2LTkxLjIzaDMwLjM2bDQuNTUtMzUuNTVoLTM0Ljkxdi0yMi43YzAtMTAuMyAyLjg0LTE3LjMxIDE3LjQ3LTE3LjMxbDE4LjY3LS4wMXYtMzEuOGEyNDguNDczIDI0OC40NzMuMCAwIDAtMjcuMi0xLjRjLTI2LjkxLjAtNDUuMzQgMTYuNTctNDUuMzQgNDd2MjYuMjJoLTMwLjQzdjM1LjU1aDMwLjQzdjkxLjIzaDM2LjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgwIC05OTMpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZjZmMDAiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat;
}
.title-page .widgetsocial-79 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_tweeter.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_google.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMGYwYzBmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .ins .wg-soc-icon:hover, .title-page .widgetsocial-79 .ins .wg-soc-icon.hover, .title-page .widgetsocial-79 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmNmYwMCI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
}
.title-page .widgetsocial-79 .ok .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_ok.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .mail .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_mailru.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_pinterest.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .lj .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_livejournal.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .my .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_myspace.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_youtube1.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_telegram.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_viber1.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-79 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-79 .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 .block-2 .layout_center_4_id_46_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-2 {
  margin: 1px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 3;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  max-width: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 {
  margin: -430px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  min-height: 0;
  z-index: 3;
  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;
}
.title-page .widget-6 {
  margin: 25px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  right: 0;
  font-weight: 300;
  max-width: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .widget-5 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 450px;
  min-height: 0;
  font-size: 25px;
  right: 0;
  max-width: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-8 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-8 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title-page .site-name-8 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  width: 240px;
  margin-bottom: 0;
}
.title-page .site-name-8 .sn-text {
  margin: 0 0 auto;
  border: none;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  align-self: center;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-8 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-21 {
  margin: 25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
}
.title-page .widget-39 {
  padding: 2px 4px;
  margin: 16px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 200px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: #695648;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 500;
}
.title-page .widget-39:hover, .title-page .widget-39.hover, .title-page .widget-39.active {
  background: #55473d;
}
.title-page .popover-wrap-51 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-51 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large:hover, .title-page .popover-wrap-51 .popover-body .s3_button_large.hover, .title-page .popover-wrap-51 .popover-body .s3_button_large.active {
  background: #55473d;
}
.title-page .popover-wrap-51 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-51 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .button-51 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-51 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-51 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-51 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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-51 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-51 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-51 .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-51 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-51 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-51 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-51 .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-51 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .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-51 .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-51 .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-51 .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-51 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .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-51 .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-51 .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-51 .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-51 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-51 .popover-body .form_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-51 .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-51 .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-51 .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-51 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-51 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-51 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-51 .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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .popover-wrap-51 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-51 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-51 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .widget-38 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  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-50 p:first-child {
  margin-top: 0;
}
.title-page .phones-50 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-50 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-50 .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-50 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-50 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-50 .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 .phones-50 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-50 .text_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;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .phones-50 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-50 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-50 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-35 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 1;
  width: auto;
  height: 0;
  min-height: 500px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.58);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-35:hover, .title-page .widget-35.hover, .title-page .widget-35.active {
  max-width: 100%;
}
.title-page .popover-wrap-46 .popover-body {
  padding: 30px 40px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-46 .popover-body textarea {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  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: 13.3333px;
}
.title-page .popover-wrap-46 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: #695648;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 188px;
  min-height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-46 .popover-body .s3_button_large:hover, .title-page .popover-wrap-46 .popover-body .s3_button_large.hover, .title-page .popover-wrap-46 .popover-body .s3_button_large.active {
  background: #55473d;
}
.title-page .popover-wrap-46 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  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: center;
}
.title-page .popover-wrap-46 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #695648;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-46 .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;
  position: relative;
}
.title-page .slider-46 .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-46 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-46 .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-46 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-46 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.title-page .slider-46 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-46 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-46 .block-more {
  box-sizing: border-box;
}
.title-page .slider-46 .block-more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
}
.title-page .slider-46 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-46 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-46 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-46 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-46 .slider-next {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-46 .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-46 .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-46 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-46 .bx-auto_controls {
  margin: 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;
}
.title-page .slider-46 .slider-pager {
  box-sizing: border-box;
}
.title-page .slider-46 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
}
.title-page .slider-46 .slider-pager > a:active, .title-page .slider-46 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-46 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-46 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-46 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-46 .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-46 .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-46 .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-46 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-46 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-46 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-46 .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-46 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-46 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-46 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-46 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-46 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-46 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-46 .popover-form-title {
  font-size: 20px;
  font-weight: 300;
  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-46 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-46 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-46 .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-46 .popover-body .s3_form_item.form_div {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-46 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .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-46 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .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-46 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-46 .popover-body .form_calendar input {
  padding: 7px 8px;
  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: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-46 .popover-body .form_text input {
  padding: 7px 8px 7px 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: 13.3333px;
  min-height: 45px;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-46 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-46 .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-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.title-page .popover-wrap-46 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-46 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .popover-wrap-46 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.title-page .widget-31 {
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  right: 0;
  z-index: 1450;
  width: 768px;
  max-width: none;
  font-family: Roboto, sans-serif;
}
.title-page .side-panel-45 .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;
}
.title-page .side-panel-45 .side-panel-content {
  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;
  box-sizing: border-box;
}
.title-page .side-panel-45 .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("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-45 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: auto;
  min-height: 100%;
}
.title-page .side-panel-45 .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-45 .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;
}
.title-page .side-panel-45 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-45 .side-panel-button-icon-line {
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
  box-sizing: border-box;
}
.title-page .side-panel-45 .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 .layout_center_2_id_49_1 {
    margin-top: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .block-18 .layout_64 {
    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-18 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-18 {
    min-height: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-54 {
    margin-left: 0;
    min-height: 300px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-51 {
    padding: 40px 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    right: 0;
    display: block;
  }
  .title-page .form-64 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-64 .form-submit {
    text-align: center;
  }
  .title-page .form-64 .form-submit button {
    width: 120px;
  }
  .title-page .form-64 .form-captcha button {
    width: 120px;
  }
  .title-page .block-17 .layout_center_56_id_47_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-17 {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-44 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-55 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-55 .image {
    float: left;
  }
  .title-page .editable_block-55 .more {
    clear: none;
  }
  .title-page .widget-36 {
    font-size: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-23 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_74 {
    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-23 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -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-23 {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-58 {
    margin-right: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .schedule-73 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-73 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-59 {
    margin: 15px 0;
    width: 270px;
  }
  .title-page .phones-74 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-74 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-60 {
    margin-left: 0;
  }
  .title-page .address-75 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-75 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-43 {
    text-align: center;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .popover-wrap-54 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-54 .body-outer {
    width: auto;
  }
  .title-page .blocklist-54 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-54 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-54 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-54 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-54 .title {
    min-height: 0;
  }
  .title-page .blocklist-54 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-11 .layout_33_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-11 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    display: block;
  }
  .title-page .widget-26 {
    margin-top: -45px;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-22 .layout_34 {
    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: none;
  }
  .title-page .block-22 .layout_35 {
    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-22 .layout_36 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 {
    margin-top: 30px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-25 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -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-24 {
    margin-top: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-23 {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .horizontal_block-26 .body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .horizontal_block-26 .figure {
    display: none;
  }
  .title-page .horizontal_block-26 .image img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
  }
  .title-page .horizontal_block-26 .detail {
    margin-left: 30px;
    width: auto;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .title-page .horizontal_block-26 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .horizontal_block-26 .text {
    background: none;
    display: block;
  }
  .title-page .horizontal_block-26 .more {
    text-align: center;
  }
  .title-page .popover-wrap-26 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-8 .layout_25_id_52 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-8 {
    padding: 50px 30px;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .widget-41 {
    margin-top: 0;
    display: block;
  }
  .title-page .popover-wrap-52 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-52 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-52 .item {
    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 .blocklist-52 .image {
    float: none;
  }
  .title-page .blocklist-52 .item-label {
    background: none;
  }
  .title-page .blocklist-52 .img-convert {
    background: none;
  }
  .title-page .blocklist-52 .title {
    font-size: 17px;
  }
  .title-page .block-24 .layout_76_id_23 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-24 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-16 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .horizontal_blocklist-23 .header_text {
    font-size: 30px;
  }
  .title-page .horizontal_blocklist-23 .description {
    font-size: 18px;
  }
  .title-page .horizontal_blocklist-23 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-23 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-23 .item {
    max-width: none;
  }
  .title-page .horizontal_blocklist-23 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-23 .item_figure {
    width: 100%;
  }
  .title-page .horizontal_blocklist-23 .image {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-23 .item_detail {
    margin-top: 5px;
  }
  .title-page .horizontal_blocklist-23 .title {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0.02px;
    min-height: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .horizontal_blocklist-23 .footer {
    margin-top: 20px;
  }
  .title-page .popover-wrap-23 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-15 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-25 .layout_77 {
    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-25 .layout_79 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_80 {
    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;
    display: none;
  }
  .title-page .block-25 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-61 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-26 {
    display: none;
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-62 {
    text-align: center;
    width: auto;
    margin-top: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-2 .layout_center_4_id_46_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-2 {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 0.02px;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-20 {
    margin: -372px 30px 30px;
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-6 {
    font-size: 23px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-5 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-8 .sn-text {
    background: none;
  }
  .title-page .block-21 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-39 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-51 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-38 {
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-50 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-50 .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-35 {
    max-width: 100%;
    min-height: 450px;
    display: block;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .popover-wrap-46 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .slider-46 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-46 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .widget-31 {
    z-index: 10000;
    width: auto;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-45 .side-panel-content {
    border: none;
    width: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-45 .side-panel-close {
    border: none;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/99.png") left 50% top 50% / 9px no-repeat #695648;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 10px;
  }
  .title-page .side-panel-45 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .side-panel-45 .side-panel-button {
    padding: 7px 4px 2px 7px;
    border: none;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #695648;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: none;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
  }
  .title-page .side-panel-45 .side-panel-button:hover, .title-page .side-panel-45 .side-panel-button.hover, .title-page .side-panel-45 .side-panel-button.active {
    background: #ff6f00;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-45 .side-panel-button-icon-line {
    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: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    width: 30px;
    max-width: none;
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_49_1 {
    margin-top: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .block-18 .layout_64 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-18 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-18 {
    display: none;
  }
  .title-page .widget-51 {
    display: none;
  }
  .title-page .form-64 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-17 .layout_center_56_id_47_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-36 {
    font-size: 31px;
  }
  .title-page .block-23 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-59 {
    margin-right: auto;
  }
  .title-page .widget-60 {
    margin-left: auto;
  }
  .title-page .widget-43 {
    margin-top: 40px;
  }
  .title-page .blocklist-54 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-54 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-54 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-11 .layout_33_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 .layout_34 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-22 .layout_35 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 .layout_36 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-23 {
    margin-top: 0;
    margin-right: 0;
  }
  .title-page .widget-18 {
    padding-top: 0.02px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .horizontal_block-26 .detail {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .horizontal_block-26 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_block-26 .text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-8 .layout_25_id_52 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-8 {
    padding-bottom: 45px;
  }
  .title-page .widget-41 {
    text-align: center;
  }
  .title-page .blocklist-52 .body-outer {
    margin-top: 0;
  }
  .title-page .blocklist-52 .body {
    margin-right: -10px;
    margin-left: NaNpx;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-52 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-52 .item {
    margin-left: autopx;
  }
  .title-page .blocklist-52 .title {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-52 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-24 .layout_76_id_23 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-23 .header_text {
    font-size: 31px;
  }
  .title-page .horizontal_blocklist-23 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-23 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-23 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
  .title-page .block-25 .layout_77 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_79 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-61 {
    margin-bottom: 0;
  }
  .title-page .block-26 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-2 .layout_center_4_id_46_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-6 {
    font-size: 21px;
    margin-left: auto;
    background: none;
  }
  .title-page .slider-46 .text-slider {
    margin: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .title-page .widget-31 {
    z-index: 1450;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_49_1 {
    margin-top: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .block-18 .layout_64 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-18 .layout_68 {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-54 {
    margin-bottom: 0;
  }
  .title-page .widget-51 {
    margin: 15px 0 0;
    width: auto;
  }
  .title-page .form-64 .form-submit button {
    width: 100%;
  }
  .title-page .form-64 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-64 .form-captcha button {
    width: 100%;
  }
  .title-page .block-17 .layout_center_56_id_47_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .editable_block-55 .text {
    font-size: 15px;
  }
  .title-page .widget-36 {
    font-size: 30px;
  }
  .title-page .block-23 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .widget-58 {
    margin-bottom: 0;
  }
  .title-page .widget-59 {
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-60 {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .blocklist-54 .title {
    font-size: 18px;
  }
  .title-page .blocklist-54 .price-value {
    font-size: 30px;
  }
  .title-page .block-11 .layout_33_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-11 {
    padding-top: 0.02px;
  }
  .title-page .block-22 .layout_34 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-22 .layout_35 {
    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-22 .layout_36 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-25 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-24 {
    text-align: center;
    margin-top: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-23 {
    margin-right: auto;
  }
  .title-page .widget-18 {
    display: none;
  }
  .title-page .horizontal_block-26 .more > a:hover, .title-page .horizontal_block-26 .more > a.hover, .title-page .horizontal_block-26 .more > a.active {
    font-weight: 600;
  }
  .title-page .block-8 .layout_25_id_52 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-8 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .blocklist-52 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-52 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-52 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-24 .layout_76_id_23 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .horizontal_blocklist-23 .header_text {
    font-size: 30px;
  }
  .title-page .horizontal_blocklist-23 .description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .title-page .block-25 .layout_77 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_79 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-62 {
    margin-bottom: 0;
  }
  .title-page .block-2 .layout_center_4_id_46_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-20 {
    margin-top: -335px;
    margin-bottom: 20px;
  }
  .title-page .widget-6 {
    font-size: 18px;
  }
  .title-page .widget-5 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-21 {
    margin-top: 0;
  }
  .title-page .widget-38 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-35 {
    min-height: 400px;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_49_1 {
    margin-top: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .block-18 .layout_64 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-18 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-18 {
    margin-top: 50px;
  }
  .title-page .block-17 .layout_center_56_id_47_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-17 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .editable_block-55 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-55 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-36 {
    font-size: 28px;
  }
  .title-page .block-23 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    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-23 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-43 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-54 .text {
    font-size: 15px;
  }
  .title-page .blocklist-54 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-54 .title {
    font-size: 16px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-11 .layout_33_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-26 {
    margin-top: 0;
  }
  .title-page .block-22 .layout_34 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-22 .layout_35 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 .layout_36 {
    margin-top: 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;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-25 {
    margin-top: 0;
  }
  .title-page .widget-24 {
    margin-bottom: 15px;
  }
  .title-page .widget-23 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-page .horizontal_block-26 .body {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .title-page .horizontal_block-26 .image {
    text-align: center;
  }
  .title-page .block-8 .layout_25_id_52 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-52 .img-convert {
    height: 100px;
  }
  .title-page .block-24 .layout_76_id_23 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-16 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .horizontal_blocklist-23 .header_text {
    font-size: 28px;
  }
  .title-page .horizontal_blocklist-23 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-23 .item_figure {
    max-width: 100%;
    width: auto;
  }
  .title-page .horizontal_blocklist-23 .image {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-23 .item_detail {
    margin-top: auto;
    padding-bottom: 20px;
  }
  .title-page .horizontal_blocklist-23 .title {
    padding-left: 10px;
  }
  .title-page .horizontal_blocklist-23 .more {
    text-align: center;
  }
  .title-page .block-25 .layout_77 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_79 {
    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-25 .layout_80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-2 .layout_center_4_id_46_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-20 {
    margin-top: -313px;
  }
  .title-page .widget-6 {
    font-size: 17px;
  }
  .title-page .site-name-8 .sn-logo {
    width: 280px;
  }
  .title-page .widget-38 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-35 {
    min-height: 350px;
  }
}
.title-page .side-panel .widget-2 {
  padding: 0;
  margin: 0 0 20px;
  border: none;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -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;
  min-height: 0;
}
.title-page .side-panel .menu-3 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-3 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-3 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-3 .menu-scroll > ul ul {
  position: static;
  width: auto;
  margin-top: 0;
}
.title-page .side-panel .menu-3 .menu-scroll > ul ul > li > a {
  font-size: 14px;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0;
}
.title-page .side-panel .menu-3 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-3 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-3 .menu-scroll > ul ul > li > a.active {
  border: 1px solid #fff;
}
.title-page .side-panel .menu-3 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-3 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 25px;
}
.title-page .side-panel .menu-3 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-3 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-3 .menu-scroll > ul > li.menu-item > a.active {
  color: #695648;
  text-decoration: underline;
}
.title-page .side-panel .menu-3 .menu-scroll > ul > li.more-button {
  display: none;
}