@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;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(#fff, #fff);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-86 {
  margin: 286px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 13;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-114 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 50px;
  min-width: 0;
}
.title-page .popover-wrap-189 .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-189 .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-189 .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-189 .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-189 .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 .blocklist-189 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-189 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-189 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: url("../images/lib_757202_--.png") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-189 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: PT Sans Caption, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #4d3280;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-189 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Roboto Condensed, sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 140px;
  min-height: 50px;
  background: #ac6732;
  border-top: 1px solid #ac6732;
  border-right: 1px solid #ac6732;
  border-bottom: 2px solid #995826;
  border-left: 1px solid #ac6732;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-189 .all-in_header:hover, .title-page .blocklist-189 .all-in_header.hover, .title-page .blocklist-189 .all-in_header.active {
  color: #ac6732;
  background: transparent;
}
.title-page .blocklist-189 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-189 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-189 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-189 .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-189 .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-189 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.title-page .blocklist-189 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-189 .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-189 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-189 .item {
  margin: 10px;
  position: relative;
  width: 220px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
.title-page .blocklist-189 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-189 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-189 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-189 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-189 .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-189 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 2220px;
  height: 160px;
  -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;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-189 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-189 .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-189 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-189 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-189 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-189 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-189 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-189 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-189 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-189 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-189 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-189 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-189 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-189 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.title-page .blocklist-189 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: PT Sans Caption, sans-serif;
  text-align: center;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  width: 180px;
  min-height: 50px;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.51) 0%, rgba(25, 167, 255, 0.51) 100%) #00c0eb;
  border-top: 1px solid #00c0eb;
  border-right: 1px solid #00c0eb;
  border-bottom: 2px solid #00c0eb;
  border-left: 1px solid #00c0eb;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-189 .all:hover, .title-page .blocklist-189 .all.hover, .title-page .blocklist-189 .all.active {
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.26) 0%, rgba(140, 45, 181, 0.26) 50.2%, rgba(44, 46, 123, 0.26) 100%) #381878;
  border-top: 1px solid #381878;
  border-right: 1px solid #381878;
  border-bottom: 2px solid #381878;
  border-left: 1px solid #381878;
}
.title-page .blocklist-189 .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-189 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-189 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-189 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-189 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-189 .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-189 .bx-auto_controls {
  margin: 306px 0 0 auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-189 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-189 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-189 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-189 .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-189 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-189 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-189 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-189 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-189 .bx-pager a {
  margin: 2px 7px;
  border: 1px solid #4d3280;
  display: inline-block;
  width: 14px;
  min-height: 14px;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-189 .bx-pager a:hover, .title-page .blocklist-189 .bx-pager a.hover, .title-page .blocklist-189 .bx-pager a.active {
  border: 1px solid #00c0eb;
  background: #00c0eb;
}
.title-page .popover-container-189 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-189 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-189 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-189 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-189 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-189 .popover-body .s3_form_item_type_calendar .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-189 .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-189 .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-189 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-189 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-189 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-189 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-189 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-189 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-189 .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-189 .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;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-189 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-189 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-189 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-189 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-189 .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-189 .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-189 .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-189 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-189 .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-189 .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-189 .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-189 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-189 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-189 .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-189 .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-189 .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-189 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-189 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-189 .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-189 .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-189 .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-189 .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-189 .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-189 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-189 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-189 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-78 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 12;
  text-align: left;
  right: 0;
  padding-top: 65px;
  padding-bottom: 8px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-109 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 1100px;
  min-width: 1100px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-181 .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-181 .popover-body .form_text 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-181 .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-181 .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-181 .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-181 .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;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-181 .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-181 .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-181 .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-181 .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-181 .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-181 .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-181 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-181 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-181 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-181 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: PT Sans Caption, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-181 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-181 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-181 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-181 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-181 .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-181 .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-181 .bx-wrapper {
  max-width: 1100px;
}
.title-page .blocklist-181 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-181 .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: 1100px;
}
.title-page .blocklist-181 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-181 .item {
  margin: 10px 0;
  position: relative;
  width: 550px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-181 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.title-page .blocklist-181 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-181 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 4px;
}
.title-page .blocklist-181 .item-label {
  padding: 2px 5px;
  margin: 10px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: transparent;
  color: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 40px;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: 0;
  align-self: auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 300;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-181 .item-label:hover, .title-page .blocklist-181 .item-label.hover, .title-page .blocklist-181 .item-label.active {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.title-page .blocklist-181 .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-181 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 274px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-181 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-181 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-left: 4px;
}
.title-page .blocklist-181 .title {
  padding: 150px 50px 20px;
  margin: auto 0 0;
  border: none;
  font-weight: 600;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  color: rgba(0, 0, 0, 0);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 274px;
  width: 542px;
  left: 0;
  right: 0;
}
.title-page .blocklist-181 .title:hover, .title-page .blocklist-181 .title.hover, .title-page .blocklist-181 .title.active {
  color: rgba(255, 255, 255, 0.9);
  background: url("../images/lib_830201_43fvdsgdf.svg") left 50% top 117px / 17px no-repeat rgba(41, 26, 46, 0.67);
}
.title-page .blocklist-181 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-181 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-181 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-181 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-181 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-181 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-181 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-181 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-181 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-181 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-181 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-181 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 209px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-181 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat rgba(121, 58, 179, 0.25);
  box-sizing: border-box;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-181 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat rgba(121, 58, 179, 0.25);
  box-sizing: border-box;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-181 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-181 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-181 .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-181 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-181 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-181 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-181 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-181 .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-181 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-181 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-181 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-181 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-181 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-181 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-181 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-181 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-181 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-181 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-181 .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-181 .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-181 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-181 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-181 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .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-181 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-181 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-181 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-181 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .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-181 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-181 .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-181 .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-181 .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-181 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .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-181 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-181 .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-181 .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-181 .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-181 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .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-181 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-181 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .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-181 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-181 .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-181 .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-181 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-181 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-181 .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-181 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-181 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-181 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-181 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-181 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-181 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-181 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-74 .layout_168_id_169 {
  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;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-74 {
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 373px;
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.85) 0%, rgba(140, 45, 181, 0.85) 50.2%, rgba(44, 46, 123, 0.85) 100%), url("../images/HEAD.jpg?1550490393024") left 50% top 50% / cover no-repeat #f4edff;
  z-index: 11;
  right: 0;
  padding-top: 110px;
  padding-bottom: 112px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-101 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  padding-bottom: 40px;
}
.title-page .reviews-169 p:first-child {
  margin-top: 0;
}
.title-page .reviews-169 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-169 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
}
.title-page .reviews-169 .header_text {
  box-sizing: border-box;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-169 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  font-family: PT Sans Caption, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.title-page .reviews-169 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-169 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .reviews-169 .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-169 .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-169 .bx-wrapper {
  max-width: 981px;
}
.title-page .reviews-169 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-169 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 980px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-169 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-169 .item {
  margin: 10px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.title-page .reviews-169 .image {
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 0;
  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 .reviews-169 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 230px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .reviews-169 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-169 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  line-height: 1.7;
  color: #707070;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .reviews-169 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-169 .author {
  border: none;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMyMC4xOSIgaGVpZ2h0PSIyNjYuNjU2IiB2aWV3Qm94PSIwIDAgMzIwLjE5IDI2Ni42NTYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMjAuNDkyLDIwLjcwNCBDNi44NDMsMzQuNDk5IC0wLjAwMSw1MS4zMjggLTAuMDAxLDcxLjE5MSBDLTAuMDAxLDkxLjAzNCA1Ljc2MywxMDYuNzkyIDE3LjI5MCwxMTguNDQyIEMyOC44MTcsMTMwLjA5MyA0NC40MDcsMTM1LjkxOSA2NC4wMzksMTM1LjkxOSBDNjcuNDYxLDEzNS45MTkgNzAuNjYzLDEzNS40NzQgNzMuNjQ1LDEzNC42MjQgQzc2LjY0NywxMzMuNzU0IDc5LjQwOSwxMzIuODg1IDgxLjk3MCwxMzIuMDM1IEM4NS4zOTIsMTMxLjE2NSA4Ny45NTQsMTMwLjI5NiA4OS42NTUsMTI5LjQ0NiBDOTEuMzc2LDEzMC4yOTYgOTIuNjU3LDEzMi4wMzUgOTMuNDk3LDEzNC42MjQgQzk1LjIxOCwxMzguMDYzIDk2LjA1OSwxNDIuODE2IDk2LjA1OSwxNDguODY0IEM5Ni4wNTksMTY1LjI0OCA5Mi4wMTYsMTc5LjI4NiA4My44OTEsMTkwLjkzNyBDNzUuNzg2LDIwMi41ODggNjcuMDQxLDIxMi43MjIgNTcuNjM1LDIyMS4zNTkgQzQ2LjU0OCwyMzAuODQ1IDMzLjc0MCwyMzkuMDM4IDE5LjIxMSwyNDUuOTU1IEwzMi4wMTksMjY2LjY2OCBDNTMuMzcyLDI1OC45MDAgNzEuNzI0LDI0Ny4yNTAgODcuMDkzLDIzMS43MTUgQzEwMC43NjIsMjE3LjkwMCAxMTMuMTUwLDE5OS4xMjkgMTI0LjIzNiwxNzUuNDAyIEMxMzUuMzQzLDE1MS42NTYgMTQwLjg4NywxMjEuMjM0IDE0MC44ODcsODQuMTM3IEMxNDAuODg3LDU4LjI0NiAxMzQuMDYzLDM3LjczNiAxMjAuMzk0LDIyLjY0NiBDMTA2Ljc0NSw3LjUzNiA5MC4wOTUsLTAuMDA4IDcwLjQ0MywtMC4wMDggQzUwLjgxMSwtMC4wMDggMzQuMTYwLDYuODg5IDIwLjQ5MiwyMC43MDQgWk0xOTkuODA0LDIwLjcwNCBDMTg2LjE1NSwzNC40OTkgMTc5LjMxMSw1MS4zMjggMTc5LjMxMSw3MS4xOTEgQzE3OS4zMTEsOTEuMDM0IDE4NS4wNzUsMTA2Ljc5MiAxOTYuNjAxLDExOC40NDIgQzIwOC4xMjksMTMwLjA5MyAyMjMuNzE5LDEzNS45MTkgMjQzLjM1MSwxMzUuOTE5IEMyNDYuNzczLDEzNS45MTkgMjQ5Ljk3NSwxMzUuNDc0IDI1Mi45NTcsMTM0LjYyNCBDMjU1Ljk1OSwxMzMuNzU0IDI1OC43MjAsMTMyLjg4NSAyNjEuMjgyLDEzMi4wMzUgQzI2NC43MDQsMTMxLjE2NSAyNjcuMjY2LDEzMC4yOTYgMjY4Ljk2NywxMjkuNDQ2IEMyNzAuNjg4LDEzMC4yOTYgMjcxLjk2OSwxMzIuMDM1IDI3Mi44MDksMTM0LjYyNCBDMjc0LjUzMCwxMzguMDYzIDI3NS4zNzEsMTQyLjgxNiAyNzUuMzcxLDE0OC44NjQgQzI3NS4zNzEsMTY1LjI0OCAyNzEuMzI4LDE3OS4yODYgMjYzLjIwMywxOTAuOTM3IEMyNTUuMDk4LDIwMi41ODggMjQ2LjM1MywyMTIuNzIyIDIzNi45NDcsMjIxLjM1OSBDMjI1Ljg2MCwyMzAuODQ1IDIxMy4wNTIsMjM5LjAzOCAxOTguNTIzLDI0NS45NTUgTDIxMS4zMzEsMjY2LjY2OCBDMjMyLjY4NCwyNTguOTAwIDI1MS4wMzUsMjQ3LjI1MCAyNjYuNDA1LDIzMS43MTUgQzI4MC4wNzQsMjE3LjkwMCAyOTIuNDYyLDE5OS4xMjkgMzAzLjU0OCwxNzUuNDAyIEMzMTQuNjU1LDE1MS42NTYgMzIwLjE5OSwxMjEuMjM0IDMyMC4xOTksODQuMTM3IEMzMjAuMTk5LDU4LjI0NiAzMTMuMzc0LDM3LjczNiAyOTkuNzA2LDIyLjY0NiBDMjg2LjA1Nyw3LjUzNiAyNjkuNDA3LC0wLjAwOCAyNDkuNzU1LC0wLjAwOCBDMjMwLjEyMywtMC4wMDggMjEzLjQ3Miw2Ljg4OSAxOTkuODA0LDIwLjcwNCBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 18px / 19px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjUwMSIgaGVpZ2h0PSI1MDEiIHZpZXdCb3g9IjAgMCA1MDEgNTAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxjaXJjbGUgY3g9IjI1MC41IiBjeT0iMjUwLjUiIHI9IjI1MC41IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM2YjJkZDUiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9ImNpcmNsZS0zIiB0eXBlPSJzb2xpZENvbG9yIj48L2NpcmNsZT4KPC9zdmc+") left 50% top 0px / 50px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  margin-top: -53px;
}
.title-page .reviews-169 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: 800;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
}
.title-page .reviews-169 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-169 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-169 .image_author {
  text-align: left;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .reviews-169 .image_author .image_name {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
}
.title-page .reviews-169 .image_author .image_date {
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-169 .footer {
  text-align: left;
  box-sizing: border-box;
}
.title-page .reviews-169 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-169 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .reviews-169 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-169 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-169 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-169 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-169 .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-169 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .reviews-169 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-169 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-169 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-169 .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-169 .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-169 .pager-wrap {
  box-sizing: border-box;
}
.title-page .reviews-169 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .reviews-169 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-169 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 13px;
  min-height: 13px;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
}
.title-page .reviews-169 .bx-pager a:hover, .title-page .reviews-169 .bx-pager a.hover, .title-page .reviews-169 .bx-pager a.active {
  background: #00c0eb;
}
.title-page .block-73 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 189px;
  background: #fff;
  z-index: 10;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 70px;
  display: block;
  padding-top: 70px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-85 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-100 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 88px;
  min-width: 0;
  -webkit-box-shadow: inset 0px -4px 0px rgba(77, 50, 128, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(77, 50, 128, 0.1);
  box-shadow: inset 0px -4px 0px rgba(77, 50, 128, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .blocklist-167 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-167 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-167 .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: justify;
  box-sizing: border-box;
}
.title-page .blocklist-167 .header_text {
  border: none;
  font-size: 33px;
  box-sizing: border-box;
  font-family: PT Sans Caption, sans-serif;
  text-align: left;
  text-indent: 0;
  color: #4d3280;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 20px;
  background: url("../images/lib_376301_7.png") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-167 .all-in_header {
  padding: 15px 25px;
  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;
  font-family: PT Sans, sans-serif;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -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: #ff9200;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-167 .all-in_header:hover, .title-page .blocklist-167 .all-in_header.hover, .title-page .blocklist-167 .all-in_header.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
  -moz-box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
  box-shadow: 0 0 0 transparent, 0px 8px 16px 0px rgba(255, 146, 0, 0.25);
}
.title-page .blocklist-167 .all-in_header:active, .title-page .blocklist-167 .all-in_header.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #ff9200, 0 0 0 transparent;
  background: transparent;
}
.title-page .blocklist-167 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-167 .body {
  margin: 0 -8px;
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 .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-167 .bx-wrapper {
  max-width: 1116px;
}
.title-page .blocklist-167 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-167 .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: 1116px;
}
.title-page .blocklist-167 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -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-167 .item {
  margin: 0 8px 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
}
.title-page .blocklist-167 .text {
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  text-indent: 0;
  font-size: 13px;
  color: #6c35cc;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-167 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-167 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-167 .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-167 .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-167 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 260px;
  -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;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-167 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .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-167 .title {
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  text-indent: 0;
  font-size: 16px;
  color: #2c1e47;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-167 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  pointer-events: auto;
}
.title-page .blocklist-167 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-167 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-167 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-167 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-167 .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-167 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-167 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-167 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-167 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 47px;
  padding-left: 30px;
}
.title-page .blocklist-167 .all {
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: PT Sans Caption, sans-serif;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.49) 0%, rgba(25, 167, 255, 0.49) 100%) #00c0eb;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 180px;
}
.title-page .blocklist-167 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 0;
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
  bottom: auto;
  z-index: 1;
}
.title-page .blocklist-167 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_376301_23.png") left 50% top 50% / auto auto no-repeat, none #381878;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 2px;
}
.title-page .blocklist-167 .prev:hover, .title-page .blocklist-167 .prev.hover, .title-page .blocklist-167 .prev.active {
  background: url("../images/lib_376301_23.png") left 50% top 50% / auto auto no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.38) 0%, rgba(25, 167, 255, 0.38) 100%) #00c0eb;
}
.title-page .blocklist-167 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_376301_22.png") left 50% top 50% / auto auto no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.45) 0%, rgba(25, 167, 255, 0.45) 100%) #00c0eb;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 2px;
  margin-right: 0;
}
.title-page .blocklist-167 .next:hover, .title-page .blocklist-167 .next.hover, .title-page .blocklist-167 .next.active {
  background: url("../images/lib_376301_22.png") left 50% top 50% / auto auto no-repeat, none #381878;
  -webkit-box-shadow: 0px 8px 16px rgba(255, 146, 0, 0.25);
  -moz-box-shadow: 0px 8px 16px rgba(255, 146, 0, 0.25);
  box-shadow: 0px 8px 16px rgba(255, 146, 0, 0.25);
}
.title-page .blocklist-167 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-167 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-167 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-167 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-167 .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-167 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .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-167 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-167 .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-167 .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-167 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-167 .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-167 .bx-auto_controls {
  margin: 518px 0 0 auto;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-167 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .bx-pager {
  margin: auto 0 0 auto;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-167 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-167 .bx-pager a {
  margin: 2px 4px;
  border: none;
  display: inline-block;
  width: 14px;
  min-height: 14px;
  background: #dedede;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-167 .bx-pager a:hover, .title-page .blocklist-167 .bx-pager a.hover, .title-page .blocklist-167 .bx-pager a.active {
  background: #00c0eb;
}
.title-page .blocklist-167 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-167 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-167 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-167 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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-167 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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-167 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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-167 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-167 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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-167 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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-167 .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-167 .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-167 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-167 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-167 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-72 {
  margin: -341px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 131px;
  max-width: 100%;
  background: url("../images/l (8).png") left 50% top 50% / auto auto no-repeat;
  z-index: 9;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-70 {
  margin: -396px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 131px;
  max-width: 100%;
  background: url("../images/l (8).png") left 50% top 50% / auto auto no-repeat;
  z-index: 8;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-68 {
  margin: -72px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 131px;
  max-width: 100%;
  background: url("../images/l (8).png") left 50% top 50% / auto auto no-repeat;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-71 {
  margin: 50px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.76) 0%, rgba(140, 45, 181, 0.76) 50.2%, rgba(44, 46, 123, 0.76) 100%), linear-gradient(rgba(77, 50, 128, 0.61), rgba(77, 50, 128, 0.61)), url("../images/HEAD (1).jpg") left 50% top 50% / cover no-repeat;
  z-index: 6;
  text-align: left;
  right: 0;
  padding-top: 100px;
  padding-bottom: 110px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-99 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 1100px;
  min-width: 1100px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-164 .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-164 .popover-body .form_text 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-164 .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-164 .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-164 .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-164 .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;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-164 .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-164 .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-164 .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-164 .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-164 .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-164 .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-164 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-164 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-164 .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: 80px;
  box-sizing: border-box;
}
.title-page .blocklist-164 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: PT Sans Caption, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-164 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-164 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-164 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-164 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-164 .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-164 .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-164 .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-164 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-164 .item {
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-164 .text {
  border: none;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #d4c8d4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 19px;
  padding-left: 15px;
  padding-top: 4px;
  font-weight: 500;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 1px;
}
.title-page .blocklist-164 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-164 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 70px;
  min-height: 70px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjY4IiBoZWlnaHQ9IjcxIiB2aWV3Qm94PSIwIDAgNjggNzEiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMTIgNTkgNyA2NFYwaDVWNTl6bTctNy01IDVWMGg1VjUyem03LTctNSA1VjBoNVY0NXptNy03LTUgNVYwaDVWMzh6bTctNy01IDVWMGg1VjMxem03LTctNSA1VjBoNVYyNHptNy03LTUgNVYwaDVWMTd6bTctNy01IDVWMGg1VjEwem03LTctNSA1VjBoNVYzek01IDY2IDAgNzF2MFYwSDVWNjZ6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNjNjhmN2EiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-164 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-164 .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-164 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 180px;
  height: 70px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-164 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-164 .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-164 .title {
  border: none;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 19px;
  padding-top: 30px;
  padding-left: 15px;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 1px;
}
.title-page .blocklist-164 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-164 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-164 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-164 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-164 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-164 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-164 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-164 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-164 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-164 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-164 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-164 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-164 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-164 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-164 .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-164 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-164 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-164 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-164 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-164 .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-164 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-164 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-164 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-164 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-164 .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-164 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-164 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-164 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-164 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-164 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-164 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-164 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-164 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-164 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-164 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-164 .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-164 .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-164 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-164 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-164 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .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-164 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-164 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-164 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-164 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .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-164 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-164 .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-164 .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-164 .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-164 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .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-164 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-164 .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-164 .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-164 .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-164 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .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-164 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-164 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .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-164 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-164 .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-164 .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-164 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-164 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-164 .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-164 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-164 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-164 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-164 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-164 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-63 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 226px;
  max-width: 100%;
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.47) 0%, rgba(140, 45, 181, 0.47) 50.2%, rgba(44, 46, 123, 0.47) 100%), linear-gradient(rgba(56, 24, 120, 0.76), rgba(56, 24, 120, 0.76)), url("../images/HEAD (2).jpg") left 50% top 50% / cover no-repeat;
  z-index: 5;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 77px;
  padding-bottom: 114px;
}
.title-page .widget-96 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-152 .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-152 .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-152 .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-152 .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-152 .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 .horizontal_blocklist-152 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-152 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-152 .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-152 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-152 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-152 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-152 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-152 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-152 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .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-152 .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-152 .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-152 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .horizontal_blocklist-152 .item {
  margin: 0 0 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;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  left: 0;
  right: 0;
  align-self: auto;
}
.title-page .horizontal_blocklist-152 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-152 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-152 .image {
  margin: 20px 0 auto 40px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 420px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-152 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .horizontal_blocklist-152 .img-convert {
  border: 7px solid #fff;
  box-sizing: border-box;
  width: 420px;
  height: 400px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.47);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.title-page .horizontal_blocklist-152 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-152 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-152 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}
.title-page .horizontal_blocklist-152 .text {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  color: #e0e0e0;
  line-height: 1.8;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.title-page .horizontal_blocklist-152 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-152 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: PT Sans Caption, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 36px;
  padding-bottom: 35px;
  padding-top: 50px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA0NSAyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI0NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmM0MDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InJlY3QtMyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-152 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-152 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-152 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-152 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-152 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-152 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-152 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-152 .more > a {
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Marianna, cursive;
  color: #bb8d4b;
  font-size: 35px;
}
.title-page .horizontal_blocklist-152 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-152 .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-152 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-152 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-152 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .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-152 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-152 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-152 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-152 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .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-152 .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-152 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-152 .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-152 .bx-pager a:active, .title-page .horizontal_blocklist-152 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-152 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-152 .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;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-152 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-152 {
  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-152 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-152 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item_type_calendar .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-152 .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-152 .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-152 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-152 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-152 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-152 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-152 .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-152 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-152 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-152 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-152 .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-152 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-152 .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-152 .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-152 .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-152 .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-152 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-152 .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-152 .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-152 .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-152 .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-152 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-152 .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-152 .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-152 .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-152 .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-152 .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-152 .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;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-152 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-152 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-152 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-152 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-152 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-60 {
  margin: 337px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/X.jpg") left calc(50% - 589px) top calc(50% + 10px) / auto auto no-repeat;
  z-index: 4;
  right: 0;
  padding-top: 92px;
  padding-bottom: 163px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-94 {
  padding: 40px 389px 60px 40px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: 1100px;
  right: 0;
  -webkit-box-shadow: 0px 13px 48px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 13px 48px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 13px 48px rgba(0, 0, 0, 0.38);
  background: url("../images/lib_780001_23543rdsf.svg") right 171px top 50% / 71px no-repeat, url("../images/lib_780001_21312312wedsdd.png") right 0px bottom 0px / auto auto no-repeat, linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.89) 63.5%, rgba(131, 97, 213, 0.89) 63.5%, rgba(56, 24, 120, 0.89) 100%) rgba(255, 255, 255, 0.83);
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  max-width: 100%;
}
.title-page .form-147 .form__header {
  box-sizing: border-box;
  font-size: 28px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #4d3280;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
}
.title-page .form-147 .form__text {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #8f8f8f;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .form-147 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-147 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-147 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -15px;
  width: auto;
}
.title-page .form-147 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-147 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-147 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: 604px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-147 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-147 .form-text {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-147 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-147 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-147 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-147 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-147 .form-text input {
  padding: 2px 4px 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #ededed;
  width: 100%;
  min-width: 100px;
  min-height: 50px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 50px;
}
.title-page .form-147 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #ededed;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-page .form-147 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-147 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-147 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-147 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-147 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-147 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-147 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-147 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-147 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-147 .form-submit {
  box-sizing: border-box;
  margin-top: 12px;
}
.title-page .form-147 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-147 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-147 .form-submit button {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.48) 0%, rgba(25, 167, 255, 0.48) 100%) #00c0eb;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 0px 1px 0px rgba(44, 30, 71, 0.43);
  -moz-text-shadow: 0px 1px 0px rgba(44, 30, 71, 0.43);
  text-shadow: 0px 1px 0px rgba(44, 30, 71, 0.43);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  width: 200px;
  min-height: 45px;
}
.title-page .form-147 .form-submit button:hover, .title-page .form-147 .form-submit button.hover, .title-page .form-147 .form-submit button.active {
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.34) 0%, rgba(140, 45, 181, 0.34) 50.2%, rgba(44, 46, 123, 0.34) 100%) #381878;
  -webkit-box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
}
.title-page .form-147 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-147 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}
.title-page .form-147 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-147 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #ededed;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-page .form-147 .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-147 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-147 .form-captcha button {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.48) 0%, rgba(25, 167, 255, 0.48) 100%) #00c0eb;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 0px 1px 0px rgba(44, 30, 71, 0.43);
  -moz-text-shadow: 0px 1px 0px rgba(44, 30, 71, 0.43);
  text-shadow: 0px 1px 0px rgba(44, 30, 71, 0.43);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  width: 200px;
  min-height: 45px;
}
.title-page .form-147 .form-captcha button:hover, .title-page .form-147 .form-captcha button.hover, .title-page .form-147 .form-captcha button.active {
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.34) 0%, rgba(140, 45, 181, 0.34) 50.2%, rgba(44, 46, 123, 0.34) 100%) #381878;
  -webkit-box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
}
.title-page .form-147 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-147 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-147 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-147 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-147 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .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-147 .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-147 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-147 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-147 .form-radio {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .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-147 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-147 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-147 .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-147 .form-select {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-div {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-html {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-147 .form-upload {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-147 .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-147 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 15px;
}
.title-page .form-147 .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-147 .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-147 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-147 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-147 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-147 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-147 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-147 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-147 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-147 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-147 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-147 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-147 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-147 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-58 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 410px;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 100px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-84 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-91 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-141 .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-141 .popover-body .form_text 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-141 .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-141 .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-141 .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-141 .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;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-141 .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-141 .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-141 .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-141 .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-141 .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-141 .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-141 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-141 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-141 .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: 42px;
  box-sizing: border-box;
}
.title-page .blocklist-141 .header_text {
  border: none;
  font-size: 36px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans Caption, sans-serif;
  color: #4d3280;
  -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;
  letter-spacing: 0.3px;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 400px;
  padding-left: 0;
  padding-top: 8px;
  margin-bottom: 9px;
}
.title-page .blocklist-141 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-141 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-141 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-141 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-141 .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-141 .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-141 .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-141 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-141 .item {
  margin: 0 5px 24px;
  border: none;
  position: relative;
  width: 470px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: rgba(207, 181, 255, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 5px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .blocklist-141 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-141 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-141 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 9px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
}
.title-page .blocklist-141 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-141 .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-141 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 225px;
  height: 225px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-141 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-141 .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-141 .title {
  border: none;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #2c1e47;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  padding-left: 0;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 23px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 32px;
}
.title-page .blocklist-141 .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-141 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-141 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-141 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-141 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-141 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-141 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-141 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -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;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  color: #4412a1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  width: auto;
  margin-left: 40px;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA2IDkiIGlkPSJzdmctMSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmYyZjBmIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcnJvdy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDkuNjkgNzExLjJsLTMuODQgMy41MTFhMS4xNTEgMS4xNTEuMCAwIDEtMS41My4wLjkyNS45MjUuMCAwIDEgMC0xLjRsMy4wNy0yLjgwOS0zLjA3LTIuODA5YS45MjUuOTI1LjAgMCAxIDAtMS40IDEuMTUxIDEuMTUxLjAgMCAxIDEuNTMuMGwzLjg0IDMuNTExQS45NC45NC4wIDAgMSAxNTA5LjY5IDcxMS4yeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQuMDMgLTcwNikiIGZpbGw9IiM2YjJkZDUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") right 30px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-141 .more > a:hover, .title-page .blocklist-141 .more > a.hover, .title-page .blocklist-141 .more > a.active {
  color: #fa4487;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA2IDkiIGlkPSJzdmctMSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmYyZjBmIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhcnJvdy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDkuNjkgNzExLjJsLTMuODQgMy41MTFhMS4xNTEgMS4xNTEuMCAwIDEtMS41My4wLjkyNS45MjUuMCAwIDEgMC0xLjRsMy4wNy0yLjgwOS0zLjA3LTIuODA5YS45MjUuOTI1LjAgMCAxIDAtMS40IDEuMTUxIDEuMTUxLjAgMCAxIDEuNTMuMGwzLjg0IDMuNTExQS45NC45NC4wIDAgMSAxNTA5LjY5IDcxMS4yeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQuMDMgLTcwNikiIGZpbGw9IiNlYTIzNDEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") right 30px top 50% / auto auto no-repeat;
}
.title-page .blocklist-141 .bx-wrapper {
  max-width: 1119px;
}
.title-page .blocklist-141 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-141 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-141 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-141 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-141 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 42px;
}
.title-page .blocklist-141 .all {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: PT Sans Caption, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  -webkit-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.14);
  -webkit-text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.51);
  -moz-text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.51);
  text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.51);
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.48) 0%, rgba(25, 167, 255, 0.48) 100%) #00c0eb;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 265px;
  min-height: 65px;
  font-weight: bold;
}
.title-page .blocklist-141 .all:hover, .title-page .blocklist-141 .all.hover, .title-page .blocklist-141 .all.active {
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.14);
  background: linear-gradient(75deg, rgba(255, 86, 54, 0.17) 0%, rgba(229, 58, 117, 0.17) 100%) #fa4487;
}
.title-page .blocklist-141 .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-141 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-141 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-141 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-141 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-141 .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-141 .bx-auto_controls {
  margin: 22px 0 0 auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-141 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-141 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-141 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-141 .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-141 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-141 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-141 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-141 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-141 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #6c35cc;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-141 .bx-pager a:hover, .title-page .blocklist-141 .bx-pager a.hover, .title-page .blocklist-141 .bx-pager a.active {
  background: #ff5291;
}
.title-page .blocklist-141 .bx-pager a:active, .title-page .blocklist-141 .bx-pager a.active {
  background: #aa8aeb;
}
.title-page .popover-container-141 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-141 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-141 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-141 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-141 .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-141 .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-141 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-141 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .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-141 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-141 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .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-141 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-141 .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-141 .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-141 .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-141 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .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-141 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-141 .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-141 .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-141 .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-141 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .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-141 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-141 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .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-141 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-141 .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-141 .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-141 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-141 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-141 .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-141 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-141 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-141 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-141 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-141 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-40 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 800px;
  background: repeating-linear-gradient(to bottom right, rgba(250, 68, 135, 0.46) 0%, rgba(140, 45, 181, 0.46) 50.2%, rgba(44, 46, 123, 0.46) 100%), linear-gradient(rgba(108, 53, 204, 0.86), rgba(108, 53, 204, 0.86)), url("../images/HEAD.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-98 {
  margin: 15px auto 0;
  border: 10px solid #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 1100px;
  height: 0;
  min-height: 450px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px #000, 0px 47px 72px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px #000, 0px 47px 72px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px #000, 0px 47px 72px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  max-width: 100%;
}
.title-page .slider-156 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-156 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-156 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-156 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-156 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-156 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  width: 450px;
  right: auto;
  margin-left: 116px;
  margin-right: 0;
  bottom: auto;
  margin-top: -43px;
}
.title-page .slider-156 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-156 .block-body {
  border: none;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.3;
  text-indent: 0;
  text-decoration: none;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 17px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-156 .block-more {
  box-sizing: border-box;
}
.title-page .slider-156 .block-more > a {
  padding: 13px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fa4487;
  -moz-box-shadow: inset 0px 0px 0px 2px #fa4487;
  box-shadow: inset 0px 0px 0px 2px #fa4487;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 135px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-156 .block-more > a:hover, .title-page .slider-156 .block-more > a.hover, .title-page .slider-156 .block-more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #00c0eb;
  -moz-box-shadow: inset 0px 0px 0px 2px #00c0eb;
  box-shadow: inset 0px 0px 0px 2px #00c0eb;
}
.title-page .slider-156 .block-more > a:active, .title-page .slider-156 .block-more > a.active {
  background: #00c0eb;
}
.title-page .slider-156 .block-title {
  border: none;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-indent: 0;
  text-decoration: none;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-156 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-156 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-156 .slider-prev {
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_451101_8.png") left 50% top 50% / auto auto no-repeat transparent;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 20px;
}
.title-page .slider-156 .slider-prev:hover, .title-page .slider-156 .slider-prev.hover, .title-page .slider-156 .slider-prev.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .slider-156 .slider-prev:active, .title-page .slider-156 .slider-prev.active {
  background: url("../images/lib_451101_8.png") left 50% top 50% / auto auto no-repeat #fff;
}
.title-page .slider-156 .slider-next {
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_451101_9.png") left calc(50% + 2px) top 50% / auto auto no-repeat transparent;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: 20px;
}
.title-page .slider-156 .slider-next:hover, .title-page .slider-156 .slider-next.hover, .title-page .slider-156 .slider-next.active {
  border: none;
  background: url("../images/lib_451101_9.png") left calc(50% + 1px) top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .slider-156 .slider-next:active, .title-page .slider-156 .slider-next.active {
  background: url("../images/lib_451101_9.png") left calc(50% + 1px) top 50% / auto auto no-repeat #fff;
}
.title-page .slider-156 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-156 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-156 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  margin-bottom: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .slider-156 .bx-auto_controls {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  visibility: visible;
  text-align: left;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-156 .slider-pager > a {
  padding: 1px;
  margin: 2px 5px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
  text-indent: 0;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.15);
}
.title-page .slider-156 .slider-pager > a:hover, .title-page .slider-156 .slider-pager > a.hover, .title-page .slider-156 .slider-pager > a.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .slider-156 .slider-pager > a:active, .title-page .slider-156 .slider-pager > a.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff4834;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff4834;
  box-shadow: inset 0px 0px 0px 2px #ff4834;
}
.title-page .slider-156 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-156 .bx-controls-auto {
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-156 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-156 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-156 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-156 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-156 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-156 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-156 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-156 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-156 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-156 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-156 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-156 .wrap_text_dm {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  min-height: inherit;
}
.title-page .slider-156 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-156 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-156 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-156 .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-156 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-156 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .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;
}
.title-page .popover-wrap-156 .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;
}
.title-page .popover-wrap-156 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-156 .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-156 .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-156 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-156 .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-156 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-156 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-156 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-156 .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-156 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-156 .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-156 .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-156 .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-156 .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-156 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-156 .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-156 .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-156 .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-156 .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-156 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-156 .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-156 .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-156 .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-156 .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-156 .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-156 .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;
}
.title-page .popover-wrap-156 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-156 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-156 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-156 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-156 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-41 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-102 {
  margin: 24px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  padding-right: 2px;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 1100px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  max-width: 100%;
  -webkit-box-shadow: inset 0px -1px 0px rgba(227, 227, 227, 0.16);
  -moz-box-shadow: inset 0px -1px 0px rgba(227, 227, 227, 0.16);
  box-shadow: inset 0px -1px 0px rgba(227, 227, 227, 0.16);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 22px;
}
.title-page .menu-170 .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-170 .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-170 .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-170 .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-170 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-170 .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-170 .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-170 .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-170 .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-170 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 18px;
  margin: 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: PT Sans Caption, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-170 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-170 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-170 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.43) 0%, rgba(25, 167, 255, 0.43) 100%) #00c0eb;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .menu-170 .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-170 .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-170 .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-170 .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-170 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-170 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-170 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-170 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-170 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-170 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-170 .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-170 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-170 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-170 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-170 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .block-42 .layout_96 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 .layout_174 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 .layout_190 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 .layout_95_id_95_id_190 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-42 .layout_95_id_190 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0px 0px 0px 156px;
}
.title-page .block-42 {
  margin: 29px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
  max-width: 100%;
}
.title-page .widget-104 {
  margin: 17px 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  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: 204px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  padding-right: 24px;
}
.title-page .widgetsocial-174 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-174 .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-174 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-174 .soc {
  margin: 2px 5px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-174 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_1181301_124rfds.svg") left 50% top 50% / 8px no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_1181301_12rdfs.svg") left 50% top 50% / 16px no-repeat, url("../images/lib_1181301_dfggdsfd.svg") left 50% top 50% / auto auto no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_1181301_214sdfgs.svg") left 50% top calc(50% + 1px) / 17px no-repeat, url("../images/lib_1181301_sfddsf.jpg") left 50% top 50% / 46px no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_1181301_124rdfd.svg") left 50% top 50% / 16px no-repeat, url("../images/lib_1181301_2145rfdds.svg") left 50% top 50% / auto auto no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat #4e71a7;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-174 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-174 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .block-81 {
  margin: -49px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 303px;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-87 {
  padding: 0.02px 10px 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 303px;
  right: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-136 p:first-child {
  margin-top: 0;
}
.title-page .address-136 p:last-child {
  margin-bottom: 0;
}
.title-page .address-136 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-136 .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-136 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIzNC44OCIgaGVpZ2h0PSIyNjAuOTA2IiB2aWV3Qm94PSIwIDAgMjM0Ljg4IDI2MC45MDYiPjxkZWZzPjxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgb3BhY2l0eTogMC4zOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0gPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEyMC42NzQsMjYwLjg0NCBMMTE4Ljg3MCwyNjAuODc4IEwxMTcuNDI3LDI2MC45MDcgQzU5LjA2NiwyNjAuOTA3IC0wLjAwNywyNDIuOTgxIC0wLjAwNywyMDguNzI2IEMtMC4wMDcsMTkxLjQ1NiAxNS4wMjYsMTc4LjM0OCAzNy4zOTUsMTY5LjU4NCBDNDEuODE5LDE3Ny43NzcgNDYuNTQxLDE4NS4zNDcgNTEuMjk1LDE5Mi4yNDcgQzM0Ljc1NiwxOTcuOTQ4IDI2LjA5MCwyMDQuODAyIDI2LjA5MCwyMDguNzI2IEMyNi4wOTAsMjE0LjgxOSA0Ni44NTYsMjI3Ljk4NiA4NS44NzIsMjMyLjkwMSBDOTUuMzM3LDIzNC4wOTQgMTA1Ljg0NCwyMzQuODE2IDExNy40MjcsMjM0LjgxNiBDMTI4Ljc3MywyMzQuODE2IDEzOS4xMDAsMjM0LjEyOSAxNDguNDE2LDIzMi45ODEgQzE4Ny44MDcsMjI4LjEyNSAyMDguNzY0LDIxNC44NTAgMjA4Ljc2NCwyMDguNzI2IEMyMDguNzY0LDIwNC42NDAgMTk5LjM3MSwxOTcuMzg2IDE4MS40ODMsMTkxLjU1NSBDMTg2LjE5OCwxODQuNTgyIDE5MC45MDEsMTc2Ljk3NyAxOTUuNDAwLDE2OC44NDcgQzIxOC44NzUsMTc3LjYwNCAyMzQuODYxLDE5MC45NDIgMjM0Ljg2MSwyMDguNzI2IEMyMzQuODYxLDI0Mi4zNDggMTc3Ljk1OCwyNjAuMTkxIDEyMC42NzQsMjYwLjg0NCBaTTEyNi42NTIsMjE3Ljk0NyBMMTE4LjIzMCwyMjYuMzc2IEwxMDkuMDc0LDIxOC43NDUgQzEwNi4yMjEsMjE2LjM2OCAzOS4xMzcsMTU5LjU1MiAzOS4xMzcsNzguMjczIEMzOS4xMzcsMzUuMTEyIDc0LjI1NiwwLjAwMyAxMTcuNDI3LDAuMDAzIEMxNjAuNTk5LDAuMDAzIDE5NS43MTUsMzUuMTEyIDE5NS43MTUsNzguMjczIEMxOTUuNzE1LDE0OC4wOTcgMTI5LjQ3NSwyMTUuMTM0IDEyNi42NTIsMjE3Ljk0NyBaTTExNy40MjcsMjYuMDkzIEM4OC42NDcsMjYuMDkzIDY1LjIzNCw0OS41MDAgNjUuMjM0LDc4LjI3MyBDNjUuMjM0LDEzMC44NjggOTkuODY3LDE3Mi43OTkgMTE2Ljc1MCwxOTAuMTEzIEMxMzMuNjM2LDE3MC41NzggMTY5LjYyMCwxMjMuNjI3IDE2OS42MjAsNzguMjczIEMxNjkuNjIwLDQ5LjUwMCAxNDYuMjA2LDI2LjA5MyAxMTcuNDI3LDI2LjA5MyBaTTkxLjMzMSw3OC4yNzMgQzkxLjMzMSw2My44NjQgMTAzLjAxMyw1Mi4xODMgMTE3LjQyNyw1Mi4xODMgQzEzMS44NDAsNTIuMTgzIDE0My41MjQsNjMuODY0IDE0My41MjQsNzguMjczIEMxNDMuNTI0LDkyLjY4MyAxMzEuODQwLDEwNC4zNjMgMTE3LjQyNywxMDQuMzYzIEMxMDMuMDEzLDEwNC4zNjMgOTEuMzMxLDkyLjY4MyA5MS4zMzEsNzguMjczIFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=") left 50% top 50% / 14px no-repeat;
  margin-right: 15px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-136 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-136 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-136 .title {
  box-sizing: border-box;
  display: block;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.63);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.title-page .address-136 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-136 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-136 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-103 {
  padding: 0.02px 10px 0.02px 44px;
  margin: 15px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 303px;
  right: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-171 p:first-child {
  margin-top: 0;
}
.title-page .address-171 p:last-child {
  margin-bottom: 0;
}
.title-page .address-171 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-171 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-171 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIzNC44OCIgaGVpZ2h0PSIyNjAuOTA2IiB2aWV3Qm94PSIwIDAgMjM0Ljg4IDI2MC45MDYiPjxkZWZzPjxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgb3BhY2l0eTogMC4zOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0gPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEyMC42NzQsMjYwLjg0NCBMMTE4Ljg3MCwyNjAuODc4IEwxMTcuNDI3LDI2MC45MDcgQzU5LjA2NiwyNjAuOTA3IC0wLjAwNywyNDIuOTgxIC0wLjAwNywyMDguNzI2IEMtMC4wMDcsMTkxLjQ1NiAxNS4wMjYsMTc4LjM0OCAzNy4zOTUsMTY5LjU4NCBDNDEuODE5LDE3Ny43NzcgNDYuNTQxLDE4NS4zNDcgNTEuMjk1LDE5Mi4yNDcgQzM0Ljc1NiwxOTcuOTQ4IDI2LjA5MCwyMDQuODAyIDI2LjA5MCwyMDguNzI2IEMyNi4wOTAsMjE0LjgxOSA0Ni44NTYsMjI3Ljk4NiA4NS44NzIsMjMyLjkwMSBDOTUuMzM3LDIzNC4wOTQgMTA1Ljg0NCwyMzQuODE2IDExNy40MjcsMjM0LjgxNiBDMTI4Ljc3MywyMzQuODE2IDEzOS4xMDAsMjM0LjEyOSAxNDguNDE2LDIzMi45ODEgQzE4Ny44MDcsMjI4LjEyNSAyMDguNzY0LDIxNC44NTAgMjA4Ljc2NCwyMDguNzI2IEMyMDguNzY0LDIwNC42NDAgMTk5LjM3MSwxOTcuMzg2IDE4MS40ODMsMTkxLjU1NSBDMTg2LjE5OCwxODQuNTgyIDE5MC45MDEsMTc2Ljk3NyAxOTUuNDAwLDE2OC44NDcgQzIxOC44NzUsMTc3LjYwNCAyMzQuODYxLDE5MC45NDIgMjM0Ljg2MSwyMDguNzI2IEMyMzQuODYxLDI0Mi4zNDggMTc3Ljk1OCwyNjAuMTkxIDEyMC42NzQsMjYwLjg0NCBaTTEyNi42NTIsMjE3Ljk0NyBMMTE4LjIzMCwyMjYuMzc2IEwxMDkuMDc0LDIxOC43NDUgQzEwNi4yMjEsMjE2LjM2OCAzOS4xMzcsMTU5LjU1MiAzOS4xMzcsNzguMjczIEMzOS4xMzcsMzUuMTEyIDc0LjI1NiwwLjAwMyAxMTcuNDI3LDAuMDAzIEMxNjAuNTk5LDAuMDAzIDE5NS43MTUsMzUuMTEyIDE5NS43MTUsNzguMjczIEMxOTUuNzE1LDE0OC4wOTcgMTI5LjQ3NSwyMTUuMTM0IDEyNi42NTIsMjE3Ljk0NyBaTTExNy40MjcsMjYuMDkzIEM4OC42NDcsMjYuMDkzIDY1LjIzNCw0OS41MDAgNjUuMjM0LDc4LjI3MyBDNjUuMjM0LDEzMC44NjggOTkuODY3LDE3Mi43OTkgMTE2Ljc1MCwxOTAuMTEzIEMxMzMuNjM2LDE3MC41NzggMTY5LjYyMCwxMjMuNjI3IDE2OS42MjAsNzguMjczIEMxNjkuNjIwLDQ5LjUwMCAxNDYuMjA2LDI2LjA5MyAxMTcuNDI3LDI2LjA5MyBaTTkxLjMzMSw3OC4yNzMgQzkxLjMzMSw2My44NjQgMTAzLjAxMyw1Mi4xODMgMTE3LjQyNyw1Mi4xODMgQzEzMS44NDAsNTIuMTgzIDE0My41MjQsNjMuODY0IDE0My41MjQsNzguMjczIEMxNDMuNTI0LDkyLjY4MyAxMzEuODQwLDEwNC4zNjMgMTE3LjQyNywxMDQuMzYzIEMxMDMuMDEzLDEwNC4zNjMgOTEuMzMxLDkyLjY4MyA5MS4zMzEsNzguMjczIFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=") left 50% top 50% / 14px no-repeat;
  margin-right: 15px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-171 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-171 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-171 .title {
  box-sizing: border-box;
  display: block;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.63);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.title-page .address-171 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-171 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-171 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-62 {
  margin: 0 0 auto 14px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 360px;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-96 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-96 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-96 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .site-name-96 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: PT Sans Caption, sans-serif;
  color: #69e4ff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 29px;
  font-weight: bold;
}
.title-page .site-name-96 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-43 {
  margin: 15px 0 0 444px;
  position: relative;
  top: 0;
  left: 0;
  width: 283px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 18px;
  padding-right: 13px;
}
.title-page .widget-88 {
  padding: 0.02px 9px 0.02px 3px;
  margin: 9px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 252px;
  right: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-137 p:first-child {
  margin-top: 0;
}
.title-page .email-137 p:last-child {
  margin-bottom: 0;
}
.title-page .email-137 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-137 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-137 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI1MSIgaGVpZ2h0PSIxNzUuOTY4IiB2aWV3Qm94PSIwIDAgMjUxIDE3NS45NjgiPjxkZWZzPjxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgb3BhY2l0eTogMC4zOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0gPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIyNS44OTksMTc1Ljk2NSBMMjUuMDk5LDE3NS45NjUgQzExLjIzNywxNzUuOTY1IC0wLjAwMSwxNjQuNzEyIC0wLjAwMSwxNTAuODI4IEwtMC4wMDEsMjUuMTM2IEMtMC4wMDEsMTEuMjUyIDExLjIzNywtMC4wMDMgMjUuMDk5LC0wLjAwMyBMMjI1Ljg5OSwtMC4wMDMgQzIzOS43NjEsLTAuMDAzIDI1MC45OTksMTEuMjUyIDI1MC45OTksMjUuMTM2IEwyNTAuOTk5LDE1MC44MjggQzI1MC45OTksMTY0LjcxMiAyMzkuNzYxLDE3NS45NjUgMjI1Ljg5OSwxNzUuOTY1IFpNMjI1Ljg5OSwxNTAuODI4IEwyMjUuODk5LDM5Ljk1NyBMMTI1LjQ5OCwxMDIuODA0IEwyNS4wOTksMzkuOTU3IEwyNS4wOTksMTUwLjgyOCBMMjI1Ljg5OSwxNTAuODI4IFpNMjAyLjIxOSwyNS4xMzYgTDQ4Ljc3OSwyNS4xMzYgTDEyNS40OTgsNzMuMTYxIEwyMDIuMjE5LDI1LjEzNiBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / 18px no-repeat;
  margin-right: 15px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-137 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-137 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-137 .title {
  box-sizing: border-box;
  display: none;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.25);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .email-137 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #69e4ff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1px;
}
.title-page .email-137 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-137 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-64 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-left: 21px;
}
.title-page .phones-99 p:first-child {
  margin-top: 0;
}
.title-page .phones-99 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-99 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-99 .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-99 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/lib_1023601_124rtyy.svg") left 50% top 50% / 14px no-repeat;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 20px;
}
.title-page .phones-99 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-99 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-99 .title {
  box-sizing: border-box;
  display: none;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .phones-99 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
}
.title-page .phones-99 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-99 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-99 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-16 .layout_42 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-16 .layout_182 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-16 .layout_center_39_id_40_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-16 .layout_39_id_182 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: -331px 0px 0px;
}
.title-page .block-16 .layout_39_id_187 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-16 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.6) 0%, rgba(140, 45, 181, 0.6) 50.2%, rgba(44, 46, 123, 0.6) 100%), linear-gradient(rgba(77, 50, 128, 0.82), rgba(77, 50, 128, 0.82)), url("../images/HEAD (2).jpg") left 50% top 50% / cover no-repeat;
  z-index: 1;
  text-align: left;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  text-indent: 0;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-80 .layout_187_id_188 {
  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;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-80 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
}
.title-page .widget-113 {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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-188 .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-188 .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 .horizontal_block-188 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_block-188 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_block-188 .body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_block-188 .figure {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_block-188 .image {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_block-188 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_block-188 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .horizontal_block-188 .image img {
  vertical-align: middle;
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .horizontal_block-188 .detail {
  padding: 30px 30px 21px;
  border: none;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-left: 0;
  width: auto;
  margin-right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  flex-basis: auto;
}
.title-page .horizontal_block-188 .title {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: PT Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  width: 220px;
  margin-top: auto;
  font-weight: bold;
  min-height: 50px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_block-188 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  color: rgba(255, 255, 255, 0.65);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  width: 400px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-top: -49px;
  min-height: 50px;
}
.title-page .horizontal_block-188 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_block-188 .more {
  box-sizing: border-box;
  margin-top: -58px;
  width: 210px;
  margin-left: auto;
  margin-right: 0;
}
.title-page .horizontal_block-188 .more > a {
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  font-family: PT Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1), 0px 7px 33px 0px rgba(18, 17, 16, 0.24);
  -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1), 0px 7px 33px 0px rgba(18, 17, 16, 0.24);
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1), 0px 7px 33px 0px rgba(18, 17, 16, 0.24);
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.13);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.13);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.13);
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.42) 0%, rgba(25, 167, 255, 0.42) 100%) #00c0eb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 210px;
}
.title-page .horizontal_block-188 .more > a:hover, .title-page .horizontal_block-188 .more > a.hover, .title-page .horizontal_block-188 .more > a.active {
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 33px rgba(18, 17, 16, 0.24);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 33px rgba(18, 17, 16, 0.24);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 7px 33px rgba(18, 17, 16, 0.24);
  background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.26) 0%, rgba(140, 45, 181, 0.26) 50.2%, rgba(44, 46, 123, 0.26) 100%) #381878;
}
.title-page .popover-container-188 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-188 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-188 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item_type_calendar .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-188 .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-188 .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-188 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-188 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-188 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-188 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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-188 .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-188 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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-188 .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-188 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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-188 .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-188 .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-188 .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;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-188 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-188 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-188 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-79 {
  padding: 35px 35px 65px;
  margin: 1px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 323px;
  min-height: 0;
  background: #fff;
  z-index: 4;
  display: block;
  right: 0;
  -webkit-box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-110 {
  margin: 21px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-183 p:first-child {
  margin-top: 0;
}
.title-page .email-183 p:last-child {
  margin-bottom: 0;
}
.title-page .email-183 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-183 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-183 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_471801_untitled-1-recovered-recovered_06 (4).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-183 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-183 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-183 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-183 .text_body {
  font-family: Open Sans, sans-serif;
  color: #f02d57;
  text-decoration: none;
  font-size: 14px;
  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 .email-183 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-183 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-111 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-184 p:first-child {
  margin-top: 0;
}
.title-page .address-184 p:last-child {
  margin-bottom: 0;
}
.title-page .address-184 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-184 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-184 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_471801_untitled-1-recovered-recovered_06 (3).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-184 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-184 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-184 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-184 .text_body {
  font-family: Open Sans, sans-serif;
  color: #18121c;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-184 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-184 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-112 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-185 p:first-child {
  margin-top: 0;
}
.title-page .phones-185 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-185 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-185 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-185 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_471801_untitled-1-recovered-recovered_06 (2).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-185 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-185 .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-185 .title {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 10px;
}
.title-page .phones-185 .text_body {
  box-sizing: border-box;
  font-family: Roboto Condensed, sans-serif;
  color: #18121c;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-185 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-185 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-185 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .text-4 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 24px;
  z-index: 4;
  font-family: Open Sans, sans-serif;
  color: #0e0a0f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-18 {
  padding: 35px 35px 49px;
  margin: 0 0 auto 314px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 323px;
  min-height: 0;
  background: #fff;
  z-index: 3;
  display: block;
  right: 0;
  -webkit-box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .text-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 24px;
  z-index: 4;
  font-family: Open Sans, sans-serif;
  color: #0e0a0f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-24 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-44 p:first-child {
  margin-top: 0;
}
.title-page .phones-44 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-44 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-44 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-44 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_471801_untitled-1-recovered-recovered_06 (2).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-44 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-44 .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-44 .title {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 10px;
}
.title-page .phones-44 .text_body {
  box-sizing: border-box;
  font-family: Roboto Condensed, sans-serif;
  color: #18121c;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-44 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-44 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-44 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-25 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-45 p:first-child {
  margin-top: 0;
}
.title-page .address-45 p:last-child {
  margin-bottom: 0;
}
.title-page .address-45 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-45 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-45 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_471801_untitled-1-recovered-recovered_06 (3).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-45 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-45 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-45 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-45 .text_body {
  font-family: Open Sans, sans-serif;
  color: #18121c;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-45 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-45 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-26 {
  margin: 21px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-46 p:first-child {
  margin-top: 0;
}
.title-page .email-46 p:last-child {
  margin-bottom: 0;
}
.title-page .email-46 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-46 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-46 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_471801_untitled-1-recovered-recovered_06 (4).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-46 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-46 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-46 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-46 .text_body {
  font-family: Open Sans, sans-serif;
  color: #f02d57;
  text-decoration: none;
  font-size: 14px;
  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 .email-46 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-46 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-23 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-height: 371px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-20 .layout_53 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_54 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_61 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_52_id_54 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-20 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 1;
  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;
  max-width: 100%;
  right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.title-page .widget-38 {
  margin: 4px 0 auto 265px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-30 {
  margin: 0 0 auto 161px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  width: 247px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: auto;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-53 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-53 .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-53 .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-53 .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-53 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  word-break: break-word;
}
.title-page .widgetsocial-53 .wg-soc-title {
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.title-page .widgetsocial-53 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_468901_untitled-1-recovered-recovered_27 (1).png") left 50% top 50% / auto auto no-repeat #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_468901_untitled-1-recovered-recovered_27 (2).png") left 50% top 50% / auto auto no-repeat #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_468901_untitled-1-recovered-recovered_27 (3).png") left 50% top 50% / auto auto no-repeat #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_468901_untitled-1-recovered-recovered_27 (4).png") left 50% top 50% / auto auto no-repeat #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.28) #fff;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widgetsocial-53 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  min-width: 20px;
  box-sizing: border-box;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .widget-31 {
  margin: 5px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #8f8f8f;
  text-decoration: none;
  width: 96px;
  right: auto;
}
.title-page .widget-21 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
}
.title-page .side-panel-35 .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-35 .side-panel-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  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;
  right: auto;
  text-align: left;
}
.title-page .side-panel-35 .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;
  right: auto;
  text-align: center;
}
.title-page .side-panel-35 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  min-height: 100%;
}
.title-page .side-panel-35 .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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 102px;
}
.title-page .side-panel-35 .side-panel-button {
  padding: 4px 5px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 57px;
  min-height: 57px;
  background: #ffcb1f;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  text-align: center;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 46px;
  align-self: auto;
  margin-right: 29px;
}
.title-page .side-panel-35 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-35 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 10px;
  background: #000;
  text-align: left;
  width: 36px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .side-panel-35 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-86 {
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .widget-114 {
    padding-bottom: 25px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .title-page .blocklist-189 .header_text {
    font-size: 32px;
  }
  .title-page .blocklist-189 .all-in_header {
    background: #a1602f;
  }
  .title-page .blocklist-189 .all-in_header:hover, .title-page .blocklist-189 .all-in_header.hover, .title-page .blocklist-189 .all-in_header.active {
    border-top: 1px solid #bd2d50;
    border-right: 1px solid #bd2d50;
    border-bottom: 2px solid #96203d;
    border-left: 1px solid #bd2d50;
    color: #bd2d50;
  }
  .title-page .blocklist-189 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-189 .body {
    width: auto;
  }
  .title-page .blocklist-189 .bx-wrapper {
    max-width: 760px;
  }
  .title-page .blocklist-189 .list {
    width: 758px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-189 .item-outer {
    width: 25%;
  }
  .title-page .blocklist-189 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-basis: 100%;
  }
  .title-page .blocklist-189 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    width: auto;
    margin-left: 0;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-189 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-78 {
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .widget-109 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .blocklist-181 .header {
    margin-bottom: 5px;
    background: none;
  }
  .title-page .blocklist-181 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-181 .header_text:hover, .title-page .blocklist-181 .header_text.hover, .title-page .blocklist-181 .header_text.active {
    font-weight: 800;
  }
  .title-page .blocklist-181 .body-outer {
    width: auto;
  }
  .title-page .blocklist-181 .body {
    width: auto;
  }
  .title-page .blocklist-181 .bx-wrapper {
    max-width: 768px;
  }
  .title-page .blocklist-181 .list {
    width: 768px;
  }
  .title-page .blocklist-181 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-181 .image {
    margin-right: 4px;
    float: none;
  }
  .title-page .blocklist-181 .image-inner {
    margin-left: 0;
  }
  .title-page .blocklist-181 .title {
    width: auto;
  }
  .title-page .blocklist-181 .title:hover, .title-page .blocklist-181 .title.hover, .title-page .blocklist-181 .title.active {
    line-height: 1.6;
  }
  .title-page .blocklist-181 .controls {
    margin-top: 177px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .blocklist-181 .bx-pager-wrap {
    display: none;
  }
  .title-page .block-74 .layout_168_id_169 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-74 {
    padding: 25px 30px 40px;
    margin-top: 0;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    display: block;
  }
  .title-page .widget-101 {
    height: auto;
    display: block;
  }
  .title-page .reviews-169 .description {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .title-page .reviews-169 .description:hover, .title-page .reviews-169 .description.hover, .title-page .reviews-169 .description.active {
    font-weight: 800;
  }
  .title-page .reviews-169 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-169 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .reviews-169 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .reviews-169 .list {
    width: 728px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-169 .item-outer {
    width: 50%;
  }
  .title-page .reviews-169 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .reviews-169 .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 .block-73 {
    padding: 41px 20px 39px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-85 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-100 {
    padding-bottom: 45px;
    background: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .title-page .blocklist-167 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-167 .body {
    width: auto;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 744px;
  }
  .title-page .blocklist-167 .list {
    width: 744px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-167 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-167 .item {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-167 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-167 .footer {
    padding-left: 0;
  }
  .title-page .blocklist-167 .all:active, .title-page .blocklist-167 .all.active {
    color: #000;
  }
  .title-page .blocklist-167 .next:active, .title-page .blocklist-167 .next.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .title-page .block-72 {
    display: none;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-70 {
    display: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-68 {
    display: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-71 {
    padding: 40px 0 25px;
    margin-top: 0;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-99 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .blocklist-164 .header {
    margin-bottom: 35px;
  }
  .title-page .blocklist-164 .header_text {
    font-size: 34px;
  }
  .title-page .blocklist-164 .body-outer {
    width: auto;
  }
  .title-page .blocklist-164 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-164 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-164 .text {
    font-size: 16px;
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-top: 7px;
  }
  .title-page .blocklist-164 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-164 .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 .blocklist-164 .title {
    font-size: 17px;
    background: none;
  }
  .title-page .blocklist-164 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-63 {
    background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.47) 0%, rgba(140, 45, 181, 0.47) 50.2%, rgba(44, 46, 123, 0.47) 100%), linear-gradient(rgba(56, 24, 120, 0.76), rgba(56, 24, 120, 0.76)), url("../images/lib_688401_54407331.jpg?1494836818997") left 50% top 50% / cover no-repeat;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .widget-96 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    display: block;
  }
  .title-page .horizontal_blocklist-152 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-152 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-152 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-152 .item_figure {
    width: 100%;
    display: none;
  }
  .title-page .horizontal_blocklist-152 .image {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-152 .img-convert {
    background: none;
  }
  .title-page .horizontal_blocklist-152 .item_detail {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-152 .title {
    font-size: 28px;
    padding-bottom: 24px;
    padding-top: 25px;
  }
  .title-page .horizontal_blocklist-152 .title:hover, .title-page .horizontal_blocklist-152 .title.hover, .title-page .horizontal_blocklist-152 .title.active {
    font-weight: 900;
  }
  .title-page .block-60 {
    padding: 40px 10px;
    margin-top: 50px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .widget-94 {
    padding: 31px 25px 45px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.83);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
  }
  .title-page .form-147 .form__header {
    font-size: 25px;
  }
  .title-page .form-147 .form-item-group {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-147 .group-text {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-58 {
    background: none;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-84 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-91 {
    padding-bottom: 15px;
    display: block;
  }
  .title-page .blocklist-141 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-141 .header_text {
    font-size: 30px;
    -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-141 .header_text:hover, .title-page .blocklist-141 .header_text.hover, .title-page .blocklist-141 .header_text.active {
    font-weight: 800;
  }
  .title-page .blocklist-141 .body-outer {
    width: auto;
  }
  .title-page .blocklist-141 .body {
    width: auto;
  }
  .title-page .blocklist-141 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-141 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-141 .image {
    margin-right: 0;
    float: none;
    background: none;
  }
  .title-page .blocklist-141 .img-convert {
    background: none;
  }
  .title-page .blocklist-141 .title {
    background: none;
    font-size: 16px;
  }
  .title-page .blocklist-141 .bx-wrapper {
    max-width: 718px;
  }
  .title-page .blocklist-141 .footer {
    margin-top: 15px;
  }
  .title-page .blocklist-141 .bx-pager a {
    text-align: left;
    background: #cfcfcf;
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-141 .bx-pager a:hover, .title-page .blocklist-141 .bx-pager a.hover, .title-page .blocklist-141 .bx-pager a.active {
    background: #8a8a8a;
  }
  .title-page .blocklist-141 .bx-pager a:active, .title-page .blocklist-141 .bx-pager a.active {
    background: #f00;
  }
  .title-page .block-40 {
    min-height: 0;
    padding-bottom: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-98 {
    width: auto;
    min-height: 300px;
    background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(rgba(17, 17, 17, 0.54), rgba(17, 17, 17, 0.54)), repeating-linear-gradient(to right, rgba(108, 53, 204, 0.09) 0%, rgba(68, 18, 161, 0.47) 77.9%, rgba(68, 18, 161, 0.47) 100%);
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .slider-156 .text-slider {
    width: auto;
    right: 0;
    margin-left: 0;
    margin-top: -60px;
    text-align: center;
  }
  .title-page .slider-156 .block-body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background: none;
  }
  .title-page .slider-156 .block-more {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .slider-156 .block-more > a {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-156 .block-title {
    font-size: 29px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .slider-156 .slider-prev {
    padding: 0;
    margin: 0 2px 0 10px;
  }
  .title-page .slider-156 .slider-next {
    padding: 0;
    margin: 0 10px 0 2px;
  }
  .title-page .block-41 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 23px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-42 .layout_96 {
    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-42 .layout_174 {
    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: none;
  }
  .title-page .block-42 .layout_190 {
    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-42 .layout_95_id_95_id_190 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-42 .layout_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-42 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-104 {
    display: none;
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widgetsocial-174 .soc {
    background: none;
  }
  .title-page .widgetsocial-174 .vk .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .google .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .ok .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .mail .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .pin .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .lj .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .my .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .telegram .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .widgetsocial-174 .whatsapp .wg-soc-icon {
    background: #4e71a7;
  }
  .title-page .block-81 {
    width: auto;
    margin-top: 0;
    right: 0;
  }
  .title-page .widget-87 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    padding-left: 10px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-136 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-136 .cell-icon {
    display: none;
  }
  .title-page .address-136 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-136 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-136 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .address-136 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-103 {
    text-align: center;
    width: auto;
    padding-left: 10px;
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .address-171 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-171 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-171 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-171 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .address-171 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-62 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .site-name-96 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-43 {
    width: auto;
    margin-top: -18px;
    margin-left: 0;
    padding-left: 0;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-88 {
    text-align: center;
    width: auto;
    padding-right: 1px;
    padding-left: 1px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .email-137 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-137 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-64 {
    text-align: center;
    margin-right: auto;
    padding-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-99 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-99 .cell-icon {
    display: none;
  }
  .title-page .phones-99 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-99 .text_body {
    margin-left: 0;
  }
  .title-page .block-16 .layout_42 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-16 .layout_182 {
    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-16 .layout_center_39_id_40_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-16 .layout_39_id_182 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-16 .layout_39_id_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-16 {
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-80 .layout_187_id_188 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-80 {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: block;
  }
  .title-page .widget-113 {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .horizontal_block-188 .body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_block-188 .image img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
  }
  .title-page .horizontal_block-188 .detail {
    min-height: auto;
    padding-bottom: 30px;
  }
  .title-page .horizontal_block-188 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    min-height: 0;
  }
  .title-page .horizontal_block-188 .text {
    margin: 0 0 20px;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 0;
  }
  .title-page .horizontal_block-188 .more {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .title-page .block-79 {
    padding: 0.02px 15px;
    display: none;
    margin-top: 15px;
  }
  .title-page .widget-110 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .email-183 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-183 .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-111 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .address-184 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-184 .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-112 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .phones-185 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-185 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .text-4 {
    text-align: center;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-18 {
    padding: 0.02px 15px;
    display: none;
    margin-top: 15px;
  }
  .title-page .text-2 {
    text-align: center;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-24 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .phones-44 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-44 .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-25 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .address-45 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-45 .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-26 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .email-46 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-46 .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-23 {
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-20 .layout_53 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_54 {
    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-20 .layout_61 {
    margin: 0 auto;
    -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;
    padding-right: 0;
    display: none;
  }
  .title-page .block-20 .layout_52_id_54 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-20 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 20px;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-38 {
    margin: 15px auto 0;
    display: none;
  }
  .title-page .widget-30 {
    margin-left: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .widget-30:hover, .title-page .widget-30.hover, .title-page .widget-30.active {
    text-align: right;
  }
  .title-page .widgetsocial-53 .vk .wg-soc-icon {
    background: #fff;
  }
  .title-page .widgetsocial-53 .ok .wg-soc-icon {
    background: #fff;
  }
  .title-page .widgetsocial-53 .mail .wg-soc-icon {
    background: #fff;
  }
  .title-page .widgetsocial-53 .pin .wg-soc-icon {
    background: #fff;
  }
  .title-page .widgetsocial-53 .lj .wg-soc-icon {
    background: #fff;
  }
  .title-page .widgetsocial-53 .my .wg-soc-icon {
    background: #fff;
  }
  .title-page .widgetsocial-53 .youtube .wg-soc-icon {
    background: #fff;
  }
  .title-page .widget-31 {
    border: none;
    color: #fff;
    margin-top: 4px;
    margin-right: 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;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-21 {
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .side-panel-35 .side-panel-close {
    text-align: left;
    width: 45px;
    min-height: 45px;
  }
  .title-page .side-panel-35 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-35 .side-panel-button {
    text-align: left;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #17c5ff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 45px;
    min-height: 40px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-page .side-panel-35 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-top: 5px;
    width: 25px;
  }
}
@media all and (max-width: 768px) {
  .title-page .blocklist-189 .header_text {
    font-size: 28px;
  }
  .title-page .blocklist-189 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-189 .bx-wrapper {
    max-width: 609px;
  }
  .title-page .blocklist-189 .list {
    width: 610px;
  }
  .title-page .blocklist-189 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-189 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-189 .bx-auto_controls {
    margin-right: 17px;
  }
  .title-page .blocklist-181 .bx-wrapper {
    max-width: 640px;
  }
  .title-page .blocklist-181 .list {
    width: 640px;
  }
  .title-page .blocklist-181 .item {
    margin-top: 0;
    align-self: auto;
    margin-bottom: 0;
  }
  .title-page .blocklist-181 .image {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
  }
  .title-page .block-74 .layout_168_id_169 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .reviews-169 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .reviews-169 .list {
    width: 600px;
  }
  .title-page .reviews-169 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-169 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-167 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-167 .list {
    width: 600px;
  }
  .title-page .blocklist-167 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-167 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .bx-auto_controls {
    margin-top: 489px;
  }
  .title-page .block-71 {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-164 .header_text {
    font-size: 28px;
  }
  .title-page .blocklist-164 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-164 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-164 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-164 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-164 .image {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-164 .img-convert {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-164 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-96 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .horizontal_blocklist-152 .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .title-page .block-58 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-141 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-141 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-141 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .widget-98 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .slider-156 .text-slider {
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .title-page .slider-156 .slider-prev {
    margin-left: 20px;
  }
  .title-page .slider-156 .slider-next {
    margin-right: 20px;
  }
  .title-page .block-42 .layout_96 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_174 {
    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: none;
  }
  .title-page .block-42 .layout_190 {
    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-42 .layout_95_id_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-42 .layout_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-81 {
    margin-right: auto;
  }
  .title-page .widget-87 {
    width: 640px;
    margin-top: 0;
    margin-right: auto;
    max-width: 100%;
  }
  .title-page .address-136 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-103 {
    width: 640px;
    margin-right: auto;
    max-width: 100%;
  }
  .title-page .address-171 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .site-name-96 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .site-name-96 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-43 {
    margin-top: -4px;
  }
  .title-page .widget-88 {
    width: 640px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .title-page .widget-64 {
    margin-right: 0;
  }
  .title-page .block-16 .layout_42 {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-16 .layout_182 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 .layout_center_39_id_40_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-16 .layout_39_id_182 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-16 .layout_39_id_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-80 .layout_187_id_188 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_block-188 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-79 {
    width: auto;
    margin-bottom: 50px;
  }
  .title-page .block-18 {
    width: auto;
    margin-bottom: 50px;
  }
  .title-page .block-20 .layout_53 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_54 {
    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-20 .layout_61 {
    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: none;
  }
  .title-page .block-20 .layout_52_id_54 {
    margin-top: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .blocklist-189 .all-in_header:hover, .title-page .blocklist-189 .all-in_header.hover, .title-page .blocklist-189 .all-in_header.active {
    border-top: 1px solid #ac6732;
    border-right: 1px solid #ac6732;
    border-bottom: 2px solid #995826;
    border-left: 1px solid #ac6732;
    color: #ac6732;
  }
  .title-page .blocklist-189 .bx-wrapper {
    max-width: 450px;
  }
  .title-page .blocklist-189 .list {
    width: 450px;
  }
  .title-page .blocklist-189 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-181 .bx-wrapper {
    max-width: 480px;
  }
  .title-page .blocklist-181 .list {
    width: 480px;
  }
  .title-page .blocklist-181 .item-outer {
    width: 100%;
  }
  .title-page .block-74 .layout_168_id_169 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .reviews-169 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-169 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .reviews-169 .list {
    width: 420px;
  }
  .title-page .reviews-169 .item-outer {
    width: 100%;
  }
  .title-page .reviews-169 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-167 .body {
    margin-right: -4px;
    margin-left: -4px;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 448px;
  }
  .title-page .blocklist-167 .list {
    width: 448px;
  }
  .title-page .blocklist-167 .item {
    margin-right: 4px;
    margin-left: 4px;
  }
  .title-page .blocklist-167 .footer {
    margin-top: 26px;
  }
  .title-page .blocklist-164 .header_text {
    font-size: 24px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-164 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-164 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-63 {
    background: repeating-linear-gradient(to bottom right, rgba(199, 29, 120, 0.47) 0%, rgba(140, 45, 181, 0.47) 50.2%, rgba(44, 46, 123, 0.47) 100%), linear-gradient(rgba(56, 24, 120, 0.9), rgba(56, 24, 120, 0.9)), url("../images/lib_688401_54407331.jpg?1494836818997") left 50% top 50% / cover no-repeat;
    -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-96 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .horizontal_blocklist-152 .image {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-152 .item_detail {
    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: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .form-147 .form__header {
    font-size: 23px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-147 .form-submit button {
    width: 100%;
  }
  .title-page .form-147 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-147 .form-captcha button {
    width: 100%;
  }
  .title-page .block-58 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .blocklist-141 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-141 .body-outer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-141 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-141 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-141 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-141 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .widget-98 {
    border: 5px solid #fff;
    min-height: 250px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-page .slider-156 .block-body {
    font-size: 17px;
  }
  .title-page .slider-156 .block-title {
    font-size: 20px;
  }
  .title-page .slider-156 .slider-prev {
    margin-left: 10px;
  }
  .title-page .slider-156 .slider-next {
    margin-right: 10px;
  }
  .title-page .slider-156 .slider-pager-wrap {
    margin-bottom: 29px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-42 .layout_96 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_174 {
    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: none;
  }
  .title-page .block-42 .layout_190 {
    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-42 .layout_95_id_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-42 .layout_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-104 {
    margin-right: auto;
  }
  .title-page .block-81 {
    margin-right: 0;
  }
  .title-page .widget-87 {
    margin-left: auto;
  }
  .title-page .widget-103 {
    margin-left: auto;
  }
  .title-page .widget-62 {
    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-43 {
    margin-bottom: 20px;
  }
  .title-page .widget-88 {
    margin-left: auto;
    padding-bottom: 0.02px;
  }
  .title-page .widget-64 {
    margin-left: auto;
  }
  .title-page .block-16 .layout_42 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-16 .layout_182 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 .layout_center_39_id_40_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-16 .layout_39_id_182 {
    margin-top: 0;
  }
  .title-page .block-16 .layout_39_id_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-80 .layout_187_id_188 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_block-188 .body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .horizontal_block-188 .detail {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .title-page .block-79 {
    margin-bottom: auto;
  }
  .title-page .widget-110 {
    margin-top: 5px;
  }
  .title-page .widget-112 {
    margin-top: 15px;
  }
  .title-page .block-18 {
    margin-left: 0;
    margin-bottom: auto;
  }
  .title-page .widget-24 {
    margin-top: 15px;
  }
  .title-page .widget-26 {
    margin-top: 5px;
  }
  .title-page .block-20 .layout_53 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_54 {
    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-20 .layout_61 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-20 .layout_52_id_54 {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-38 {
    margin-top: 0;
    margin-right: 0;
  }
  .title-page .widget-30 {
    text-align: center;
    margin-top: 4px;
    margin-right: auto;
    -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 .widget-30:hover, .title-page .widget-30.hover, .title-page .widget-30.active {
    text-align: center;
  }
  .title-page .widget-31 {
    margin-top: 0;
    margin-left: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .blocklist-189 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -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/lib_757202_--.png") left 50% bottom 0px / auto auto no-repeat;
    margin-bottom: 15px;
  }
  .title-page .blocklist-189 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
  }
  .title-page .blocklist-189 .all-in_header:hover, .title-page .blocklist-189 .all-in_header.hover, .title-page .blocklist-189 .all-in_header.active {
    border-top: 1px solid #bd2d50;
    border-right: 1px solid #bd2d50;
    border-bottom: 2px solid #96203d;
    border-left: 1px solid #bd2d50;
    color: #bd2d50;
  }
  .title-page .blocklist-189 .bx-wrapper {
    max-width: 290px;
  }
  .title-page .blocklist-189 .list {
    width: 290px;
  }
  .title-page .blocklist-189 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-189 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-189 .all {
    min-height: 44px;
    font-size: 16px;
  }
  .title-page .blocklist-189 .bx-auto_controls {
    margin-top: 281px;
  }
  .title-page .blocklist-181 .header {
    -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/lib_830201_423vfdhdf (2).svg") left 50% bottom 0px / auto auto no-repeat;
    padding-bottom: 15px;
  }
  .title-page .blocklist-181 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-181 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-181 .list {
    width: 320px;
  }
  .title-page .block-74 .layout_168_id_169 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-74 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .reviews-169 .description {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .title-page .reviews-169 .bx-wrapper {
    max-width: 290px;
  }
  .title-page .reviews-169 .list {
    width: 290px;
  }
  .title-page .reviews-169 .image_author {
    text-align: center;
  }
  .title-page .block-73 {
    padding-bottom: 30px;
    padding-top: 28px;
  }
  .title-page .blocklist-167 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-167 .header_text {
    -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/lib_376301_7.png") left 50% bottom 0px / auto auto no-repeat;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-167 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-167 .list {
    width: 280px;
  }
  .title-page .blocklist-167 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-167 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-167 .controls {
    right: auto;
    left: 50%;
    margin-left: -140px;
    margin-top: 200px;
    width: 280px;
  }
  .title-page .blocklist-167 .prev {
    margin-right: 108px;
    margin-left: 0;
    left: auto;
    right: auto;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .blocklist-164 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-164 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-164 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-96 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .horizontal_blocklist-152 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .horizontal_blocklist-152 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-152 .image {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-152 .img-convert {
    width: auto;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-152 .text {
    font-size: 14px;
  }
  .title-page .horizontal_blocklist-152 .title {
    font-size: 20px;
  }
  .title-page .block-60 {
    padding-top: 16px;
  }
  .title-page .widget-94 {
    padding-bottom: 38px;
  }
  .title-page .form-147 .form__header {
    font-size: 20px;
  }
  .title-page .block-58 {
    margin-top: 0;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-141 .item {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .title-page .blocklist-141 .title {
    margin-left: 20px;
  }
  .title-page .blocklist-141 .more > a {
    margin-left: 20px;
  }
  .title-page .blocklist-141 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .block-40 {
    padding-bottom: 15px;
  }
  .title-page .widget-98 {
    border: 2px solid #fff;
    min-height: 200px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-156 .text-slider {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -38px;
  }
  .title-page .slider-156 .block-body {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .slider-156 .block-more {
    display: none;
  }
  .title-page .slider-156 .slider-controls {
    top: auto;
    margin-top: 0;
    text-align: justify;
    bottom: 0;
    margin-bottom: 17px;
  }
  .title-page .slider-156 .slider-pager-wrap {
    margin-bottom: 43px;
    display: none;
  }
  .title-page .block-42 .layout_96 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_174 {
    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: none;
  }
  .title-page .block-42 .layout_190 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_95_id_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-42 .layout_95_id_190 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-104 {
    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-81 {
    margin-top: 11px;
  }
  .title-page .block-43 {
    margin-bottom: 0;
  }
  .title-page .widget-64 {
    margin-right: auto;
  }
  .title-page .block-16 .layout_42 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-16 .layout_182 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 .layout_center_39_id_40_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-16 .layout_39_id_182 {
    margin-top: 0;
  }
  .title-page .block-16 .layout_39_id_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-80 .layout_187_id_188 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .horizontal_block-188 .body {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .title-page .horizontal_block-188 .detail {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .title-page .horizontal_block-188 .text {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-79 {
    margin-bottom: 0;
  }
  .title-page .address-184 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-18 {
    margin-bottom: 0;
  }
  .title-page .address-45 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-20 .layout_53 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_61 {
    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;
    padding-right: 0;
    display: none;
  }
  .title-page .block-20 .layout_52_id_54 {
    margin-top: 0;
  }
  .title-page .widget-38 {
    margin-right: auto;
  }
  .title-page .widget-30 {
    margin: 0;
    width: auto;
    right: 0;
  }
  .title-page .widget-31 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    right: 0;
  }
}
.title-page .side-panel .widget-102 {
  margin: 0 0 20px auto;
  border: none;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 1100px;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  max-width: 100%;
  text-align: left;
  -webkit-box-shadow: inset 0px -1px 0px rgba(227, 227, 227, 0.16);
  -moz-box-shadow: inset 0px -1px 0px rgba(227, 227, 227, 0.16);
  box-shadow: inset 0px -1px 0px rgba(227, 227, 227, 0.16);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 22px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-170 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-170 .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-170 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-170 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  color: #080e36;
  padding-left: 43px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  min-height: 55px;
}
.title-page .side-panel .menu-170 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-170 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-170 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.43) 0%, rgba(25, 167, 255, 0.43) 100%) #00c0eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .side-panel .menu-170 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-170 .menu-scroll > ul > li.menu-item > a.active {
  color: #080e36;
}
.title-page .side-panel .menu-170 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-170 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}