@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;
  text-align: left;
  z-index: 2;
}
.title-page .wrapper {
  border: none;
  position: relative;
  z-index: 3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url("../images/top.jpg") left 50% top -33px / contain no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-49 {
  margin: -16px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fafafa;
  z-index: 12;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 .layout_110 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 .layout_111 {
  -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-50 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1278px;
  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: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  max-width: 100%;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .widget-73 {
  padding: 40px 0 20px;
  margin: 0 0 auto 60px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  color: #000;
  width: 422px;
  min-height: 410px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: auto;
}
.title-page .gallery-110 .gallery-header {
  box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.title-page .gallery-110 .gallery-header .text {
  box-sizing: border-box;
  font-size: 20px;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .gallery-110 .gallery-footer {
  box-sizing: border-box;
  margin-top: 20px;
}
.title-page .gallery-110 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: #00e;
}
.title-page .gallery-110 .gallery-text-before {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
}
.title-page .gallery-110 .gallery-text-before p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .gallery-110 .gallery-text-before p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .gallery-110 .gallery-text-after {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
}
.title-page .gallery-110 .gallery-text-after p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .gallery-110 .gallery-text-after p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .gallery-110 .gallery-body {
  box-sizing: border-box;
  position: relative;
}
.title-page .gallery-110 .gallery-slider {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.title-page .gallery-110 .bx-pager {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center;
  z-index: 20;
}
.title-page .gallery-110 .bx-pager-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.title-page .gallery-110 .bx-pager-item a {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.title-page .gallery-110 .bx-pager-item a:active, .title-page .gallery-110 .bx-pager-item a.active {
  background: #000;
}
.title-page .gallery-110 .bx-controls-direction {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  min-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  pointer-events: none;
  width: 420px;
}
.title-page .gallery-110 .bx-prev {
  border: none;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  float: left;
  z-index: 20;
  width: 40px;
  height: 20px;
  background: url("../images/221.png?1501042301910") left 50% top 50% / 17px no-repeat rgba(255, 255, 255, 0.8);
  min-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  pointer-events: auto;
}
.title-page .gallery-110 .bx-next {
  border: none;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  float: right;
  z-index: 20;
  width: 40px;
  height: 20px;
  background: url("../images/2.png?1501042301904") left 50% top 50% / 17px no-repeat rgba(255, 255, 255, 0.8);
  min-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  pointer-events: auto;
  margin-left: auto;
  margin-right: 0;
}
.title-page .gallery-110 .my-gallery {
  margin: 0 0 0 -50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .gallery-110 .gallery-item-container {
  box-sizing: border-box;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .gallery-110 .my-gallery figure.gallery-item {
  margin: 0 0 0 50px;
  box-sizing: border-box;
  width: 420px;
  max-width: 100%;
  line-height: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .gallery-110 .my-gallery figure.gallery-item a {
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: auto;
}
.title-page .gallery-110 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 330px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  border-top: 0px solid #6e43ec;
  border-right: 0px solid #6e43ec;
  border-bottom: 0px solid #6e43ec;
  border-left: 5px solid #6e43ec;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  flex-basis: 100%;
}
.title-page .gallery-110 .my-gallery figure.gallery-item img {
  box-sizing: content-box;
  vertical-align: middle;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .gallery-110 .my-gallery figure.gallery-item .gallery-item-title {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
}
.title-page .gallery-110 .my-gallery figure.gallery-item .gallery-item-desc {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
  display: -webkit-flex;
  display: flex;
}
.title-page .gallery-110 .gallery-slider:after {
  content: '';
  display: block;
  clear: both;
}
.title-page .gallery-110 .gallery-slide-wrap {
  box-sizing: border-box;
}
.title-page .gallery-110 .bx-viewport {
  margin-left: auto;
  margin-right: auto;
}
.title-page .gallery-110 .bx-controls-direction:after {
  content: '';
  display: block;
  clear: both;
}
.title-page .gallery-110 .pswp {
  box-sizing: border-box;
  display: none;
}
.title-page .gallery-110 .pswp--open {
  box-sizing: border-box;
  display: block;
}
.title-page .widget-74 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-111 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-111 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-111 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .editable_block-111 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-111 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-111 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: Open Sans Condensed, sans-serif;
  color: #292929;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-111 .body {
  box-sizing: border-box;
  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;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-111 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-111 .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-111 .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-111 .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-111 .img-convert {
  box-sizing: border-box;
  width: 460px;
  height: 55.55556px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-111 .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-111 .text {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #292929;
  line-height: 1.8;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-111 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-111 .more > a {
  padding: 20px 25px;
  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;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  min-height: 14px;
  height: 0;
}
.title-page .editable_block-111 .more > a:hover, .title-page .editable_block-111 .more > a.hover, .title-page .editable_block-111 .more > a.active {
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.61);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
}
.title-page .editable_block-111 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-111 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-111 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-111 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-111 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-111 .clear {
  clear: both;
}
.title-page .popover-container-111 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-111 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-111 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-111 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-111 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-111 .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-111 .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-111 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-111 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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-111 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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-111 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-111 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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-111 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-111 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-111 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-45 {
  margin: 50px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 93px;
  max-width: 100%;
  background: repeating-linear-gradient(113deg, #7738eb 0%, #00c4f4 100%) #000;
  z-index: 11;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-17 {
  margin: 8px 50px 0 54px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  min-height: 77px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 17px;
}
.title-page .menu-25 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-25 .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-25 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-25 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-25 .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-25 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-25 .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-25 .menu-scroll > ul ul {
  padding: 20px;
  margin: 5px 0 0 8px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #7040eb;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-25 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-25 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 2.1;
  position: relative;
  font-family: Open Sans Condensed, sans-serif;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-weight: bold;
}
.title-page .menu-25 .menu-scroll > ul ul > li > a:hover, .title-page .menu-25 .menu-scroll > ul ul > li > a.hover, .title-page .menu-25 .menu-scroll > ul ul > li > a.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffb187;
}
.title-page .menu-25 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-25 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-25 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-25 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-25 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px 2px 14px 10px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Open Sans Condensed, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .menu-25 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-25 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-25 .menu-scroll > ul > li.menu-item > a.active {
  border-top: 0px solid rgba(245, 108, 249, 0.36);
  border-right: 0px solid rgba(245, 108, 249, 0.36);
  border-bottom: 2px solid rgba(245, 108, 249, 0.36);
  border-left: 0px solid rgba(245, 108, 249, 0.36);
}
.title-page .menu-25 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-25 .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-25 .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-25 .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-25 .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-25 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-25 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-25 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-25 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-25 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .block-40 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 298px;
  background: #f6f6f6;
  z-index: 10;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-54 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: auto;
}
.title-page .widget-65 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-left: 40px;
  padding-right: 40px;
  right: 0;
  min-width: 0;
}
.title-page .blocklist-102 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-102 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-102 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-102 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  color: #292929;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-102 .all-in_header {
  padding: 16px 30px;
  border: none;
  box-sizing: border-box;
  display: none;
  -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;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
}
.title-page .blocklist-102 .all-in_header:hover, .title-page .blocklist-102 .all-in_header.hover, .title-page .blocklist-102 .all-in_header.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
}
.title-page .blocklist-102 .all-in_header:active, .title-page .blocklist-102 .all-in_header.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .blocklist-102 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 39px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-102 .body-outer {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-102 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .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-102 .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-102 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-102 .item {
  margin: 0 10px 20px;
  border: none;
  position: relative;
  width: 260px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  left: 0;
  right: 0;
  -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;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 30px;
}
.title-page .blocklist-102 .item:hover, .title-page .blocklist-102 .item.hover, .title-page .blocklist-102 .item.active {
  -webkit-box-shadow: inset 0px -3px 0px rgba(140, 140, 140, 0.5), 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -3px 0px rgba(140, 140, 140, 0.5), 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -3px 0px rgba(140, 140, 140, 0.5), 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.title-page .blocklist-102 .item:active, .title-page .blocklist-102 .item.active {
  -webkit-box-shadow: inset 0px -3px 0px #ff9200, 0 0 0 transparent;
  -moz-box-shadow: inset 0px -3px 0px #ff9200, 0 0 0 transparent;
  box-shadow: inset 0px -3px 0px #ff9200, 0 0 0 transparent;
  background: #f6f6f6;
}
.title-page .blocklist-102 .text {
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #c5c5c5;
  font-style: italic;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  pointer-events: auto;
}
.title-page .blocklist-102 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-102 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  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;
}
.title-page .blocklist-102 .item-label {
  padding: 2px 10px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #7cc817;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100px;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-102 .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-102 .img-convert {
  box-sizing: border-box;
  width: 400px;
  height: 191px;
  -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-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .blocklist-102 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .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-102 .title {
  font-weight: bold;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 20px;
  color: #757575;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  pointer-events: auto;
}
.title-page .blocklist-102 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-102 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 30px;
}
.title-page .blocklist-102 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-102 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  color: #4718a3;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .blocklist-102 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-102 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-102 .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;
  cursor: pointer;
}
.title-page .blocklist-102 .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-102 .bx-wrapper {
  max-width: 939px;
}
.title-page .blocklist-102 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-102 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-102 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-102 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.title-page .blocklist-102 .all {
  padding: 16px 30px;
  border: none;
  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;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
}
.title-page .blocklist-102 .all:hover, .title-page .blocklist-102 .all.hover, .title-page .blocklist-102 .all.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
}
.title-page .blocklist-102 .all:active, .title-page .blocklist-102 .all.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .blocklist-102 .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-102 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-102 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-102 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-102 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-102 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-102 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-102 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-102 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-102 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-102 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-102 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-102 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-102 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-102 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-102 .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-102 .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 .blocklist-102 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-102 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .bx-pager a:active, .title-page .blocklist-102 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-102 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-102 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .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 .popover-wrap-102 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-102 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-102 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-102 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-102 .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-102 .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-102 .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-102 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-102 .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-102 .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-102 .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-102 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-102 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-102 .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-102 .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-102 .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-102 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-102 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-102 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-102 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-102 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-102 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-102 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 9;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-10 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  right: 0;
  -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;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .block-46 .layout_27 {
  -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-46 .layout_92 {
  -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-46 {
  margin: 44px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-34 .layout_20 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-34 .layout_96 {
  -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-34 {
  margin: -2px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-61 {
  margin: 45px 0 auto 28px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Open Sans Condensed, sans-serif;
  color: #b086af;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 27px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  border-top: 0px solid #4e377a;
  border-right: 0px solid #4e377a;
  border-bottom: 0px solid #4e377a;
  border-left: 2px solid #4e377a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 7px;
  right: 0;
}
.title-page .widget-13 {
  margin: 15px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 79px;
  font-size: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-left: 0;
  right: 0;
}
.title-page .site-name-20 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-20 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: left;
}
.title-page .site-name-20 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  width: 100px;
  margin-right: 10px;
}
.title-page .site-name-20 .sn-text {
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 28px;
  color: #4e377a;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-top: 27px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
}
.title-page .site-name-20 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-9 .layout_21 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 .layout_26 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 {
  margin: 34px 0 auto 15px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 57px;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-14 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 54px;
  right: 0;
}
.title-page .phones-21 p:first-child {
  margin-top: 0;
}
.title-page .phones-21 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-21 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-21 .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-21 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 50px;
  background: url("../images/telv.png?1501042301931") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50px;
}
.title-page .phones-21 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-21 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-21 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-21 .text_body {
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 21px;
  color: #4e377a;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  margin-left: 7px;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-21 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-21 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-21 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-18 {
  padding: 15px 25px;
  margin: 0 0 auto 10px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 217px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 55px;
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  font-weight: bold;
}
.title-page .widget-18:hover, .title-page .widget-18.hover, .title-page .widget-18.active {
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.61);
}
.title-page .widget-18:active, .title-page .widget-18.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .popover-wrap-26 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large {
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  background: repeating-linear-gradient(180deg, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-appearance: none;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-26 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-26 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-26 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-26 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-26 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-26 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .button-26 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-26 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-26 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-26 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 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-26 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 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-26 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-26 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-26 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-47 {
  margin: -3px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 604px;
  max-width: 100%;
  background: url("../images/leaves.png") left -2px top calc(50% - 111px) / auto auto no-repeat, url("../images/pic.png") left 50% top 50% / auto auto no-repeat, url("../images/line.jpg") left 50% top 50% / auto auto no-repeat, linear-gradient(#fff, #fff);
  z-index: 8;
  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;
  text-decoration: none;
}
.title-page .block-48 {
  padding: 30px 30px 30px 0;
  margin: 384px 50px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 550px;
  min-height: 212px;
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.21) 42.3%, rgba(110, 67, 236, 0.21) 100%) #733ceb;
  z-index: 2;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-72 {
  margin: 6px 0 0 -19px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  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;
  font-weight: bold;
  border-top: 0px solid #6e43ec;
  border-right: 0px solid #6e43ec;
  border-bottom: 0px solid #6e43ec;
  border-left: 20px solid #6e43ec;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 43px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-11 {
  margin: 27px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 492px;
  z-index: 7;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  padding-bottom: 40px;
  max-width: 100%;
}
.title-page .widget-23 {
  padding: 20px 20px 66px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  background: #fff;
  right: 0;
  min-width: 0;
}
.title-page .blocklist-38 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-38 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-38 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: space-between;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .blocklist-38 .header_text {
  font-size: 25px;
  box-sizing: border-box;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .blocklist-38 .all-in_header {
  padding: 16px 30px;
  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: left;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
  min-height: 50px;
}
.title-page .blocklist-38 .all-in_header:hover, .title-page .blocklist-38 .all-in_header.hover, .title-page .blocklist-38 .all-in_header.active {
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
}
.title-page .blocklist-38 .all-in_header:active, .title-page .blocklist-38 .all-in_header.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .blocklist-38 .description {
  padding: 0.02px 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 13px;
  color: #2b2b2b;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-38 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-38 .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-38 .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-38 .bx-wrapper {
  margin-left: 0;
  margin-right: auto;
  max-width: 1120px;
}
.title-page .blocklist-38 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-38 .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: 1120px;
}
.title-page .blocklist-38 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-38 .item {
  padding: 20px 20px 50px;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  align-self: auto;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-38 .item:hover, .title-page .blocklist-38 .item.hover, .title-page .blocklist-38 .item.active {
  background: rgba(252, 249, 244, 0.51);
}
.title-page .blocklist-38 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #594a58;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 220px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  pointer-events: auto;
}
.title-page .blocklist-38 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-38 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  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-bottom: 0.02px;
}
.title-page .blocklist-38 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .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-38 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 300px;
  height: 240px;
  -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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-38 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .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-38 .title {
  margin: 24px auto 5px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 19px;
  color: #757575;
  text-transform: uppercase;
  text-decoration: none;
  width: 220px;
  left: 0;
  right: 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;
  border-top: 0px solid #6e43ec;
  border-right: 0px solid #6e43ec;
  border-bottom: 0px solid #6e43ec;
  border-left: 3px solid #6e43ec;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  pointer-events: auto;
  min-height: 0;
}
.title-page .blocklist-38 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-38 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-38 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-38 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-38 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-38 .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;
  cursor: pointer;
}
.title-page .blocklist-38 .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-38 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-38 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-38 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-page .blocklist-38 .all {
  padding: 16px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans Condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
  min-height: 50px;
}
.title-page .blocklist-38 .all:hover, .title-page .blocklist-38 .all.hover, .title-page .blocklist-38 .all.active {
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
}
.title-page .blocklist-38 .all:active, .title-page .blocklist-38 .all.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .blocklist-38 .controls {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -15px;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 25px;
}
.title-page .blocklist-38 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/221.png?1501042301910") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: 0;
}
.title-page .blocklist-38 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/2.png?1501042301904") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-38 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-38 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-38 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-38 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-38 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-38 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-38 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-38 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-38 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-38 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-38 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-38 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-38 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-38 .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 .blocklist-38 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-38 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-38 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-38 .bx-pager a {
  margin: 2px 2px -3px;
  border: none;
  display: inline-block;
  width: 30px;
  min-height: 4px;
  background: #4718a3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  text-decoration: none;
}
.title-page .blocklist-38 .bx-pager a:active, .title-page .blocklist-38 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-38 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-38 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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 .popover-wrap-38 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-38 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-38 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-38 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-38 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-38 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-38 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-38 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-38 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(98deg, #7738eb 0%, #00c4f4 100%) #451e94;
  z-index: 6;
  right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-27 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1278px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .horizontal_blocklist-46 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-46 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-46 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-46 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-46 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-46 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-46 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .horizontal_blocklist-46 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .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-46 .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-46 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .horizontal_blocklist-46 .item {
  margin: 10px;
  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;
  text-align: left;
  min-width: 0;
  min-height: 0;
}
.title-page .horizontal_blocklist-46 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-46 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-46 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-46 .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 .horizontal_blocklist-46 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 72px;
  height: 72px;
  -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: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #7cc817;
}
.title-page .horizontal_blocklist-46 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-46 .item_detail {
  box-sizing: border-box;
  margin-left: 30px;
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-46 .text {
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .horizontal_blocklist-46 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-46 .title {
  font-weight: bold;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 25px;
  color: #bac2ff;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-46 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-46 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-46 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-46 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-46 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-46 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-46 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-46 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  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 .horizontal_blocklist-46 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-46 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .horizontal_blocklist-46 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-46 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .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;
}
.title-page .horizontal_blocklist-46 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  z-index: 1;
}
.title-page .horizontal_blocklist-46 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-46 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-46 .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-46 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-46 {
  margin: auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-46 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-46 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-46 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-46 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-46 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-46 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-46 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .horizontal_blocklist-46 .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-46 .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-46 .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-46 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .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-46 .bx-pager a:active, .title-page .horizontal_blocklist-46 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-46 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-46 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-46 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-46 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-46 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-46 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-46 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 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-46 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 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-46 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-46 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-46 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-26 {
  padding: 60px 0 80px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 368px;
  background: #f07c5b;
  z-index: 5;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-46 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 1278px;
  min-height: 196px;
  right: 0;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .form-76 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: Open Sans Condensed, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  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;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjUzIiB2aWV3Qm94PSIwIDAgNDggNTMiPjxkZWZzPjxzdHlsZT4gLmNscy0yIHsgZmlsbDogI2ZmZmZmZjsgfSA8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDcuOTUxLDQwLjcyOSBDNDcuOTM2LDQwLjg0NiA0Ny45MjEsNDAuOTU4IDQ3Ljg4MSw0MS4wNzEgQzQ3Ljg0Miw0MS4xODQgNDcuNzgzLDQxLjI4MSA0Ny43MjIsNDEuMzgxIEM0Ny42ODMsNDEuNDQ0IDQ3LjY3MCw0MS41MTUgNDcuNjIyLDQxLjU3NCBDNDcuNjAzLDQxLjU5OCA0Ny41NzQsNDEuNjA1IDQ3LjU1NCw0MS42MjggQzQ3LjQzNSw0MS43NjIgNDcuMjkyLDQxLjg2NSA0Ny4xMzYsNDEuOTU2IEM0Ny4wODEsNDEuOTg4IDQ3LjAzNyw0Mi4wMzUgNDYuOTgwLDQyLjA2MSBDNDYuNzY1LDQyLjE1NyA0Ni41MzAsNDIuMjE2IDQ2LjI3OSw0Mi4yMTYgQzQ2LjI3OSw0Mi4yMTYgMS43MjEsNDIuMjE2IDEuNzIxLDQyLjIxNiBDMS40NzAsNDIuMjE2IDEuMjM1LDQyLjE1NyAxLjAyMCw0Mi4wNjEgQzAuOTYyLDQyLjAzNSAwLjkxOCw0MS45ODggMC44NjMsNDEuOTU1IEMwLjcwNyw0MS44NjQgMC41NjUsNDEuNzYyIDAuNDQ2LDQxLjYyOCBDMC40MjYsNDEuNjA1IDAuMzk3LDQxLjU5OCAwLjM3Nyw0MS41NzQgQzAuMzMwLDQxLjUxNSAwLjMxNiw0MS40NDQgMC4yNzgsNDEuMzgxIEMwLjIxNyw0MS4yODEgMC4xNTgsNDEuMTg0IDAuMTE4LDQxLjA3MSBDMC4wNzksNDAuOTU4IDAuMDY0LDQwLjg0NiAwLjA0OSw0MC43MjkgQzAuMDM5LDQwLjY1NyAwLjAwNiw0MC41OTMgMC4wMDYsNDAuNTE3IEMwLjAwNiw0MC41MTcgMC4wMDYsMTQuNDQzIDAuMDA2LDE0LjQ0MyBDMC4wMDYsMTQuNDE5IDAuMDE5LDE0LjM5OCAwLjAyMCwxNC4zNzQgQzAuMDIyLDE0LjMyNiAwLjAzOCwxNC4yNzggMC4wNDksMTQuMjMxIEMtMC4wMjIsMTMuNzM2IDAuMTAxLDEzLjIyMCAwLjQ3NCwxMi44MjkgQzAuNDc0LDEyLjgyOSA3LjMzOCw1LjYzMCA3LjMzOCw1LjYzMCBDNy4zMzgsNS42MzAgNy4zMzgsMS42OTYgNy4zMzgsMS42OTYgQzcuMzM4LDAuNzU4IDguMTA2LC0wLjAwMyA5LjA1NCwtMC4wMDMgQzkuMDU0LC0wLjAwMyAzOC45NDYsLTAuMDAzIDM4Ljk0NiwtMC4wMDMgQzM5Ljg5MywtMC4wMDMgNDAuNjYxLDAuNzU4IDQwLjY2MSwxLjY5NiBDNDAuNjYxLDEuNjk2IDQwLjY2MSw1LjYzMCA0MC42NjEsNS42MzAgQzQwLjY2MSw1LjYzMCA0Ny41MjYsMTIuODI5IDQ3LjUyNiwxMi44MjkgQzQ3Ljg5OSwxMy4yMjAgNDguMDIyLDEzLjczNiA0Ny45NTEsMTQuMjMxIEM0Ny45NjEsMTQuMjc4IDQ3Ljk3OCwxNC4zMjYgNDcuOTgwLDE0LjM3NCBDNDcuOTgxLDE0LjM5OCA0Ny45OTQsMTQuNDE5IDQ3Ljk5NCwxNC40NDMgQzQ3Ljk5NCwxNC40NDMgNDcuOTk0LDQwLjUxNyA0Ny45OTQsNDAuNTE3IEM0Ny45OTQsNDAuNTkzIDQ3Ljk2MSw0MC42NTcgNDcuOTUxLDQwLjcyOSBaTTcuMzM4LDEwLjU3OCBDNy4zMzgsMTAuNTc4IDQuMjM0LDEzLjgzMyA0LjIzNCwxMy44MzMgQzQuMjM0LDEzLjgzMyA3LjMzOCwxNS40NDkgNy4zMzgsMTUuNDQ5IEM3LjMzOCwxNS40NDkgNy4zMzgsMTAuNTc4IDcuMzM4LDEwLjU3OCBaTTMuNDM2LDE3LjI1NSBDMy40MzYsMTcuMjU1IDMuNDM2LDM2Ljk5OSAzLjQzNiwzNi45OTkgQzMuNDM2LDM2Ljk5OSAxOC41MzksMjUuMTIwIDE4LjUzOSwyNS4xMjAgQzE4LjUzOSwyNS4xMjAgMy40MzYsMTcuMjU1IDMuNDM2LDE3LjI1NSBaTTM3LjIzMSwzLjM5NCBDMzcuMjMxLDMuMzk0IDEwLjc2OSwzLjM5NCAxMC43NjksMy4zOTQgQzEwLjc2OSwzLjM5NCAxMC43NjksMTcuMjM2IDEwLjc2OSwxNy4yMzYgQzEwLjc2OSwxNy4yMzYgMjQuMDAwLDI0LjEyNSAyNC4wMDAsMjQuMTI1IEMyNC4wMDAsMjQuMTI1IDM3LjIzMSwxNy4yMzYgMzcuMjMxLDE3LjIzNiBDMzcuMjMxLDE3LjIzNiAzNy4yMzEsMy4zOTQgMzcuMjMxLDMuMzk0IFpNNDAuNjYxLDEwLjU3OCBDNDAuNjYxLDEwLjU3OCA0MC42NjEsMTUuNDQ5IDQwLjY2MSwxNS40NDkgQzQwLjY2MSwxNS40NDkgNDMuNzY1LDEzLjgzMyA0My43NjUsMTMuODMzIEM0My43NjUsMTMuODMzIDQwLjY2MSwxMC41NzggNDAuNjYxLDEwLjU3OCBaTTQ0LjU2NCwxNy4yNTUgQzQ0LjU2NCwxNy4yNTUgMjQuNzk4LDI3LjU0OCAyNC43OTgsMjcuNTQ4IEMyNC41NDgsMjcuNjc4IDI0LjI3NCwyNy43NDMgMjQuMDAwLDI3Ljc0MyBDMjMuNzI1LDI3Ljc0MyAyMy40NTIsMjcuNjc4IDIzLjIwMiwyNy41NDggQzIzLjIwMiwyNy41NDggMjEuODU4LDI2Ljg0OSAyMS44NTgsMjYuODQ5IEMyMS44NTgsMjYuODQ5IDYuNjM5LDM4LjgxOSA2LjYzOSwzOC44MTkgQzYuNjM5LDM4LjgxOSA0MS4zNjEsMzguODE5IDQxLjM2MSwzOC44MTkgQzQxLjM2MSwzOC44MTkgMjkuMjI5LDI5LjI3NyAyOS4yMjksMjkuMjc3IEMyOC40ODcsMjguNjkzIDI4LjM2MywyNy42MjQgMjguOTUyLDI2Ljg5MCBDMjkuNTQwLDI2LjE1NSAzMC42MjAsMjYuMDMxIDMxLjM2MiwyNi42MTYgQzMxLjM2MiwyNi42MTYgNDQuNTY0LDM2Ljk5OSA0NC41NjQsMzYuOTk5IEM0NC41NjQsMzYuOTk5IDQ0LjU2NCwxNy4yNTUgNDQuNTY0LDE3LjI1NSBaTTEzLjU1MiwxNC41MTcgQzEzLjU1MiwxMy41NzggMTQuMzIwLDEyLjgxOCAxNS4yNjcsMTIuODE4IEMxNS4yNjcsMTIuODE4IDMyLjczMiwxMi44MTggMzIuNzMyLDEyLjgxOCBDMzMuNjgwLDEyLjgxOCAzNC40NDgsMTMuNTc4IDM0LjQ0OCwxNC41MTcgQzM0LjQ0OCwxNS40NTUgMzMuNjgwLDE2LjIxNSAzMi43MzIsMTYuMjE1IEMzMi43MzIsMTYuMjE1IDE1LjI2NywxNi4yMTUgMTUuMjY3LDE2LjIxNSBDMTQuMzIwLDE2LjIxNSAxMy41NTIsMTUuNDU1IDEzLjU1MiwxNC41MTcgWk0zMi43MzIsMTAuMjU0IEMzMi43MzIsMTAuMjU0IDE1LjI2NywxMC4yNTQgMTUuMjY3LDEwLjI1NCBDMTQuMzIwLDEwLjI1NCAxMy41NTIsOS40OTMgMTMuNTUyLDguNTU1IEMxMy41NTIsNy42MTcgMTQuMzIwLDYuODU3IDE1LjI2Nyw2Ljg1NyBDMTUuMjY3LDYuODU3IDMyLjczMiw2Ljg1NyAzMi43MzIsNi44NTcgQzMzLjY4MCw2Ljg1NyAzNC40NDgsNy42MTcgMzQuNDQ4LDguNTU1IEMzNC40NDgsOS40OTMgMzMuNjgwLDEwLjI1NCAzMi43MzIsMTAuMjU0IFpNMTQuMzQ5LDQzLjg2MSBDMTUuMjk2LDQzLjg2MSAxNi4wNjQsNDQuNjIxIDE2LjA2NCw0NS41NTkgQzE2LjA2NCw0NS41NTkgMTYuMDY0LDQ4LjQzMCAxNi4wNjQsNDguNDMwIEMxNi4wNjQsNDkuMzY4IDE1LjI5Niw1MC4xMjkgMTQuMzQ5LDUwLjEyOSBDMTMuNDAyLDUwLjEyOSAxMi42MzQsNDkuMzY4IDEyLjYzNCw0OC40MzAgQzEyLjYzNCw0OC40MzAgMTIuNjM0LDQ1LjU1OSAxMi42MzQsNDUuNTU5IEMxMi42MzQsNDQuNjIxIDEzLjQwMiw0My44NjEgMTQuMzQ5LDQzLjg2MSBaTTI0LjAwMCw0My44NjEgQzI0Ljk0Nyw0My44NjEgMjUuNzE1LDQ0LjYyMSAyNS43MTUsNDUuNTU5IEMyNS43MTUsNDUuNTU5IDI1LjcxNSw1MS4zMDAgMjUuNzE1LDUxLjMwMCBDMjUuNzE1LDUyLjIzOCAyNC45NDcsNTIuOTk5IDI0LjAwMCw1Mi45OTkgQzIzLjA1Miw1Mi45OTkgMjIuMjg0LDUyLjIzOCAyMi4yODQsNTEuMzAwIEMyMi4yODQsNTEuMzAwIDIyLjI4NCw0NS41NTkgMjIuMjg0LDQ1LjU1OSBDMjIuMjg0LDQ0LjYyMSAyMy4wNTIsNDMuODYxIDI0LjAwMCw0My44NjEgWk0zMy42NTEsNDMuODYxIEMzNC41OTgsNDMuODYxIDM1LjM2Niw0NC42MjEgMzUuMzY2LDQ1LjU1OSBDMzUuMzY2LDQ1LjU1OSAzNS4zNjYsNDguNDMwIDM1LjM2Niw0OC40MzAgQzM1LjM2Niw0OS4zNjggMzQuNTk4LDUwLjEyOSAzMy42NTEsNTAuMTI5IEMzMi43MDMsNTAuMTI5IDMxLjkzNSw0OS4zNjggMzEuOTM1LDQ4LjQzMCBDMzEuOTM1LDQ4LjQzMCAzMS45MzUsNDUuNTU5IDMxLjkzNSw0NS41NTkgQzMxLjkzNSw0NC42MjEgMzIuNzAzLDQzLjg2MSAzMy42NTEsNDMuODYxIFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==") left 50% top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 69px;
}
.title-page .form-76 .form__text {
  box-sizing: border-box;
  font-size: 19px;
  margin-bottom: 23px;
  overflow: hidden;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-76 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-76 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-76 .form__body {
  margin: 0 -5px -5px -10px;
  box-sizing: border-box;
  width: auto;
}
.title-page .form-76 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-76 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-76 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-76 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-76 .form-text {
  box-sizing: border-box;
  text-align: left;
  margin-left: 10px;
  margin-top: 16px;
  align-self: auto;
}
.title-page .form-76 .form-item__error {
  box-sizing: border-box;
  font-size: inherit;
  color: #f00;
}
.title-page .form-76 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-76 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-76 .form-text input {
  padding: 2px 10px 2px 17px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 62px;
  outline: none;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  text-align: left;
  text-indent: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  height: 62px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 5px;
  font-weight: bold;
  -webkit-appearance: none;
}
.title-page .form-76 .form-textarea textarea {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  text-align: left;
  text-indent: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  -webkit-appearance: none;
}
.title-page .form-76 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-76 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-76 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-76 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-76 .form-item__header {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-76 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-76 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-76 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-76 .form-textarea {
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 16px;
  align-self: auto;
}
.title-page .form-76 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-76 .form-submit {
  box-sizing: border-box;
  text-align: left;
  margin-left: 10px;
  margin-top: 16px;
  align-self: auto;
}
.title-page .form-76 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-76 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-76 .form-submit button {
  padding: 16px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  outline: none;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 17px;
  text-indent: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width: 195px;
  min-height: 63px;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 5px;
  -webkit-appearance: none;
}
.title-page .form-76 .form-submit button:hover, .title-page .form-76 .form-submit button.hover, .title-page .form-76 .form-submit button.active {
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
}
.title-page .form-76 .form-submit button:active, .title-page .form-76 .form-submit button.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .form-76 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-76 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-left: 10px;
  margin-top: 16px;
  align-self: auto;
}
.title-page .form-76 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-76 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  text-indent: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  -webkit-appearance: none;
}
.title-page .form-76 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-76 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-76 .form-captcha button {
  padding: 16px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  outline: none;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 17px;
  text-indent: 0;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width: 195px;
  min-height: 63px;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 5px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
}
.title-page .form-76 .form-captcha button:hover, .title-page .form-76 .form-captcha button.hover, .title-page .form-76 .form-captcha button.active {
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
}
.title-page .form-76 .form-captcha button:active, .title-page .form-76 .form-captcha button.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .form-76 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-76 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-76 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-76 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-76 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-76 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-76 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-76 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-76 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-76 .form-radio {
  box-sizing: border-box;
}
.title-page .form-76 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-76 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-76 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-76 .form-select {
  box-sizing: border-box;
}
.title-page .form-76 .form-div {
  box-sizing: border-box;
}
.title-page .form-76 .form-html {
  box-sizing: border-box;
}
.title-page .form-76 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-76 .form-upload {
  box-sizing: border-box;
}
.title-page .form-76 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-76 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-76 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-76 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-76 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-76 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-76 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-76 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.title-page .form-76 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.title-page .form-76 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-76 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-76 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-76 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-76 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-76 ::-webkit-input-placeholder {
  color: #404040;
}
.title-page .form-76 ::-moz-placeholder {
  color: #404040;
}
.title-page .form-76 :-ms-input-placeholder {
  color: #404040;
}
.title-page .block-24 {
  margin: 16px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 380px;
  z-index: 4;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  -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 .widget-40 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  min-height: 0;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  right: 0;
}
.title-page .reviews-68 p:first-child {
  margin-top: 0;
}
.title-page .reviews-68 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-68 .header {
  box-sizing: border-box;
  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-right: 0;
  margin-bottom: 15px;
  text-align: justify;
}
.title-page .reviews-68 .header_text {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  font-family: Open Sans Condensed, sans-serif;
  text-align: left;
  color: #292929;
  text-decoration: none;
  font-weight: bold;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 11px;
}
.title-page .reviews-68 .all {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  font-weight: normal;
  -webkit-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  -moz-box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  box-shadow: 0px 8px 22px rgba(155, 237, 40, 0.49);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.7) 0%, rgba(79, 166, 0, 0.7) 100%) rgba(155, 237, 40, 0.81);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  min-height: 40px;
  height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-68 .all:hover, .title-page .reviews-68 .all.hover, .title-page .reviews-68 .all.active {
  color: #ff690f;
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.61);
  background: repeating-linear-gradient(to bottom right, rgba(163, 223, 0, 0.8) 0%, rgba(79, 166, 0, 0.8) 100%) rgba(155, 237, 40, 0.81);
}
.title-page .reviews-68 .all:active, .title-page .reviews-68 .all.active {
  -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
}
.title-page .reviews-68 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-68 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .reviews-68 .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-68 .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-68 .bx-wrapper {
  max-width: 1118px;
}
.title-page .reviews-68 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-68 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1118px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-68 .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 .reviews-68 .item {
  padding: 5px;
  margin: 10px 0;
  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: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-68 .image {
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 0;
  position: relative;
  padding-left: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-68 .img-convert {
  box-sizing: border-box;
  width: 80px;
  height: 85px;
  -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;
  border-top: 6px solid rgba(255, 255, 255, 0.24);
  border-right: 6px solid #fff;
  border-bottom: 8px solid #e57768;
  border-left: 8px solid #e57768;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.title-page .reviews-68 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .reviews-68 .text {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #262626;
  font-style: italic;
  line-height: 1.6;
  text-decoration: none;
  margin-top: 14px;
  background: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-68 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-68 .author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding-left: 0;
}
.title-page .reviews-68 .name {
  box-sizing: border-box;
  font-weight: bold;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 18px;
  color: #262626;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .reviews-68 .date {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-68 .image_author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .reviews-68 .image_author .image_name {
  box-sizing: border-box;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .reviews-68 .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-68 .footer {
  box-sizing: border-box;
}
.title-page .reviews-68 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 5px;
  text-align: justify;
  bottom: auto;
  margin-right: 0;
  z-index: 1;
}
.title-page .reviews-68 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/lib_359101_57481_05.png") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .reviews-68 .prev:hover, .title-page .reviews-68 .prev.hover, .title-page .reviews-68 .prev.active {
  background: url("../images/lib_359101_57481_05 (3).png") left 50% top 50% / auto auto no-repeat;
}
.title-page .reviews-68 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/lib_359101_57481_05 (1).png") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .reviews-68 .next:hover, .title-page .reviews-68 .next.hover, .title-page .reviews-68 .next.active {
  background: url("../images/lib_359101_57481_05 (2).png") left 50% top 50% / auto auto no-repeat;
}
.title-page .reviews-68 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-68 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-68 .description {
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-68 .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-68 .bx-auto_controls {
  margin: auto auto -16px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .reviews-68 .pager-wrap {
  box-sizing: border-box;
}
.title-page .reviews-68 .bx-pager {
  margin: auto auto -16px;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .reviews-68 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-68 .bx-pager a {
  margin: 2px 4px;
  border: 1px solid #a6a6a6;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(255, 255, 255, 0.22);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  box-sizing: border-box;
}
.title-page .reviews-68 .bx-pager a:hover, .title-page .reviews-68 .bx-pager a.hover, .title-page .reviews-68 .bx-pager a.active {
  background: #a6a6a6;
}
.title-page .reviews-68 .bx-pager a:active, .title-page .reviews-68 .bx-pager a.active {
  border: none;
  background: #ff6347;
}
.title-page .reviews-68 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-68 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-68 .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-68 .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-68 .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 .block-27 {
  margin: 35px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: block;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-28 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f2f2f2;
  z-index: 3;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
  padding-top: 30px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-47 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1278px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .horizontal_blocklist-79 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-79 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-79 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-79 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-79 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-79 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-79 .body-outer {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 60px;
  margin-right: 60px;
}
.title-page .horizontal_blocklist-79 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .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-79 .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-79 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .horizontal_blocklist-79 .item {
  margin: 10px auto 10px 0;
  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;
  min-width: 0;
  min-height: 0;
}
.title-page .horizontal_blocklist-79 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-79 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-79 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  background: #9d9ba2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-79 .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 .horizontal_blocklist-79 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  -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;
  background: repeating-linear-gradient(to bottom right, #00c4f4 0%, #7738eb 100%) #f07c5b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .horizontal_blocklist-79 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-79 .item_detail {
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-79 .text {
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-79 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-79 .title {
  font-weight: normal;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  margin-top: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .horizontal_blocklist-79 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-79 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-79 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-79 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-79 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-79 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-79 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-79 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  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 .horizontal_blocklist-79 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-79 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .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;
}
.title-page .horizontal_blocklist-79 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  z-index: 1;
}
.title-page .horizontal_blocklist-79 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .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-79 .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-79 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .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-79 .bx-pager a:active, .title-page .horizontal_blocklist-79 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-79 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-79 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .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-79 .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-79 .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-79 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-79 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-79 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-79 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-79 .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-79 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-79 {
  margin: auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-79 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-79 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-79 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-79 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-79 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-79 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-79 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-79 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .horizontal_blocklist-79 .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-79 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-79 .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-79 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-79 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-79 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-79 .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-79 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-79 .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-79 .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-79 .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-79 .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-79 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-79 .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-79 .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-79 .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-79 .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-79 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-79 .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-79 .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-79 .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-79 .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-79 .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-79 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-79 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-79 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-79 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-79 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-79 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-29 {
  padding: 30px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 128px;
  background: #fff;
  z-index: 2;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-52 .layout_83 {
  -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-52 .layout_113 {
  -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-52 .layout_115 {
  -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-52 {
  margin: 18px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-49 {
  margin: 1px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 22px;
  right: 0;
}
.title-page .address-83 p:first-child {
  margin-top: 0;
}
.title-page .address-83 p:last-child {
  margin-bottom: 0;
}
.title-page .address-83 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-83 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-83 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_355801_50971_36.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
}
.title-page .address-83 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-83 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-83 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-83 .text_body {
  font-family: Open Sans, sans-serif;
  color: #555;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-83 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-83 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-75 {
  margin: -3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widgetsocial-115 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-115 .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-115 .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;
}
.title-page .widgetsocial-115 .soc {
  margin: 2px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.title-page .widgetsocial-115 .vk .wg-soc-icon {
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .fb .wg-soc-icon {
  background: url("../images/wm_social_links_fb.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .tw .wg-soc-icon {
  background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .google .wg-soc-icon {
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .ins .wg-soc-icon {
  background: url("../images/wm_social_links_ins.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .ok .wg-soc-icon {
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .mail .wg-soc-icon {
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .pin .wg-soc-icon {
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .lj .wg-soc-icon {
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .my .wg-soc-icon {
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .youtube .wg-soc-icon {
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-115 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widgetsocial-115 .telegram .wg-soc-icon {
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .widgetsocial-115 .whatsapp .wg-soc-icon {
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
}
.title-page .block-51 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .widget-51 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-85 p:first-child {
  margin-top: 0;
}
.title-page .phones-85 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-85 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-85 .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-85 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_355801_50971_34.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  z-index: 2;
}
.title-page .phones-85 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-85 .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-85 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-85 .text_body {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-85 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-85 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-85 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-50 {
  margin: 10px 0 -2px 44px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 150px;
}
.title-page .schedule-84 p:first-child {
  margin-top: 0;
}
.title-page .schedule-84 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-84 .header {
  box-sizing: border-box;
}
.title-page .schedule-84 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-84 .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-84 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-84 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-84 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-84 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-84 .text_body {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-84 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-84 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-31 .layout_88 {
  -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-31 .layout_86_id_95 {
  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-31 {
  padding: 30px 40px;
  margin: 0 0 -31px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 127px;
  background: repeating-linear-gradient(99deg, rgba(0, 196, 244, 0.64) 0%, rgba(119, 56, 235, 0.64) 100%) #4718a3;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-59 {
  margin: 13px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: 186px;
  right: auto;
}
.title-page .widget-52 {
  margin: -32px 0 3px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  text-align: right;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-53 {
  margin: 20px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-54 {
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  right: 0;
  z-index: 1450;
  width: 768px;
}
.title-page .side-panel-90 .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-90 .side-panel-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  box-sizing: border-box;
}
.title-page .side-panel-90 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-90 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: auto;
  min-height: 100%;
}
.title-page .side-panel-90 .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-90 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-90 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-90 .side-panel-button-icon-line {
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  box-sizing: border-box;
}
.title-page .side-panel-90 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper {
    background: linear-gradient(#fff, #fff), url("../images/top.jpg") left 50% top -33px / contain no-repeat;
  }
  .title-page .block-49 {
    padding: 40px 30px 30px;
    margin-top: 0;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-50 .layout_110 {
    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-50 .layout_111 {
    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-50 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-73 {
    margin-left: auto;
    margin-right: auto;
    width: 710px;
    background: none;
  }
  .title-page .gallery-110 .gallery-body {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .gallery-110 .bx-controls-direction {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .gallery-110 .my-gallery {
    margin-left: 0;
  }
  .title-page .gallery-110 .gallery-item-container {
    width: 100%;
  }
  .title-page .gallery-110 .my-gallery figure.gallery-item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-left: 0;
  }
  .title-page .gallery-110 .img-convert {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .widget-74 {
    margin-bottom: 30px;
  }
  .title-page .editable_block-111 .header:hover, .title-page .editable_block-111 .header.hover, .title-page .editable_block-111 .header.active {
    font-weight: 600;
  }
  .title-page .editable_block-111 .image {
    float: left;
  }
  .title-page .editable_block-111 .more {
    clear: none;
  }
  .title-page .editable_block-111 .more > a:active, .title-page .editable_block-111 .more > a.active {
    -webkit-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
    -moz-box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
    box-shadow: 0px 8px 22px 0px rgba(155, 237, 40, 0.5);
  }
  .title-page .block-45 {
    display: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-40 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-54 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-65 {
    width: 768px;
    margin-bottom: auto;
    padding-left: 60px;
    padding-right: 60px;
    min-width: 768px;
    display: block;
  }
  .title-page .blocklist-102 .header {
    margin-bottom: 0;
  }
  .title-page .blocklist-102 .header_text {
    -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-102 .all-in_header:hover, .title-page .blocklist-102 .all-in_header.hover, .title-page .blocklist-102 .all-in_header.active {
    font-weight: 600;
  }
  .title-page .blocklist-102 .description {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }
  .title-page .blocklist-102 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-102 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-102 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-102 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-102 .item {
    width: 307px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-102 .text {
    margin-bottom: 22px;
  }
  .title-page .blocklist-102 .image {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-102 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-102 .title {
    margin-top: 22px;
  }
  .title-page .blocklist-102 .title:hover, .title-page .blocklist-102 .title.hover, .title-page .blocklist-102 .title.active {
    color: #ff9200;
  }
  .title-page .blocklist-102 .title:active, .title-page .blocklist-102 .title.active {
    color: #f58b00;
  }
  .title-page .blocklist-102 .footer {
    margin-top: 20px;
  }
  .title-page .blocklist-102 .all:hover, .title-page .blocklist-102 .all.hover, .title-page .blocklist-102 .all.active {
    font-weight: 600;
  }
  .title-page .block-8 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-46 .layout_27 {
    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-46 .layout_92 {
    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-46 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-34 .layout_20 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-61 {
    text-align: center;
    width: 708px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
  }
  .title-page .widget-13 {
    text-align: center;
    min-height: 57px;
    margin-top: 0;
    background: none;
  }
  .title-page .site-name-20 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-20 img {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .site-name-20 .sn-text {
    margin-left: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    display: block;
  }
  .title-page .block-9 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_26 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-14 {
    text-align: right;
    margin-top: -15px;
    margin-right: auto;
  }
  .title-page .phones-21 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-21 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-18 {
    margin-top: -9px;
    margin-left: auto;
    margin-right: 35px;
  }
  .title-page .block-47 {
    min-height: 214px;
    margin-top: 17px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-48 {
    width: 499px;
    min-height: 99px;
    margin-top: 140px;
    margin-right: auto;
    right: auto;
  }
  .title-page .widget-72 {
    font-size: 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background: none;
    min-height: -8px;
  }
  .title-page .block-11 {
    min-height: 447px;
    background: none;
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0.02px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .widget-23 {
    display: block;
  }
  .title-page .blocklist-38 .body-outer {
    width: auto;
    overflow: hidden;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-38 .body {
    width: auto;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 688px;
  }
  .title-page .blocklist-38 .list {
    width: 688px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-38 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-38 .item {
    width: 250px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-38 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-38 .img-convert {
    background: none;
  }
  .title-page .blocklist-38 .title {
    background: none;
  }
  .title-page .blocklist-38 .controls {
    display: none;
  }
  .title-page .blocklist-38 .bx-pager-wrap {
    display: none;
  }
  .title-page .blocklist-38 .bx-pager {
    margin-bottom: 18px;
  }
  .title-page .blocklist-38 .bx-pager a {
    width: 40px;
  }
  .title-page .block-15 {
    min-height: 217px;
    margin-top: 3px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .widget-27 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    display: block;
  }
  .title-page .horizontal_blocklist-46 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-46 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-46 .item-outer {
    width: 50%;
  }
  .title-page .horizontal_blocklist-46 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-46 .img-convert {
    background: linear-gradient(#7cc817, #7cc817);
  }
  .title-page .horizontal_blocklist-46 .item_detail {
    margin-right: 0;
    margin-top: 0;
    margin-left: 10px;
  }
  .title-page .horizontal_blocklist-46 .text {
    font-size: 13px;
  }
  .title-page .horizontal_blocklist-46 .title {
    font-size: 26px;
  }
  .title-page .horizontal_blocklist-46 .title:hover, .title-page .horizontal_blocklist-46 .title.hover, .title-page .horizontal_blocklist-46 .title.active {
    font-weight: 800;
  }
  .title-page .block-26 {
    min-height: 334px;
    padding-bottom: 50px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-46 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .form-76 .form-text input {
    min-height: 63px;
  }
  .title-page .block-24 {
    min-height: 450px;
    margin-top: -2px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .widget-40 {
    margin-right: 0;
    background: none;
    border-right: 0px dashed rgba(0, 0, 0, 0.1);
    height: auto;
    display: block;
  }
  .title-page .reviews-68 .header_text {
    background: none;
  }
  .title-page .reviews-68 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-68 .bx-wrapper {
    max-width: 647px;
  }
  .title-page .reviews-68 .list {
    width: 647px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-68 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .reviews-68 .img-convert {
    background: none;
  }
  .title-page .block-27 {
    background: none;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-28 {
    margin-top: -50px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-47 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .title-page .horizontal_blocklist-79 .body-outer {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-79 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-79 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-79 .item_detail {
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .block-29 {
    min-height: 105px;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-52 .layout_83 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_115 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 {
    background: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-49 {
    text-align: center;
    margin-top: 11px;
    margin-left: auto;
  }
  .title-page .address-83 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-83 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-75 {
    margin: 24px auto 26px;
    text-align: center;
    width: 467px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-51 {
    margin-top: 15px;
    margin-right: auto;
    padding-left: 0;
  }
  .title-page .widget-51 {
    text-align: center;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-85 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-85 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-50 {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-84 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-84 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .block-31 .layout_88 {
    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-31 .layout_86_id_95 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-31 {
    margin-bottom: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-59 {
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-52 {
    text-align: center;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-53 {
    margin-top: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-54 {
    z-index: 10000;
    width: auto;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-90 .side-panel-content {
    padding: 20px 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: repeating-linear-gradient(to bottom right, rgba(119, 56, 235, 0.71) 0%, rgba(0, 196, 244, 0.71) 100%) #3b273b;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-90 .side-panel-close {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/X.png?1479368867157") left 50% top 50% no-repeat, url("../images/X.png?1479368867157") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    width: 50px;
    min-height: 50px;
    margin-left: 3px;
    margin-top: 7px;
  }
  .title-page .side-panel-90 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-90 .side-panel-button {
    padding: 14px 10px 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #7cc817;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin-top: 5px;
    align-self: auto;
    margin-left: 5px;
    width: 50px;
    min-height: 50px;
  }
  .title-page .side-panel-90 .side-panel-button-icon-line {
    padding: 0.02px 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-49 {
    padding-bottom: 20px;
  }
  .title-page .block-50 .layout_110 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_111 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-73 {
    width: 580px;
  }
  .title-page .gallery-110 .bx-prev:hover, .title-page .gallery-110 .bx-prev.hover, .title-page .gallery-110 .bx-prev.active {
    background: url("../images/221.png?1501042301910") left 50% top 50% / 17px no-repeat #7d687d;
  }
  .title-page .gallery-110 .bx-prev:active, .title-page .gallery-110 .bx-prev.active {
    background: url("../images/221.png?1501042301910") left 50% top 50% / 17px no-repeat #2e262e;
  }
  .title-page .gallery-110 .bx-next:hover, .title-page .gallery-110 .bx-next.hover, .title-page .gallery-110 .bx-next.active {
    background: url("../images/2.png?1501042301904") left 50% top 50% / 17px no-repeat #7d687d;
  }
  .title-page .gallery-110 .bx-next:active, .title-page .gallery-110 .bx-next.active {
    background: url("../images/2.png?1501042301904") left 50% top 50% / 17px no-repeat #2e262e;
  }
  .title-page .block-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-65 {
    width: 640px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 640px;
  }
  .title-page .blocklist-102 .body {
    margin-right: NaNpx;
    margin-left: NaNpx;
  }
  .title-page .blocklist-102 .item {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-102 .title {
    font-size: 18px;
  }
  .title-page .block-46 .layout_27 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-46 .layout_92 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_20 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    margin-top: 16px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .title-page .widget-61 {
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 0;
  }
  .title-page .widget-13 {
    min-height: 0;
  }
  .title-page .site-name-20 .sn-text {
    margin-top: 0;
    text-align: center;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
  }
  .title-page .block-9 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_26 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 {
    margin-top: 12px;
  }
  .title-page .widget-14 {
    margin-top: 0;
  }
  .title-page .widget-18 {
    margin-top: 8px;
    margin-right: 30px;
  }
  .title-page .block-47 {
    min-height: 222px;
    margin-top: 46px;
  }
  .title-page .block-48 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-23 {
    padding-top: 0.02px;
    padding-bottom: 20px;
  }
  .title-page .blocklist-38 .body-outer {
    overflow: visible;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .blocklist-38 .list {
    width: 560px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-38 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-38 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-27 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .horizontal_blocklist-46 .body-outer {
    text-align: center;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-46 .body {
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-46 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-46 .item {
    margin: 8px 0 20px;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-46 .item_figure {
    width: auto;
  }
  .title-page .horizontal_blocklist-46 .image {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-46 .img-convert {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-46 .item_detail {
    margin-left: 23px;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-46 .text {
    font-size: 17px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-46 .title {
    font-size: 25px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-46 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-26 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-46 {
    padding: 25px 20px;
    text-align: center;
  }
  .title-page .form-76 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-76 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-76 .form-text input {
    min-height: 62px;
  }
  .title-page .form-76 .form-submit {
    text-align: center;
  }
  .title-page .form-76 .form-submit:active, .title-page .form-76 .form-submit.active {
    text-align: center;
  }
  .title-page .form-76 .form-submit .form-item__header {
    display: none;
  }
  .title-page .block-24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-40 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-left: 0px dashed rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .reviews-68 .bx-wrapper {
    max-width: 520px;
  }
  .title-page .reviews-68 .list {
    width: 520px;
  }
  .title-page .reviews-68 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .horizontal_blocklist-79 .item-outer {
    width: 50%;
  }
  .title-page .horizontal_blocklist-79 .item {
    margin-right: 0;
  }
  .title-page .block-52 .layout_83 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_115 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-49 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-51 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .title-page .widget-51 {
    width: auto;
    margin-right: 0;
    right: 0;
  }
  .title-page .widget-50 {
    width: auto;
    margin-left: 0;
    right: 0;
  }
  .title-page .block-31 .layout_88 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_86_id_95 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-31 {
    background: repeating-linear-gradient(to bottom right, rgba(119, 56, 235, 0.71) 0%, rgba(0, 196, 244, 0.71) 100%) #4718a3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-59 {
    margin-top: 0;
  }
  .title-page .widget-52 {
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-52:hover, .title-page .widget-52.hover, .title-page .widget-52.active {
    text-align: right;
  }
  .title-page .widget-54 {
    z-index: 1450;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-50 .layout_110 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_111 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-73 {
    width: 420px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .gallery-110 .my-gallery figure.gallery-item {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    width: 400px;
  }
  .title-page .gallery-110 .my-gallery figure.gallery-item a {
    width: 400px;
  }
  .title-page .gallery-110 .img-convert {
    width: 380px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .widget-74 {
    margin-top: 15px;
  }
  .title-page .widget-65 {
    width: 480px;
    min-width: 480px;
  }
  .title-page .blocklist-102 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-102 .item {
    width: 200px;
  }
  .title-page .blocklist-102 .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-102 .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-46 .layout_27 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-46 .layout_92 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_20 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_96 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .widget-61 {
    width: auto;
    margin-left: 0;
  }
  .title-page .site-name-20 .sn-text {
    margin-right: auto;
  }
  .title-page .block-9 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_26 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 {
    margin-left: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-14 {
    text-align: center;
    margin-right: 0;
  }
  .title-page .widget-18 {
    margin-top: 17px;
    margin-right: auto;
  }
  .title-page .block-47 {
    margin-top: 29px;
  }
  .title-page .block-48 {
    right: 0;
  }
  .title-page .blocklist-38 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .blocklist-38 .list {
    width: 400px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-38 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-38 .image {
    margin-bottom: 0;
  }
  .title-page .blocklist-38 .footer {
    margin-top: 0;
  }
  .title-page .block-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .horizontal_blocklist-46 .item {
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-46 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .horizontal_blocklist-46 .img-convert {
    margin-left: auto;
  }
  .title-page .horizontal_blocklist-46 .item_detail {
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
  }
  .title-page .horizontal_blocklist-46 .text {
    font-size: 18px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-46 .title {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-46 .title:hover, .title-page .horizontal_blocklist-46 .title.hover, .title-page .horizontal_blocklist-46 .title.active {
    font-weight: bold;
  }
  .title-page .block-26 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-46 {
    padding-bottom: 30px;
  }
  .title-page .form-76 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-76 .form-submit button {
    width: 100%;
  }
  .title-page .form-76 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-76 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-76 .form-captcha button {
    width: 100%;
  }
  .title-page .block-24 {
    padding-bottom: 58px;
  }
  .title-page .widget-40 {
    margin-bottom: 0;
  }
  .title-page .reviews-68 .bx-wrapper {
    max-width: 360px;
  }
  .title-page .reviews-68 .list {
    width: 360px;
  }
  .title-page .reviews-68 .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .horizontal_blocklist-79 .item-outer {
    width: 100%;
  }
  .title-page .block-52 .layout_83 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_115 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-49 {
    margin-top: 15px;
    margin-left: 56px;
    margin-right: 56px;
  }
  .title-page .widget-75 {
    margin-bottom: 0;
  }
  .title-page .widget-50 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .title-page .block-31 .layout_88 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_86_id_95 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-31 {
    margin-top: 17px;
  }
  .title-page .widget-52 {
    margin-top: 7px;
  }
  .title-page .widget-53 {
    margin: 15px auto 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-49 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .block-50 .layout_110 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_111 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-73 {
    width: 289px;
    padding-bottom: 0.02px;
    padding-top: 0.02px;
  }
  .title-page .gallery-110 .my-gallery figure.gallery-item {
    width: 290px;
  }
  .title-page .gallery-110 .my-gallery figure.gallery-item a {
    width: 290px;
  }
  .title-page .gallery-110 .img-convert {
    width: 290px;
  }
  .title-page .editable_block-111 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-111 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-65 {
    width: 320px;
    min-width: 320px;
  }
  .title-page .blocklist-102 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-102 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-102 .image {
    margin-bottom: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-102 .title {
    margin-top: 0;
  }
  .title-page .block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-46 .layout_27 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-46 .layout_92 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_20 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_96 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-61 {
    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-13 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-9 .layout_21 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_26 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-14 {
    width: 216px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-18 {
    margin-top: 15px;
    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 .block-11 {
    min-height: 453px;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-38 .header {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-38 .description {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-38 .list {
    width: 280px;
  }
  .title-page .blocklist-38 .item {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-38 .image {
    margin-bottom: 5px;
  }
  .title-page .block-15 {
    min-height: 185px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .horizontal_blocklist-46 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-46 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-46 .item_detail {
    margin-top: auto;
  }
  .title-page .horizontal_blocklist-46 .text {
    font-size: 17px;
  }
  .title-page .horizontal_blocklist-46 .title {
    font-size: 28px;
    margin-top: 14px;
  }
  .title-page .block-26 {
    min-height: 299px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-46 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .form-76 .form__header {
    font-size: 21px;
  }
  .title-page .widget-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .reviews-68 .header_text {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .reviews-68 .all {
    margin-top: 2px;
    align-self: auto;
  }
  .title-page .reviews-68 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-68 .list {
    width: 280px;
  }
  .title-page .reviews-68 .image {
    margin-right: 0;
  }
  .title-page .reviews-68 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .reviews-68 .image_author {
    text-align: center;
  }
  .title-page .horizontal_blocklist-79 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-79 .item_figure {
    max-width: 100%;
    width: auto;
  }
  .title-page .horizontal_blocklist-79 .image {
    width: 45px;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-79 .item_detail {
    margin-left: 0;
    width: auto;
  }
  .title-page .horizontal_blocklist-79 .title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-29 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-52 .layout_83 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 .layout_115 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-49 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .address-83 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-83 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .address-83 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .address-83 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-75 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-51 {
    width: 354px;
  }
  .title-page .widget-50 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .schedule-84 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
  .title-page .block-31 .layout_88 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_86_id_95 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-53 {
    margin-left: 0;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-17 {
  padding: 0;
  margin: 8px 0 20px;
  border: none;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  min-height: 77px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-25 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-25 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-25 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-25 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  border-top: 0px solid #7cc817;
  border-right: 0px solid #7cc817;
  border-bottom: 0px solid #7cc817;
  border-left: 2px solid #7cc817;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-25 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-25 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-25 .menu-scroll > ul ul > li > a.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffb187;
}
.title-page .side-panel .menu-25 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-25 .menu-scroll > ul > li.menu-item > a {
  border: 0px solid #000;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  margin-top: 6px;
  min-height: 34px;
}
.title-page .side-panel .menu-25 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-25 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-25 .menu-scroll > ul > li.menu-item > a.active {
  border: none;
}
