@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 {
  background: #fff;
}
.title-page .wrapper {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f2f3f5;
  z-index: 6;
  text-align: left;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
  text-decoration: none;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-12 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-19 {
  padding: 40px;
  margin: -334px 0 126px 60px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  min-height: 100px;
  -webkit-box-shadow: 0px 4px 39px rgba(60, 78, 148, 0.3);
  -moz-box-shadow: 0px 4px 39px rgba(60, 78, 148, 0.3);
  box-shadow: 0px 4px 39px rgba(60, 78, 148, 0.3);
  background: rgba(255, 255, 252, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-31 p:first-child {
  margin-top: 0;
}
.title-page .address-31 p:last-child {
  margin-bottom: 0;
}
.title-page .address-31 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-31 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-31 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-31 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-31 .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 .address-31 .title {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  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;
}
.title-page .address-31 .text_body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #3f3d4a;
  text-decoration: none;
  margin-top: 30px;
  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 .address-31 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-31 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-height: 448px;
  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 .block-13 {
  padding: 0.02px 60px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 .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-14 .layout_42 {
  -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-14 {
  margin: 0;
  border: none;
  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;
  text-decoration: none;
  max-width: 100%;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-15 .layout_37 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_38 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 {
  padding: 60px 60px 60px 0;
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-22 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 241px;
  right: 0;
}
.title-page .form-37 .form__header {
  box-sizing: border-box;
  font-size: 28px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 800;
}
.title-page .form-37 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .form-37 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-37 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-37 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -10px;
  width: auto;
}
.title-page .form-37 .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-37 .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-37 .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-37 .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-37 .form-text {
  box-sizing: border-box;
  text-align: left;
  padding-right: 0;
  margin-bottom: 10px;
}
.title-page .form-37 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-37 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-37 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-37 .form-text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 252, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 252, 0.6);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #3f3d4a;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  margin-left: 0;
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-37 .form-text input:hover, .title-page .form-37 .form-text input.hover, .title-page .form-37 .form-text input.active {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.title-page .form-37 .form-text input:active, .title-page .form-37 .form-text input.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-37 .form-textarea textarea {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 252, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 252, 0.6);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  color: #3f3d4a;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-37 .form-textarea textarea:hover, .title-page .form-37 .form-textarea textarea.hover, .title-page .form-37 .form-textarea textarea.active {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.title-page .form-37 .form-textarea textarea:active, .title-page .form-37 .form-textarea textarea.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-37 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-37 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-37 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-37 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-37 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-37 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-37 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-37 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-37 .form-item__header {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-37 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-37 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-37 .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-37 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-37 .form-submit {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 15px;
}
.title-page .form-37 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-37 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-37 .form-submit button {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #b8ac8a;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-37 .form-submit button:hover, .title-page .form-37 .form-submit button.hover, .title-page .form-37 .form-submit button.active {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(184, 172, 138, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(184, 172, 138, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(184, 172, 138, 0.2);
}
.title-page .form-37 .form-submit button:active, .title-page .form-37 .form-submit button.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-37 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-37 .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-bottom: 10px;
}
.title-page .form-37 .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-37 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 252, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 252, 0.6);
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  color: #3f3d4a;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-37 .form-captcha input:hover, .title-page .form-37 .form-captcha input.hover, .title-page .form-37 .form-captcha input.active {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.title-page .form-37 .form-captcha input:active, .title-page .form-37 .form-captcha input.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-37 .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-37 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-37 .form-captcha button {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #00d0eb;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-37 .form-captcha button:hover, .title-page .form-37 .form-captcha button.hover, .title-page .form-37 .form-captcha button.active {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 208, 235, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 208, 235, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 208, 235, 0.2);
}
.title-page .form-37 .form-captcha button:active, .title-page .form-37 .form-captcha button.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-37 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-37 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-37 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-37 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-37 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .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-37 .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-37 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-37 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-37 .form-radio {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .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-37 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-37 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-37 .form-select {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .form-div {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .form-html {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-37 .form-upload {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .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-37 .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-37 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-37 .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-37 .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-37 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-37 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-37 .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-37 .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-37 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-37 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-37 .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-37 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-37 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  text-align: left;
  text-decoration: none;
  font-size: 19px;
}
.title-page .form-37 ::-webkit-input-placeholder {
  color: rgba(63, 61, 74, 0.8);
}
.title-page .form-37 ::-moz-placeholder {
  color: rgba(63, 61, 74, 0.8);
}
.title-page .form-37 :-ms-input-placeholder {
  color: rgba(63, 61, 74, 0.8);
}
.title-page .block-16 {
  margin: 0 0 auto 60px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-29 {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-46 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-46 .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-46 .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-46 .soc {
  margin: 2px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-46 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIi8+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYjhhYzhhIi8+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-46 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJGYWNlYm9vay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzExIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTEiIGNsYXNzPSJjbHMtMSIgZD0iTTg4MCA5OTNoNGUydjM5OS4xMkg4ODBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIi8+PHBhdGggaWQ9IkZhY2Vib29rIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkzLjg1IDEyOTEuOTl2LTkxLjIzaDMwLjM2bDQuNTUtMzUuNTVoLTM0Ljkxdi0yMi43YzAtMTAuMyAyLjg0LTE3LjMxIDE3LjQ3LTE3LjMxbDE4LjY3LS4wMXYtMzEuOGEyNDguNDczIDI0OC40NzMuMCAwIDAtMjcuMi0xLjRjLTI2LjkxLjAtNDUuMzQgMTYuNTctNDUuMzQgNDd2MjYuMjJoLTMwLjQzdjM1LjU1aDMwLjQzdjkxLjIzaDM2LjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgwIC05OTMpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNiOGFjOGEiLz48L3N2Zz4=") 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-46 .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-46 .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-46 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiLz48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2I4YWM4YSIvPjwvc3ZnPg==") 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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJZb3VUdWJlMS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yMTY4IDE0MjJoNGUydjM5OS4xMkgyMTY4VjE0MjJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE2OCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMCIvPjxwYXRoIGlkPSJZb3VUdWJlMSIgY2xhc3M9ImNscy0yIiBkPSJNMjQ2Mi41NSAxNTcyLjUxYTI1LjMgMjUuMy4wIDAgMC0yMS42Mi0xOS43NGMtMjQuOC0yLjc4LTQ5LjktMi43OS03NC44OS0yLjc4LTI1LS4wMS01MC4xLjAtNzQuOTEgMi43OGEyNS4yODcgMjUuMjg3LjAgMCAwLTIxLjYxIDE5Ljc0Yy0zLjQ4IDE1LjIxLTMuNTIgMzEuODEtMy41MiA0Ny40OHMwIDMyLjI3IDMuNDggNDcuNDlhMjUuMjc4IDI1LjI3OC4wIDAgMCAyMS42MiAxOS43M2MyNC43OSAyLjc4IDQ5LjkgMi44IDc0Ljg5IDIuNzggMjUgLjAyIDUwLjEuMCA3NC45LTIuNzhhMjUuMyAyNS4zLjAgMCAwIDIxLjYyLTE5Ljc0YzMuNDgtMTUuMjEgMy41LTMxLjgxIDMuNS00Ny40OFMyNDY2LjAzIDE1ODcuNzIgMjQ2Mi41NSAxNTcyLjUxem0tMTE3LjUyIDc0Ljg2di01NS42OWw1Mi44OCAyNy44NHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC0xNDIyKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYjhhYzhhIi8+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-46 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_telegram.svg") left 50% top 50% / contain no-repeat, url("../images/lib_1265401_telegram1.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-46 .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-46 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-46 .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 .widget-23 {
  margin: 20px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .schedule-39 p:first-child {
  margin-top: 0;
}
.title-page .schedule-39 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-39 .header {
  box-sizing: border-box;
}
.title-page .schedule-39 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-39 .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 .schedule-39 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-39 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-39 .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 .schedule-39 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-39 .text_body {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: 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;
  min-height: 0;
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-right: 0px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .schedule-39 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-39 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-24 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-40 p:first-child {
  margin-top: 0;
}
.title-page .phones-40 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-40 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-40 .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-40 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 26px;
  background: url("../images/lib_2484401_phone.svg") left 50% top 50% / 26px no-repeat;
  margin-right: 20px;
  min-height: 26px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-40 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-40 .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-40 .title {
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: block;
  font-weight: 500;
  padding-bottom: 20px;
}
.title-page .phones-40 .text_body {
  box-sizing: border-box;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-40 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-40 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-40 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-17 .layout_45 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 .layout_47 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 .layout_42_id_47 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-17 .layout_42_id_43 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-17 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 211px;
  z-index: 1;
  text-align: right;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-top: 60px;
  right: 0;
  padding-left: 50px;
}
.title-page .widget-30 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNS45NjkiIHZpZXdCb3g9IjAgMCAxNSAxNS45NjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJ2LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjc1Ljc0NywyNjQuMDUyYTAuNzE0LDAuNzE0LDAsMCwwLS41LDAsMC43LDAuNywwLDAsMC0uMDc4LjAzOCwwLjYzLDAuNjMsMCwwLDAtLjA5LjA0NWwtNi43OTIsNC44YTAuNjgxLDAuNjgxLDAsMCwwLS4yOTMuNTYsMC42NzMsMC42NzMsMCwwLDAsLjEzNi40LDAuNzIyLDAuNzIyLDAsMCwwLC45OTIuMTUybDUuNjY0LTR2MTMuMjYxYTAuNzEsMC43MSwwLDAsMCwxLjQyLDBWMjY2LjA0OGw1LjY2NSw0YTAuNzIxLDAuNzIxLDAsMCwwLC45OTEtMC4xNTIsMC42NzcsMC42NzcsMCwwLDAtLjE1Ni0wLjk2NGwtNi43OTItNC44YTAuNjQxLDAuNjQxLDAsMCwwLS4wOTEtMC4wNDVBMC42ODgsMC42ODgsMCwwLDAsNjc1Ljc0NywyNjQuMDUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY2OCAtMjY0LjAzMSkiIGZpbGw9IiM4MzU4NjkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widget-30:hover, .title-page .widget-30.hover, .title-page .widget-30.active {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(184, 172, 138, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(184, 172, 138, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(184, 172, 138, 0.2);
}
.title-page .widget-30:active, .title-page .widget-30.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .up-47 .icon {
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/wm_button_up_up.png") left 50% top 50% no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-47 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-26 {
  margin: 29px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-27 {
  margin: 60px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-28 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  min-height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
  font-weight: 600;
  padding-left: 40px;
}
.title-page .block-10 {
  padding: 60px 60px 80px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 5;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .widget-37 {
  margin: 0 -10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-53 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-53 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-53 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-53 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-53 .popover-body .s3_button_large:hover, .title-page .popover-wrap-53 .popover-body .s3_button_large.hover, .title-page .popover-wrap-53 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-53 .popover-body .s3_button_large:active, .title-page .popover-wrap-53 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-53 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-53 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-53 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-53 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-53 .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: 10px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-53 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-weight: 800;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-53 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-53 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
}
.title-page .blocklist-53 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin-bottom: 100px;
}
.title-page .blocklist-53 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .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-53 .bx-wrapper {
  max-width: 1200px;
}
.title-page .blocklist-53 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-53 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1200px;
}
.title-page .blocklist-53 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-53 .item {
  margin: 10px 20px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-53 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .blocklist-53 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-53 .image {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-53 .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-53 .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-53 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-53 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-53 .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-53 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-53 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-53 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-53 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-53 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-53 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-53 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-53 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-53 .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-53 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-53 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-53 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-53 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .controls {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 0;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 0;
}
.title-page .blocklist-53 .prev {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iIzNjNDI1MCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .blocklist-53 .prev:hover, .title-page .blocklist-53 .prev.hover, .title-page .blocklist-53 .prev.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #835869;
}
.title-page .blocklist-53 .prev:active, .title-page .blocklist-53 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iIzgzNTg2OSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #fff;
}
.title-page .blocklist-53 .next {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjM2M0MjUwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
  margin-left: 10px;
}
.title-page .blocklist-53 .next:hover, .title-page .blocklist-53 .next.hover, .title-page .blocklist-53 .next.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #835869;
}
.title-page .blocklist-53 .next:active, .title-page .blocklist-53 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjODM1ODY5IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #fff;
}
.title-page .blocklist-53 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-53 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-53 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-53 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-53 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .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-53 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-53 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-53 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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 .popover-container-53 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-53 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-53 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .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-53 .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-53 .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-53 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .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-53 .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-53 .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-53 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-53 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-53 .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-53 .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-53 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-53 .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-53 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-53 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-53 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-5 .layout_5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_11 {
  -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-5 {
  padding: 40px 60px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  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;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-4 .layout_6 {
  -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;
  align-items: center;
justify-content: center;
}
.title-page .block-4 .layout_9 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  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;
  text-decoration: none;
  right: 0;
}
.title-page .block-3 {
  margin: 0 0 auto 0px;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: auto;
}
.title-page .widget-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-7 p:first-child {
  margin-top: 0;
}
.title-page .phones-7 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-7 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-7 .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-7 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-7 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-7 .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-7 .title {
  box-sizing: border-box;
  display: block;
  text-align: right;
  color: #835869;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
}
.title-page .phones-7 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
.title-page .phones-7 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-7 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-7 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-4 {
  margin: 0 0 0 14px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-6 .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-6 .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-6 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-6 .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%;
  justify-content: center;
  align-items: center;
}
.title-page .menu-6 .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-6 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-6 .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;
}
.title-page .menu-6 .menu-scroll > ul ul {
  padding: 10px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #835869;
  list-style: none;
  width: 240px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a {
  padding: 10px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .menu-6 .menu-scroll > ul ul > li > a.active {
  color: #b8ac8a;
}
.title-page .menu-6 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a {
  padding: 10px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: inset 0px 2px 0px 0px #8a6a6b;
  -moz-box-shadow: inset 0px 2px 0px 0px #8a6a6b;
  box-shadow: inset 0px 2px 0px 0px #8a6a6b;
}
.title-page .menu-6 .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-6 .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-6 .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-6 .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-6 .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-6 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > a {
  padding: 20px 15px;
  margin: 0 0 0 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #835869;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  min-height: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-3 {
  margin: -45px 0 10px 140px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 400px;
  min-height: 50px;
  font-size: 25px;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 20px;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  /*width: 60px;*/
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 23px;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 600;
  padding-top: 5px;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -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;
  right: 0;
  text-decoration: none;
}
.title-page .widget-10 {
  padding: 60px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-15 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-15 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:active, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-15 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-15 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-15 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-15 .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-15 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-15 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 .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-15 .bx-wrapper {
  max-width: 1200px;
}
.title-page .blocklist-15 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-15 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1200px;
}
.title-page .blocklist-15 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-15 .item {
  padding: 30px;
  margin: 0 20px;
  border: 1px dashed #f2f3f5;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 400px;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  background: #f2f3f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-15 .item:hover, .title-page .blocklist-15 .item.hover, .title-page .blocklist-15 .item.active {
  background: transparent;
}
.title-page .blocklist-15 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.title-page .blocklist-15 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-15 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 300px;
}
.title-page .blocklist-15 .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-15 .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-15 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 340px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-15 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .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-15 .title {
  font-weight: 600;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-15 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-15 .price {
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-15 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}
.title-page .blocklist-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.title-page .blocklist-15 .more > a {
  padding: 15px 30px;
  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;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-15 .more > a:hover, .title-page .blocklist-15 .more > a.hover, .title-page .blocklist-15 .more > a.active {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(184, 172, 138, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(184, 172, 138, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(184, 172, 138, 0.2);
}
.title-page .blocklist-15 .more > a:active, .title-page .blocklist-15 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-15 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-15 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-15 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-15 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 .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-15 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-15 .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-15 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -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-15 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-15 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 .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-15 .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-15 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 30px;
  min-height: 10px;
  background: #f2f3f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.title-page .blocklist-15 .bx-pager a:hover, .title-page .blocklist-15 .bx-pager a.hover, .title-page .blocklist-15 .bx-pager a.active {
  background: #835869;
}
.title-page .blocklist-15 .bx-pager a:active, .title-page .blocklist-15 .bx-pager a.active {
  background: #b8ac8a;
}
.title-page .popover-container-15 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-15 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .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-15 .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-15 .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-15 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .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-15 .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-15 .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-15 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-15 .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-15 .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-15 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-15 .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-15 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-8 .layout_13 {
  -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-8 .layout_20 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  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;
  text-decoration: none;
  right: 0;
}
.title-page .widget-8 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: 0;
  min-height: 600px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(to left, rgba(255, 255, 255, 0.04) 12.1%, rgba(0, 0, 0, 0.4) 85.3%);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-13 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-13 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-13 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large:hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-13 .popover-body .s3_button_large:active, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-13 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-13 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-13 .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-13 .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-13 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-13 .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-13 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-13 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  text-align: left;
  bottom: auto;
  margin-top: -80px;
  padding-left: 60px;
}
.title-page .slider-13 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-13 .block-body {
  box-sizing: border-box;
  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;
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  font-weight: 800;
}
.title-page .slider-13 .block-more {
  box-sizing: border-box;
}
.title-page .slider-13 .block-more > a {
  padding: 18px 30px 17px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
  -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;
}
.title-page .slider-13 .block-more > a:hover, .title-page .slider-13 .block-more > a.hover, .title-page .slider-13 .block-more > a.active {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
}
.title-page .slider-13 .block-more > a:active, .title-page .slider-13 .block-more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none #b8ac8a;
}
.title-page .slider-13 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 70px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .slider-13 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-13 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
  text-align: justify;
  margin-left: 0;
  margin-right: 40px;
  padding-right: 0;
}
.title-page .slider-13 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMjYgNjYiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkXzluemZ6Y3UiIHgxPSIwLjAwNzgxMjUiIHkxPSIwIiB4Mj0iMSIgeTI9IjEiIHNwcmVhZE1ldGhvZD0icGFkIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA5N2E3IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMC4wMDM5MDYyNSIgaWQ9InN0b3AtNCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiM4ZGQ2Y2YiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIxIiBpZD0ic3RvcC01Ij48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGRlZnMgaWQ9ImRlZnMtMiI+PC9kZWZzPjxwYXRoIGQ9Ik0yNC43NSA5LjYyOUMyNC43NSA5LjYyOSAxNi44NTEgMTcuNzE4IDE2Ljg1MSAxNy43MTggMTYuNDk5IDE4LjA3OCAxNS45NDQgMTguMDc4IDE1LjU5MiAxNy43MTggMTUuMjUxIDE3LjM3MiAxNS4yNTEgMTYuNzg4IDE1LjU5MiAxNi40MjcgMTUuNTkyIDE2LjQyNyAyMS45NzkgOS44OTggMjEuOTc5IDkuODk4YzAgMC0yMS4wNzYuMC0yMS4wNzYuMEMuNDExIDkuODk4LjAwOCA5LjQ4Ni4wMDggOC45ODIuMDA4IDguNDgyLjQxMSA4LjA4LjkwMyA4LjA4YzAgMCAyMS4wNzYuMCAyMS4wNzYuMEMyMS45NzkgOC4wOCAxNS41OTIgMS41NCAxNS41OTIgMS41NCAxNS4yNTEgMS4xOSAxNS4yNTEuNjExIDE1LjU5Mi4yNjIgMTUuOTQ0LS4xIDE2LjQ5OS0uMSAxNi44NTEuMjYyIDE2Ljg1MS4yNjIgMjQuNzUgOC4zNTEgMjQuNzUgOC4zNTEgMjUuMDkxIDguNyAyNS4wOTEgOS4yNzkgMjQuNzUgOS42Mjl6TS4yODEgNTYuMzU3Qy4yODEgNTYuMzU3IDguMTYgNDguMzUzIDguMTYgNDguMzUzIDguNTExIDQ3Ljk5NSA5LjA2NCA0Ny45OTUgOS40MTYgNDguMzUzIDkuNzU2IDQ4LjY5OSA5Ljc1NiA0OS4yNzIgOS40MTYgNDkuNjE4IDkuNDE2IDQ5LjYxOCAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAyNC4wNjggNTYuMDkgMjQuMDY4IDU2LjA5IDI0LjU1OSA1Ni4wOSAyNC45NjEgNTYuNDg3IDI0Ljk2MSA1Ni45ODIgMjQuOTYxIDU3LjQ4MSAyNC41NTkgNTcuODg5IDI0LjA2OCA1Ny44ODkgMjQuMDY4IDU3Ljg4OSAzLjA0NSA1Ny44ODkgMy4wNDUgNTcuODg5IDMuMDQ1IDU3Ljg4OSA5LjQxNiA2NC4zNSA5LjQxNiA2NC4zNSA5Ljc1NiA2NC43MDcgOS43NTYgNjUuMjg1IDkuNDE2IDY1LjYyNyA5LjA2NCA2NS45ODQgOC41MTEgNjUuOTg0IDguMTYgNjUuNjI3IDguMTYgNjUuNjI3LjI4MSA1Ny42MjIuMjgxIDU3LjYyMi0uMDYgNTcuMjc2LS4wNiA1Ni43MDMuMjgxIDU2LjM1N3oiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjODM1ODY5IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top calc(50% - 20px) / 21px no-repeat #fff;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .slider-13 .slider-prev:hover, .title-page .slider-13 .slider-prev.hover, .title-page .slider-13 .slider-prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMjYgNjYiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkXzluemZ6Y3UiIHgxPSIwLjAwNzgxMjUiIHkxPSIwIiB4Mj0iMSIgeTI9IjEiIHNwcmVhZE1ldGhvZD0icGFkIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA5N2E3IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMC4wMDM5MDYyNSIgaWQ9InN0b3AtNCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiM4ZGQ2Y2YiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIxIiBpZD0ic3RvcC01Ij48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGRlZnMgaWQ9ImRlZnMtMiI+PC9kZWZzPjxwYXRoIGQ9Ik0yNC43NSA5LjYyOUMyNC43NSA5LjYyOSAxNi44NTEgMTcuNzE4IDE2Ljg1MSAxNy43MTggMTYuNDk5IDE4LjA3OCAxNS45NDQgMTguMDc4IDE1LjU5MiAxNy43MTggMTUuMjUxIDE3LjM3MiAxNS4yNTEgMTYuNzg4IDE1LjU5MiAxNi40MjcgMTUuNTkyIDE2LjQyNyAyMS45NzkgOS44OTggMjEuOTc5IDkuODk4YzAgMC0yMS4wNzYuMC0yMS4wNzYuMEMuNDExIDkuODk4LjAwOCA5LjQ4Ni4wMDggOC45ODIuMDA4IDguNDgyLjQxMSA4LjA4LjkwMyA4LjA4YzAgMCAyMS4wNzYuMCAyMS4wNzYuMEMyMS45NzkgOC4wOCAxNS41OTIgMS41NCAxNS41OTIgMS41NCAxNS4yNTEgMS4xOSAxNS4yNTEuNjExIDE1LjU5Mi4yNjIgMTUuOTQ0LS4xIDE2LjQ5OS0uMSAxNi44NTEuMjYyIDE2Ljg1MS4yNjIgMjQuNzUgOC4zNTEgMjQuNzUgOC4zNTEgMjUuMDkxIDguNyAyNS4wOTEgOS4yNzkgMjQuNzUgOS42Mjl6TS4yODEgNTYuMzU3Qy4yODEgNTYuMzU3IDguMTYgNDguMzUzIDguMTYgNDguMzUzIDguNTExIDQ3Ljk5NSA5LjA2NCA0Ny45OTUgOS40MTYgNDguMzUzIDkuNzU2IDQ4LjY5OSA5Ljc1NiA0OS4yNzIgOS40MTYgNDkuNjE4IDkuNDE2IDQ5LjYxOCAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAyNC4wNjggNTYuMDkgMjQuMDY4IDU2LjA5IDI0LjU1OSA1Ni4wOSAyNC45NjEgNTYuNDg3IDI0Ljk2MSA1Ni45ODIgMjQuOTYxIDU3LjQ4MSAyNC41NTkgNTcuODg5IDI0LjA2OCA1Ny44ODkgMjQuMDY4IDU3Ljg4OSAzLjA0NSA1Ny44ODkgMy4wNDUgNTcuODg5IDMuMDQ1IDU3Ljg4OSA5LjQxNiA2NC4zNSA5LjQxNiA2NC4zNSA5Ljc1NiA2NC43MDcgOS43NTYgNjUuMjg1IDkuNDE2IDY1LjYyNyA5LjA2NCA2NS45ODQgOC41MTEgNjUuOTg0IDguMTYgNjUuNjI3IDguMTYgNjUuNjI3LjI4MSA1Ny42MjIuMjgxIDU3LjYyMi0uMDYgNTcuMjc2LS4wNiA1Ni43MDMuMjgxIDU2LjM1N3oiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYjhhYzhhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top calc(50% - 20px) / 21px no-repeat #fff;
}
.title-page .slider-13 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMjYgNjYiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PC9kZWZzPjxwYXRoIGQ9Ik0yNC43NSA5LjYyOUMyNC43NSA5LjYyOSAxNi44NTEgMTcuNzE4IDE2Ljg1MSAxNy43MTggMTYuNDk5IDE4LjA3OCAxNS45NDQgMTguMDc4IDE1LjU5MiAxNy43MTggMTUuMjUxIDE3LjM3MiAxNS4yNTEgMTYuNzg4IDE1LjU5MiAxNi40MjcgMTUuNTkyIDE2LjQyNyAyMS45NzkgOS44OTggMjEuOTc5IDkuODk4YzAgMC0yMS4wNzYuMC0yMS4wNzYuMEMuNDExIDkuODk4LjAwOCA5LjQ4Ni4wMDggOC45ODIuMDA4IDguNDgyLjQxMSA4LjA4LjkwMyA4LjA4YzAgMCAyMS4wNzYuMCAyMS4wNzYuMEMyMS45NzkgOC4wOCAxNS41OTIgMS41NCAxNS41OTIgMS41NCAxNS4yNTEgMS4xOSAxNS4yNTEuNjExIDE1LjU5Mi4yNjIgMTUuOTQ0LS4xIDE2LjQ5OS0uMSAxNi44NTEuMjYyIDE2Ljg1MS4yNjIgMjQuNzUgOC4zNTEgMjQuNzUgOC4zNTEgMjUuMDkxIDguNyAyNS4wOTEgOS4yNzkgMjQuNzUgOS42Mjl6TS4yODEgNTYuMzU3Qy4yODEgNTYuMzU3IDguMTYgNDguMzUzIDguMTYgNDguMzUzIDguNTExIDQ3Ljk5NSA5LjA2NCA0Ny45OTUgOS40MTYgNDguMzUzIDkuNzU2IDQ4LjY5OSA5Ljc1NiA0OS4yNzIgOS40MTYgNDkuNjE4IDkuNDE2IDQ5LjYxOCAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAyNC4wNjggNTYuMDkgMjQuMDY4IDU2LjA5IDI0LjU1OSA1Ni4wOSAyNC45NjEgNTYuNDg3IDI0Ljk2MSA1Ni45ODIgMjQuOTYxIDU3LjQ4MSAyNC41NTkgNTcuODg5IDI0LjA2OCA1Ny44ODkgMjQuMDY4IDU3Ljg4OSAzLjA0NSA1Ny44ODkgMy4wNDUgNTcuODg5IDMuMDQ1IDU3Ljg4OSA5LjQxNiA2NC4zNSA5LjQxNiA2NC4zNSA5Ljc1NiA2NC43MDcgOS43NTYgNjUuMjg1IDkuNDE2IDY1LjYyNyA5LjA2NCA2NS45ODQgOC41MTEgNjUuOTg0IDguMTYgNjUuNjI3IDguMTYgNjUuNjI3LjI4MSA1Ny42MjIuMjgxIDU3LjYyMi0uMDYgNTcuMjc2LS4wNiA1Ni43MDMuMjgxIDU2LjM1N3oiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjODM1ODY5IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top calc(50% + 19px) / 21px no-repeat #fff;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 10px;
}
.title-page .slider-13 .slider-next:hover, .title-page .slider-13 .slider-next.hover, .title-page .slider-13 .slider-next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMjYgNjYiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PC9kZWZzPjxwYXRoIGQ9Ik0yNC43NSA5LjYyOUMyNC43NSA5LjYyOSAxNi44NTEgMTcuNzE4IDE2Ljg1MSAxNy43MTggMTYuNDk5IDE4LjA3OCAxNS45NDQgMTguMDc4IDE1LjU5MiAxNy43MTggMTUuMjUxIDE3LjM3MiAxNS4yNTEgMTYuNzg4IDE1LjU5MiAxNi40MjcgMTUuNTkyIDE2LjQyNyAyMS45NzkgOS44OTggMjEuOTc5IDkuODk4YzAgMC0yMS4wNzYuMC0yMS4wNzYuMEMuNDExIDkuODk4LjAwOCA5LjQ4Ni4wMDggOC45ODIuMDA4IDguNDgyLjQxMSA4LjA4LjkwMyA4LjA4YzAgMCAyMS4wNzYuMCAyMS4wNzYuMEMyMS45NzkgOC4wOCAxNS41OTIgMS41NCAxNS41OTIgMS41NCAxNS4yNTEgMS4xOSAxNS4yNTEuNjExIDE1LjU5Mi4yNjIgMTUuOTQ0LS4xIDE2LjQ5OS0uMSAxNi44NTEuMjYyIDE2Ljg1MS4yNjIgMjQuNzUgOC4zNTEgMjQuNzUgOC4zNTEgMjUuMDkxIDguNyAyNS4wOTEgOS4yNzkgMjQuNzUgOS42Mjl6TS4yODEgNTYuMzU3Qy4yODEgNTYuMzU3IDguMTYgNDguMzUzIDguMTYgNDguMzUzIDguNTExIDQ3Ljk5NSA5LjA2NCA0Ny45OTUgOS40MTYgNDguMzUzIDkuNzU2IDQ4LjY5OSA5Ljc1NiA0OS4yNzIgOS40MTYgNDkuNjE4IDkuNDE2IDQ5LjYxOCAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAzLjA0NSA1Ni4wOSAyNC4wNjggNTYuMDkgMjQuMDY4IDU2LjA5IDI0LjU1OSA1Ni4wOSAyNC45NjEgNTYuNDg3IDI0Ljk2MSA1Ni45ODIgMjQuOTYxIDU3LjQ4MSAyNC41NTkgNTcuODg5IDI0LjA2OCA1Ny44ODkgMjQuMDY4IDU3Ljg4OSAzLjA0NSA1Ny44ODkgMy4wNDUgNTcuODg5IDMuMDQ1IDU3Ljg4OSA5LjQxNiA2NC4zNSA5LjQxNiA2NC4zNSA5Ljc1NiA2NC43MDcgOS43NTYgNjUuMjg1IDkuNDE2IDY1LjYyNyA5LjA2NCA2NS45ODQgOC41MTEgNjUuOTg0IDguMTYgNjUuNjI3IDguMTYgNjUuNjI3LjI4MSA1Ny42MjIuMjgxIDU3LjYyMi0uMDYgNTcuMjc2LS4wNiA1Ni43MDMuMjgxIDU2LjM1N3oiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYjhhYzhhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top calc(50% + 19px) / 21px no-repeat #fff;
}
.title-page .slider-13 .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-13 .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-13 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-13 .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-13 .slider-pager {
  box-sizing: border-box;
}
.title-page .slider-13 .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-13 .slider-pager > a:active, .title-page .slider-13 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-13 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-13 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-13 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-13 .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-13 .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-13 .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-13 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-13 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-13 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-13 .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-13 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-13 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-13 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-13 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-13 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-13 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-13 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-13 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-13 .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-13 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-13 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-13 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-7 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 200px;
  background: url("../images/11.svg") left 40px top 50% / auto auto no-repeat, none #b8ac8a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-left: 120px;
  font-weight: 600;
}
.title-page .widget-13:hover, .title-page .widget-13.hover, .title-page .widget-13.active {
  background: url("../images/11.svg") left 40px top 50% / auto auto no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 20px top 50% / 50px no-repeat #b8ac8a;
}
.title-page .widget-13:active, .title-page .widget-13.active {
  background: url("../images/11.svg") left 40px top 50% / auto auto no-repeat, none #b8ac8a;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-19 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:active, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-19 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-19 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .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-19 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-12 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 200px;
  background: url("../images/12.svg") left 40px top 50% / 41px no-repeat, none #8a6a6b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-left: 120px;
  font-weight: 600;
}
.title-page .widget-12:hover, .title-page .widget-12.hover, .title-page .widget-12.active {
  background: url("../images/12.svg") left 40px top 50% / 41px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 20px top 50% / 50px no-repeat #8a6a6b;
}
.title-page .widget-12:active, .title-page .widget-12.active {
  background: url("../images/12.svg") left 40px top 50% / 41px no-repeat, none #8a6a6b;
}
.title-page .popover-wrap-18 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-18 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-18 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:active, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-18 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-18 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-18 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-18 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-18 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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-18 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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-18 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-18 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-18 .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-18 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-18 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-18 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-11 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 200px;
  background: url("../images/13.svg") left 40px top 50% / 50px no-repeat, none #835869;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-left: 120px;
  font-weight: 600;
}
.title-page .widget-11:hover, .title-page .widget-11.hover, .title-page .widget-11.active {
  background: url("../images/13.svg") left 40px top 50% / 50px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 20px top 50% / 50px no-repeat #835869;
}
.title-page .widget-11:active, .title-page .widget-11.active {
  background: url("../images/13.svg") left 40px top 50% / 50px no-repeat, none #835869;
}
.title-page .popover-wrap-17 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-17 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-17 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:active, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-17 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-17 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-17 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-17 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-17 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .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-17 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .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-17 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-17 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-17 .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-17 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-17 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-17 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-9 .layout_23 {
  -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-9 .layout_24 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 {
  margin: 40px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f2f3f5;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  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;
  right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
}
.title-page .widget-16 {
  padding: 0.02px 60px 60px;
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 580px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
}
.title-page .popover-wrap-24 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-24 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-24 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:active, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-24 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-24 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-24 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-24 .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: 60px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-24 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.1;
  text-decoration: none;
  font-weight: 800;
}
.title-page .blocklist-24 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-24 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-24 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .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-24 .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-24 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-24 .item {
  margin: 20px;
  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;
  align-self: auto;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-24 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-24 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-24 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2I4YWM4YSIgZmlsbC1vcGFjaXR5PSIwLjMiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 30px top 0px / 25px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-24 .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-24 .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-24 .img-convert {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-24 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .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-24 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-24 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-24 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-24 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-24 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-24 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-24 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-24 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-24 .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-24 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-24 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-24 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-24 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-24 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .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-24 .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-24 .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-24 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-24 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-24 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .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-24 .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-24 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-24 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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 .popover-container-24 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-24 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-24 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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-24 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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-24 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-24 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-24 .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-24 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-15 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 0;
}
.title-page .popover-wrap-23 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(#835869, #835869), url("../images/54814755_2.jpg?1568174894782") left 50% top 50% / cover no-repeat;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_text input {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body textarea {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large {
  padding: 18px 30px 17px;
  border: none;
  background: none #b8ac8a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.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: repeating-linear-gradient(to bottom right, rgba(184, 172, 138, 0.32) 0%, rgba(138, 106, 107, 0.32) 100%) #b8ac8a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(34, 34, 34, 0.2);
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:active, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  background: none #b8ac8a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #835869;
  color: #fff;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-23 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #b8ac8a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-23 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-23 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-23 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-23 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.1;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-23 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-23 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-23 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-23 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-23 .bx-wrapper {
  max-width: 700px;
}
.title-page .blocklist-23 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-23 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 700px;
}
.title-page .blocklist-23 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-23 .item {
  margin: 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
}
.title-page .blocklist-23 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .blocklist-23 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-23 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .item-label {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  color: rgba(255, 255, 255, 0.25);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 0.7;
  text-decoration: none;
  font-size: 100px;
  bottom: 0;
  align-self: auto;
  width: 49px;
  right: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-23 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 500px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-23 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .image-inner {
  border: none;
  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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .title {
  padding: 60px;
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 450px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 210px;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: 40px;
}
.title-page .blocklist-23 .more > a {
  padding: 15px 30px;
  margin: auto 0 0 auto;
  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;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  background: none #835869;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 160px;
  min-height: 50px;
  align-self: flex-end;
}
.title-page .blocklist-23 .more > a:hover, .title-page .blocklist-23 .more > a.hover, .title-page .blocklist-23 .more > a.active {
  -webkit-box-shadow: 0px 5px 10px rgba(184, 172, 138, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(184, 172, 138, 0.2);
  box-shadow: 0px 5px 10px rgba(184, 172, 138, 0.2);
  background: repeating-linear-gradient(to top left, rgba(131, 88, 105, 0.57) 0%, rgba(138, 106, 107, 0.57) 100%) #835869;
}
.title-page .blocklist-23 .more > a:active, .title-page .blocklist-23 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none #835869;
}
.title-page .blocklist-23 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-23 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-23 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-23 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-23 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-23 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-23 .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-23 .controls {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 0;
  z-index: 1;
  text-align: justify;
  margin-right: 40px;
}
.title-page .blocklist-23 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iIzNjNDI1MCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-23 .prev:hover, .title-page .blocklist-23 .prev.hover, .title-page .blocklist-23 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #835869;
}
.title-page .blocklist-23 .prev:active, .title-page .blocklist-23 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iIzgzNTg2OSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #fff;
}
.title-page .blocklist-23 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjM2M0MjUwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #fff;
  box-sizing: border-box;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 10px;
}
.title-page .blocklist-23 .next:hover, .title-page .blocklist-23 .next.hover, .title-page .blocklist-23 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #835869;
}
.title-page .blocklist-23 .next:active, .title-page .blocklist-23 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjODM1ODY5IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #fff;
}
.title-page .blocklist-23 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-23 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-23 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-23 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-23 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-23 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-23 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-23 .popover-form-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_title {
  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 .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 .s3_form_item.form_radio {
  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 .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.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 .s3_form_item.form_select {
  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 .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_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_title {
  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_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-23 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-23 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-38 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-54 .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-54 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-54 .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-54 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-54 .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;
}
.title-page .side-panel-54 .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: 2;
  -moz-order: 2;
  order: 2;
  -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-54 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-54 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-54 .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 .block-11 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-12 {
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-19 {
    margin-left: 20px;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-31 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-31 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-20 {
    text-align: flex-start;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-13 {
    padding: 40px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-14 .layout_36 {
    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-14 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 {
    width: 710px;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-15 .layout_37 {
    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-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    width: 730px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.02px;
    padding-right: 0;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-22 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .block-16 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-29 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-23 {
    text-align: left;
    width: auto;
    margin-right: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-39 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-39 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .schedule-39 .text_body {
    background: none;
  }
  .title-page .widget-24 {
    margin-top: 30px;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-40 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-40 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .title-page .phones-40 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .phones-40 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-17 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_47 {
    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-17 .layout_42_id_47 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-17 .layout_42_id_43 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-17 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    border-right: 0px dashed rgba(255, 255, 255, 0.3);
    border-bottom: 0px dashed rgba(255, 255, 255, 0.3);
    border-left: 0px dashed rgba(255, 255, 255, 0.3);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-left: 0;
  }
  .title-page .widget-30 {
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-26 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-27 {
    color: #fff;
    text-align: center;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-28 {
    margin-top: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-10 {
    padding: 40px 40px 60px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-37 {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-53 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-53 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-53 .body-outer {
    width: auto;
  }
  .title-page .blocklist-53 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-53 .list {
    width: 708px;
  }
  .title-page .blocklist-53 .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-53 .image {
    margin-right: 0;
    float: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .block-5 .layout_5 {
    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-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-4 .layout_6 {
    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-4 .layout_9 {
    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;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    text-align: left;
    margin-right: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-3 {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
  }
  .title-page .widget-5 {
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-7 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-7 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-7 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-7 .title {
    text-align: left;
  }
  .title-page .widget-3 {
    margin: 0 auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-3 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-6 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-10 {
    padding: 40px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .popover-wrap-15 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-15 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-15 .body-outer {
    width: auto;
  }
  .title-page .blocklist-15 .body {
    width: auto;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-15 .list {
    width: 728px;
  }
  .title-page .blocklist-15 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-15 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }
  .title-page .blocklist-15 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    background: none;
    min-height: 200px;
  }
  .title-page .blocklist-15 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-15 .title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .title-page .blocklist-15 .more {
    margin-bottom: 0;
  }
  .title-page .block-8 .layout_13 {
    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-8 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-8 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-13 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-13 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .slider-13 .slider-controls {
    top: auto;
    bottom: 0;
    margin-bottom: 40px;
  }
  .title-page .slider-13 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-13 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .block-7 {
    width: auto;
    right: 0;
  }
  .title-page .widget-13 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .popover-wrap-19 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-19 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-12 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-18 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-18 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-11 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .popover-wrap-17 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-17 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-9 .layout_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_24 {
    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-9 {
    padding: 40px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-16 {
    width: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-24 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-24 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-24 .header_text {
    -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;
    text-align: center;
  }
  .title-page .blocklist-24 .body-outer {
    width: auto;
  }
  .title-page .blocklist-24 .body {
    width: auto;
  }
  .title-page .blocklist-24 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-24 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .widget-15 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .popover-wrap-23 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-23 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-23 .header {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-23 .body-outer {
    width: auto;
  }
  .title-page .blocklist-23 .body {
    width: auto;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 688px;
  }
  .title-page .blocklist-23 .list {
    width: 688px;
  }
  .title-page .blocklist-23 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-23 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-23 .item-label {
    background: none;
  }
  .title-page .blocklist-23 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-23 .title {
    background: none;
  }
  .title-page .blocklist-23 .controls {
    bottom: 0;
    top: auto;
    margin-bottom: 40px;
  }
  .title-page .blocklist-23 .prev {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-23 .next {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-38 {
    box-sizing: border-box;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .side-panel-54 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-54 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    text-align: left;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/closew.svg") left 50% top 50% / 17px no-repeat #835869;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-54 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-54 .side-panel-button {
    border: none;
    text-align: left;
    width: 50px;
    min-height: 50px;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #835869;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-54 .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;
  }
}
@media all and (max-width: 768px) {
  .title-page .widget-19 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-14 .layout_36 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 {
    width: auto;
  }
  .title-page .block-15 .layout_37 {
    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-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-22 {
    margin-left: auto;
  }
  .title-page .form-37 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-37 .form-text input {
    text-align: center;
  }
  .title-page .form-37 .form-textarea textarea {
    text-align: center;
  }
  .title-page .form-37 .form-submit {
    text-align: center;
  }
  .title-page .form-37 .form-captcha input {
    text-align: center;
  }
  .title-page .block-16 {
    width: 351px;
    margin-top: 20px;
    margin-right: auto;
  }
  .title-page .widget-29 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-23 {
    text-align: center;
    margin-left: auto;
  }
  .title-page .widget-24 {
    text-align: center;
    width: auto;
  }
  .title-page .phones-40 .title {
    text-align: center;
  }
  .title-page .phones-40 .text_body {
    margin-right: 0;
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-17 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_47 {
    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-17 .layout_42_id_47 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-17 .layout_42_id_43 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-17 {
    min-height: 0;
    padding-top: 20px;
  }
  .title-page .widget-30 {
    margin-top: 0;
    margin-left: auto;
  }
  .title-page .widget-27 {
    margin-top: 20px;
    margin-left: auto;
  }
  .title-page .widget-28 {
    text-align: center;
    width: 1126px;
    margin-top: 20px;
    margin-left: auto;
    min-height: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }
  .title-page .block-10 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .blocklist-53 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
  }
  .title-page .blocklist-53 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-53 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-53 .list {
    width: 580px;
  }
  .title-page .blocklist-53 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-53 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-53 .image {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-53 .controls {
    left: 50%;
    margin-left: -55px;
  }
  .title-page .block-5 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_6 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9 {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-3 {
    width: auto;
    margin-bottom: 0;
  }
  .title-page .widget-5 {
    margin-left: auto;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-15 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .blocklist-15 .list {
    width: 560px;
  }
  .title-page .blocklist-15 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-15 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-8 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-8 {
    min-height: 400px;
  }
  .title-page .slider-13 .text-slider {
    margin: -100px 0 0;
    right: 0;
    overflow: hidden;
    padding-left: 40px;
    min-height: 400px;
  }
  .title-page .slider-13 .block-body {
    font-size: 30px;
  }
  .title-page .slider-13 .block-title {
    font-size: 50px;
  }
  .title-page .slider-13 .slider-controls {
    min-height: 0;
  }
  .title-page .widget-13 {
    min-height: 100px;
  }
  .title-page .widget-12 {
    min-height: 100px;
  }
  .title-page .widget-11 {
    min-height: 100px;
  }
  .title-page .block-9 .layout_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-24 .header {
    margin-bottom: 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-24 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 30px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-24 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-24 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-24 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-24 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-24 .image {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-24 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-23 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 30px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .blocklist-23 .list {
    width: 560px;
  }
  .title-page .blocklist-23 .img-convert {
    height: 500px;
  }
  .title-page .blocklist-23 .more {
    margin-right: auto;
  }
  .title-page .blocklist-23 .more > a {
    margin-right: auto;
  }
  .title-page .blocklist-23 .controls {
    right: auto;
    left: 50%;
    margin-left: -55px;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-14 .layout_36 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_37 {
    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-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-22 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-37 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-37 .form-submit button {
    width: 100%;
  }
  .title-page .form-37 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-37 .form-captcha button {
    width: 100%;
  }
  .title-page .block-16 {
    margin-top: 15px;
  }
  .title-page .widget-24 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-17 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_47 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_42_id_47 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-17 .layout_42_id_43 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-30 {
    margin-top: 15px;
  }
  .title-page .widget-28 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .blocklist-53 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-53 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-53 .description {
    line-height: 1.4;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-53 .list {
    width: 420px;
  }
  .title-page .blocklist-53 .controls {
    margin-left: -50px;
  }
  .title-page .block-5 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .blocklist-15 .list {
    width: 400px;
  }
  .title-page .block-8 .layout_13 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-8 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .slider-13 .text-slider {
    top: auto;
    bottom: 0;
    margin-top: 0;
    padding-top: 50px;
  }
  .title-page .block-9 .layout_23 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_24 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-16 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .blocklist-24 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-24 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-15 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .blocklist-23 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .blocklist-23 .list {
    width: 400px;
  }
  .title-page .blocklist-23 .controls {
    right: 0;
    left: auto;
  }
  .title-page .blocklist-23 .prev {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgxIiBoZWlnaHQ9IjEwOSIgdmlld0JveD0iMCAwIDgxIDEwOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTM2LjM5MSw1Ni44MjMgTDQ5LjMwNCw2OS41NDMgTDQ1Ljc4Miw3My4wMTIgTDI2Ljk5OSw1NC41MTAgTDQ1Ljc4MiwzNi4wMDkgTDQ5LjMwNCwzOS40NzggTDM2LjM5MSw1Mi4xOTggTDgxLjAwMSw1Mi4xOTggTDgxLjAwMSw1Ni44MjMgTDM2LjM5MSw1Ni44MjMgWk00Ljk5OSw1NC41MDAgQzQuOTk5LDgxLjc5NSAyNy4yMDcsMTA0LjAwMSA1NC41MDUsMTA0LjAwMSBMNTQuNTA1LDEwOS4wMDAgQzI0LjQ1MSwxMDkuMDAwIC0wLjAwMCw4NC41NTEgLTAuMDAwLDU0LjUwMCBDLTAuMDAwLDI0LjQ0OSAyNC40NTEsLTAuMDAwIDU0LjUwNSwtMC4wMDAgTDU0LjUwNSw1LjAwMCBDMjcuMjA3LDUuMDAwIDQuOTk5LDI3LjIwNCA0Ljk5OSw1NC41MDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiLz4KPC9zdmc+") left 50% top 50% / 13px no-repeat #fff;
  }
  .title-page .blocklist-23 .prev:hover, .title-page .blocklist-23 .prev.hover, .title-page .blocklist-23 .prev.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgxIiBoZWlnaHQ9IjEwOSIgdmlld0JveD0iMCAwIDgxIDEwOSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTM2LjM5MSw1Ni44MjMgTDQ5LjMwNCw2OS41NDMgTDQ1Ljc4Miw3My4wMTIgTDI2Ljk5OSw1NC41MTAgTDQ1Ljc4MiwzNi4wMDkgTDQ5LjMwNCwzOS40NzggTDM2LjM5MSw1Mi4xOTggTDgxLjAwMSw1Mi4xOTggTDgxLjAwMSw1Ni44MjMgTDM2LjM5MSw1Ni44MjMgWk00Ljk5OSw1NC41MDAgQzQuOTk5LDgxLjc5NSAyNy4yMDcsMTA0LjAwMSA1NC41MDUsMTA0LjAwMSBMNTQuNTA1LDEwOS4wMDAgQzI0LjQ1MSwxMDkuMDAwIC0wLjAwMCw4NC41NTEgLTAuMDAwLDU0LjUwMCBDLTAuMDAwLDI0LjQ0OSAyNC40NTEsLTAuMDAwIDU0LjUwNSwtMC4wMDAgTDU0LjUwNSw1LjAwMCBDMjcuMjA3LDUuMDAwIDQuOTk5LDI3LjIwNCA0Ljk5OSw1NC41MDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjMTRmY2I2IiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 13px no-repeat #835869;
  }
  .title-page .blocklist-23 .next {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgxIiBoZWlnaHQ9IjEwOSIgdmlld0JveD0iMCAwIDgxIDEwOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTI2LjQ5NCwxMDkuMDAwIEwyNi40OTQsMTA0LjAwMSBDNTMuNzkyLDEwNC4wMDEgNzYuMDAxLDgxLjc5NSA3Ni4wMDEsNTQuNTAwIEM3Ni4wMDEsMjcuMjA0IDUzLjc5Miw1LjAwMCAyNi40OTQsNS4wMDAgTDI2LjQ5NCwtMC4wMDAgQzU2LjU0OSwtMC4wMDAgODEuMDAwLDI0LjQ0OSA4MS4wMDAsNTQuNTAwIEM4MS4wMDAsODQuNTUxIDU2LjU0OSwxMDkuMDAwIDI2LjQ5NCwxMDkuMDAwIFpNNDQuNjA5LDUyLjE5OCBMMzEuNjk2LDM5LjQ3OCBMMzUuMjE4LDM2LjAwOSBMNTQuMDAxLDU0LjUxMCBMMzUuMjE4LDczLjAxMiBMMzEuNjk2LDY5LjU0MyBMNDQuNjA5LDU2LjgyMyBMLTAuMDAxLDU2LjgyMyBMLTAuMDAxLDUyLjE5OCBMNDQuNjA5LDUyLjE5OCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat #fff;
  }
  .title-page .blocklist-23 .next:hover, .title-page .blocklist-23 .next.hover, .title-page .blocklist-23 .next.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgxIiBoZWlnaHQ9IjEwOSIgdmlld0JveD0iMCAwIDgxIDEwOSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTI2LjQ5NCwxMDkuMDAwIEwyNi40OTQsMTA0LjAwMSBDNTMuNzkyLDEwNC4wMDEgNzYuMDAxLDgxLjc5NSA3Ni4wMDEsNTQuNTAwIEM3Ni4wMDEsMjcuMjA0IDUzLjc5Miw1LjAwMCAyNi40OTQsNS4wMDAgTDI2LjQ5NCwtMC4wMDAgQzU2LjU0OSwtMC4wMDAgODEuMDAwLDI0LjQ0OSA4MS4wMDAsNTQuNTAwIEM4MS4wMDAsODQuNTUxIDU2LjU0OSwxMDkuMDAwIDI2LjQ5NCwxMDkuMDAwIFpNNDQuNjA5LDUyLjE5OCBMMzEuNjk2LDM5LjQ3OCBMMzUuMjE4LDM2LjAwOSBMNTQuMDAxLDU0LjUxMCBMMzUuMjE4LDczLjAxMiBMMzEuNjk2LDY5LjU0MyBMNDQuNjA5LDU2LjgyMyBMLTAuMDAxLDU2LjgyMyBMLTAuMDAxLDUyLjE5OCBMNDQuNjA5LDUyLjE5OCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMxNGZjYjYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat #835869;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-14 .layout_36 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_37 {
    margin: 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;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-22 {
    margin-bottom: 0;
  }
  .title-page .form-37 .form__header {
    font-size: 25px;
  }
  .title-page .block-16 {
    margin-right: 0;
  }
  .title-page .widget-24 {
    margin-top: 0;
  }
  .title-page .block-17 .layout_45 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_47 {
    margin: 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;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_42_id_47 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-17 .layout_42_id_43 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-17 {
    padding-top: 0.02px;
  }
  .title-page .widget-30 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    -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-27 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-28 {
    margin: 20px 0 0;
    -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;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-10 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .title-page .blocklist-53 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-53 .description {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-53 .body-outer {
    margin-bottom: 80px;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-53 .list {
    width: 280px;
  }
  .title-page .blocklist-53 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-53 .image {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-5 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_6 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-15 .list {
    width: 280px;
  }
  .title-page .blocklist-15 .item {
    padding: 20px;
  }
  .title-page .block-8 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .slider-13 .text-slider {
    top: 0;
    bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .slider-13 .block-body {
    font-size: 23px;
  }
  .title-page .slider-13 .block-title {
    font-size: 30px;
  }
  .title-page .slider-13 .slider-controls {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title-page .widget-13 {
    background: url("../images/11.svg") left 20px top 50% / auto auto no-repeat, none #b8ac8a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 100px;
    padding-right: 20px;
  }
  .title-page .widget-13:hover, .title-page .widget-13.hover, .title-page .widget-13.active {
    background: url("../images/11.svg") left 20px top 50% / auto auto no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 20px top 50% / 50px no-repeat #b8ac8a;
  }
  .title-page .widget-13:active, .title-page .widget-13.active {
    background: url("../images/11.svg") left 20px top 50% / auto auto no-repeat, none #b8ac8a;
  }
  .title-page .widget-12 {
    background: url("../images/12.svg") left 20px top 50% / 41px no-repeat, none #8a6a6b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 100px;
    padding-right: 20px;
  }
  .title-page .widget-12:hover, .title-page .widget-12.hover, .title-page .widget-12.active {
    background: url("../images/12.svg") left 20px top 50% / 41px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 20px top 50% / 50px no-repeat #8a6a6b;
  }
  .title-page .widget-12:active, .title-page .widget-12.active {
    background: url("../images/12.svg") left 20px top 50% / 41px no-repeat, none #8a6a6b;
  }
  .title-page .widget-11 {
    background: url("../images/13.svg") left 20px top 50% / 50px no-repeat, none #835869;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 100px;
    padding-right: 20px;
  }
  .title-page .widget-11:hover, .title-page .widget-11.hover, .title-page .widget-11.active {
    background: url("../images/13.svg") left 20px top 50% / 50px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 20px top 50% / 50px no-repeat #835869;
  }
  .title-page .widget-11:active, .title-page .widget-11.active {
    background: url("../images/13.svg") left 20px top 50% / 50px no-repeat, none #835869;
  }
  .title-page .block-9 .layout_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-24 .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-23 .header {
    margin-bottom: 40px;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-23 .list {
    width: 280px;
  }
  .title-page .blocklist-23 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-23 .controls {
    right: auto;
    left: 50%;
  }
  .title-page .blocklist-23 .prev {
    background: url("../images/Без названия (3).svg") left 50% top 50% / 13px no-repeat #fff;
  }
  .title-page .blocklist-23 .prev:hover, .title-page .blocklist-23 .prev.hover, .title-page .blocklist-23 .prev.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #835869;
  }
  .title-page .blocklist-23 .prev:active, .title-page .blocklist-23 .prev.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS45NjkiIGhlaWdodD0iMzguMDMxIiB2aWV3Qm94PSIwIDAgNDEuOTY5IDM4LjAzMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcmwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTUuMTcxIDU0Ny43ODdoLTM0LjhsMTAuNTA5IDE0LjM1NmExLjc5MyAxLjc5My4wIDAgMS0uNCAyLjUxNCAxLjgxNyAxLjgxNy4wIDAgMS0yLjUyOS0uNGwtMTIuNi0xNy4yMTRhMS42NzggMS42NzguMCAwIDEtLjExMy0uMjI0IDEuNjE1IDEuNjE1LjAgMCAxLS4xMDYtLjIwNyAxLjc5MiAxLjc5Mi4wIDAgMS0uMTE5LS41ODljMC0uMDEzLS4wMDgtLjAyNC0uMDA4LS4wMzhzLjAwNy0uMDI1LjAwOC0uMDM4YTEuNzkyIDEuNzkyLjAgMCAxIC4xMTktLjU4OSAxLjYyNyAxLjYyNy4wIDAgMSAuMTA2LS4yMDggMS43MjggMS43MjguMCAwIDEgLjExMy0uMjIzbDEyLjYtMTcuMjE0YTEuODE2IDEuODE2LjAgMCAxIDIuNTI5LS40IDEuNzkyIDEuNzkyLjAgMCAxIC40IDIuNTEzbC0xMC41MDkgMTQuMzU3aDM0LjhBMS44IDEuOC4wIDEgMSAyOTUuMTcxIDU0Ny43ODd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU1IC01MjYuOTY5KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat #835869;
  }
  .title-page .blocklist-23 .next {
    background: url("../images/Без названия (4).svg") left 50% top 50% / 13px no-repeat #fff;
  }
  .title-page .blocklist-23 .next:hover, .title-page .blocklist-23 .next.hover, .title-page .blocklist-23 .next.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #835869;
  }
  .title-page .blocklist-23 .next:active, .title-page .blocklist-23 .next.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDQyIDM4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImFyci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxMy44IDU0Ny44aDM0LjgyOEwzMzguMTEgNTYyLjE0NmExLjc4OSAxLjc4OS4wIDAgMCAuNCAyLjUxMSAxLjgyMSAxLjgyMS4wIDAgMCAyLjUzMS0uNGwxMi42MS0xNy4yYTEuODE1IDEuODE1LjAgMCAwIC4xMTQtLjIyNCAxLjc1NCAxLjc1NC4wIDAgMCAuMTA2LS4yMDcgMS43ODYgMS43ODYuMCAwIDAgLjExOS0uNTg4YzAtLjAxNC4wMDgtLjAyNS4wMDgtLjAzOHMtLjAwOC0uMDI1LS4wMDgtLjAzOWExLjc5MSAxLjc5MS4wIDAgMC0uMTE5LS41ODggMS43NTQgMS43NTQuMCAwIDAtLjEwNi0uMjA3IDEuODE1IDEuODE1LjAgMCAwLS4xMTQtLjIyNGwtMTIuNjEtMTcuMmExLjgxOSAxLjgxOS4wIDAgMC0yLjUzMS0uNCAxLjc4OSAxLjc4OS4wIDAgMC0uNCAyLjUxMUwzNDguNjI3IDU0NC4ySDMxMy44QTEuOCAxLjguMCAxIDAgMzEzLjggNTQ3Ljh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyIC01MjcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat #835869;
  }
}
.title-page .side-panel .widget-4 {
  margin: 0 0 20px;
  z-index: 1;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-6 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-6 .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-6 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.active {
  color: #b8ac8a;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  background: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: inset 0px 2px 0px 0px #8a6a6b;
  -moz-box-shadow: inset 0px 2px 0px 0px #8a6a6b;
  box-shadow: inset 0px 2px 0px 0px #8a6a6b;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button {
  display: none;
}