@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: Arial, Helvetica, 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-29 .layout_center_53_id_55_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-29 {
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: left;
  display: block;
  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 .widget-25 {
  margin: -24px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 100px;
  min-height: 50px;
  background: #ff0d35;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .up-54 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 30px;
  display: inline-block;
  background: url("../images/lib_433201_untitled-1-recovered_06.png") left 50% top 50% / auto auto no-repeat;
  text-align: left;
  min-height: 30px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-54 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-30 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-32 .layout_56 {
  -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-32 .layout_57 {
  -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-32 .layout_58 {
  -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-32 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-26 {
  margin: 1px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-56 p:first-child {
  margin-top: 0;
}
.title-page .email-56 p:last-child {
  margin-bottom: 0;
}
.title-page .email-56 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-56 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-56 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-56 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-56 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .email-56 .title {
  border: none;
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0.02px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .email-56 .text_body {
  font-family: Open Sans Condensed, sans-serif;
  color: #404040;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .email-56 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-56 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-27 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-57 p:first-child {
  margin-top: 0;
}
.title-page .address-57 p:last-child {
  margin-bottom: 0;
}
.title-page .address-57 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-57 .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-57 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-57 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-57 .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-57 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans Condensed, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0.02px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .address-57 .text_body {
  font-family: Open Sans Condensed, sans-serif;
  color: #404040;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .address-57 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-57 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-28 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-58 p:first-child {
  margin-top: 0;
}
.title-page .phones-58 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-58 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-58 .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-58 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-58 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-58 .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-58 .title {
  border: none;
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0.02px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-58 .text_body {
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  color: #404040;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-58 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-58 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-58 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-31 {
  margin: -26px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #242424;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans Condensed, sans-serif;
  text-decoration: none;
  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;
}
.title-page .block-33 .layout_60 {
  -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-33 .layout_61 {
  -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-33 .layout_62 {
  -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-33 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  max-width: 100%;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-29 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #8f8f8f;
  text-align: center;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-30 {
  margin: 11px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.54);
  text-decoration: none;
  font-size: 13px;
  box-sizing: border-box;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -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-31 {
  margin: 0 0 auto 46px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .block-10 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-18 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  min-height: 57px;
  max-width: 100%;
}
.title-page .menu-16 .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-16 .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-16 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-16 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-16 .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-16 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 50px;
  background: rgba(214, 214, 214, 0.49);
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: inset 0px 15px 0px #2b2b2b;
  -moz-box-shadow: inset 0px 15px 0px #2b2b2b;
  box-shadow: inset 0px 15px 0px #2b2b2b;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .menu-16 .menu-scroll > ul ul {
  padding: 10px;
  margin: 0 0 0 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #242424;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-16 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-16 .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: #fff;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  font-family: Open Sans Condensed, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: bold;
}
.title-page .menu-16 .menu-scroll > ul ul > li > a:hover, .title-page .menu-16 .menu-scroll > ul ul > li > a.hover, .title-page .menu-16 .menu-scroll > ul ul > li > a.active {
  color: #ff6680;
}
.title-page .menu-16 .menu-scroll > ul ul > li.delimiter {
  border: none;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(255, 255, 255, 0.13);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-16 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a {
  padding: 10px;
  margin: 0 30px;
  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: #231514;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans Condensed, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
  font-weight: bold;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  color: #f1504c;
}
.title-page .menu-16 .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-16 .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-16 .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-16 .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-16 .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-16 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-21 {
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}
.title-page .block-22 {
  padding: 0.02px 20px 60px;
  margin: 0;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-5 {
  margin: 0;
  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-bottom: 40px;
}
.title-page .popover-wrap-14 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  min-height: 50px;
}
.title-page .popover-wrap-14 .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-14 .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-14 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large {
  padding: 20px 50px 20px 25px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat rgba(0, 0, 0, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat #f1504c;
}
.title-page .popover-wrap-14 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-14 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/x1.svg?1568610156838") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -17px;
  margin-bottom: -15px;
  margin-top: 17px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-14 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-14 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-14 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 32px;
  box-sizing: border-box;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  background: url("../images/line.svg?1542966060848") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-14 .header_text {
  font-size: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans Condensed, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-14 .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-14 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 20px;
}
.title-page .blocklist-14 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .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-14 .bx-wrapper {
  max-width: 1240px;
}
.title-page .blocklist-14 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-14 .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: 1240px;
}
.title-page .blocklist-14 .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-14 .item {
  margin: 30px 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-14 .text {
  padding: 10px 20px;
  margin: 0 0 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Noto Serif, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #424242;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-14 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-14 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .blocklist-14 .item-label {
  padding: 20px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: repeating-linear-gradient(43deg, rgba(14, 15, 17, 0.76) 0%, rgba(3, 96, 120, 0) 100%);
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Noto Serif, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  text-decoration: none;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-weight: normal;
  min-height: 20px;
}

.title-page .blocklist-14 .item-label .align-elem {
	display: none;
}

.title-page .blocklist-14 .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-14 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 350px;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-14 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .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-14 .title {
  padding: 10px 20px 25px;
  margin: auto 0 0;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1a1a1a;
  line-height: 1.1;
  text-decoration: none;
  font-size: 16px;
  border-top: 0px solid rgba(0, 0, 0, 0.15);
  border-right: 0px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-14 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-14 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-14 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-14 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-14 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-14 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-14 .more {
  margin: 0;
  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: auto;
  left: 0;
  right: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.15);
  border-right: 0px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .blocklist-14 .more > a {
  padding: 15px 20px;
  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;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  width: 150px;
  background: linear-gradient(#242424, #242424), repeating-linear-gradient(to bottom right, #ed3f52 0%, #ff0d35 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-14 .more > a:hover, .title-page .blocklist-14 .more > a.hover, .title-page .blocklist-14 .more > a.active {
  background: linear-gradient(#ff0d35, #ff0d35), none;
}
.title-page .blocklist-14 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-14 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-14 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-14 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .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-14 .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-14 .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-14 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-14 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-14 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-14 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .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-14 .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-14 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-14 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-pager a {
  margin: 2px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  display: inline-block;
  width: 70px;
  min-height: 7px;
  background: transparent;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  color: #000;
  padding-top: 0.02px;
}
.title-page .blocklist-14 .bx-pager a:hover, .title-page .blocklist-14 .bx-pager a.hover, .title-page .blocklist-14 .bx-pager a.active {
  background: #171717;
}
.title-page .popover-container-14 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-14 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-14 .popover-form-title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Noto Serif, serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-14 .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-14 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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;
  text-align: left;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .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-14 .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-14 .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-14 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .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-14 .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-14 .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-14 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .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-14 .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-14 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-14 .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-14 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .block-11 {
  padding: 35px 30px;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 0px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  max-width: 100%;
}
.title-page .block-34 {
  margin: 0;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Open Sans Condensed, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
}
.title-page .block-20 .layout_20 {
  -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-20 .layout_41 {
  -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-20 .layout_69 {
  -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-20 {
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
}
.title-page .block-19 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 3px;
  margin-left: 0;
  margin-bottom: auto;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 20px;
}
.title-page .widget-22 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .widget-21 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 33px;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-39 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-39 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-39 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-39 .sn-text {
    font-family: Open Sans Condensed, sans-serif;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  //font-family: Noto Serif, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
.title-page .site-name-39 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-41 {
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
  text-decoration: none;
  right: 0;
}
.title-page .widget-7 {
  padding: 20px 20px 20px 45px;
  border: none;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 59px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM3IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMzcgNDgiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTM2LjAwMiwyMy43NDIgQzM2LjAwMiwyMy43NDIgMzQuMDM4LDIzLjI1OCAzNC4wMzgsMjMuMjU4IEMzNC44ODIsMTkuOTI0IDM0LjM0NiwxNi40NjIgMzIuNTI5LDEzLjUxMCBDMzAuNjUyLDEwLjQ1OCAyNy42NDcsOC4zMTQgMjQuMDY4LDcuNDczIEMyNC4wNjgsNy40NzMgMjQuNTM2LDUuNTI3IDI0LjUzNiw1LjUyNyBDMjguNjQ2LDYuNDkzIDMyLjA5OSw4Ljk1OSAzNC4yNjAsMTIuNDcxIEMzNi4zNTksMTUuODgzIDM2Ljk3OCwxOS44ODcgMzYuMDAyLDIzLjc0MiBaTTEyLjE1Myw1LjAwMCBDMTEuODczLDUuMDAwIDExLjY0Niw0Ljc3NiAxMS42NDYsNC41MDAgQzExLjY0Niw0LjIyNCAxMS44NzMsNC4wMDAgMTIuMTUzLDQuMDAwIEMxMi4xNTMsNC4wMDAgMTYuMjAyLDQuMDAwIDE2LjIwMiw0LjAwMCBDMTYuNDgyLDQuMDAwIDE2LjcwOSw0LjIyNCAxNi43MDksNC41MDAgQzE2LjcwOSw0Ljc3NiAxNi40ODIsNS4wMDAgMTYuMjAyLDUuMDAwIEMxNi4yMDIsNS4wMDAgMTIuMTUzLDUuMDAwIDEyLjE1Myw1LjAwMCBaTTI1LjExMiwzLjE0MyBDMjQuMzUwLDIuNDA2IDIzLjM0NCwyLjAwMCAyMi4yNzcsMi4wMDAgQzIyLjI3NywyLjAwMCA2LjA3OCwyLjAwMCA2LjA3OCwyLjAwMCBDMy44NDUsMi4wMDAgMi4wMjgsMy43OTQgMi4wMjgsNi4wMDAgQzIuMDI4LDYuMDAwIDIuMDI4LDcuMDAwIDIuMDI4LDcuMDAwIEMyLjAyOCw3LjAwMCAyMS4yMDIsNy4wMDAgMjEuMjAyLDcuMDAwIEMyMS40ODIsNy4wMDAgMjEuNzA4LDcuMjIzIDIxLjcwOCw3LjUwMCBDMjEuNzA4LDcuNzc2IDIxLjQ4Miw4LjAwMCAyMS4yMDIsOC4wMDAgQzIxLjIwMiw4LjAwMCAyLjAyOCw4LjAwMCAyLjAyOCw4LjAwMCBDMi4wMjgsOC4wMDAgMi4wMjgsMzguMDAwIDIuMDI4LDM4LjAwMCBDMi4wMjgsMzguMDAwIDI2LjMyNywzOC4wMDAgMjYuMzI3LDM4LjAwMCBDMjYuMzI3LDM4LjAwMCAyNi4zMjcsMzQuMDAwIDI2LjMyNywzNC4wMDAgQzI2LjMyNywzMy40NDcgMjYuNzgwLDMzLjAwMCAyNy4zMzksMzMuMDAwIEMyNy44OTksMzMuMDAwIDI4LjM1MiwzMy40NDcgMjguMzUyLDM0LjAwMCBDMjguMzUyLDM0LjAwMCAyOC4zNTIsNDIuMDAwIDI4LjM1Miw0Mi4wMDAgQzI4LjM1Miw0NS4zMDkgMjUuNjI3LDQ4LjAwMCAyMi4yNzcsNDguMDAwIEMyMi4yNzcsNDguMDAwIDYuMDc4LDQ4LjAwMCA2LjA3OCw0OC4wMDAgQzIuNzI4LDQ4LjAwMCAwLjAwMyw0NS4zMDkgMC4wMDMsNDIuMDAwIEMwLjAwMyw0Mi4wMDAgMC4wMDMsNi4wMDAgMC4wMDMsNi4wMDAgQzAuMDAzLDIuNjkxIDIuNzI4LC0wLjAwMCA2LjA3OCwtMC4wMDAgQzYuMDc4LC0wLjAwMCAyMi4yNzcsLTAuMDAwIDIyLjI3NywtMC4wMDAgQzIzLjg3NywtMC4wMDAgMjUuMzg3LDAuNjA4IDI2LjUyOSwxLjcxNSBDMjYuOTI4LDIuMTAxIDI2LjkzNSwyLjczNCAyNi41NDQsMy4xMjkgQzI2LjE1MiwzLjUyMSAyNS41MTAsMy41MjkgMjUuMTEyLDMuMTQzIFpNMi4wMjgsNDIuMDAwIEMyLjAyOCw0NC4yMDYgMy44NDUsNDYuMDAwIDYuMDc4LDQ2LjAwMCBDNi4wNzgsNDYuMDAwIDIyLjI3Nyw0Ni4wMDAgMjIuMjc3LDQ2LjAwMCBDMjQuNTEwLDQ2LjAwMCAyNi4zMjcsNDQuMjA2IDI2LjMyNyw0Mi4wMDAgQzI2LjMyNyw0Mi4wMDAgMjYuMzI3LDM5LjAwMCAyNi4zMjcsMzkuMDAwIEMyNi4zMjcsMzkuMDAwIDIuMDI4LDM5LjAwMCAyLjAyOCwzOS4wMDAgQzIuMDI4LDM5LjAwMCAyLjAyOCw0Mi4wMDAgMi4wMjgsNDIuMDAwIFpNMTQuMTc3LDQ1LjAwMCBDMTIuNzgyLDQ1LjAwMCAxMS42NDYsNDMuODc5IDExLjY0Niw0Mi41MDAgQzExLjY0Niw0MS4xMjEgMTIuNzgyLDQwLjAwMCAxNC4xNzcsNDAuMDAwIEMxNS41NzMsNDAuMDAwIDE2LjcwOSw0MS4xMjEgMTYuNzA5LDQyLjUwMCBDMTYuNzA5LDQzLjg3OSAxNS41NzMsNDUuMDAwIDE0LjE3Nyw0NS4wMDAgWk0xNC4xNzcsNDEuMDAwIEMxMy4zNDAsNDEuMDAwIDEyLjY1OSw0MS42NzMgMTIuNjU5LDQyLjUwMCBDMTIuNjU5LDQzLjMyNyAxMy4zNDAsNDQuMDAwIDE0LjE3Nyw0NC4wMDAgQzE1LjAxNSw0NC4wMDAgMTUuNjk2LDQzLjMyNyAxNS42OTYsNDIuNTAwIEMxNS42OTYsNDEuNjczIDE1LjAxNSw0MS4wMDAgMTQuMTc3LDQxLjAwMCBaTTE3LjkxMCwyNi4xNzcgQzE4LjIxNiwyNS44MjAgMTguNTI2LDI1LjQ1NyAxOC41MjYsMjUuNDU2IEMxOC43ODYsMjUuMTU2IDE5LjE1NSwyNC45ODkgMTkuNTQ2LDI0Ljk4OSBDMTkuNTQ2LDI0Ljk4OSAxOS44NjQsMjUuMDI3IDE5Ljg2NCwyNS4wMjcgQzE5LjkyMCwyNS4wMzkgMTkuOTg5LDI1LjA2MSAyMC4wNTksMjUuMDkwIEMyMC4wNTksMjUuMDkwIDI2LjAxMiwyNy41OTUgMjYuMDEyLDI3LjU5NSBDMjYuNDY2LDI3Ljc4NyAyNi43NzQsMjguMjAzIDI2LjgxNiwyOC42ODIgQzI2LjgzOCwyOC45MzcgMjYuODM5LDI5LjE5NSAyNi44MTgsMjkuNDUzIEMyNi43OTksMjkuNzE2IDI2Ljc1NSwyOS45ODggMjYuNjg5LDMwLjI1NCBDMjYuMTM2LDMyLjQ2MCAyNC4xMzEsMzQuMDAwIDIxLjgxMSwzNC4wMDAgQzIxLjQxMiwzNC4wMDAgMjEuMDExLDMzLjk1MyAyMC42MjAsMzMuODYwIEMxNi4xNTYsMzIuNzk5IDEyLjM5NiwzMC4wOTggMTAuMDMyLDI2LjI1NSBDNy43MDUsMjIuNDczIDcuMDE0LDE4LjAzMCA4LjA4NywxMy43NDQgQzguNjM5LDExLjU0MCAxMC42NDQsMTAuMDAwIDEyLjk2NCwxMC4wMDAgQzEzLjM2MywxMC4wMDAgMTMuNzY0LDEwLjA0NyAxNC4xNTUsMTAuMTQwIEMxNC40MzAsMTAuMjA2IDE0LjY5NywxMC4yOTMgMTQuOTQ5LDEwLjM5OSBDMTUuMTg1LDEwLjQ5NiAxNS40MTgsMTAuNjE1IDE1LjYzNywxMC43NTAgQzE2LjA0OSwxMS4wMDEgMTYuMjg3LDExLjQ2MyAxNi4yNTMsMTEuOTUwIEMxNi4yNTMsMTEuOTUwIDE1Ljc5NSwxOC4yNDQgMTUuNzk1LDE4LjI0NCBDMTUuNzUwLDE4LjgyOSAxNS4zMzEsMTkuMzA1IDE0Ljc1MSwxOS40MzIgQzE0Ljc0MiwxOS40MzQgMTQuMjc3LDE5LjUyOCAxMy44MTYsMTkuNjI1IEMxNC4wNTcsMjAuOTEwIDE0LjUzMywyMi4xMzAgMTUuMjM4LDIzLjI2MCBDMTUuOTM1LDI0LjM3OCAxNi44NTIsMjUuMzc3IDE3LjkxMCwyNi4xNzcgWk0xMy41MTQsMjQuMzA5IEMxMi41NDMsMjIuNzUwIDExLjkzNSwyMS4wNDggMTEuNzA5LDE5LjI0NyBDMTEuNjIzLDE4LjU3NSAxMi4wNjgsMTcuOTU1IDEyLjc0MywxNy44MDcgQzEzLjAyNywxNy43NDUgMTMuNDY4LDE3LjY1MyAxMy44MTMsMTcuNTgyIEMxMy44MTMsMTcuNTgyIDE0LjIwMSwxMi4yNTkgMTQuMjAxLDEyLjI1OSBDMTQuMTg4LDEyLjI1MyAxNC4xNzUsMTIuMjQ4IDE0LjE2MywxMi4yNDIgQzE0LjAwNCwxMi4xNzYgMTMuODQ1LDEyLjEyNCAxMy42ODAsMTIuMDg0IEMxMy40NDUsMTIuMDI4IDEzLjIwNCwxMi4wMDAgMTIuOTY0LDEyLjAwMCBDMTEuNTc4LDEyLjAwMCAxMC4zODEsMTIuOTE1IDEwLjA1MywxNC4yMjUgQzkuMTEwLDE3Ljk4OSA5LjcxOCwyMS44OTMgMTEuNzYyLDI1LjIxNyBDMTMuODQ1LDI4LjYwMSAxNy4xNTgsMzAuOTc5IDIxLjA5NCwzMS45MTUgQzIyLjY5MiwzMi4yOTggMjQuMzM3LDMxLjMxMSAyNC43MjMsMjkuNzc1IEMyNC43NjIsMjkuNjE3IDI0Ljc4OCwyOS40NTggMjQuNzk5LDI5LjI5OSBDMjQuODAwLDI5LjI4NiAyNC44MDEsMjkuMjcyIDI0LjgwMiwyOS4yNjAgQzI0LjgwMiwyOS4yNjAgMTkuNzQ0LDI3LjEzMiAxOS43NDQsMjcuMTMyIEMxOS41MTcsMjcuMzk3IDE5LjIyMCwyNy43NDMgMTkuMDI5LDI3Ljk2MSBDMTguNzc2LDI4LjI0OSAxOC40MDgsMjguNDE0IDE4LjAyMSwyOC40MTQgQzE4LjAyMSwyOC40MTQgMTcuNzA2LDI4LjM3NyAxNy43MDYsMjguMzc3IEMxNy41NDksMjguMzM5IDE3LjQwNCwyOC4yNzUgMTcuMjc0LDI4LjE4OCBDMTUuNzY4LDI3LjE4MSAxNC40NjgsMjUuODM5IDEzLjUxNCwyNC4zMDkgWk0yOC4xNzUsMTYuMTYxIEMyNy4wMjksMTQuMjk4IDI1LjIwOSwxMi45ODggMjMuMDUxLDEyLjQ3MiBDMjMuMDUxLDEyLjQ3MiAyMy41MjgsMTAuNTI4IDIzLjUyOCwxMC41MjggQzI2LjIxMywxMS4xNzAgMjguNDc3LDEyLjgwMiAyOS45MDYsMTUuMTIyIEMzMS4zMjEsMTcuNDIzIDMxLjc0MywyMC4xMjggMzEuMDkzLDIyLjczOCBDMzEuMDkzLDIyLjczOCAyOS4xMjcsMjIuMjYyIDI5LjEyNywyMi4yNjIgQzI5LjY0NywyMC4xNzEgMjkuMzA5LDE4LjAwNCAyOC4xNzUsMTYuMTYxIFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 25px top 50% / 26px no-repeat #2b2b2b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 29px rgba(125, 196, 63, 0);
  -moz-box-shadow: 0px 0px 29px rgba(125, 196, 63, 0);
  box-shadow: 0px 0px 29px rgba(125, 196, 63, 0);
  font-weight: bold;
  right: 0;
}
.title-page .widget-7:hover, .title-page .widget-7.hover, .title-page .widget-7.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-18 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  min-height: 50px;
}
.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: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large {
  padding: 20px 50px 20px 25px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat rgba(0, 0, 0, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.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: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat #f1504c;
}
.title-page .popover-wrap-18 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-18 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/x1.svg?1568610156838") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -17px;
  margin-bottom: -15px;
  margin-top: 17px;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% 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: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Noto Serif, serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.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;
  text-align: left;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.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: #2b2b2b;
}
.title-page .popover-wrap-18 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-18 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .widget-9 {
  position: relative;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: auto;
  right: 0;
}
.title-page .widget-9:hover, .title-page .widget-9.hover, .title-page .widget-9.active {
  border: none;
}
.title-page .phones-20 p:first-child {
  margin-top: 0;
}
.title-page .phones-20 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-20 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-20 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-20 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMzIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzMgMzQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTI2LjUwMCwzNC4wNDQgQzIwLjA3NywzNC4wNDQgMTMuNDI2LDMwLjk4NyA4LjI1MSwyNS42NTggQzIuODE4LDIwLjA2MCAtMC4xNDgsMTMuMDI5IDAuMDA5LDYuMjYwIEMwLjAwOSw2LjI2MCAwLjAxNSw2LjAwNSAwLjAxNSw2LjAwNSBDMC4wMTUsNi4wMDUgMC4xNjksNS44MDUgMC4xNjksNS44MDUgQzAuNjI1LDUuMjA2IDEuMDc3LDQuNjc5IDEuNTQ5LDQuMTkwIEMzLjI4MiwyLjQwOCA1LjMxNiwxLjA0NSA3LjU5NCwwLjEzOCBDNy43OTcsMC4wNTcgOC4wMzQsMC4wMTUgOC4yOTYsMC4wMTUgQzkuMDg1LDAuMDE1IDEwLjM4MiwwLjQ0OCAxMC42NTksMS4yMjkgQzExLjQ2NSwzLjUzMiAxMi40ODMsNi41NDEgMTMuMjE5LDkuNDA3IEMxMy4zNTksOS45NTcgMTMuMjA0LDExLjU2NyAxMi40NDIsMTIuMDU4IEMxMi40NDIsMTIuMDU4IDkuODEzLDEzLjc3NyA5LjgxMywxMy43NzcgQzkuNjM2LDEzLjg5MCA5LjU2NSwxNC4wOTQgOS41MzYsMTQuMjQ2IEM5LjQ0OCwxNC43MDggOS42MTMsMTUuMzAzIDkuOTY2LDE1LjgwMSBDMTEuMDA3LDE3LjI2OSAxMi4yMTEsMTguNzIyIDEzLjU0NSwyMC4xMTkgQzE0Ljg5NCwyMS40ODQgMTYuMzAxLDIyLjcxOSAxNy43MTksMjMuNzgwIEMxOC40MzcsMjQuMzIzIDE5LjQyMywyNC4zNzcgMTkuNjc4LDIzLjk0OSBDMTkuNjc4LDIzLjk0OSAyMS4zNTMsMjEuMjI5IDIxLjM1MywyMS4yMjkgQzIxLjg3MSwyMC4zOTggMjMuNDY1LDIwLjM4OCAyMy40ODEsMjAuMzg4IEMyMy42NDAsMjAuMzg4IDIzLjc3NiwyMC40MDIgMjMuODk2LDIwLjQyOSBDMjcuMzAwLDIxLjIwOSAyOS4zMjQsMjEuODgyIDMxLjkxNiwyMy4wOTMgQzMyLjcyMCwyMy40NjYgMzMuMjk1LDI1LjI1NiAzMi45MjIsMjYuMjMyIEMzMi4wNDIsMjguNTc2IDMwLjcxOSwzMC42NzAgMjguOTk0LDMyLjQ1MSBDMjguNTA5LDMyLjk0NyAyNy45ODAsMzMuNDI2IDI3LjQyMiwzMy44NzUgQzI3LjQyMiwzMy44NzUgMjcuMjI4LDM0LjAzMiAyNy4yMjgsMzQuMDMyIEMyNy4yMjgsMzQuMDMyIDI2LjUwMCwzNC4wNDQgMjYuNTAwLDM0LjA0NCBaTTEuNDkxLDYuNTUyIEMxLjQyMywxMi44MjYgNC4yMjMsMTkuMzQyIDkuMTk3LDI0LjQ2OCBDOS4xOTcsMjQuNDY4IDkuMzA5LDI0LjU4MyA5LjMwOSwyNC41ODMgQzE0LjIwMCwyOS42MTkgMjAuNDY5LDMyLjUxMyAyNi41MDAsMzIuNTEzIEMyNi41MDAsMzIuNTEzIDI2LjcwMSwzMi41MTAgMjYuNzAxLDMyLjUxMCBDMjcuMTQxLDMyLjE0NiAyNy41NTksMzEuNzYyIDI3Ljk0NCwzMS4zNjcgQzI5LjUyMCwyOS43NDAgMzAuNzMwLDI3LjgyNCAzMS41MzcsMjUuNjc1IEMzMS42MzQsMjUuNDIyIDMxLjQwMiwyNC42MjQgMzEuMjE0LDI0LjQyOSBDMjguODE2LDIzLjMyNCAyNi44NjUsMjIuNjc4IDIzLjU3MiwyMS45MjQgQzIzLjEwNywyMS45NTEgMjIuNjUyLDIyLjA0OCAyMi41MzgsMjIuMTMzIEMyMi41MzgsMjIuMTMzIDIwLjkzNywyNC43NjIgMjAuOTM3LDI0Ljc2MiBDMjAuMjI3LDI1Ljk1NCAxOC4yNjMsMjYuMDkwIDE2Ljg0MywyNS4wMTcgQzE1LjM2OSwyMy45MTQgMTMuOTA0LDIyLjYyOSAxMi40OTQsMjEuMjAyIEMxMS4xMDAsMTkuNzQxIDkuODQ5LDE4LjIzMSA4Ljc2NSwxNi43MDQgQzguMTY3LDE1Ljg2MCA3LjkxMCwxNC44MzIgOC4wNzgsMTMuOTUyIEM4LjE5OSwxMy4zMTMgOC41MzUsMTIuNzkwIDkuMDI0LDEyLjQ3OSBDOS4wMjQsMTIuNDc5IDExLjY0OCwxMC43NjUgMTEuNjQ4LDEwLjc2NSBDMTEuNzAwLDEwLjY1NCAxMS44MTcsOS45OTYgMTEuNzc5LDkuNzg3IEMxMS4wNjAsNi45OTAgMTAuMDU2LDQuMDIzIDkuMjYyLDEuNzUxIEM5LjE5NSwxLjc5NyA4LjcwMywxLjU0NiA4LjI5NiwxLjU0NiBDOC4xODEsMS41NDYgOC4xMzMsMS41NjUgOC4xMzEsMS41NjUgQzYuMDQ2LDIuMzk2IDQuMTg2LDMuNjQzIDIuNjAxLDUuMjcxIEMyLjIyNSw1LjY2MSAxLjg1OSw2LjA4MiAxLjQ5MSw2LjU1MiBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzJkMmQyZCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
  margin-right: 0;
  min-height: 35px;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-20 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-20 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-20 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-20 .text_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: #0e0f11;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  margin-left: 20px;
}
.title-page .phones-20 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-20 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-20 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-42 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: #faf8ed;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 60px;
}
.title-page .block-43 {
  padding: 0.02px 20px;
  margin: 0;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-39 {
  position: relative;
  z-index: 3;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  padding-bottom: 40px;
}
.title-page .popover-wrap-72 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  min-height: 50px;
}
.title-page .popover-wrap-72 .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-72 .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-72 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-72 .popover-body .s3_button_large {
  padding: 20px 50px 20px 25px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat rgba(0, 0, 0, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-72 .popover-body .s3_button_large:hover, .title-page .popover-wrap-72 .popover-body .s3_button_large.hover, .title-page .popover-wrap-72 .popover-body .s3_button_large.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat #f1504c;
}
.title-page .popover-wrap-72 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-72 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/x1.svg?1568610156838") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -17px;
  margin-bottom: -15px;
  margin-top: 17px;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-72 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-72 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-72 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 32px;
  box-sizing: border-box;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  background: url("../images/line.svg?1542966060848") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-72 .header_text {
  font-size: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Noto Serif, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-72 .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-72 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-72 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-72 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-72 .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-72 .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-72 .bx-wrapper {
  max-width: 1260px;
}
.title-page .blocklist-72 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-72 .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: 1260px;
}
.title-page .blocklist-72 .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-72 .item {
  margin: 30px 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-72 .text {
  padding: 10px 20px;
  margin: 0 0 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Noto Serif, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #424242;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-72 .text .align-elem {
	display: none;
  flex-basis: 100%;
}
.title-page .blocklist-72 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 5px solid rgba(135, 135, 135, 0.28);
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .blocklist-72 .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-72 .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-72 .img-convert {
  margin: 0 0 auto;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .blocklist-72 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-72 .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-72 .title {
  padding: 10px 20px 25px;
  margin: 0;
  border: none;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #171717;
  line-height: 1.1;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-72 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-72 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-72 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-72 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-72 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-72 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-72 .more {
  margin: 0;
  border: none;
  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: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .blocklist-72 .more > a {
  padding: 15px 20px;
  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;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  width: 150px;
  background: linear-gradient(#242424, #242424), repeating-linear-gradient(to bottom right, #ed3f52 0%, #ff0d35 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-72 .more > a:hover, .title-page .blocklist-72 .more > a.hover, .title-page .blocklist-72 .more > a.active {
  background: linear-gradient(#ff0d35, #ff0d35), none;
}
.title-page .blocklist-72 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-72 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-72 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-72 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-72 .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-72 .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-72 .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-72 .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-72 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-72 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-72 .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-72 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-72 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-72 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-72 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-72 .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-72 .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-72 .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-72 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-72 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-72 .bx-pager a {
  margin: 2px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  display: inline-block;
  width: 70px;
  min-height: 7px;
  background: transparent;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  color: #000;
  padding-top: 0.02px;
}
.title-page .blocklist-72 .bx-pager a:hover, .title-page .blocklist-72 .bx-pager a.hover, .title-page .blocklist-72 .bx-pager a.active {
  background: #171717;
}
.title-page .popover-container-72 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-72 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-72 .popover-form-title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Noto Serif, serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-72 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-72 .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-72 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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;
  text-align: left;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-72 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-72 .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-72 .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-72 .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-72 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-72 .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-72 .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-72 .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-72 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-72 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-72 .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-72 .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-72 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-72 .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-72 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-72 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-72 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .widget-35 {
  border: none;
  position: relative;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  margin-top: 54px;
  margin-left: 0;
  right: 0;
  padding-bottom: 70px;
  padding-top: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-67 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  min-height: 50px;
}
.title-page .popover-wrap-67 .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-67 .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-67 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_button_large {
  padding: 20px 50px 20px 25px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat rgba(0, 0, 0, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-67 .popover-body .s3_button_large:hover, .title-page .popover-wrap-67 .popover-body .s3_button_large.hover, .title-page .popover-wrap-67 .popover-body .s3_button_large.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat #f1504c;
}
.title-page .popover-wrap-67 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-67 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/x1.svg?1568610156838") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -17px;
  margin-bottom: -15px;
  margin-top: 17px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-67 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-67 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-67 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-67 .header_text {
  font-size: 17px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-67 .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-67 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  font-family: Noto Serif, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEwNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgMTA0IDQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHJlY3QgaWQ9InJlY3QtMSIgY2xhc3M9ImNscy0yIiB3aWR0aD0iMTA0IiBoZWlnaHQ9IjQiIGZpbGw9IiMxZTI3M2QiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 50% bottom 0px / auto auto no-repeat;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-67 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-67 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .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-67 .bx-wrapper {
  max-width: 1240px;
}
.title-page .blocklist-67 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-67 .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: 1240px;
}
.title-page .blocklist-67 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 5px;
}
.title-page .blocklist-67 .item {
  margin: 0 0 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 200px;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
}
.title-page .blocklist-67 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans Condensed, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .blocklist-67 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-67 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 200px;
}
.title-page .blocklist-67 .item-label {
  padding: 206px 5px 2px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: transparent;
  color: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans Condensed, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  bottom: 0;
  align-self: auto;
}
.title-page .blocklist-67 .item-label:hover, .title-page .blocklist-67 .item-label.hover, .title-page .blocklist-67 .item-label.active {
  background: rgba(5, 5, 5, 0.73);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.title-page .blocklist-67 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-67 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 450px;
  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-67 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-67 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-67 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans Condensed, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 50px;
}
.title-page .blocklist-67 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-67 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-67 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-67 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-67 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-67 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-67 .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-67 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans Condensed, sans-serif;
}
.title-page .blocklist-67 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-67 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .controls {
  border: none;
  position: absolute;
  top: auto;
  left: 50%;
  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: 62px;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 0;
  margin-left: -60px;
  background: #000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-67 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("../images/lib_1727101_slaid_2и.png") left 50% top 50% / 20px no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 60px;
}
.title-page .blocklist-67 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("../images/lib_1727101_slaid_4b.png") left 50% top 50% / 20px no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 60px;
}
.title-page .blocklist-67 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-67 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-67 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-67 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-67 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .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-67 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-67 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-67 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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;
  font-family: Open Sans Condensed, sans-serif;
  color: #000;
}
.title-page .blocklist-67 .bx-pager a:active, .title-page .blocklist-67 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-67 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-67 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-67 .popover-form-title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Noto Serif, serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-67 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-67 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-67 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-67 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-67 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-67 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-67 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-67 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-67 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .widget-40 {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}
.title-page .popover-wrap-73 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-73 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  min-height: 50px;
}
.title-page .popover-wrap-73 .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-73 .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-73 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-73 .popover-body .s3_button_large {
  padding: 20px 50px 20px 25px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat rgba(0, 0, 0, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-73 .popover-body .s3_button_large:hover, .title-page .popover-wrap-73 .popover-body .s3_button_large.hover, .title-page .popover-wrap-73 .popover-body .s3_button_large.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYzIiBoZWlnaHQ9IjI5IiB2aWV3Qm94PSIwIDAgNjMgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTYwLjc1NCwxNS42NTcgQzYwLjc1NCwxNS42NTcgNjAuNzUzLDE1LjY1NyA2MC43NTMsMTUuNjU3IEM2MC43NTMsMTUuNjU3IDQ4LjcwNiwyOC4zNTggNDguNzA2LDI4LjM1OCBDNDguNzA2LDI4LjM1OCA0Ni41ODcsMjYuMzQ3IDQ2LjU4NywyNi4zNDcgQzQ2LjU4NywyNi4zNDcgNTcuMjk4LDE1LjA1NSA1Ny4yOTgsMTUuMDU1IEM1Ny4yOTgsMTUuMDU1IC0wLjAxMSwxNS4wNTUgLTAuMDExLDE1LjA1NSBDLTAuMDExLDE1LjA1NSAtMC4wMTEsMTIuMTMzIC0wLjAxMSwxMi4xMzMgQy0wLjAxMSwxMi4xMzMgNTcuMDM4LDEyLjEzMyA1Ny4wMzgsMTIuMTMzIEM1Ny4wMzgsMTIuMTMzIDQ2LjQ4MSwyLjExOSA0Ni40ODEsMi4xMTkgQzQ2LjQ4MSwyLjExOSA0OC40OTIsLTAuMDAxIDQ4LjQ5MiwtMC4wMDEgQzQ4LjQ5MiwtMC4wMDEgNjIuNzY0LDEzLjUzOCA2Mi43NjQsMTMuNTM4IEM2Mi43NjQsMTMuNTM4IDYwLjc1NCwxNS42NTcgNjAuNzU0LDE1LjY1NyBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 17px top calc(50% + 1px) / 16px no-repeat #f1504c;
}
.title-page .popover-wrap-73 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-73 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/x1.svg?1568610156838") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -17px;
  margin-bottom: -15px;
  margin-top: 17px;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-73 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-73 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-73 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 32px;
  box-sizing: border-box;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  background: url("../images/line.svg?1542966060848") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-73 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Noto Serif, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-73 .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-73 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-73 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-73 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-73 .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-73 .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-73 .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-73 .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-73 .item {
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  padding-left: 10px;
  padding-top: 10px;
}
.title-page .blocklist-73 .text {
  padding: 10px 10px 0.02px;
  margin: 0 0 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Noto Serif, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #424242;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-73 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-73 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 5px solid rgba(135, 135, 135, 0.28);
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  left: 0;
  right: 0;
  margin-right: 15px;
  float: left;
  min-height: 80px;
}
.title-page .blocklist-73 .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-73 .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-73 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 100px;
  height: 80px;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 10px;
  align-self: auto;
}
.title-page .blocklist-73 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-73 .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-73 .title {
  padding: 10px 10px 25px;
  margin: 0;
  border: none;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #171717;
  line-height: 1.1;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-73 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-73 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-73 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-73 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-73 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-73 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-73 .more {
  margin: 0;
  border: none;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .blocklist-73 .more > a {
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  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;
  font-family: Open Sans Condensed, sans-serif;
  color: #f1504c;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  width: 150px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-73 .more > a:hover, .title-page .blocklist-73 .more > a.hover, .title-page .blocklist-73 .more > a.active {
  border: none;
  color: #fff;
  background: linear-gradient(#ff0d35, #ff0d35);
}
.title-page .blocklist-73 .bx-wrapper {
  max-width: 1260px;
}
.title-page .blocklist-73 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-73 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-73 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-73 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-73 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-73 .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-73 .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-73 .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-73 .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-73 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-73 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-73 .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-73 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-73 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-73 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-73 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-73 .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-73 .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-73 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-73 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-73 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-73 .bx-pager a {
  margin: 2px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  display: inline-block;
  width: 70px;
  min-height: 7px;
  background: transparent;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  color: #000;
  padding-top: 0.02px;
}
.title-page .blocklist-73 .bx-pager a:hover, .title-page .blocklist-73 .bx-pager a.hover, .title-page .blocklist-73 .bx-pager a.active {
  background: #171717;
}
.title-page .popover-container-73 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-73 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-73 .popover-form-title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: Noto Serif, serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-73 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-73 .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-73 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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;
  text-align: left;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-73 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-73 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-73 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-73 .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-73 .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-73 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-73 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-73 .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-73 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-73 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-73 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .widget-20 {
  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-37 .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-37 .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-37 .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;
  text-align: left;
}
.title-page .side-panel-37 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-37 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-37 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-37 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-37 .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-37 .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 body {
    display: block;
  }
  .title-page .block-29 .layout_center_53_id_55_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-29 {
    background: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .widget-25 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-30 {
    background: none;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-32 .layout_56 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_57 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -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-32 .layout_58 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-26 {
    text-align: center;
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .email-56 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-56 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-56 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .widget-27 {
    text-align: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .address-57 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-57 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-57 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-57 .title {
    display: block;
  }
  .title-page .widget-28 {
    width: 591px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-58 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-58 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-58 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-31 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-33 .layout_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_61 {
    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-33 .layout_62 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-29 {
    margin-top: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-30 {
    margin-top: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-31 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -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 {
    background: none;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-18 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-21 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-22 {
    padding-bottom: 40px;
  }
  .title-page .widget-5 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .title-page .blocklist-14 .body-outer {
    width: auto;
  }
  .title-page .blocklist-14 .body {
    width: auto;
  }
  .title-page .blocklist-14 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-14 .list {
    width: 728px;
  }
  .title-page .blocklist-14 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-14 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    background: none;
  }
  .title-page .blocklist-14 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-14 .text:hover, .title-page .blocklist-14 .text.hover, .title-page .blocklist-14 .text.active {
    font-weight: 300;
  }
  .title-page .blocklist-14 .image {
    margin-bottom: 0;
    float: none;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-14 .item-label {
    bottom: auto;
    min-height: 300px;
  }
  .title-page .blocklist-14 .img-convert {
    height: 300px;
    background: none;
  }
  .title-page .blocklist-14 .title {
    background: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 100px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-14 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-14 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-14 .more {
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-11 {
    background: none;
    padding-top: 24px;
    padding-bottom: 20px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-34 {
    margin-top: 10px;
  }
  .title-page .block-20 .layout_20 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -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-20 .layout_41 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_69 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 {
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-19 {
    margin: 0 auto;
    left: 0;
    width: 610px;
    background: none;
  }
  .title-page .widget-22 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-21 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-39 .sn-text:hover, .title-page .site-name-39 .sn-text.hover, .title-page .site-name-39 .sn-text.active {
    font-weight: 800;
  }
  .title-page .block-41 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
  }
  .title-page .widget-7 {
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-9 {
    left: auto;
    width: 352px;
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .phones-20 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-20 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-20 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-20 .text_body {
    margin-left: 10px;
  }
  .title-page .block-42 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .widget-39 {
    margin-bottom: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .title-page .blocklist-72 .header_text {
    font-size: 40px;
  }
  .title-page .blocklist-72 .body-outer {
    width: auto;
  }
  .title-page .blocklist-72 .body {
    width: auto;
  }
  .title-page .blocklist-72 .bx-wrapper {
    max-width: 748px;
  }
  .title-page .blocklist-72 .list {
    width: 748px;
  }
  .title-page .blocklist-72 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-72 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-72 .image {
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-72 .title {
    padding-bottom: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 100px;
  }
  .title-page .widget-35 {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-top: 30px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .blocklist-67 .description {
    font-size: 40px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .title-page .blocklist-67 .body-outer {
    width: auto;
    overflow: hidden;
  }
  .title-page .blocklist-67 .body {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-67 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-67 .list {
    width: 728px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-67 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-67 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-67 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-67 .item-label {
    min-height: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(26, 26, 26, 0.5);
    color: #fff;
    font-size: 30px;
    bottom: auto;
    top: 50%;
    margin-top: -150px;
    font-weight: bold;
  }
  .title-page .blocklist-67 .item-label:hover, .title-page .blocklist-67 .item-label.hover, .title-page .blocklist-67 .item-label.active {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .blocklist-67 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-67 .bx-pager-wrap {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-40 {
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .title-page .blocklist-73 .header_text:hover, .title-page .blocklist-73 .header_text.hover, .title-page .blocklist-73 .header_text.active {
    font-weight: 300;
  }
  .title-page .blocklist-73 .body-outer {
    width: auto;
  }
  .title-page .blocklist-73 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-73 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-73 .item {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-73 .text:hover, .title-page .blocklist-73 .text.hover, .title-page .blocklist-73 .text.active {
    font-weight: 300;
  }
  .title-page .blocklist-73 .image {
    border: none;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .blocklist-73 .img-convert {
    background: none;
    margin-top: 0;
  }
  .title-page .blocklist-73 .title {
    background: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 0;
  }
  .title-page .blocklist-73 .more {
    background: none;
  }
  .title-page .blocklist-73 .bx-wrapper {
    max-width: 698px;
  }
  .title-page .widget-20 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-37 .side-panel-content {
    padding: 20px;
    border: none;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-37 .side-panel-close {
    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: url("../images/x1.svg") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-37 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-37 .side-panel-button {
    padding: 10px;
    border: none;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #ff0d35;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    width: 50px;
    min-height: 50px;
  }
  .title-page .side-panel-37 .side-panel-button-icon-line {
    border: none;
    margin-top: 6px;
    -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 .block-29 .layout_center_53_id_55_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-32 .layout_56 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_57 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_58 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-26 {
    margin: 20px auto 0;
    width: 591px;
  }
  .title-page .email-56 .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .title-page .widget-27 {
    margin: 20px auto 0;
    width: 580px;
  }
  .title-page .address-57 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-57 .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .title-page .widget-28 {
    text-align: center;
    width: 595px;
    min-height: 0;
  }
  .title-page .phones-58 .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .title-page .block-33 .layout_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_61 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_62 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-29 {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-30 {
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-31 {
    margin-top: 15px;
  }
  .title-page .blocklist-14 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-14 .list {
    width: 600px;
  }
  .title-page .blocklist-14 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-20 .layout_20 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_41 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_69 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-41 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-7 {
    margin-top: 12px;
  }
  .title-page .widget-9 {
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .blocklist-72 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-72 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-72 .list {
    width: 600px;
  }
  .title-page .blocklist-72 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-72 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .widget-35 {
    margin-bottom: 30px;
  }
  .title-page .blocklist-67 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-67 .list {
    width: 600px;
  }
  .title-page .blocklist-67 .image {
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-67 .item-label {
    font-size: 22px;
    top: 0;
    margin-top: 0;
  }
  .title-page .blocklist-67 .item-label:hover, .title-page .blocklist-67 .item-label.hover, .title-page .blocklist-67 .item-label.active {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-67 .image-inner {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-73 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-73 .item {
    margin: 10px;
    padding-left: 0;
    padding-top: 0.02px;
  }
  .title-page .blocklist-73 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-73 .bx-wrapper {
    max-width: 600px;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-29 .layout_center_53_id_55_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-30 {
    padding-top: 30px;
  }
  .title-page .block-32 .layout_56 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_57 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_58 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-26 {
    margin-top: 15px;
  }
  .title-page .widget-27 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .title-page .widget-28 {
    width: 591px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .title-page .phones-58 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-33 .layout_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_61 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_62 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-31 {
    margin-bottom: 0;
  }
  .title-page .widget-5 {
    margin-top: 10px;
  }
  .title-page .blocklist-14 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-14 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-14 .list {
    width: 440px;
  }
  .title-page .blocklist-14 .item-label {
    min-height: 150px;
  }
  .title-page .blocklist-14 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-14 .title {
    padding-bottom: 20px;
    min-height: 0;
  }
  .title-page .block-11 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-20 .layout_20 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_41 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_69 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    text-align: center;
  }
  .title-page .widget-7 {
    margin-top: 0;
  }
  .title-page .widget-9 {
    left: 0;
    text-align: center;
    width: auto;
  }
  .title-page .block-42 {
    padding-top: 0.02px;
  }
  .title-page .widget-39 {
    margin-top: 30px;
  }
  .title-page .blocklist-72 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-72 .list {
    width: 440px;
  }
  .title-page .blocklist-72 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-72 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-72 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-72 .title {
    min-height: 0;
  }
  .title-page .widget-35 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .title-page .blocklist-67 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-67 .list {
    width: 440px;
  }
  .title-page .blocklist-67 .item-label {
    min-height: 250px;
  }
  .title-page .blocklist-67 .img-convert {
    height: 250px;
  }
  .title-page .widget-40 {
    margin-top: 58px;
    padding-bottom: 30px;
  }
  .title-page .blocklist-73 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-73 .item {
    margin: 0;
  }
  .title-page .blocklist-73 .title {
    padding-bottom: 20px;
  }
  .title-page .blocklist-73 .bx-wrapper {
    max-width: 390px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-29 .layout_center_53_id_55_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-25 {
    min-height: 0;
  }
  .title-page .up-54 .icon {
    margin: auto auto 0;
  }
  .title-page .block-30 {
    padding-bottom: 58px;
  }
  .title-page .block-32 .layout_56 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_57 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_58 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_61 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_62 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-29 {
    margin-top: 10px;
  }
  .title-page .widget-30 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 0;
  }
  .title-page .block-22 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-5 {
    margin-top: 0;
    padding-top: 30px;
  }
  .title-page .blocklist-14 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-14 .list {
    width: 320px;
  }
  .title-page .blocklist-14 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-14 .image {
    margin-bottom: 5px;
  }
  .title-page .block-11 {
    padding-top: 20px;
  }
  .title-page .block-20 .layout_20 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_41 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_69 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 {
    padding-left: 0;
  }
  .title-page .widget-7 {
    margin-top: 10px;
  }
  .title-page .widget-9 {
    width: 493px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-43 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-39 {
    padding-top: 30px;
  }
  .title-page .blocklist-72 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-72 .list {
    width: 320px;
  }
  .title-page .blocklist-72 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-67 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-67 .list {
    width: 320px;
  }
  .title-page .blocklist-67 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-67 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-67 .item-label {
    padding-top: 100px;
  }
  .title-page .widget-40 {
    padding-top: 30px;
  }
  .title-page .blocklist-73 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-73 .bx-wrapper {
    max-width: 270px;
  }
}
.title-page .side-panel .widget-6 {
  margin: 0 0 20px;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  min-height: 57px;
  max-width: 100%;
}
.title-page .side-panel .menu-16 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  margin-left: 15px;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a {
  color: #1a1a1a;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.active {
  color: #ff6680;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: none;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  color: #f1504c;
}
.title-page .blocklist-67 .bx-wrapper {
    margin: 0px auto 0px !important;
}