@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: Roboto, 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-42 {
  padding: 0.02px 30px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 11;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-45 .layout_94 {
  -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-45 .layout_96 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-45 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 20px;
  padding-top: 20px;
}
.title-page .block-49 {
  margin: 0 0 auto 22px;
  position: relative;
  top: 0;
  left: 0;
  width: 260px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-54 {
  margin: 0 0 0 15px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 245px;
  right: 0;
}
.title-page .schedule-95 p:first-child {
  margin-top: 0;
}
.title-page .schedule-95 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-95 .header {
  box-sizing: border-box;
}
.title-page .schedule-95 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-95 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .schedule-95 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-95 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-95 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-95 .title {
  box-sizing: border-box;
  display: block;
  color: #757575;
  text-decoration: none;
  font-size: 15px;
  margin-right: 7px;
}
.title-page .schedule-95 .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: #757575;
  text-decoration: none;
  font-size: 15px;
  margin-left: auto;
  margin-right: 0;
}
.title-page .schedule-95 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-95 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-7 {
  padding: 0.02px 0;
  margin: 10px 0 0 160px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .languages-10 .lang-list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .languages-10 .lang-item {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0;
}
.title-page .languages-10 .lang-item a {
  border: none;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 2px;
  text-decoration: none;
  color: #000;
  text-align: left;
  width: 44px;
  min-height: 39px;
  margin-left: 2px;
  background: #f9f9f9;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .languages-10 .lang-item a:hover, .title-page .languages-10 .lang-item a.hover, .title-page .languages-10 .lang-item a.active {
  background: #f0f0f0;
}
.title-page .languages-10 .lang-item a .img-convert {
  border: none;
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-right: auto;
}
.title-page .languages-10 .lang-item img {
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .block-48 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-53 {
  margin: 10px 0 0 22px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
  right: auto;
}
.title-page .address-93 p:first-child {
  margin-top: 0;
}
.title-page .address-93 p:last-child {
  margin-bottom: 0;
}
.title-page .address-93 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-93 .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-93 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-93 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-93 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-93 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-93 .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: #757575;
  text-decoration: none;
  font-size: 15px;
}
.title-page .address-93 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-93 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-50 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 419px;
}
.title-page .phones-86 p:first-child {
  margin-top: 0;
}
.title-page .phones-86 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-86 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-86 .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-86 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 22px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE5OS4xMyIgaGVpZ2h0PSIxOTkuMjE5IiB2aWV3Qm94PSIwIDAgMTk5LjEzIDE5OS4yMTkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNzcuOTYwLDE5OS4yMDYgTDE3Ni41MzQsMTk5LjE2NSBDODEuODgxLDE5My4xODQgNS45OTksMTE3LjI2NyAwLjAyNSwyMi41NjggQy0wLjM0OCwxNi42MTkgMS43MTksMTAuNzc0IDUuNjkxLDYuNTM3IEM5LjY1MywyLjMyMyAxNS4wODcsLTAuMDA2IDIwLjk4NywtMC4wMDYgTDczLjEzNiwtMC4wMDYgQzg0LjcxNSwtMC4wMDYgOTQuMTMxLDkuNDIwIDk0LjEzMSwyMC45OTkgTDk0LjEzMSw1OC42NjEgQzk0LjEzMSw2NC4xODkgOTEuODkyLDY5LjYwMyA4Ny45ODAsNzMuNTEyIEw4Mi43NTcsNzguNzQyIEM5Mi40MTQsOTMuODkyIDEwNS4yNDYsMTA2LjcyMyAxMjAuNDAzLDExNi4zOTQgTDEyNS42MjYsMTExLjE3NCBDMTI5LjU5NCwxMDcuMjA0IDEzNC44NjQsMTA1LjAyMCAxNDAuNDczLDEwNS4wMjAgTDE3OC4xMTcsMTA1LjAyMCBDMTg5LjY5NywxMDUuMDIwIDE5OS4xMTUsMTE0LjQ0NyAxOTkuMTE1LDEyNi4wMjYgTDE5OS4xMTUsMTc4LjIwMSBDMTk5LjExNSwxODkuOTg1IDE4OS44MjAsMTk5LjIwNiAxNzcuOTYwLDE5OS4yMDYgWk0xNzguMTE3LDEyNi4wMjYgTDE0MC40NzMsMTI2LjAyNiBMMTIzLjg5OSwxNDIuNjEwIEwxMTYuOTg0LDEzOC43ODQgQzkzLjExNywxMjUuNTk2IDczLjU0MCwxMDYuMDE1IDYwLjM3Niw4Mi4xNTkgTDU2LjU2Myw3NS4yNDUgTDczLjEzNiw1OC42NjEgTDczLjEzNiwyMC45OTkgTDIwLjk4NywyMC45OTkgQzI2LjI4OCwxMDUuNDEwIDkzLjczMSwxNzIuODg4IDE3Ny44NjIsMTc4LjIwMSBMMTc3Ljk2MCwxODguNzA0IEwxNzcuOTYwLDE3OC4yMDEgTDE3OC4yMjYsMTc4LjE1OSBMMTc4LjExNywxMjYuMDI2IFpNMTM2LjEyNCw4NC4wMTUgQzEzNi4xMjQsNzIuNDM2IDEyNi43MDgsNjMuMDEwIDExNS4xMjksNjMuMDEwIEwxMTUuMTI5LDQyLjAwNCBDMTM4LjI4Myw0Mi4wMDQgMTU3LjEyMiw2MC44NDUgMTU3LjEyMiw4NC4wMTUgTDEzNi4xMjQsODQuMDE1IFpNMTE1LjEyOSwyMC45OTkgTDExNS4xMjksLTAuMDA2IEMxNjEuNDM4LC0wLjAwNiAxOTkuMTE1LDM3LjY4NiAxOTkuMTE1LDg0LjAxNSBMMTc4LjExNyw4NC4wMTUgQzE3OC4xMTcsNDkuMjY1IDE0OS44NjMsMjAuOTk5IDExNS4xMjksMjAuOTk5IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzc4YzI0YSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
  margin-right: 15px;
  min-height: 21px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-86 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-86 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-86 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-86 .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: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .phones-86 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-86 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-86 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-2 .layout_3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-2 .layout_9 {
  -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-2 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 15px;
  right: 0;
}
.title-page .widget-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 400px;
  min-height: 50px;
  font-size: 25px;
  right: 0;
  max-width: 100%;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: 350px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-6 {
  margin: 26px 0 auto 60px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .menu-9 .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-9 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-9 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-9 .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-9 .menu-scroll > ul > li.delimiter {
  margin: auto 0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 20px;
  background: rgba(31, 31, 31, 0.2);
  box-sizing: border-box;
  align-self: center;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul ul {
  padding: 10px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #32a32a;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 7px 15px rgba(49, 174, 52, 0.25);
  -moz-box-shadow: 0px 7px 15px rgba(49, 174, 52, 0.25);
  box-shadow: 0px 7px 15px rgba(49, 174, 52, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .menu-9 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a {
  padding: 13px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #32a32a;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a .has-child-icon {
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUiIGhlaWdodD0iMTQuMTI1IiB2aWV3Qm94PSIwIDAgOC41IDE0LjEyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InJpZ3Rhci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE2My42NzIsNjYuNTdsNy4wNy03LjA3MS03LjA3LTcuMDctMS40MTQsMS40MTQsNS42NTYsNS42NTUtNS42NTYsNS42NTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYyLjI1IC01Mi40MzgpIiBmaWxsPSIjNzhjMjRhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 7px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-9 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-9 .menu-scroll > ul ul > li.delimiter {
  margin: 0 10px;
  border: none;
  box-sizing: border-box;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a {
  padding: 20px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #808080;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  font-weight: normal;
  align-self: auto;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: repeating-linear-gradient(to right, rgba(47, 162, 45, 0.5) 0%, rgba(57, 189, 53, 0.5) 100%) #32a32a !important;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  margin: -6px 5px 7px -6px;
  border: none;
  position: absolute;
  top: auto;
  right: auto;
  width: 12px;
  min-height: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkRvd24yMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTcuMDA4LDEzMy4zMzhMMTkwLDEzOS45OTJsLTcuMDA3LTYuNjU0LDEuNC0xLjMzMSw1LjYsNS4zMjQsNS42MDctNS4zMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgzIC0xMzIpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: 0;
  left: 50%;
}
.title-page .menu-9 .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-9 .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-9 .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-9 .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-9 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 13px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/more.svg") left 50% top 50% / auto auto no-repeat #32a32a;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 1.7px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  width: 35px;
  min-height: 35px;
  align-self: auto;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-9 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-9 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.svg") left 50% top 50% / auto auto no-repeat rgba(50, 163, 42, 0.6);
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .widget-42 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: left;
  width: auto;
  height: 0;
  min-height: 550px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-83 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-83 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-83 .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-83 .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-83 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-83 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-83 .popover-body .s3_button_large:hover, .title-page .popover-wrap-83 .popover-body .s3_button_large.hover, .title-page .popover-wrap-83 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-83 .popover-body .s3_button_large:active, .title-page .popover-wrap-83 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-83 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-83 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .slider-83 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-83 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-83 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-83 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-83 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-83 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  bottom: auto;
  margin-top: -110px;
  width: 1200px;
  max-width: 100%;
  right: auto;
  margin-left: -600px;
  padding-right: 235px;
  margin-right: 0;
  padding-left: 0;
}
.title-page .slider-83 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-83 .block-body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 40px;
  margin-bottom: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-83 .block-more {
  box-sizing: border-box;
}
.title-page .slider-83 .block-more > a {
  padding: 17px 40px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 190px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 50px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .slider-83 .block-more > a:hover, .title-page .slider-83 .block-more > a.hover, .title-page .slider-83 .block-more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .slider-83 .block-more > a:active, .title-page .slider-83 .block-more > a.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .slider-83 .block-title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #1b5b94;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.1;
  text-decoration: none;
  font-size: 50px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-text-shadow: 0px 3px 2px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 0px 3px 2px rgba(255, 255, 255, 0.5);
  text-shadow: 0px 3px 2px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .slider-83 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-83 .slider-controls {
  margin: -25px 50px 80px -600px;
  box-sizing: border-box;
  visibility: hidden;
  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;
  text-align: justify;
  bottom: 0;
  width: 1200px;
  max-width: 100%;
}
.title-page .slider-83 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/Arleftwithfullstop2.svg") left 50% top 50% / 27px no-repeat rgba(255, 255, 255, 0.2);
  text-align: justify;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 0;
  margin-right: 7px;
}
.title-page .slider-83 .slider-prev:hover, .title-page .slider-83 .slider-prev.hover, .title-page .slider-83 .slider-prev.active {
  background: url("../images/Arleftwithfullstop2.svg") left 50% top 50% / 27px no-repeat rgba(255, 255, 255, 0.3);
}
.title-page .slider-83 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/Arrighttwithfullstop2 (1).svg") left 50% top 50% / 26px no-repeat rgba(255, 255, 255, 0.2);
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 7px;
  margin-right: auto;
}
.title-page .slider-83 .slider-next:hover, .title-page .slider-83 .slider-next.hover, .title-page .slider-83 .slider-next.active {
  background: url("../images/Arrighttwithfullstop2 (1).svg") left 50% top 50% / 26px no-repeat rgba(255, 255, 255, 0.3);
}
.title-page .slider-83 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-83 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-83 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 1200px;
  max-width: 100%;
  margin-left: -600px;
}
.title-page .slider-83 .bx-auto_controls {
  margin: auto auto 30px 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-83 .slider-pager {
  box-sizing: border-box;
  text-align: left;
}
.title-page .slider-83 .slider-pager > a {
  padding: 1px;
  margin: 2px 4px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  min-height: 7px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
  -webkit-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.7);
}
.title-page .slider-83 .slider-pager > a:hover, .title-page .slider-83 .slider-pager > a.hover, .title-page .slider-83 .slider-pager > a.active {
  -webkit-box-shadow: inset 0px -2px 0px rgba(229, 21, 124, 0.5);
  -moz-box-shadow: inset 0px -2px 0px rgba(229, 21, 124, 0.5);
  box-shadow: inset 0px -2px 0px rgba(229, 21, 124, 0.5);
}
.title-page .slider-83 .slider-pager > a:active, .title-page .slider-83 .slider-pager > a.active {
  -webkit-box-shadow: inset 0px -2px 0px #e5157c;
  -moz-box-shadow: inset 0px -2px 0px #e5157c;
  box-shadow: inset 0px -2px 0px #e5157c;
}
.title-page .slider-83 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-83 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-83 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-83 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-83 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-83 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-83 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-83 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-83 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-83 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-83 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-83 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-83 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-83 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-83 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-83 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-83 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-83 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-83 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-83 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-83 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-83 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-83 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-83 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-83 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .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-83 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-83 .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-83 .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-83 .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-83 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .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-83 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-83 .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-83 .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-83 .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-83 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .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-83 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-83 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .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-83 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-83 .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-83 .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-83 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-83 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-83 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-83 .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-83 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-83 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-83 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-9 {
  padding: 80px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/fon.png") left 50% top 50% / auto auto no-repeat fixed #fff;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-8 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-9 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-16 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-16 .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-16 .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-16 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large:hover, .title-page .popover-wrap-16 .popover-body .s3_button_large.hover, .title-page .popover-wrap-16 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large:active, .title-page .popover-wrap-16 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-16 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-16 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .blocklist-16 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-16 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-16 .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: 30px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNjAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkxpbmUyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDkwLDgzVjgxaDYwdjJINDkwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MCAtODEpIiBmaWxsPSIjZWZlZmVmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-16 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #333;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-16 .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-16 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-16 .body {
  margin: 0 -7px;
  box-sizing: border-box;
}
.title-page .blocklist-16 .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-16 .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-16 .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-16 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-16 .item {
  padding: 30px 25px 40px;
  margin: 10px 7px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 0.35);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 0.35);
  box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 0.35);
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-16 .text {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #616161;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-16 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-16 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-16 .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-16 .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-16 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 240px;
  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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.1);
}
.title-page .blocklist-16 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .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-16 .title {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #333;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-16 .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-16 .price {
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-16 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-16 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-16 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-16 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-16 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-16 .more > a {
  padding: 15px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  background: repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #32a32a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  width: 160px;
}
.title-page .blocklist-16 .more > a:hover, .title-page .blocklist-16 .more > a.hover, .title-page .blocklist-16 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .blocklist-16 .more > a:active, .title-page .blocklist-16 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
}
.title-page .blocklist-16 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-16 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-16 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-16 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-16 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-16 .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-16 .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-16 .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-16 .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-16 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-16 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-16 .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-16 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-16 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-16 .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-16 .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-16 .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-16 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-16 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-16 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-16 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-16 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-16 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-16 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .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-16 .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-16 .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-16 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .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-16 .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-16 .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-16 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-16 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-16 .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-16 .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-16 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-16 .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-16 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-16 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-16 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-20 {
  padding: 80px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/fon.png") left 50% top 50% / auto auto no-repeat fixed, linear-gradient(#fff, #fff);
  z-index: 8;
  text-align: left;
  display: block;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-21 .layout_37 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-21 .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-21 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-23 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
}
.title-page .widget-18 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  padding-bottom: 30px;
}
.title-page .reviews-40 p:first-child {
  margin-top: 0;
}
.title-page .reviews-40 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-40 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 40px;
  text-align: center;
}
.title-page .reviews-40 .header_text {
  border: none;
  box-sizing: border-box;
  font-size: 35px;
  color: #333;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-weight: bold;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNjAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkxpbmUyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDkwLDgzVjgxaDYwdjJINDkwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MCAtODEpIiBmaWxsPSIjN2ZhMzEyIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 15px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-40 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-40 .list-wr {
  border: none;
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-40 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .reviews-40 .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 .reviews-40 .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 .reviews-40 .bx-wrapper {
  max-width: 611px;
}
.title-page .reviews-40 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-40 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 611px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-40 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-40 .item {
  padding: 0.02px 50px 50px;
  margin: 50px 15px 20px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: url("../images/lib_399201_20.png") right 30px top 14px / 83px no-repeat #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 100%;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-40 .image {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 0;
  position: relative;
  width: 120px;
  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;
  margin-top: -50px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #f5f5f5;
  -moz-box-shadow: inset 0px 0px 0px 1px #f5f5f5;
  box-shadow: inset 0px 0px 0px 1px #f5f5f5;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .reviews-40 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .reviews-40 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .reviews-40 .text {
  margin: 0 0 18px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #6b6b6b;
  line-height: 1.7;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .reviews-40 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-40 .author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .reviews-40 .name {
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
  color: #00a0e3;
  letter-spacing: 0.1px;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .reviews-40 .date {
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
  text-indent: 0;
  text-decoration: none;
}
.title-page .reviews-40 .image_author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .reviews-40 .image_author .image_name {
  box-sizing: border-box;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .reviews-40 .image_author .image_date {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-40 .footer {
  box-sizing: border-box;
}
.title-page .reviews-40 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 14px;
  height: 0;
}
.title-page .reviews-40 .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 .reviews-40 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-40 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-40 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-40 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-40 .item__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 .reviews-40 .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 .reviews-40 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .reviews-40 .pager-wrap {
  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 .reviews-40 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .reviews-40 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-40 .bx-pager a {
  margin: 2px 4px;
  display: inline-block;
  width: 40px;
  min-height: 7px;
  background: rgba(184, 184, 184, 0.28);
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0px solid #fff;
}
.title-page .reviews-40 .bx-pager a:hover, .title-page .reviews-40 .bx-pager a.hover, .title-page .reviews-40 .bx-pager a.active {
  background: #32a32a;
}
.title-page .reviews-40 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-40 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-40 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-40 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-40 .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 .widget-17 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: 539px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .horizontal_blocklist-37 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-37 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-37 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding-right: 50px;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNjAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkxpbmUyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDkwLDgzVjgxaDYwdjJINDkwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MCAtODEpIiBmaWxsPSIjYmEwMzVjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-37 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  text-indent: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .horizontal_blocklist-37 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-37 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-37 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-37 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .horizontal_blocklist-37 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-37 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-37 .bx-wrapper {
  max-width: 539px;
}
.title-page .horizontal_blocklist-37 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-37 .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: 539px;
}
.title-page .horizontal_blocklist-37 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_blocklist-37 .item {
  margin: 0;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  background: #f5f5f5;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .horizontal_blocklist-37 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .horizontal_blocklist-37 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  width: 100%;
}
.title-page .horizontal_blocklist-37 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  width: auto;
  min-height: 250px;
  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;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-37 .item-label {
  padding: 12px 20px 13px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e5157c;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  font-weight: 500;
  -webkit-box-shadow: 0px 6px 15px rgba(229, 21, 124, 0.4);
  -moz-box-shadow: 0px 6px 15px rgba(229, 21, 124, 0.4);
  box-shadow: 0px 6px 15px rgba(229, 21, 124, 0.4);
  -webkit-border-radius: 2px 0px 2px 0px;
  -moz-border-radius: 2px 0px 2px 0px;
  border-radius: 2px 0px 2px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  bottom: auto;
  margin-bottom: 0;
  margin-top: 0;
  align-self: auto;
  min-height: 0;
}
.title-page .horizontal_blocklist-37 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-37 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-37 .item_detail {
  margin: 5px 0 auto;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  align-self: auto;
  padding-right: 30px;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-37 .text {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  color: #7d7d7d;
  line-height: 1.4;
  text-decoration: none;
  text-indent: 0;
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 30px;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-37 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-37 .title {
  margin: 30px 0 5px 30px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #1a1919;
  text-decoration: none;
  text-indent: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .horizontal_blocklist-37 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-37 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
  margin-left: 30px;
}
.title-page .horizontal_blocklist-37 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 20px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-37 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 14px;
  color: #ababab;
  text-decoration: none;
  text-indent: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-37 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 24px;
  color: #e6127d;
  text-decoration: none;
  text-indent: 0;
  font-weight: 800;
  margin-right: 5px;
  margin-left: 5px;
}
.title-page .horizontal_blocklist-37 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
  text-indent: 0;
}
.title-page .horizontal_blocklist-37 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}
.title-page .horizontal_blocklist-37 .more > a {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-indent: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  background: repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #32a32a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}
.title-page .horizontal_blocklist-37 .more > a:hover, .title-page .horizontal_blocklist-37 .more > a.hover, .title-page .horizontal_blocklist-37 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .horizontal_blocklist-37 .more > a:active, .title-page .horizontal_blocklist-37 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
}
.title-page .horizontal_blocklist-37 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  text-indent: 0;
}
.title-page .horizontal_blocklist-37 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-align: space-between;
  margin-top: 0;
  z-index: 1;
  margin-right: 0;
  bottom: auto;
}
.title-page .horizontal_blocklist-37 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/Arleftwithfullstop2.svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.4);
  box-sizing: border-box;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  min-height: 40px;
  -webkit-border-radius: 0px 0px 0px 2px;
  -moz-border-radius: 0px 0px 0px 2px;
  border-radius: 0px 0px 0px 2px;
}
.title-page .horizontal_blocklist-37 .prev:hover, .title-page .horizontal_blocklist-37 .prev.hover, .title-page .horizontal_blocklist-37 .prev.active {
  background: url("../images/Arleftwithfullstop2.svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.75);
}
.title-page .horizontal_blocklist-37 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/Arrighttwithfullstop2 (1).svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.4);
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-border-radius: 0px 2px 0px 0px;
  -moz-border-radius: 0px 2px 0px 0px;
  border-radius: 0px 2px 0px 0px;
}
.title-page .horizontal_blocklist-37 .next:hover, .title-page .horizontal_blocklist-37 .next.hover, .title-page .horizontal_blocklist-37 .next.active {
  background: url("../images/Arrighttwithfullstop2 (1).svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.75);
}
.title-page .horizontal_blocklist-37 .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 .horizontal_blocklist-37 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-37 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .bx-pager a:active, .title-page .horizontal_blocklist-37 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-37 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-37 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-37 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-37 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-37 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-37 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-37 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-37 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-37 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.title-page .popover-container-37 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-37 {
  margin: 3525 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-37 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-37 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large:hover, .title-page .popover-wrap-37 .popover-body .s3_button_large.hover, .title-page .popover-wrap-37 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large:active, .title-page .popover-wrap-37 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-37 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-37 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-37 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-37 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .horizontal_blocklist-37 .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 .popover-wrap-37 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-37 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .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-37 .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-37 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .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-37 .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-37 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-37 .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-37 .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-37 .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-37 .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-37 .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-37 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 {
  padding: 50px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/lib_748901_pop00999.png?1499405235816") left calc(50% + 271px) top calc(50% + 88px) / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(35, 144, 253, 0.65) 0%, rgba(9, 191, 253, 0.65) 100%) #09a0e1;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-16 {
  margin: 4px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-28 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:active, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-28 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .horizontal_blocklist-28 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-28 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-28 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  box-sizing: border-box;
  width: 460px;
}
.title-page .horizontal_blocklist-28 .header_text {
  font-size: 26px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 350px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  font-weight: bold;
}
.title-page .horizontal_blocklist-28 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  width: 460px;
  max-width: 100%;
}
.title-page .horizontal_blocklist-28 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-28 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-28 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-28 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-28 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-28 .list {
  display: block;
  -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;
  margin-right: 0;
}
.title-page .horizontal_blocklist-28 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
}
.title-page .horizontal_blocklist-28 .item {
  margin: -90px 0 10px 430px;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  text-align: left;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-28 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-28 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-28 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 5px;
  padding-top: 2px;
}
.title-page .horizontal_blocklist-28 .item-label {
  padding: 4px 5px 6px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #51ff00;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 10px;
  -webkit-box-shadow: 0px 4px 17px #3bb000;
  -moz-box-shadow: 0px 4px 17px #3bb000;
  box-shadow: 0px 4px 17px #3bb000;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .horizontal_blocklist-28 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .horizontal_blocklist-28 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-28 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-28 .item_detail {
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-28 .text {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 166px;
  width: 200px;
}
.title-page .horizontal_blocklist-28 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-28 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 17px;
  width: 200px;
  margin-top: 18px;
  min-height: 39px;
}
.title-page .horizontal_blocklist-28 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-28 .price-wrap {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .horizontal_blocklist-28 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-28 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-28 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-28 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-28 .more {
  text-align: right;
  box-sizing: border-box;
  position: relative;
  margin-top: -55px;
  margin-left: 197px;
}
.title-page .horizontal_blocklist-28 .more > a {
  padding: 17px 40px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  min-height: 60px;
  width: 250px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .horizontal_blocklist-28 .more > a:hover, .title-page .horizontal_blocklist-28 .more > a.hover, .title-page .horizontal_blocklist-28 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .horizontal_blocklist-28 .more > a:active, .title-page .horizontal_blocklist-28 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .horizontal_blocklist-28 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-28 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-28 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-28 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .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;
  text-align: center;
}
.title-page .horizontal_blocklist-28 .controls {
  z-index: 1;
  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;
}
.title-page .horizontal_blocklist-28 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-28 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-28 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-28 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-28 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-28 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-28 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .horizontal_blocklist-28 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-28 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .popover-container-28 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-28 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-28 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-28 {
  margin: 4005 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-28 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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-28 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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-28 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-28 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-28 .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-28 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-28 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-28 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-12 {
  padding: 80px 30px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 80px;
  max-width: 100%;
  background: url("../images/fon.png") left 50% top 50% / auto auto no-repeat fixed #fff;
  z-index: 6;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-13 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-11 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-23 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:active, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-23 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .blocklist-23 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-23 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-23 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNjAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkxpbmUyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDkwLDgzVjgxaDYwdjJINDkwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MCAtODEpIiBmaWxsPSIjMzJhMzJhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-23 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-23 .all-in_header {
  padding: 12px 25px 11px;
  margin: auto 0 auto auto;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  background: repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #32a32a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  min-height: 45px;
  align-self: center;
}
.title-page .blocklist-23 .all-in_header:hover, .title-page .blocklist-23 .all-in_header.hover, .title-page .blocklist-23 .all-in_header.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .blocklist-23 .all-in_header:active, .title-page .blocklist-23 .all-in_header.active {
  -webkit-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
}
.title-page .blocklist-23 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .blocklist-23 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-23 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-23 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-23 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-23 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-23 .item {
  padding: 30px 25px;
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-23 .text {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  color: #707070;
  line-height: 1.4;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  pointer-events: auto;
}
.title-page .blocklist-23 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-23 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .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-23 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-23 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-23 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-23 .title {
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 50 еpx;
}
.title-page .blocklist-23 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-23 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-23 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #1c6ef8;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
.title-page .blocklist-23 .more > a:hover, .title-page .blocklist-23 .more > a.hover, .title-page .blocklist-23 .more > a.active {
  color: #32a32a;
}
.title-page .blocklist-23 .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-23 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-23 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-23 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}
.title-page .blocklist-23 .all {
  padding: 25px 40px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #32a32a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
}
.title-page .blocklist-23 .all:hover, .title-page .blocklist-23 .all.hover, .title-page .blocklist-23 .all.active {
  background: #48a600;
}
.title-page .blocklist-23 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-23 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: justify;
}
.title-page .blocklist-23 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-23 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-23 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-23 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-23 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-23 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-23 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-23 .bx-pager a:active, .title-page .blocklist-23 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-23 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-23 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-23 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-23 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-23 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-23 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-23 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-23 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-23 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-11 {
  padding: 80px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/2girl.png") left 32px top 50% / auto auto no-repeat, url("../images/54768065_2!!!2.jpg") right 0px top 50% / cover no-repeat fixed;
  z-index: 5;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-10 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-10 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 700px;
  min-width: 700px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  background: rgba(235, 235, 235, 0.45);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-19 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:active, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-19 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .blocklist-19 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-19 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-19 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-19 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-19 .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-19 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-19 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-19 .item {
  margin: 20px 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: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-19 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #878787;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 18px;
}
.title-page .blocklist-19 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-19 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  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;
  float: left;
  margin-right: 40px;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(11, 142, 194, 0.6), 0px 0px 0px 13px rgba(0, 160, 227, 0.15);
  -moz-box-shadow: 0px 0px 9px 2px rgba(11, 142, 194, 0.6), 0px 0px 0px 13px rgba(0, 160, 227, 0.15);
  box-shadow: 0px 0px 9px 2px rgba(11, 142, 194, 0.6), 0px 0px 0px 13px rgba(0, 160, 227, 0.15);
  background: #00a0e3;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 100px;
  min-height: 100px;
}
.title-page .blocklist-19 .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-19 .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-19 .img-convert {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-19 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .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-19 .title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #167eab;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 25px;
  margin-top: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-19 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-19 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-19 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-19 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-19 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-19 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-19 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-19 .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-19 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-19 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-19 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-19 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-19 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .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-19 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-19 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-19 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-28 {
  padding: 80px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/fon.png") left 50% top 50% / auto auto no-repeat fixed #fff;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-27 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-23 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 360px;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-49 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-49 .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-49 .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-49 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-49 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_button_large:hover, .title-page .popover-wrap-49 .popover-body .s3_button_large.hover, .title-page .popover-wrap-49 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-49 .popover-body .s3_button_large:active, .title-page .popover-wrap-49 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-49 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-49 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .editable_block-49 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-49 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-49 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-49 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-49 .title {
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  padding-top: 30px;
}
.title-page .editable_block-49 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 50px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 360px;
  width: 500px;
  text-align: left;
}
.title-page .editable_block-49 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-49 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-49 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 360px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .editable_block-49 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-49 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #707070;
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-49 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-49 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-49 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-49 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-49 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-49 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-49 .more > a {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 49px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  box-shadow: 0 0 0 transparent, 0px 10px 35px rgba(54, 187, 57, 0.5);
  background: repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #32a32a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}
.title-page .editable_block-49 .more > a:hover, .title-page .editable_block-49 .more > a.hover, .title-page .editable_block-49 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .editable_block-49 .more > a:active, .title-page .editable_block-49 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
}
.title-page .editable_block-49 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-49 .clear {
  clear: both;
}
.title-page .popover-container-49 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-49 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-49 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-49 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-49 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-49 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .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-49 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .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-49 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-49 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-49 .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-49 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-49 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-49 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-36 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("http://allomauzbekistan.uz/d/right2.png") right 0px top 0px / auto auto no-repeat, url("../images/left.png") left -67px top calc(50% + 49px) / auto auto no-repeat, repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #2fa22e;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-50 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .block-37 .layout_72 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 .layout_70_id_76 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-37 .layout_70_id_91 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-37 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  max-width: 100%;
  padding-left: 0;
}
.title-page .widget-52 {
  margin: -70px 0 0 240px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  min-height: 45px;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-91 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 45px;
  display: inline-block;
  background: url("http://allomauzbekistan.uz/d/upfullstop.svg") left 50% top 50% / 22px no-repeat #2dad2f;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  min-height: 50px;
}
.title-page .up-91 .icon:hover, .title-page .up-91 .icon.hover, .title-page .up-91 .icon.active {
  background: url("http://allomauzbekistan.uz/d/upfullstop.svg") left 50% top 50% / 22px no-repeat rgba(45, 173, 47, 0.6);
}
.title-page .up-91 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-34 {
  margin: 17px 0 0 60px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  right: auto;
}
.title-page .address-71 p:first-child {
  margin-top: 0;
}
.title-page .address-71 p:last-child {
  margin-bottom: 0;
}
.title-page .address-71 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-71 .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-71 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-71 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-71 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-71 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background: url("../images/lib_683601_lili.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-71 .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;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  text-decoration: none;
}
.title-page .address-71 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-71 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-35 {
  margin: 0 0 auto 60px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 220px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widgetsocial-72 .soc-header {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 15px;
  background: url("../images/lib_683601_lili.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-72 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: left;
}
.title-page .widgetsocial-72 .soc {
  margin: 2px 2px 20px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-72 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9Ijk1IiBoZWlnaHQ9IjE3NSIgdmlld0JveD0iMCAwIDk1IDE3NSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBvcGFjaXR5OiAwLjY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNOTEuNDI5LDAuMDI4IEw2OC42MzgsLTAuMDA2IEM0My4wMzUsLTAuMDA2IDI2LjQ5MSwxNi44OTcgMjYuNDkxLDQzLjA2MyBMMjYuNDkxLDYyLjkyMyBMMy41NzYsNjIuOTIzIEMxLjU5Niw2Mi45MjMgLTAuMDA3LDY0LjUyMiAtMC4wMDcsNjYuNDkzIEwtMC4wMDcsOTUuMjY3IEMtMC4wMDcsOTcuMjM4IDEuNTk4LDk4LjgzNCAzLjU3Niw5OC44MzQgTDI2LjQ4OSw5OC44MzQgTDI2LjQ4OSwxNzEuNDM4IEMyNi40ODksMTczLjQwOSAyOC4wOTMsMTc1LjAwNSAzMC4wNzMsMTc1LjAwNSBMNTkuOTY5LDE3NS4wMDUgQzYxLjk0OCwxNzUuMDA1IDYzLjU1MiwxNzMuNDA3IDYzLjU1MiwxNzEuNDM4IEw2My41NTIsOTguODM0IEw5MC4zNDQsOTguODM0IEM5Mi4zMjMsOTguODM0IDkzLjkyNyw5Ny4yMzggOTMuOTI3LDk1LjI2NyBMOTMuOTM4LDY2LjQ5MyBDOTMuOTM4LDY1LjU0NyA5My41NTksNjQuNjM5IDkyLjg4OCw2My45NjkgQzkyLjIxNSw2My4yOTkgOTEuMzAzLDYyLjkyMyA5MC4zNTIsNjIuOTIzIEw2My41NTMsNjIuOTIzIEw2My41NTMsNDYuMDg4IEM2My41NTMsMzcuOTk2IDY1LjQ5MCwzMy44ODkgNzYuMDcxLDMzLjg4OSBMOTEuNDI2LDMzLjg4NCBDOTMuNDA0LDMzLjg4NCA5NS4wMDcsMzIuMjg2IDk1LjAwNywzMC4zMTcgTDk1LjAwNywzLjU5OCBDOTUuMDA3LDEuNjI5IDkzLjQwNSwwLjAzMyA5MS40MjksMC4wMjggWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 9px no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci2.svg") left 50% top 50% / 21px no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci4.svg") left 50% top 50% / 19px no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci6.svg") left 50% top 50% / 20px no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-72 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1;
  word-break: break-word;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 15px;
}
.title-page .widgetsocial-72 .wg-soc-title:hover, .title-page .widgetsocial-72 .wg-soc-title.hover, .title-page .widgetsocial-72 .wg-soc-title.active {
  color: #fff;
}
.title-page .widgetsocial-72 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-72 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 20px;
  min-height: 20px;
  text-align: left;
  height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-38 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-36 {
  margin: 10px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-left: 30px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-74 p:first-child {
  margin-top: 0;
}
.title-page .email-74 p:last-child {
  margin-bottom: 0;
}
.title-page .email-74 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-74 .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-74 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-74 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-74 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-74 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-74 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: normal;
}
.title-page .email-74 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-74 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-37 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-75 p:first-child {
  margin-top: 0;
}
.title-page .phones-75 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-75 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-75 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-75 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE5OS4xMyIgaGVpZ2h0PSIxOTkuMjE5IiB2aWV3Qm94PSIwIDAgMTk5LjEzIDE5OS4yMTkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNzcuOTYwLDE5OS4yMDYgTDE3Ni41MzQsMTk5LjE2NSBDODEuODgxLDE5My4xODQgNS45OTksMTE3LjI2NyAwLjAyNSwyMi41NjggQy0wLjM0OCwxNi42MTkgMS43MTksMTAuNzc0IDUuNjkxLDYuNTM3IEM5LjY1MywyLjMyMyAxNS4wODcsLTAuMDA2IDIwLjk4NywtMC4wMDYgTDczLjEzNiwtMC4wMDYgQzg0LjcxNSwtMC4wMDYgOTQuMTMxLDkuNDIwIDk0LjEzMSwyMC45OTkgTDk0LjEzMSw1OC42NjEgQzk0LjEzMSw2NC4xODkgOTEuODkyLDY5LjYwMyA4Ny45ODAsNzMuNTEyIEw4Mi43NTcsNzguNzQyIEM5Mi40MTQsOTMuODkyIDEwNS4yNDYsMTA2LjcyMyAxMjAuNDAzLDExNi4zOTQgTDEyNS42MjYsMTExLjE3NCBDMTI5LjU5NCwxMDcuMjA0IDEzNC44NjQsMTA1LjAyMCAxNDAuNDczLDEwNS4wMjAgTDE3OC4xMTcsMTA1LjAyMCBDMTg5LjY5NywxMDUuMDIwIDE5OS4xMTUsMTE0LjQ0NyAxOTkuMTE1LDEyNi4wMjYgTDE5OS4xMTUsMTc4LjIwMSBDMTk5LjExNSwxODkuOTg1IDE4OS44MjAsMTk5LjIwNiAxNzcuOTYwLDE5OS4yMDYgWk0xNzguMTE3LDEyNi4wMjYgTDE0MC40NzMsMTI2LjAyNiBMMTIzLjg5OSwxNDIuNjEwIEwxMTYuOTg0LDEzOC43ODQgQzkzLjExNywxMjUuNTk2IDczLjU0MCwxMDYuMDE1IDYwLjM3Niw4Mi4xNTkgTDU2LjU2Myw3NS4yNDUgTDczLjEzNiw1OC42NjEgTDczLjEzNiwyMC45OTkgTDIwLjk4NywyMC45OTkgQzI2LjI4OCwxMDUuNDEwIDkzLjczMSwxNzIuODg4IDE3Ny44NjIsMTc4LjIwMSBMMTc3Ljk2MCwxODguNzA0IEwxNzcuOTYwLDE3OC4yMDEgTDE3OC4yMjYsMTc4LjE1OSBMMTc4LjExNywxMjYuMDI2IFpNMTM2LjEyNCw4NC4wMTUgQzEzNi4xMjQsNzIuNDM2IDEyNi43MDgsNjMuMDEwIDExNS4xMjksNjMuMDEwIEwxMTUuMTI5LDQyLjAwNCBDMTM4LjI4Myw0Mi4wMDQgMTU3LjEyMiw2MC44NDUgMTU3LjEyMiw4NC4wMTUgTDEzNi4xMjQsODQuMDE1IFpNMTE1LjEyOSwyMC45OTkgTDExNS4xMjksLTAuMDA2IEMxNjEuNDM4LC0wLjAwNiAxOTkuMTE1LDM3LjY4NiAxOTkuMTE1LDg0LjAxNSBMMTc4LjExNyw4NC4wMTUgQzE3OC4xMTcsNDkuMjY1IDE0OS44NjMsMjAuOTk5IDExNS4xMjksMjAuOTk5IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat;
  margin-right: 10px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-75 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-75 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-75 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-75 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.title-page .phones-75 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-75 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-75 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-39 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-38 {
  margin: 40px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-77 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8ZyBpZD0iZy00Ij4KCQkJPHBhdGggZD0iTTI4Ny42MzMsNDYzLjNjLTMuMzM3LTMuMzM3LTguNzMtMy4zMzctMTIuMDY2LDBjLTMuMzM3LDMuMzM2LTMuMzM3LDguNzMsMCwxMi4wNjZMMzA5LjcsNTA5LjUgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41YzMuMzM3LTMuMzM2LDMuMzM3LTguNzMsMC0xMi4wNjZMMjg3LjYzMyw0NjMuM3oiIGlkPSJwYXRoLTUiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTI1Niw0MDkuNmMtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YyMi4wNjdsLTU3LjIzMyw1Ny4yMzNjLTMuMzM2LDMuMzM3LTMuMzM2LDguNzMsMCwxMi4wNjYgICAgIGMxLjY2NCwxLjY2NCwzLjg0OSwyLjUsNi4wMzMsMi41YzIuMTg1LDAsNC4zNjktMC44MzYsNi4wMzMtMi41bDU5LjczMy01OS43MzNjMS41OTYtMS42MDQsMi41LTMuNzcyLDIuNS02LjAzM3YtMjUuNiAgICAgQzI2NC41MzMsNDEzLjQyMywyNjAuNzE5LDQwOS42LDI1Niw0MDkuNnoiIGlkPSJwYXRoLTYiPjwvcGF0aD4KCQkJPHBhdGggZD0iTTUwMy40NjcsMTcuMDY3SDI2NC41MzNWOC41MzNDMjY0LjUzMywzLjgyMywyNjAuNzE5LDAsMjU2LDBzLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjguNTMzSDguNTMzICAgICBDMy44MTQsMTcuMDY3LDAsMjAuODksMCwyNS42djM0LjEzM2MwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoNDQzLjczM2M0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzICAgICBzLTMuODE0LTguNTMzLTguNTMzLTguNTMzaC00MzUuMlYzNC4xMzNoNDc3Ljg2N1Y1MS4ySDQ4Ni40Yy00LjcxOSwwLTguNTMzLDMuODIzLTguNTMzLDguNTMzdjI5MC4xMzMgICAgIGMwLDE0LjExNC0xMS40ODYsMjUuNi0yNS42LDI1LjZINTkuNzMzYy0xNC4xMTQsMC0yNS42LTExLjQ4Ni0yNS42LTI1LjZ2LTI1NmMwLTQuNzEtMy44MTQtOC41MzMtOC41MzMtOC41MzMgICAgIHMtOC41MzMsMy44MjMtOC41MzMsOC41MzN2MjU2YzAsMjMuNTI2LDE5LjE0LDQyLjY2Nyw0Mi42NjcsNDIuNjY3aDM5Mi41MzNjMjMuNTI2LDAsNDIuNjY3LTE5LjE0LDQyLjY2Ny00Mi42Njd2LTI4MS42aDguNTMzICAgICBjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzM1YyNS42QzUxMiwyMC44OSw1MDguMTg2LDE3LjA2Nyw1MDMuNDY3LDE3LjA2N3oiIGlkPSJwYXRoLTciPjwvcGF0aD4KCQkJPHBhdGggZD0iTTM4NCwxNzAuNjY3YzI0LjA3MywwLDI1LjU0OSwyMS4zNDIsMjUuNiwyNS42NDNjMC4wMjYsNC42OTMsMy44MzEsOC40OTEsOC41MzMsOC40OTFjNC43MTksMCw4LjUzMy0zLjgyMyw4LjUzMy04LjUzMyAgICAgYzAtMTQuNzYzLTguOTE3LTQyLjY2Ny00Mi42NjctNDIuNjY3Yy0zMy43NDksMC00Mi42NjcsMjcuOTA0LTQyLjY2Nyw0Mi42NjdWMjMwLjRjMCwxNC43NTQsOC45MTcsNDIuNjY3LDQyLjY2Nyw0Mi42NjcgICAgIGMzMy43NDksMCw0Mi42NjctMjcuOTEyLDQyLjY2Ny00Mi42NjdjMC00LjY5My0zLjc4OS04LjQ4Mi04LjQ4Mi04LjUwOGgtMC4wNTFjLTQuNjc2LDAtOC40ODIsMy43OC04LjUzMyw4LjQ2NSAgICAgQzQwOS41NDksMjM0LjY0MSw0MDguMDksMjU2LDM4NCwyNTZjLTI0LjA5LDAtMjUuNTQ5LTIxLjM1OS0yNS42LTI1LjZ2LTM0LjA5MUMzNTguNDUxLDE5Mi4wMjYsMzU5LjkxLDE3MC42NjcsMzg0LDE3MC42Njd6IiBpZD0icGF0aC04Ij48L3BhdGg+CgkJCTxwYXRoIGQ9Ik0xNzEuMzI0LDI1MC43NTJjMS4zNjUsMy4yNzcsNC41MzEsNS4yNDgsNy44NzYsNS4yNDhjMS4xMDEsMCwyLjIxLTAuMjA1LDMuMjg1LTAuNjU3ICAgICBjNC4zNDMtMS44MTgsNi40MDktNi44MSw0LjU5MS0xMS4xNjJsLTQyLjY2Ny0xMDIuNGMtMS4zMjMtMy4xNzQtNC40MzctNS4yNDgtNy44NzYtNS4yNDhjLTMuNDM5LDAtNi41NTQsMi4wNzQtNy44NzYsNS4yNDggICAgIGwtNDIuNjY3LDEwMi40Yy0xLjgxOCw0LjM1MiwwLjIzOSw5LjM0NCw0LjU5MSwxMS4xNjJjNC4zNjEsMS44MjYsOS4zNDQtMC4yMzksMTEuMTYyLTQuNTkxbDQuOTI0LTExLjgxOUgxMjggICAgIGM0LjcxOSwwLDguNTMzLTMuODIzLDguNTMzLTguNTMzcy0zLjgxNC04LjUzMy04LjUzMy04LjUzM2gtMTQuMjI1bDIyLjc1OC01NC42MTNMMTcxLjMyNCwyNTAuNzUyeiIgaWQ9InBhdGgtOSI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMjMwLjQsMTg3LjczM2MtNC43MTksMC04LjUzMywzLjgyMy04LjUzMyw4LjUzM3YxMDIuNGMwLDQuNzEsMy44MTQsOC41MzMsOC41MzMsOC41MzNoMzQuMTMzICAgICBjMTQuNzU0LDAsNDIuNjY3LTcuMTM0LDQyLjY2Ny0zNC4xMzNjMC0xMC44MjktNC40ODktMTguNDY2LTEwLjgyLTIzLjcyM2M3LjE3Ny02LjE0NCwxMC44Mi0xNS4zNzcsMTAuODItMjcuNDc3ICAgICBjMC0xMi42NDYtMy45ODUtMjIuMTc4LTExLjgyNy0yOC4yOTdjLTEzLjAzOS0xMC4xOC0zMC45MTYtNi4wNzYtMzIuOTA1LTUuNTgxYy00LjU3NCwxLjE0My03LjM1Niw1Ljc2OS02LjIxMiwxMC4zNTEgICAgIGMxLjE0Myw0LjU2NSw1Ljc2OCw3LjMzOSwxMC4zNDIsNi4yMDRjMC4xMi0wLjAzNCwxMS43MzMtMi42MjgsMTguMjcsMi40NzVjMy40OSwyLjczMSw1LjI2NSw3LjcyMyw1LjI2NSwxNC44NDggICAgIGMwLDcuMS0xLjc1OCwxMi4wODMtNS4yMjIsMTQuODE0Yy0yLjg1LDIuMjUzLTYuODEsMy4wNDYtMTAuNDExLDMuMTgzYy0zLjYyNy0wLjY0OC03LjA0OS0wLjkzLTkuOTY3LTAuOTMgICAgIGMtNC4zMDksMC03Ljk0NSwzLjIwOC04LjQ2NSw3LjQ5MmMtMC41MzgsNC4yNzUsMi4yMTksOC4yNzcsNi40LDkuMzE4YzAuODk2LDAuMjMsNS4wMzUsMS4xNzgsMTAuNDk2LDEuMjI5ICAgICBjNy40NzUsMS41NTMsMTcuMTY5LDUuNTk4LDE3LjE2OSwxNi4wOTRjMCwxNi43MDgtMjQuNTg1LDE3LjA1OC0yNS42LDE3LjA2N2gtMjUuNnYtOTMuODY3ICAgICBDMjM4LjkzMywxOTEuNTU2LDIzNS4xMTksMTg3LjczMywyMzAuNCwxODcuNzMzeiIgaWQ9InBhdGgtMTAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8ZyBpZD0iZy0xOSI+CjwvZz4KPGcgaWQ9ImctMjAiPgo8L2c+CjxnIGlkPSJnLTIxIj4KPC9nPgo8ZyBpZD0iZy0yMiI+CjwvZz4KPGcgaWQ9ImctMjMiPgo8L2c+CjxnIGlkPSJnLTI0Ij4KPC9nPgo8ZyBpZD0iZy0yNSI+CjwvZz4KPC9zdmc+") right -59px bottom -6px / 180px no-repeat #00a0e3;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-77 .popover-body textarea {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-77 .popover-body .s3_button_large {
  padding: 17px 40px;
  border: none;
  background: #e5157c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  box-shadow: 0 0 0 transparent, 0px 15px 30px rgba(163, 0, 84, 0.4);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-77 .popover-body .s3_button_large:hover, .title-page .popover-wrap-77 .popover-body .s3_button_large.hover, .title-page .popover-wrap-77 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-77 .popover-body .s3_button_large:active, .title-page .popover-wrap-77 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-77 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-77 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ny42IDIxLjEgNDkuNiA0OS4yIDIxLjUgMjEuMSAxOS42IDIzbDI4IDI4LjEtMjggMjguMUwyMS41IDgxLjEgNDkuNiA1MyA3Ny42IDgxLjEgNzkuNiA3OS4yIDUxLjUgNTEuMSA3OS42IDIzeiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 30px no-repeat #32a32a;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .editable_block-77 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-77 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-77 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-77 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-77 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-77 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-77 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-77 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-77 .img-convert {
  box-sizing: border-box;
  width: 482px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-77 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-77 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: rgba(255, 255, 255, 0.75);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.6;
  text-decoration: none;
  font-size: 13px;
  pointer-events: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-77 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-77 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-77 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-77 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-77 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-77 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-77 .item__image__title {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-77 .clear {
  clear: both;
}
.title-page .popover-container-77 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-77 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-77 .popover-form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-77 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item {
  margin: 8px 0 20px;
  box-sizing: border-box;
  text-align: left;
  width: auto;
}
.title-page .popover-wrap-77 .popover-body .s3_form_field_title {
  margin-bottom: 5px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-77 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-77 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-77 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-77 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_checkbox .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_calendar .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_radio .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_select .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_calendar_interval .s3_form_field_title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-77 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-77 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-77 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-77 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-77 .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-77 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .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-77 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .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-77 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-77 .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-77 .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-77 .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-77 .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-77 .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-77 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-77 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-77 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-77 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-77 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-77 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-77 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-39 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-40 {
  padding: 40px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to right, rgba(47, 162, 45, 0.6) 0%, rgba(57, 189, 53, 0.6) 100%) #32a32a;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.15), 0px -2px 0px #238c27;
  -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.15), 0px -2px 0px #238c27;
  box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.15), 0px -2px 0px #238c27;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 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-41 .layout_80 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 .layout_81 {
  -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-41 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.title-page .widget-40 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-41 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-43 {
  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-85 .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-85 .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-85 .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-85 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-85 .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-85 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.title-page .side-panel-85 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-85 .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-85 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-42 {
    background: none;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-45 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-45 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-45 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-49 {
    margin-top: 20px;
    margin-left: 0;
    width: auto;
    right: 0;
  }
  .title-page .widget-54 {
    text-align: center;
    width: auto;
    margin-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .schedule-95 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-95 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-7 {
    width: auto;
    margin-top: 0;
    margin-left: 80px;
    margin-right: 80px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .languages-10 .lang-item a .img-convert:hover, .title-page .languages-10 .lang-item a .img-convert.hover, .title-page .languages-10 .lang-item a .img-convert.active {
    background: #f7f7f7;
  }
  .title-page .widget-53 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-93 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-93 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-50 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-86 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-86 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-2 .layout_3 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-2 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
  }
  .title-page .site-name-3 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-42 {
    min-height: 350px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .slider-83 .text-slider {
    margin-top: -120px;
    width: auto;
    right: 0;
    left: 0;
    margin-left: 0;
    padding-right: 200px;
    padding-left: 30px;
  }
  .title-page .slider-83 .block-title {
    background: none;
  }
  .title-page .slider-83 .slider-controls {
    margin: 15px 0 30px 30px;
    left: 0;
    right: 0;
    width: auto;
  }
  .title-page .slider-83 .slider-prev {
    padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-83 .slider-pager-wrap {
    display: none;
  }
  .title-page .slider-83 .slider-pager > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-9 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-8 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-9 {
    display: block;
  }
  .title-page .blocklist-16 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-16 .body-outer {
    width: auto;
  }
  .title-page .blocklist-16 .body {
    width: auto;
  }
  .title-page .blocklist-16 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-16 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-16 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-16 .img-convert {
    height: 180px;
    background: none;
  }
  .title-page .block-20 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-21 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-23 {
    margin-left: 0;
  }
  .title-page .widget-18 {
    margin-top: 50px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .title-page .reviews-40 .header_text {
    font-size: 30px;
  }
  .title-page .reviews-40 .list-wr {
    overflow: visible;
    margin-left: NaNpx;
    margin-right: NaNpx;
    background: none;
  }
  .title-page .reviews-40 .body {
    width: auto;
  }
  .title-page .reviews-40 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .reviews-40 .list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-40 .item {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .reviews-40 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-40 .img-convert {
    background: none;
  }
  .title-page .reviews-40 .bx-pager a {
    min-height: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .widget-17 {
    width: auto;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .horizontal_blocklist-37 .header_text {
    font-size: 30px;
  }
  .title-page .horizontal_blocklist-37 .body-outer {
    width: auto;
    overflow: visible;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .horizontal_blocklist-37 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-37 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .horizontal_blocklist-37 .list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-37 .item_figure {
    display: block;
  }
  .title-page .horizontal_blocklist-37 .image {
    background: none;
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-37 .img-convert {
    background: none;
  }
  .title-page .horizontal_blocklist-37 .item_detail {
    background: none;
  }
  .title-page .horizontal_blocklist-37 .title {
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-37 .prev {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-15 {
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-16 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-13 {
    display: block;
  }
  .title-page .horizontal_blocklist-28 .header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-28 .description {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-28 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-28 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-28 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-28 .item {
    margin-left: 0;
    margin-top: 0;
    background: none;
  }
  .title-page .horizontal_blocklist-28 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-28 .img-convert {
    background: none;
  }
  .title-page .horizontal_blocklist-28 .item_detail {
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-28 .text {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .title-page .horizontal_blocklist-28 .title {
    margin-top: 10px;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-28 .title:hover, .title-page .horizontal_blocklist-28 .title.hover, .title-page .horizontal_blocklist-28 .title.active {
    font-weight: 600;
  }
  .title-page .horizontal_blocklist-28 .more {
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-28 .more > a {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-12 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-13 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-11 {
    background: none;
    padding-bottom: 20px;
    display: block;
  }
  .title-page .blocklist-23 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-23 .body-outer {
    width: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-23 .body {
    width: auto;
  }
  .title-page .blocklist-23 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-23 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-23 .text {
    font-size: 15px;
  }
  .title-page .blocklist-23 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-23 .controls {
    margin: 0 0 0 -45px;
    text-align: justify;
    bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
  }
  .title-page .blocklist-23 .prev {
    padding: 0.02px 0;
    border: none;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/Arleftwithfullstop2.svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.4);
    -webkit-border-radius: 0px 0px 0px 2px;
    -moz-border-radius: 0px 0px 0px 2px;
    border-radius: 0px 0px 0px 2px;
  }
  .title-page .blocklist-23 .prev:hover, .title-page .blocklist-23 .prev.hover, .title-page .blocklist-23 .prev.active {
    background: url("../images/Arleftwithfullstop2.svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.75);
  }
  .title-page .blocklist-23 .next {
    border: none;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/Arrighttwithfullstop2 (1).svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.4);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-23 .next:hover, .title-page .blocklist-23 .next.hover, .title-page .blocklist-23 .next.active {
    background: url("../images/Arrighttwithfullstop2 (1).svg") left 50% top 50% / 26px no-repeat rgba(230, 18, 125, 0.75);
  }
  .title-page .blocklist-23 .pager-wrap {
    display: none;
  }
  .title-page .block-11 {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-10 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    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;
    display: block;
  }
  .title-page .blocklist-19 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-19 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-19 .body-outer {
    width: auto;
  }
  .title-page .blocklist-19 .body {
    width: auto;
  }
  .title-page .blocklist-19 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-19 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-19 .text {
    font-size: 16px;
  }
  .title-page .blocklist-19 .image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    margin-left: 15px;
  }
  .title-page .blocklist-19 .title {
    font-size: 18px;
  }
  .title-page .block-28 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-27 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-23 {
    background: none;
    display: block;
  }
  .title-page .editable_block-49 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-49 .title {
    border: none;
    font-size: 30px;
    padding-top: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .editable_block-49 .image {
    min-height: 250px;
    width: auto;
    margin-right: 0;
    left: 0;
    right: 0;
    margin-bottom: 30px;
  }
  .title-page .editable_block-49 .img-convert {
    height: 250px;
  }
  .title-page .editable_block-49 .more {
    clear: none;
  }
  .title-page .block-36 {
    background: repeating-linear-gradient(to right, #2fa22d 0%, #39bd35 100%) #2fa22e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-50 {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-37 .layout_72 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_70_id_76 {
    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;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-37 .layout_70_id_91 {
    margin-top: 15px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: 0;
  }
  .title-page .block-37 {
    padding: 40px 30px;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-52 {
    background: none;
    display: none;
    margin-top: 0;
    margin-left: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-34 {
    margin-top: 10px;
    margin-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-71 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-71 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-71 .title {
    margin-bottom: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-35 {
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widgetsocial-72 .soc-header {
    margin-bottom: 20px;
  }
  .title-page .block-38 {
    margin-bottom: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-36 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .email-74 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-74 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-37 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-75 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-75 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-75 .text_body:hover, .title-page .phones-75 .text_body.hover, .title-page .phones-75 .text_body.active {
    font-weight: 600;
  }
  .title-page .block-39 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-38 {
    margin-top: 10px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-77 .image {
    float: left;
  }
  .title-page .editable_block-77 .text {
    background: none;
  }
  .title-page .editable_block-77 .more {
    clear: none;
  }
  .title-page .widget-39 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-40 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-41 .layout_80 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-40 {
    display: none;
  }
  .title-page .widget-43 {
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .side-panel-85 .side-panel-content {
    left: auto;
    right: 0;
    text-align: left;
    width: 300px;
  }
  .title-page .side-panel-85 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    margin-top: 10px;
    width: 50px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4IiBoZWlnaHQ9IjEyOCIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHdpZHRoPSIxMjgiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMjMuNTQyOTY4OCAxMS41OTM3NSAxMTYuNDc2NTYyNSA0LjUxODU1NDcgNjQuMDAxOTUzMSA1Ni45MzA2NjQxIDExLjU1OTU3MDMgNC40ODgyODEzIDQuNDg4MjgxMyAxMS41NTk1NzAzbDUyLjQzODk2NDggNTIuNDM3NUw0LjQ1NzAzMTMgMTE2LjQwNTI3MzQgMTEuNTI0NDE0MSAxMjMuNDgxNDQ1MyA2My45OTg1MzUyIDcxLjA2ODM1OTQgMTE2LjQ0MjM4MjggMTIzLjUxMTcxODhsNy4wNzAzMTI1LTcuMDcwMzEyNUw3MS4wNzMyNDIyIDY0LjAwMTk1MzF6IiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTIiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 23px no-repeat #00a0e3;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
  .title-page .side-panel-85 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-85 .side-panel-button {
    border: none;
    text-align: left;
    width: 50px;
    min-height: 71px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #32a32a;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 0;
    align-self: auto;
    margin-right: 30px;
  }
  .title-page .side-panel-85 .side-panel-button-icon-line {
    border: none;
    min-height: 5px;
    width: 31px;
    margin-left: auto;
    margin-right: auto;
    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: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-45 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-45 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-54 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .schedule-95 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-7 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-2 .layout_3 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .slider-83 .text-slider {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 350px;
  }
  .title-page .slider-83 .block-body {
    font-size: 35px;
    margin-top: 75px;
  }
  .title-page .slider-83 .slider-next {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-16 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-16 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-16 .img-convert {
    height: 150px;
  }
  .title-page .block-21 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .reviews-40 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .reviews-40 .list {
    width: 580px;
  }
  .title-page .reviews-40 .item {
    overflow: hidden;
    padding-top: 50px;
    margin-top: 0;
  }
  .title-page .reviews-40 .image {
    margin-top: 0;
    display: none;
  }
  .title-page .horizontal_blocklist-37 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .horizontal_blocklist-37 .list {
    width: 580px;
  }
  .title-page .blocklist-23 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-23 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-23 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .widget-10 {
    min-width: 0;
    right: 0;
  }
  .title-page .blocklist-19 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-19 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-19 .item {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .title-page .blocklist-19 .image {
    margin-right: 30px;
    margin-bottom: 0;
    float: left;
  }
  .title-page .block-37 .layout_72 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_70_id_76 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
  }
  .title-page .block-37 .layout_70_id_91 {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
  }
  .title-page .block-41 .layout_80 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-41 {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-42 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-45 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-45 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_3 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_9 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-2 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-42 {
    min-height: 271px;
  }
  .title-page .slider-83 .text-slider {
    margin-top: 30px;
    padding-right: 100px;
    padding-left: 20px;
    min-height: 0;
  }
  .title-page .slider-83 .block-body {
    font-size: 30px;
    margin-top: 0;
  }
  .title-page .slider-83 .slider-controls {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .title-page .block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-16 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-16 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-16 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-16 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-16 .img-convert {
    height: 220px;
  }
  .title-page .block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-21 .layout_37 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-18 {
    margin-top: 30px;
  }
  .title-page .reviews-40 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .reviews-40 .list {
    width: 440px;
  }
  .title-page .reviews-40 .item {
    padding: 20px;
  }
  .title-page .widget-17 {
    margin-bottom: 0;
  }
  .title-page .horizontal_blocklist-37 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .horizontal_blocklist-37 .list {
    width: 440px;
  }
  .title-page .horizontal_blocklist-37 .image {
    min-height: 200px;
  }
  .title-page .horizontal_blocklist-37 .img-convert {
    width: 150px;
    height: 200px;
  }
  .title-page .block-15 {
    background: url("../images/lib_748901_pop00999.png?1499405235816") left calc(50% + 119px) top calc(50% + 68px) / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(35, 144, 253, 0.65) 0%, rgba(9, 191, 253, 0.65) 100%) #09a0e1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .horizontal_blocklist-28 .more {
    margin-top: 30px;
  }
  .title-page .block-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-19 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-19 .image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .title-page .block-28 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .widget-23 {
    min-height: 150px;
  }
  .title-page .editable_block-49 .image {
    min-height: 200px;
  }
  .title-page .editable_block-49 .img-convert {
    height: 200px;
  }
  .title-page .block-37 .layout_72 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_70_id_76 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-37 .layout_70_id_91 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-37 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-34 {
    right: 0;
  }
  .title-page .widget-35 {
    right: 0;
  }
  .title-page .block-40 {
    padding: 20px;
  }
  .title-page .block-41 .layout_80 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-41 .layout_81 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-40 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-41 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .side-panel-85 .side-panel-button {
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-42 {
    padding-top: 50px;
  }
  .title-page .block-45 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-45 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_3 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-42 {
    min-height: 194px;
  }
  .title-page .slider-83 .text-slider {
    margin-top: 48px;
    padding-right: 20px;
    display: block;
    text-align: center;
  }
  .title-page .slider-83 .block-body {
    font-size: 20px;
    background: none;
    display: none;
  }
  .title-page .slider-83 .block-body:hover, .title-page .slider-83 .block-body.hover, .title-page .slider-83 .block-body.active {
    font-weight: 500;
  }
  .title-page .slider-83 .slider-controls {
    left: 50%;
    right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-left: -53.5px;
  }
  .title-page .blocklist-16 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-16 .item {
    padding: 20px;
  }
  .title-page .blocklist-16 .img-convert {
    height: 150px;
  }
  .title-page .block-21 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .reviews-40 .header {
    margin-bottom: 20px;
  }
  .title-page .reviews-40 .header_text {
    font-size: 24px;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNjAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkxpbmUyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDkwLDgzVjgxaDYwdjJINDkwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MCAtODEpIiBmaWxsPSIjN2ZhMzEyIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
    line-height: 1.4;
  }
  .title-page .reviews-40 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-40 .list {
    width: 280px;
  }
  .title-page .reviews-40 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-40 .image {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .reviews-40 .text {
    text-align: center;
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .reviews-40 .author {
    text-align: center;
  }
  .title-page .reviews-40 .name {
    font-size: 15px;
  }
  .title-page .reviews-40 .image_author {
    text-align: center;
  }
  .title-page .horizontal_blocklist-37 .header_text {
    font-size: 24px;
  }
  .title-page .horizontal_blocklist-37 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .horizontal_blocklist-37 .list {
    width: 280px;
  }
  .title-page .horizontal_blocklist-37 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-37 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-37 .image {
    margin-top: -10px;
  }
  .title-page .horizontal_blocklist-37 .item-label {
    padding-bottom: 12px;
    margin-top: 10px;
  }
  .title-page .horizontal_blocklist-37 .img-convert {
    width: auto;
  }
  .title-page .horizontal_blocklist-37 .item_detail {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .horizontal_blocklist-37 .text {
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-37 .title {
    font-size: 18px;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-37 .price-wrap {
    margin-left: 0;
  }
  .title-page .block-15 {
    display: none;
  }
  .title-page .horizontal_blocklist-28 .header_text {
    font-size: 20px;
  }
  .title-page .horizontal_blocklist-28 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-28 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-28 .item_detail {
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-28 .price-wrap {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-28 .more {
    margin-top: 50px;
  }
  .title-page .horizontal_blocklist-28 .more > a {
    margin-left: -110px;
  }
  .title-page .block-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .widget-11 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-23 .header {
    margin-bottom: 20px;
  }
  .title-page .blocklist-23 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-23 .all-in_header {
    display: none;
  }
  .title-page .blocklist-23 .item {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-23 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-23 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-23 .footer {
    margin-top: 20px;
  }
  .title-page .blocklist-23 .all {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .blocklist-23 .controls {
    margin-top: -22.5px;
    margin-bottom: 80px;
  }
  .title-page .blocklist-23 .prev {
    margin-left: -27px;
  }
  .title-page .blocklist-23 .next {
    margin-right: -21px;
  }
  .title-page .blocklist-19 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-19 .image {
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(11, 142, 194, 0.6), 0px 0px 0px 9px rgba(0, 160, 227, 0.15);
    -moz-box-shadow: 0px 0px 9px 2px rgba(11, 142, 194, 0.6), 0px 0px 0px 9px rgba(0, 160, 227, 0.15);
    box-shadow: 0px 0px 9px 2px rgba(11, 142, 194, 0.6), 0px 0px 0px 9px rgba(0, 160, 227, 0.15);
  }
  .title-page .editable_block-49 .title {
    font-size: 24px;
  }
  .title-page .editable_block-49 .image {
    float: none;
  }
  .title-page .block-37 .layout_72 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_70_id_76 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-37 .layout_70_id_91 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-52 {
    margin-right: auto;
  }
  .title-page .widget-37 {
    padding-right: 100px;
    padding-left: 0;
  }
  .title-page .phones-75 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-75 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-77 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-77 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-41 .layout_80 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-40 {
    margin-top: 0;
  }
  .title-page .side-panel-85 .side-panel-content {
    width: 260px;
  }
}
.title-page .side-panel .widget-6 {
  margin: 20px 10px;
  border: none;
  z-index: 2;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-9 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.delimiter {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #32a32a;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a {
  padding: 17px 15px;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  font-weight: 600;
  background: repeating-linear-gradient(to right, rgba(47, 162, 45, 0.5) 0%, rgba(57, 189, 53, 0.5) 100%) #32a32a;
  color: #fff;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  margin: 0 0 10px 20px;
  left: 0;
  align-self: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.svg") left 50% top 50% / auto auto no-repeat rgba(50, 163, 42, 0.6);
}