.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 {
  border: none;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 {
  border: none;
  position: relative;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  width: auto;
  min-height: 0;
  background: #17ad27;
  z-index: 9;
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -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-64 {
  margin: 0 auto;
  border: none;
  position: relative;
  font-family: Russo One, sans-serif;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 1200px;
  min-height: 0;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .menu-94 .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-94 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-94 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-94 .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-94 .menu-scroll > ul > li {
  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;
}

@media all and (min-width: 961px) {
.title-page .menu-94 .menu-scroll > ul > li {
border-right:1px solid rgba(255,255,255,.2);
}
.title-page .menu-94 .menu-scroll > ul > li:last-child {
border-right: 0;
}
}
.title-page .menu-94 .menu-scroll > ul ul {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #424242;
  list-style: none;
  width: 230px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: center;
}
.title-page .menu-94 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-94 .menu-scroll > ul ul > li > a {
  padding: 15px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
  font-family: Open Sans, sans-serif;
  text-align: left;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.11);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.11);
  position: relative;
}
.title-page .menu-94 .menu-scroll > ul ul > li > a:hover, .title-page .menu-94 .menu-scroll > ul ul > li > a.hover, .title-page .menu-94 .menu-scroll > ul ul > li > a.active {
  background: #17ad27;
}
.title-page .menu-94 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-94 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-94 .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;
  text-decoration: none;
}
.title-page .menu-94 .menu-scroll > ul > li ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-94 .menu-scroll > ul > li > a {
  padding: 34px 25px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: flex-start;
  text-transform: uppercase;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 800;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  min-height: 82px;
}
.title-page .menu-94 .menu-scroll > ul > li > a:hover, .title-page .menu-94 .menu-scroll > ul > li > a.hover, .title-page .menu-94 .menu-scroll > ul > li > a.active {
  background: #363636;
}
.title-page .menu-94 .menu-scroll > ul > li > 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-94 .menu-scroll > ul > li > 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-94 .menu-scroll > ul > li > 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-94 .menu-scroll > ul > li > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-94 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-94 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-94 .menu-scroll > ul > li.more-button > a {
  padding: 30px 10px;
  margin: 0 0 0 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: transparent;
  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;
  font-family: Arial, Helvetica, sans-serif;
  -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;
  align-self: auto;
  min-height: 84px;
}
.title-page .menu-94 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-94 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-94 .menu-scroll > ul > li.more-button > a.active {
  background: #363636;
}
.title-page .menu-94 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-94 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-94 .menu-scroll > ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  background: #000;
  min-height: 12px;
}
.title-page .menu-94 .menu-scroll > ul > li > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .menu-94 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  background: #000;
  min-height: 12px;
}
.title-page .menu-94 .menu-scroll > ul ul > li > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .block-47 {
  border: none;
  position: relative;
  width: auto;
  min-height: 99px;
  background: #fff;
  z-index: 8;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
  padding-bottom: 40px;
  text-indent: 0;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-49 .layout_87 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-49 .layout_108 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-49 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-48 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-60 {
  margin: 4px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #949494;
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  font-weight: 600;
  right: 0;
}
.title-page .widget-61 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 32px;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-89 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-89 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-89 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-89 .sn-text {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-89 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-55 .layout_90 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-55 .layout_91 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-55 {
  margin: 4px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
}
.title-page .widget-62 {
  margin: 0 0 auto 180px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 240px;
  right: 0;
}
.title-page .phones-90 p:first-child {
  margin-top: 0;
}
.title-page .phones-90 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-90 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-90 .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-90 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 50px;
  background: url("../images/phone.svg") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(102, 102, 102, 0.17);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(102, 102, 102, 0.17);
  box-shadow: inset 0px 0px 0px 2px rgba(102, 102, 102, 0.17);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  z-index: 4;
}
.title-page .phones-90 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-90 .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-90 .title {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  color: #8c8c8c;
  font-style: italic;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-90 .text_body {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  letter-spacing: 0.3px;
  text-decoration: none;
  font-weight: 800;
  margin-top: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-90 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-90 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-90 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-63 {
  margin: 0 0 auto 92px;
  border: 2px solid rgba(0, 0, 0, 0.13);
  position: relative;
  top: 0;
  left: 0;
  width: 223px;
  min-height: 42px;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #17ad27;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -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;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-weight: 800;
}
.title-page .widget-63:hover, .title-page .widget-63.hover, .title-page .widget-63.active {
  border: none;
  color: #fff;
  background: linear-gradient(to top, #17ad27 0%, #1de355 99.3%);
  -webkit-box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.3), 0px 4px 12px rgba(23, 173, 39, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.3), 0px 4px 12px rgba(23, 173, 39, 0.5);
  box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.3), 0px 4px 12px rgba(23, 173, 39, 0.5);
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.title-page .popover-wrap-91 .popover-body {
  padding: 20px 30px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.41);
  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-91 .popover-body .s3_button_large {
  padding: 3px 20px;
  border: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #ff9200;
  margin-top: 0;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-91 .popover-body .s3_button_large:hover, .title-page .popover-wrap-91 .popover-body .s3_button_large.hover, .title-page .popover-wrap-91 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff9200;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff9200;
  box-shadow: inset 0px 0px 0px 2px #ff9200;
  background: transparent;
  color: #000;
}
.title-page .popover-wrap-91 .popover-body .s3_button_large:active, .title-page .popover-wrap-91 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f58b00;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-91 .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-91 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-91 .popover-body textarea {
  padding: 10px 8px 10px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  font-size: 13px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  margin-top: 6px;
  min-height: 108px;
  -webkit-appearance: none;
}
.title-page .popover-wrap-91 .popover-body textarea:hover, .title-page .popover-wrap-91 .popover-body textarea.hover, .title-page .popover-wrap-91 .popover-body textarea.active {
  border: 1px solid #ff9200;
}
.title-page .popover-wrap-91 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/lib_366801_5.png") left 50% top 50% / auto auto no-repeat #ff9200;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-91 .popover-close:hover, .title-page .popover-wrap-91 .popover-close.hover, .title-page .popover-wrap-91 .popover-close.active {
  background: url("../images/lib_366801_5.png") left 50% top 50% / auto auto no-repeat #f58b00;
}
.title-page .popover-wrap-91 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-91 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .button-91 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_content {
  display: -webkit-flex;
  display: flex;
}
.title-page .popover-wrap-91 .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;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-91 .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;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-91 .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;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-91 .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;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-91 .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-91 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-91 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-91 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-91 .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-91 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-91 .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-91 .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-91 .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-91 .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-91 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-91 .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-91 .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-91 .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-91 .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-91 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-91 .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-91 .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-91 .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-91 .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-91 .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-91 .popover-body .form_text input {
  padding: 10px 8px 10px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  font-size: 13px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  margin-top: 6px;
  -webkit-appearance: none;
}
.title-page .popover-wrap-91 .popover-body .form_text input:hover, .title-page .popover-wrap-91 .popover-body .form_text input.hover, .title-page .popover-wrap-91 .popover-body .form_text input.active {
  border: 1px solid #ff9200;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-91 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-91 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-91 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-67 {
  padding: 0.02px 0 70px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat Alternates, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  right: 0;
}
.title-page .block-68 .layout_139 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-68 .layout_142 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-68 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Comfortaa, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-top: 0.02px;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-75 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 368px;
  z-index: 2;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}
.title-page .block-77 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 356px;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-93 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
}
.title-page .blocklist-140 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-140 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-140 .header {
  border: none;
  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: 30px;
  text-align: justify;
  box-sizing: border-box;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .blocklist-140 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-140 .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;
  text-align: left;
}
.title-page .blocklist-140 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  color: #ff5436;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-140 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 .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-140 .bx-wrapper {
  max-width: 920px;
}
.title-page .blocklist-140 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-140 .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: 920px;
}
.title-page .blocklist-140 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -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-140 .item {
  padding: 0.02px 0;
  margin: 0 10px 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-140 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #525252;
  line-height: 1.6;
  text-indent: 0;
  text-decoration: none;
  font-size: 15px;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 10px;
}
.title-page .blocklist-140 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-140 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  min-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-140 .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 .blocklist-140 .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-140 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 160px;
  -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: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-140 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .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-140 .title {
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-indent: 0;
  text-decoration: none;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-140 .title:hover, .title-page .blocklist-140 .title.hover, .title-page .blocklist-140 .title.active {
  color: #fe9f10;
}
.title-page .blocklist-140 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-140 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-140 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-140 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-140 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-140 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-140 .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-140 .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-140 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-140 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-140 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-140 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-140 .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-140 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-140 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-140 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-140 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-140 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-140 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-140 .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-140 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-140 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .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-140 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-140 .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-140 .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-140 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-140 .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-140 .bx-auto_controls {
  margin: 7px 0 auto auto;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-140 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .bx-pager {
  margin: 0 0 auto auto;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .blocklist-140 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-140 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #d5d9d8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-140 .bx-pager a:hover, .title-page .blocklist-140 .bx-pager a.hover, .title-page .blocklist-140 .bx-pager a.active {
  background: #ff9d00;
}
.title-page .blocklist-140 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-140 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 .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-140 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-140 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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-140 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-140 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-140 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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-140 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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-140 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-140 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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-140 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-140 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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-140 .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-140 .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-140 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-140 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-140 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-94 {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .news-141 p:first-child {
  margin-top: 0;
}
.title-page .news-141 p:last-child {
  margin-bottom: 0;
}
.title-page .news-141 .news__header {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .news-141 .news__title {
  box-sizing: border-box;
  font-size: 30px;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-141 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .news-141 .body {
  margin: 0 -20px 0 0;
  box-sizing: border-box;
}
.title-page .news-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 .news-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 .news-141 .news__list {
  box-sizing: border-box;
  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;
}
.title-page .news-141 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .news-141 .item {
  padding: 30px;
  margin: 10px 20px 10px 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-141 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border:1px solid #eee;
}
.title-page .news-141 .img-convert {
  box-sizing: border-box;
  width: 178px;
  height: 100px;
  -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 .news-141 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-141 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-141 .item__title {
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-indent: 0;
  font-size: 19px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-141 .item__title:hover, .title-page .news-141 .item__title.hover, .title-page .news-141 .item__title.active {
  color: #fe9f10;
}
.title-page .news-141 .item__date {
  box-sizing: border-box;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.title-page .news-141 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  color: #9bada8;
  text-transform: lowercase;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  text-decoration: none;
}
.title-page .news-141 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #525252;
  line-height: 1.4;
  text-indent: 0;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 10px;
}
.title-page .news-141 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.title-page .news-141 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-141 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-141 .item__title > a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .news-141 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-141 .item__image__title > a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .news-141 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
}
.title-page .news-141 .controls {
  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: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .news-141 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-141 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-141 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-141 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-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 .news-141 .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 .news-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 .news-141 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .news-141 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-141 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .news-141 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-141 .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;
}
.title-page .news-141 .bx-pager a:active, .title-page .news-141 .bx-pager a.active {
  background: #bbb;
}
.title-page .news-141 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-141 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-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_news_pause.png") center center / auto no-repeat;
}
.title-page .news-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_news_play.png") center center / auto no-repeat;
}
.title-page .news-141 .news__all {
  box-sizing: border-box;
}
.title-page .news-141 .all_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .block-76 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-87 {
  padding: 30px 20px;
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 260px;
  right: auto;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-127 .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-127 .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-127 .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-127 .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-127 .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-127 .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;
  font-family: Comfortaa, sans-serif;
}
.title-page .popover-wrap-127 .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-127 .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-127 .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-127 .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-127 .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-127 .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 .editable_block-127 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-127 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-127 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #404040;
  -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 .editable_block-127 h2 {
  box-sizing: border-box;
  font-size: 20px;
  padding:0;
  margin:0;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #404040;
  -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 .editable_block-127 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}

.title-page .editable_block-127 .body .link{border-bottom:1px solid #e5e5e5;margin-bottom:-1px;text-align:left;}
.title-page .editable_block-127 .body .link:last-child {
border-bottom:0;
}
.title-page .editable_block-127 .body .link a{display:block;font-size:15px;padding:10px 0;color:#111}
.title-page .editable_block-127 .body .link a:hover{text-decoration:none;color: #fe9f10;}

.title-page .editable_block-127 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-127 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .editable_block-127 .item-label {
  padding: 10px 30px 10px 20px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e63622;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0.1px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 0px 0px 20px 0px;
  -moz-border-radius: 0px 0px 20px 0px;
  border-radius: 0px 0px 20px 0px;
  margin-top: 0;
  align-self: auto;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-127 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-127 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 160px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .editable_block-127 .body img,
.title-page .editable_block-127 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-127 .body p,
.title-page .editable_block-127 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  color: #525252;
  line-height: 1.6;
  -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: 15px;
  margin-top: 10px;
}
.title-page .editable_block-127 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 20px;
}
.title-page .editable_block-127 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-127 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-127 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-127 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-127 .more {
  box-sizing: border-box;
  margin-top: 20px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-127 .more > a {
  padding: 15px 25px;
  border: none;text-transform: uppercase;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 40px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.5), 0px 3px 15px rgba(23, 173, 39, 0.8);
  -moz-box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.5), 0px 3px 15px rgba(23, 173, 39, 0.8);
  box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.5), 0px 3px 15px rgba(23, 173, 39, 0.8);
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to top, #17ad27 0%, #1de355 99.3%) #17ad27;
  font-weight: bold;
}
.title-page .editable_block-127 .more > a:hover, .title-page .editable_block-127 .more > a.hover, .title-page .editable_block-127 .more > a.active {
  background: linear-gradient(to bottom, #17ad27 0%, #1de355 99.3%) #17ad27;
}
.title-page .editable_block-127 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-127 .clear {
  clear: both;
}
.title-page .popover-container-127 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-127 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-127 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Comfortaa, sans-serif;
}
.title-page .popover-wrap-127 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-127 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-127 .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-127 .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-127 .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-127 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-127 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-127 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
}
.title-page .popover-wrap-127 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-127 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-127 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-127 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .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-127 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-127 .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-127 .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-127 .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-127 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .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-127 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-127 .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-127 .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-127 .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-127 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .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-127 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-127 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .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-127 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-127 .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-127 .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-127 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-127 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-127 .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-127 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-127 .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-127 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-127 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-127 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-88 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 260px;
  box-sizing: border-box;
  display: block;
  right: 0;
  background: #4a4a4a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .menu-128 .menu-scroll > ul > li.delimiter {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
}
.title-page .menu-128 .menu-scroll > ul ul {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: static;
  top: 0;
  left: 100%;
  background: #2b2b2b;
  list-style: none;
  width: auto;
  display: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-128 .menu-scroll > ul ul > li.delimiter {
  margin: 3px 2px;
  box-sizing: border-box;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-128 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .menu-128 .menu-scroll > ul ul > li > a {
  padding: 15px 10px 15px 30px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
  font-weight: normal;
}
.title-page .menu-128 .menu-scroll > ul ul > li > a:hover, .title-page .menu-128 .menu-scroll > ul ul > li > a.hover, .title-page .menu-128 .menu-scroll > ul ul > li > a.active {
  color: #fe9f10;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
}
.title-page .menu-128 .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-128 .menu-title {
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 17px;
  margin-bottom: 10px;
}
.title-page .menu-128 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-128 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-128 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-128 .menu-scroll > ul > li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-128 .menu-scroll > ul > li > a {
  padding: 15px 20px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .menu-128 .menu-scroll > ul > li > a:hover, .title-page .menu-128 .menu-scroll > ul > li > a.hover, .title-page .menu-128 .menu-scroll > ul > li > a.active {
  background: #17ad27;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-128 .menu-scroll > ul > li > a .has-child-icon {
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 15px;
  width: 20px;
  min-height: 20px;
  background: url("../images/asdsad.png") left 50% top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: auto;
  align-self: auto;
}
.title-page .menu-128 .menu-scroll > ul > li > a .has-child-icon:hover, .title-page .menu-128 .menu-scroll > ul > li > a .has-child-icon.hover, .title-page .menu-128 .menu-scroll > ul > li > a .has-child-icon.active {
  background: url("../images/asssssdd.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .menu-128 .menu-scroll > ul > li > 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-128 .menu-scroll > ul > li > 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-128 .menu-scroll > ul > li > 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-128 .menu-scroll > ul > li > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .block-66 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 6;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-70 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-86 {
  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;
  min-width: 0;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .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-124 .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-124 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-124 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-124 .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: 40px;
  box-sizing: border-box;
}
.title-page .blocklist-124 .header_text {
  font-size: 34px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-124 .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;
}
.title-page .blocklist-124 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-124 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .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-124 .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-124 .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;
  margin-bottom:15px;
}
.title-page .blocklist-124 .item {
  padding: 0.02px 10px 30px;
  margin: 0 10px 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  flex-basis: 100%;
}
.title-page .blocklist-124 .text {
  border: none;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
  color: #828282;
  line-height: 1.6;
  text-decoration: none;
  padding-bottom: 0.02px;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
  margin-top: 10px;
}
.title-page .blocklist-124 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-124 .image {
  margin: 20px 10px 30px;
  border: none;
  box-sizing: border-box;
  position: relative;
  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;
  width: auto;
  left: 0;
  right: 0;
  min-height: 200px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-124 .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-124 .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-124 .img-convert {
  margin: 0;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-124 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .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-124 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 19px;
  color: #404040;
  text-decoration: none;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  margin-right: 0;
}
.title-page .blocklist-124 .title:hover {
 color: #fe9f10;
}
.title-page .blocklist-124 .price {
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
}
.title-page .blocklist-124 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-124 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}
.title-page .blocklist-124 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  text-decoration: none;
  -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 .blocklist-124 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 5px;
}
.title-page .blocklist-124 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  pointer-events: auto;
  margin-top: 20px;
}
.title-page .blocklist-124 .more > a {
  padding: 10px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: #6dbf0a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.title-page .blocklist-124 .more > a:hover, .title-page .blocklist-124 .more > a.hover, .title-page .blocklist-124 .more > a.active {
  background: #ff9200;
}
.title-page .blocklist-124 .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-124 .bx-wrapper {
  max-width: 1221px;
}
.title-page .blocklist-124 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-124 .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-124 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-124 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .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-124 .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-124 .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-124 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-124 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-124 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-124 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .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-124 .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-124 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-124 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-124 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #6dbf0a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-124 .bx-pager a:hover, .title-page .blocklist-124 .bx-pager a.hover, .title-page .blocklist-124 .bx-pager a.active {
  background: #ff9200;
}
.title-page .popover-container-124 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-124 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-124 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-124 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-124 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-124 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-124 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-124 .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-124 .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-124 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-124 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-124 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .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-124 .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-124 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-124 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-124 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-43 {
  border: none;
  position: relative;
  width: auto;
  max-width: 100%;
  z-index: 5;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  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-45 .layout_83_id_84 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-45 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  padding-top: 200px;
  padding-bottom: 200px;
}
.title-page .widget-59 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 960px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-84 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-84 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-84 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-84 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-84 .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;
}
.title-page .blocklist-84 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-84 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-84 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-84 .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-84 .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-84 .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-84 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-84 .item {
  margin: 0 0 auto;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  align-self: auto;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-84 .text {
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
 
  line-height: 1.5;
  text-indent: 0;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  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;
  
    color: white;
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
  


}
.title-page .blocklist-84 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-84 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-84 .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 .blocklist-84 .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-84 .img-convert {
  box-sizing: border-box;
  width: 840px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .blocklist-84 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-84 .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-84 .title {
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  color: #1cd94d;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  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-84 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-84 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-84 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-84 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-84 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-84 .more-btn {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-84 .more-btn > a {
  padding: 15px 35px;
  border: none;
  display: -webkit-flex;
  display: 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;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.5), 0px 3px 15px rgba(23, 173, 39, 0.8);
  -moz-box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.5), 0px 3px 15px rgba(23, 173, 39, 0.8);
  box-shadow: inset 0px 1px 0px rgba(48, 255, 103, 0.5), 0px 3px 15px rgba(23, 173, 39, 0.8);
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to top, #17ad27 0%, #1de355 99.3%) #17ad27;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.title-page .blocklist-84 .more-btn > a:hover, .title-page .blocklist-84 .more-btn > a.hover, .title-page .blocklist-84 .more-btn > a.active {
  background: linear-gradient(to bottom, #17ad27 0%, #1de355 99.3%) #17ad27;
}
.title-page .blocklist-84 .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-84 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-84 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .blocklist-84 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-84 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-84 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-84 .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-84 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-84 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-84 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-84 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-84 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-84 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-84 .popover-body {
  padding: 20px 30px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.55);
  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-84 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-84 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-84 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #4f4f4f;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
}
.title-page .popover-wrap-84 .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;
  font-family: monospace;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-size: 13.3333px;
}
.title-page .popover-wrap-84 .popover-body .s3_button_large {
  border: none;
  background: #ff9200;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  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;
  font-family: Arial;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-style: normal;
}
.title-page .popover-wrap-84 .popover-body .s3_button_large:hover, .title-page .popover-wrap-84 .popover-body .s3_button_large.hover, .title-page .popover-wrap-84 .popover-body .s3_button_large.active {
  background: #6dbf0a;
}
.title-page .popover-wrap-84 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-84 .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-84 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/xxxxx.png") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 40px;
}
.title-page .popover-wrap-84 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-84 .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-84 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-84 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-84 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-84 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-84 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-84 .bx-pager a:active, .title-page .blocklist-84 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-84 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-84 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-84 .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-84 .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-84 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-84 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-84 .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-84 .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-84 .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-84 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-84 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-84 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-84 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-84 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_checkbox .s3_form_field_title {
  color: #4f4f4f;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-84 .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-84 .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-84 .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-84 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_radio .s3_form_field_title {
  color: #4f4f4f;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-84 .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-84 .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-84 .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-84 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_select .s3_form_field_title {
  color: #4f4f4f;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-84 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_calendar .s3_form_field_title {
  color: #4f4f4f;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_calendar_interval .s3_form_field_title {
  color: #4f4f4f;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-84 .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-84 .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-84 .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-84 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-84 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-84 .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-84 .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-84 .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-84 .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-84 .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-84 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-84 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-84 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-78 {
  border: none;
  position: relative;
  width: auto;
  min-height: 137px;
  z-index: 4;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-87 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-95 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-145 .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-145 .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-145 .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-145 .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-145 .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-145 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-145 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-145 .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: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .horizontal_blocklist-145 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  color: #e8e8e8;
  letter-spacing: 0.5px;
  text-indent: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .horizontal_blocklist-145 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-145 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-145 .body-outer {
  box-sizing: border-box;
  position: relative;
  min-height: 0;
}
.title-page .horizontal_blocklist-145 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .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-145 .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-145 .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-145 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .horizontal_blocklist-145 .item {
  padding: 30px 30px 20px;
  margin: 0 10px 20px;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  align-self: auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .horizontal_blocklist-145 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-145 .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-145 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-145 .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-145 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .horizontal_blocklist-145 .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-145 .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;
}
.title-page .horizontal_blocklist-145 .text {
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  color: #a3a3a3;
  line-height: 1.4;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-145 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-145 .title {
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #fe9f10;
  letter-spacing: 0.9px;
  text-indent: 0;
  text-decoration: none;
  font-size: 20px;
  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 .horizontal_blocklist-145 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-145 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.title-page .horizontal_blocklist-145 .price {
  margin: auto 0 auto 10px;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-145 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-145 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  color: #424242;
  text-indent: 0;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  min-height: 55px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-145 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  color: #bababa;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  margin-left: 4px;
}
.title-page .horizontal_blocklist-145 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-145 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-145 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-145 .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-145 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-145 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-145 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-145 .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-145 .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-145 .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-145 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .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-145 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-145 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-145 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-145 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .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-145 .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-145 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-145 .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-145 .bx-pager a:active, .title-page .horizontal_blocklist-145 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-145 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-145 .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-145 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-145 {
  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-145 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-145 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-145 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-145 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-145 .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-145 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-145 .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-145 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-145 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-145 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-145 .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-145 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-145 .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-145 .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-145 .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-145 .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-145 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-145 .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-145 .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-145 .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-145 .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-145 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-145 .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-145 .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-145 .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-145 .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-145 .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-145 .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-145 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-145 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-145 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-145 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-145 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-83 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -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: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-99 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
}
.title-page .reviews-154 p:first-child {
  margin-top: 0;
}
.title-page .reviews-154 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-154 .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: 30px;
  text-align: center;
}
.title-page .reviews-154 .header_text {
  box-sizing: border-box;
  font-size: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
}
.title-page .reviews-154 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-154 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-154 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .reviews-154 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-154 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .reviews-154 .item {
  padding: 30px;
  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;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .reviews-154 .image {
  border: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  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;
  float: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-154 .img-convert {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .reviews-154 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-154 .author {
  margin: 30px 0 5px 100px;
  border: none;
  box-sizing: border-box;
  color: #4095bf;
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-left: 0;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  align-self: auto;
}
.title-page .reviews-154 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-decoration: none;
}
.title-page .reviews-154 .date {
  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-154 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #737373;
  line-height: 1.7;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  min-height: 115px;
}
.title-page .reviews-154 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-154 .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-154 .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-154 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-154 .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-154 .footer {
  box-sizing: border-box;
}
.title-page .reviews-154 .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-154 .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-154 .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-154 .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-154 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-154 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-154 .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 .reviews-154 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-154 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-154 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-154 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-154 .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-154 .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-154 .pager-wrap {
  box-sizing: border-box;
}
.title-page .reviews-154 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-154 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-154 .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;
}
.title-page .reviews-154 .bx-pager a:active, .title-page .reviews-154 .bx-pager a.active {
  background: #bbb;
}
.title-page .widget-100 {
  position: relative;
  z-index: 2;
  text-align: center;
  width: auto;
  min-height: 400px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
}
.title-page .block-60 .layout_center_109_id_115_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-60 {
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: #f7f7f7;
  z-index: 1;
  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: 70px;
  padding-bottom: 0.02px;
  max-width: 100%;
  text-decoration: none;
}
.title-page .widget-104 {
  margin: 60px auto 0;
  border: none;
  position: relative;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 80px;
  min-height: 45px;
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.title-page .up-158 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 6px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/arrow.svg") left 50% top 50% / auto auto no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-158 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-61 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-74 .layout_112 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 .layout_113 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 .layout_114 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-78 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-112 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-112 .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-112 .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-112 .soc {
  margin: 2px 8px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-112 .vk .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .fb .wg-soc-icon {
  border: none;
  /*background: url("../images/lib_1169301_1243.svg") left 50% top 50% / 11px no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/*.title-page .widgetsocial-112 .fb .wg-soc-icon:hover, .title-page .widgetsocial-112 .fb .wg-soc-icon.hover, .title-page .widgetsocial-112 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEzNyIgaGVpZ2h0PSIyNTMiIHZpZXdCb3g9IjAgMCAxMzcgMjUzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEzMS44NTEuMDQxIDk4Ljk4NC0uMDA4QzYyLjA2MS0uMDA4IDM4LjIwMyAyNC40MjkgMzguMjAzIDYyLjI1N1Y5MC45NjlINS4xNTdDMi4zMDEgOTAuOTY5LS4wMSA5My4yOC0uMDEgOTYuMTNWMTM3LjcyOUMtLjAxIDE0MC41NzkgMi4zMDQgMTQyLjg4NiA1LjE1NyAxNDIuODg2SDM4LjJWMjQ3Ljg1QzM4LjIgMjUwLjcgNDAuNTEzIDI1My4wMDcgNDMuMzY5IDI1My4wMDdIODYuNDgyQzg5LjMzNiAyNTMuMDA3IDkxLjY0OSAyNTAuNjk3IDkxLjY0OSAyNDcuODVWMTQyLjg4NkgxMzAuMjg1QzEzMy4xNCAxNDIuODg2IDEzNS40NTIgMTQwLjU3OSAxMzUuNDUyIDEzNy43MjlMMTM1LjQ2OCA5Ni4xM0MxMzUuNDY4IDk0Ljc2MiAxMzQuOTIyIDkzLjQ1IDEzMy45NTUgOTIuNDgxIDEzMi45ODQgOTEuNTEyIDEzMS42NjkgOTAuOTY5IDEzMC4yOTggOTAuOTY5SDkxLjY1MVY2Ni42M0M5MS42NTEgNTQuOTMyIDk0LjQ0MyA0OC45OTQgMTA5LjcwMyA0OC45OTRMMTMxLjg0NiA0OC45ODdDMTM0LjY5OSA0OC45ODcgMTM3LjAxIDQ2LjY3NiAxMzcuMDEgNDMuODI5VjUuMjAyQzEzNy4wMSAyLjM1NiAxMzQuNzAxLjA0OCAxMzEuODUxLjA0MXoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmOTIwMCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat;
}*/
.title-page .widgetsocial-112 .tw .wg-soc-icon {
  border: none;
  /*background: url("../images/lib_1169301_124tfgfgd.svg") left 50% top 50% / 21px no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/*.title-page .widgetsocial-112 .tw .wg-soc-icon:hover, .title-page .widgetsocial-112 .tw .wg-soc-icon.hover, .title-page .widgetsocial-112 .tw .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2MSIgaGVpZ2h0PSIyMTEiIHZpZXdCb3g9IjAgMCAyNjEgMjExIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTI2MC45OTYgMjQuOTcxQzI1MS4zOTcgMjkuMjEgMjQxLjA2NyAzMi4wNzMgMjMwLjI0MyAzMy4zNTYgMjQxLjI5NCAyNi43NjcgMjQ5LjgwNCAxNi4zMyAyNTMuNzg3IDMuODg3IDI0My40NTQgOS45OTIgMjMxLjk5OCAxNC40MzEgMjE5Ljc5NCAxNi44MjQgMjEwLjAxNyA2LjQ1OCAxOTYuMTAxLS4wMDMgMTgwLjcwMi0uMDAzIDE1MS4xMzItLjAwMyAxMjcuMTU1IDIzLjg0OSAxMjcuMTU1IDUzLjI2NCAxMjcuMTU1IDU3LjQ0OCAxMjcuNjMyIDYxLjUwNiAxMjguNTM5IDY1LjM5OCA4NC4wMzggNjMuMTg3IDQ0LjU4OSA0MS45ODMgMTguMTY4IDkuNzM2IDEzLjU2MyAxNy42MTkgMTAuOTI1IDI2Ljc2NyAxMC45MjUgMzYuNTI2IDEwLjkyNSA1NS4wMDMgMjAuMzc3IDcxLjMyMiAzNC43MzggODAuODY3IDI1Ljk2NCA4MC41OTUgMTcuNzEyIDc4LjE4NCAxMC40ODkgNzQuMTk5Vjc0Ljg3QzEwLjQ4OSAxMDAuNjc4IDI4Ljk1MSAxMjIuMjEyIDUzLjQzOSAxMjcuMTA5IDQ4Ljk1IDEyOC4zMjEgNDQuMjA0IDEyOC45ODUgMzkuMzMgMTI4Ljk4NSAzNS44ODQgMTI4Ljk4NSAzMi41MjEgMTI4LjY0MSAyOS4yNTggMTI4LjAxNCAzNi4wNjkgMTQ5LjE4NSA1NS44NDEgMTY0LjU3OSA3OS4yNyAxNjUuMDI1IDYwLjk1NyAxNzkuMzA2IDM3Ljg3MSAxODcuODI1IDEyLjc2NCAxODcuODI1IDguNDUxIDE4Ny44MjUgNC4xOTEgMTg3LjU2NC4wMDEgMTg3LjA3OSAyMy42OTkgMjAyLjE4IDUxLjg0NSAyMTEuMDAyIDgyLjA5NSAyMTEuMDAyIDE4MC41NzggMjExLjAwMiAyMzQuNDM2IDEyOS44NDMgMjM0LjQzNiA1OS40MzkgMjM0LjQzNiA1Ny4xMzggMjM0LjM3OSA1NC44MzggMjM0LjI5MiA1Mi41MzYgMjQ0LjczMiA0NS4wMzkgMjUzLjgwMyAzNS42NTcgMjYwLjk5NiAyNC45NzF6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjkyMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
}*/
.title-page .widgetsocial-112 .google .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .ins .wg-soc-icon {
  border: none;
  /*background: url("../images/lib_1169301_214dsfgd.svg") left 50% top 50% / 21px no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/*.title-page .widgetsocial-112 .ins .wg-soc-icon:hover, .title-page .widgetsocial-112 .ins .wg-soc-icon.hover, .title-page .widgetsocial-112 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwNCIgaGVpZ2h0PSIyOTgiIHZpZXdCb3g9IjAgMCAzMDQgMjk4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIyNS42NDkgMjk4SDc4LjM1QzM1LjA3OSAyOTggMCAyNjIuODkuMCAyMTkuNTc5Vjc4LjQyMUMwIDM1LjExIDM1LjA3OS4wIDc4LjM1LjBIMjI1LjY0OUMyNjguOTIxLjAgMzA0IDM1LjExIDMwNCA3OC40MjFWMjE5LjU3OUMzMDQgMjYyLjg5IDI2OC45MjEgMjk4IDIyNS42NDkgMjk4ek0yODIuMDYyIDg3LjgzMkMyODIuMDYyIDUzLjE4MyAyNTMuOTk5IDI1LjA5NSAyMTkuMzgxIDI1LjA5NUg4Ny43NTNDNTMuMTM1IDI1LjA5NSAyNS4wNzIgNTMuMTgzIDI1LjA3MiA4Ny44MzJWMjEwLjE2OEMyNS4wNzIgMjQ0LjgxNyA1My4xMzUgMjcyLjkwNSA4Ny43NTMgMjcyLjkwNUgyMTkuMzgxQzI1My45OTkgMjcyLjkwNSAyODIuMDYyIDI0NC44MTcgMjgyLjA2MiAyMTAuMTY4Vjg3LjgzMnpNMjM1LjA1MiA4Ny44MzJDMjI0LjY2NiA4Ny44MzIgMjE2LjI0NyA3OS40MDUgMjE2LjI0NyA2OS4wMSAyMTYuMjQ3IDU4LjYxNiAyMjQuNjY2IDUwLjE4OSAyMzUuMDUyIDUwLjE4OSAyNDUuNDM3IDUwLjE4OSAyNTMuODU2IDU4LjYxNiAyNTMuODU2IDY5LjAxIDI1My44NTYgNzkuNDA1IDI0NS40MzcgODcuODMyIDIzNS4wNTIgODcuODMyek0xNTAuNDMzIDIyOC45ODlDMTA3LjE2MSAyMjguOTg5IDcyLjA4MiAxOTMuODc5IDcyLjA4MiAxNTAuNTY4IDcyLjA4MiAxMDcuMjU4IDEwNy4xNjEgNzIuMTQ3IDE1MC40MzMgNzIuMTQ3IDE5My43MDUgNzIuMTQ3IDIyOC43ODMgMTA3LjI1OCAyMjguNzgzIDE1MC41NjggMjI4Ljc4MyAxOTMuODc5IDE5My43MDUgMjI4Ljk4OSAxNTAuNDMzIDIyOC45ODl6TTE1MiA5Ny4yNDJDMTIzLjQ0IDk3LjI0MiAxMDAuMjg5IDEyMC40MTUgMTAwLjI4OSAxNDkgMTAwLjI4OSAxNzcuNTg1IDEyMy40NCAyMDAuNzU4IDE1MiAyMDAuNzU4IDE4MC41NTkgMjAwLjc1OCAyMDMuNzExIDE3Ny41ODUgMjAzLjcxMSAxNDkgMjAzLjcxMSAxMjAuNDE1IDE4MC41NTkgOTcuMjQyIDE1MiA5Ny4yNDJ6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjkyMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
}*/
.title-page .widgetsocial-112 .ok .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .mail .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .pin .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .lj .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .my .wg-soc-icon {
  border: none;
  /*background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .youtube .wg-soc-icon {
  border: none;
  /*background: url("../images/lib_1169301_214refgsd.svg") left 50% top 50% / 26px no-repeat;*/
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/*.title-page .widgetsocial-112 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-112 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-112 .youtube .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM2NyIgaGVpZ2h0PSIyNjUiIHZpZXdCb3g9IjAgMCAzNjcgMjY1IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTM0OC43NDggMTkuNzc3QzMzNC43OCA0Ljc1NiAzMTkuMTQ0IDQuNjkyIDMxMS45NjkgMy44MjQgMjYwLjYyLjAwNyAxODMuNTgzLjAwNyAxODMuNTgzLjAwN0gxODMuNDE5QzE4My40MTkuMDA3IDEwNi4zODguMDA3IDU1LjAyOSAzLjgyNCA0Ny44NSA0LjY5MiAzMi4yMjMgNC43NTYgMTguMjUgMTkuNzc3IDcuMjUxIDMxLjIxMSAzLjY3OSA1Ny4xNzQgMy42NzkgNTcuMTc0IDMuNjc5IDU3LjE3NC4wMDUgODcuNjY0LjAwNSAxMTguMTQ5VjE0Ni43M0MuMDA1IDE3Ny4yMjUgMy42NzkgMjA3LjcwNiAzLjY3OSAyMDcuNzA2IDMuNjc5IDIwNy43MDYgNy4yNTEgMjMzLjY2OCAxOC4yNSAyNDUuMTAzIDMyLjIyMyAyNjAuMTE1IDUwLjU1NyAyNTkuNjQ0IDU4LjcyNSAyNjEuMjA0IDg4LjA4NSAyNjQuMTA4IDE4My40OTUgMjY1LjAwNCAxODMuNDk1IDI2NS4wMDQgMTgzLjQ5NSAyNjUuMDA0IDI2MC42MiAyNjQuODgyIDMxMS45NjkgMjYxLjA2OSAzMTkuMTQ0IDI2MC4xNzggMzM0Ljc4IDI2MC4xMTUgMzQ4Ljc0OCAyNDUuMTAzIDM1OS43MzkgMjMzLjY2OCAzNjMuMzI0IDIwNy43MDYgMzYzLjMyNCAyMDcuNzA2IDM2My4zMjQgMjA3LjcwNiAzNjYuOTk4IDE3Ny4yMjUgMzY2Ljk5OCAxNDYuNzNWMTE4LjE0OUMzNjYuOTk4IDg3LjY2NCAzNjMuMzI0IDU3LjE3NCAzNjMuMzI0IDU3LjE3NCAzNjMuMzI0IDU3LjE3NCAzNTkuNzM5IDMxLjIxMSAzNDguNzQ4IDE5Ljc3N3pNMTQ1LjYwNyAxODEuMzY4IDE0NS41OTggNzUuNTE5IDI0NC43NTMgMTI4LjYyOSAxNDUuNjA3IDE4MS4zNjh6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjkyMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 26px no-repeat;
}*/
.title-page .widgetsocial-112 .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;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .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;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-112 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-112 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-79 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-80 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #8f8f8f;
  text-align: right;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .block-63 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 70px;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-73 .layout_116 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 .layout_119 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 .layout_120 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-64 {
  margin: 0 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-81 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-117 p:first-child {
  margin-top: 0;
}
.title-page .phones-117 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-117 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-117 .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-117 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-117 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-117 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-117 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #404040;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-page .phones-117 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #404040;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .phones-117 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-117 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-117 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-82 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-118 p:first-child {
  margin-top: 0;
}
.title-page .address-118 p:last-child {
  margin-bottom: 0;
}
.title-page .address-118 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-118 .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-118 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-118 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-118 .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-118 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #404040;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-page .address-118 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #404040;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
}
.title-page .address-118 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-118 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-83 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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-119 .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 .editable_block-119 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-119 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-119 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-119 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-119 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-119 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-119 .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 .editable_block-119 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-119 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -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;
}
.title-page .editable_block-119 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-119 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  color: #404040;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}
.title-page .editable_block-119 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-119 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-119 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-119 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-119 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-119 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-119 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-119 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-119 .clear {
  clear: both;
}
.title-page .popover-container-119 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-119 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-119 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-119 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-119 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-119 .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-119 .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-119 .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-119 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-119 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-119 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .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-119 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-119 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-119 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-119 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .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-119 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-119 .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-119 .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-119 .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-119 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .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-119 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-119 .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-119 .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-119 .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-119 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .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-119 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-119 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .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-119 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-119 .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-119 .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-119 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-119 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-119 .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-119 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-119 .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-119 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-119 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-119 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-84 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #404040;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .widget-40 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-66 .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-66 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  text-align: left;
}
.title-page .side-panel-66 .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/close.svg") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-66 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-66 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
/*
@media only screen and (max-width: 960px) {
.title-page .side-panel-66 .side-panel-top {
margin-top:6px;
}
}
*/
@media only screen and (max-width: 480px) {
.title-page .side-panel-66 .side-panel-top {
margin-top:47px;
}
}
/*
@media only screen and (max-width: 375px) {
.title-page .side-panel-66 .side-panel-top {
margin-top:0;
}
}
*/
.title-page .side-panel-66 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
}
.title-page .side-panel-66 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-66 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-66 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .block-50 {
    display: none;
    margin-top: 79px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-47 {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-49 .layout_87 {
    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-49 .layout_108 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-48 {
    margin-bottom: 20px;
  }
  .title-page .widget-60 {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-61 {
    text-align: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-89 .sn-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .block-55 .layout_90 {
    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-55 .layout_91 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-55 {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-62 {
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-90 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-90 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .phones-90 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-90 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-63 {
    -webkit-text-shadow: transparent;
    -moz-text-shadow: transparent;
    text-shadow: transparent;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-67 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-68 .layout_139 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_142 {
    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-68 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-75 {
    background: none;
    padding-top: 30px;
    padding-right: 0;
  }
  .title-page .block-77 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-93 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-140 .header {
    margin-bottom: 20px;
    background: none;
  }
  .title-page .blocklist-140 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-140 .body {
    width: auto;
    margin-right: -20px;
  }
  .title-page .blocklist-140 .bx-wrapper {
    max-width: 738px;
  }
  .title-page .blocklist-140 .list {
    width: 738px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-140 .item {
    background: none;
    margin-right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-140 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-140 .image {
    text-align: center;
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-140 .title {
    margin-top: 0;
  }
  .title-page .widget-94 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .news-141 .news__header {
    background: none;
  }
  .title-page .news-141 .body-outer {
    width: auto;
  }
  .title-page .news-141 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .news-141 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .news-141 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-141 .img-convert {
    min-height: 0;
  }
  .title-page .block-76 {
    width: auto;
  }
  .title-page .widget-87.top {
    margin-top: 100px;
  }
  .title-page .widget-87 {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-127 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-127 .more {
    clear: none;
  }
  .title-page .block-66 {
    padding: 40px 30px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-70 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-86 {
    display: block;
  }
  .title-page .blocklist-124 .header {
    margin-bottom: 30px;
  }
  .title-page .blocklist-124 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-124 .body {
    width: auto;
  }
  .title-page .blocklist-124 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-124 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-124 .text {
    background: none;
  }
  .title-page .blocklist-124 .image {
    margin-bottom: 20px;
    float: none;
    background: none;
  }
  .title-page .blocklist-124 .title {
    font-size: 16px;
    background: none;
  }
  .title-page .blocklist-124 .title:hover, .title-page .blocklist-124 .title.hover, .title-page .blocklist-124 .title.active {
    color: #fe9f10;
  }
  .title-page .blocklist-124 .price-value {
    font-size: 22px;
  }
  .title-page .blocklist-124 .more > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-124 .bx-wrapper {
    max-width: 729px;
  }
  .title-page .blocklist-124 .bx-auto_controls {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-124 .bx-pager a {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .blocklist-124 .bx-pager a:active, .title-page .blocklist-124 .bx-pager a.active {
    background: rgba(0, 0, 0, 0.3);
  }
  .title-page .block-43 {
    min-height: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-45 .layout_83_id_84 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-45 {
    background: none;
    margin-bottom: auto;
	padding-top: 150px;
  padding-bottom: 150px;
  }
  .title-page .widget-59 {
    text-align: center;
    width: auto;
    margin-left: NaNpx;
    margin-right: NaNpx;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    background: none;
    display: block;
  }
  .title-page .blocklist-84 .body-outer {
    width: auto;
    min-height: 0;
  }
  .title-page .blocklist-84 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-84 .item {
    margin: 40px auto;
    width: 768px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-84 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-84 .image {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-84 .title {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-84 .more-btn {
    margin-top: 20px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-84 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-78 {
    padding: 40px 30px;
    background: linear-gradient(63deg, rgba(13, 65, 148, 0.92) 0%, rgba(29, 227, 85, 0.92) 99.3%), url("../images/lib_464701_54484499.jpg") left calc(50% + 381px) top -7px / 488px no-repeat, url("../images/lib_464701_54517054.jpg") left calc(50% - 330px) top -194px / 487px no-repeat;
    margin-bottom: 0;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-87 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-95 {
    display: block;
  }
  .title-page .horizontal_blocklist-145 .header_text {
    font-size: 30px;
    background: none;
  }
  .title-page .horizontal_blocklist-145 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-145 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-145 .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .title-page .horizontal_blocklist-145 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-145 .item_detail {
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-145 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-145 .title {
    font-size: 16px;
  }
  .title-page .block-83 {
    padding: 40px 30px;
    background: none;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-84 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-99 {
    height: auto;
    display: block;
  }
  .title-page .reviews-154 .header {
    margin-bottom: 20px;
  }
  .title-page .reviews-154 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-154 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .reviews-154 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-154 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .reviews-154 .image {
    background: none;
  }
  .title-page .reviews-154 .author {
    background: none;
  }
  .title-page .reviews-154 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .reviews-154 .pager-wrap {
    display: none;
  }
  .title-page .widget-100 {
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-60 .layout_center_109_id_115_1 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-60 {
    padding-top: 0.02px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .widget-104 {
    top: 0;
    left: 0;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .up-158 .icon {
    margin-top: auto;
    margin-bottom: auto;
  }
  .title-page .block-61 {
    background: none;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-74 .layout_112 {
    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-74 .layout_113 {
    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-74 .layout_114 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-78 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widgetsocial-112 .vk .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .ok .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .telegram .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-112 .whatsapp .wg-soc-icon {
    background: none;
  }
  .title-page .widget-79 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    min-height: 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-63 {
    padding: 30px 0 20px;
    background: none;
    margin-bottom: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-73 .layout_116 {
    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;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_119 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_120 {
    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-73 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-64 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .title-page .widget-81 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-117 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-117 .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-117 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-117 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-117 .text_body:hover, .title-page .phones-117 .text_body.hover, .title-page .phones-117 .text_body.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-82 {
    margin-top: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-118 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-118 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-118 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-118 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-83 {
    width: 900px;
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 0px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    border-left: 0px dashed rgba(0, 0, 0, 0.1);
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .title-page .editable_block-119 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-119 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-119 .more {
    clear: none;
  }
  .title-page .widget-84 {
    text-align: center;
    width: 710px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-40 {
    border: none;
    text-align: left;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -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;
    display: block;
  }
  .title-page .side-panel-66 .side-panel-content {
    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: #17ad27;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-66 .side-panel-close {
    width: 45px;
    min-height: 40px;
  }
  .title-page .side-panel-66 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-66 .side-panel-button {
    border: none;
    margin-left: 20px;
    margin-top: 20px;
    align-self: auto;
    width: 45px;
    min-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #17ad27;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .title-page .side-panel-66 .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: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-49 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_108 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-60 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-61 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-55 .layout_90 {
    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-55 .layout_91 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-90 .inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .phones-90 .icon {
    margin-left: auto;
  }
  .title-page .phones-90 .block-body-drop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-90 .cell-text {
    margin-top: auto;
    margin-bottom: auto;
  }
  .title-page .widget-63 {
    margin-left: 20px;
    margin-right: auto;
  }
  .title-page .block-68 .layout_139 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_142 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-93 {
    padding-right: 0;
  }
  .title-page .blocklist-140 .body {
    margin-left: 0;
  }
  .title-page .blocklist-140 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-140 .list {
    width: 600px;
  }
  .title-page .blocklist-140 .item {
    margin-left: 0;
  }
  .title-page .news-141 .news__header {
    margin-right: 0;
  }
  .title-page .news-141 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-141 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .widget-87.top {
    margin-top: 80px;
  }
  .title-page .widget-87 {
    margin-bottom: 20px;
  }
  .title-page .editable_block-127 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-66 {
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .blocklist-124 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-124 .item {
    padding-bottom: 20px;
    margin-bottom: 5px;
  }
  .title-page .blocklist-124 .text {
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-124 .title {
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-124 .price {
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-124 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-124 .pager-wrap {
    display: none;
  }
  .title-page .blocklist-124 .bx-pager a {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .block-45 .layout_83_id_84 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-45 {
    margin-bottom: 0;
	padding-top: 100px;
  padding-bottom: 100px;
  }
  .title-page .widget-59 {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    min-width: 640px;
  }
  .title-page .blocklist-84 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-84 .title {
    font-size: 34px;
  }
  .title-page .horizontal_blocklist-145 .description {
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-145 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-145 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-145 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-145 .text {
    font-size: 14px;
  }
  .title-page .reviews-154 .image {
    max-width: 100%;
  }
  .title-page .reviews-154 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .reviews-154 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .block-60 .layout_center_109_id_115_1 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-74 .layout_112 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-74 .layout_114 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-78 {
    text-align: center;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-79 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .widget-80 {
    text-align: center;
    margin-top: 20px;
  }
  .title-page .block-73 .layout_116 {
    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-73 .layout_119 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_120 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 {
    margin-bottom: 0;
  }
  .title-page .phones-117 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-118 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-83 {
    width: 708px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .title-page .editable_block-119 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-84 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-40 {
    z-index: 1450;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-47 {
    padding: 30px 0;
  }
  .title-page .block-49 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_108 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-55 .layout_90 {
    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-55 .layout_91 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-62 {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .title-page .widget-63 {
    margin-left: auto;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-67 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .title-page .block-68 .layout_139 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_142 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-77 {
    min-height: 0;
  }
  .title-page .blocklist-140 .body {
    margin-right: 0;
  }
  .title-page .blocklist-140 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-140 .list {
    width: 440px;
  }
  .title-page .blocklist-140 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-140 .item {
    margin-right: 0;
  }
  .title-page .blocklist-140 .bx-auto_controls {
    margin-top: 11px;
  }
  .title-page .news-141 .item-outer {
    width: 100%;
  }
  .title-page .editable_block-127 .more {
    margin-top: 15px;
  }
  .title-page .block-66 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-124 .header {
    margin-bottom: 20px;
  }
  .title-page .blocklist-124 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-124 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-124 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-124 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-124 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-45 .layout_83_id_84 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-45 {
    padding-top: 100px;
  padding-bottom: 100px;
    margin-bottom: auto;
  }
  .title-page .widget-59 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    right: 0;
  }
  .title-page .blocklist-84 .item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-84 .title {
    font-size: 26px;
  }
  .title-page .block-78 {
    padding: 30px 20px;
  }
  .title-page .block-83 {
    padding: 30px 20px;
  }
  .title-page .widget-99 {
    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 .reviews-154 .header_text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .reviews-154 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-154 .item-outer {
    width: 100%;
  }
  .title-page .reviews-154 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-154 .name {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-154 .text {
    margin-bottom: 20px;
  }
  .title-page .reviews-154 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-60 .layout_center_109_id_115_1 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-60 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .widget-104 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
  .title-page .block-74 .layout_112 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-74 .layout_114 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-80 {
    margin-bottom: 0;
  }
  .title-page .block-73 .layout_116 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_119 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_120 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 {
    margin-top: 0;
  }
  .title-page .phones-117 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-117 .text_body:hover, .title-page .phones-117 .text_body.hover, .title-page .phones-117 .text_body.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-83 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .editable_block-119 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-84 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .side-panel-66 .side-panel-content {
    background: #6dbf0a;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-49 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_108 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 {
    margin-top: 42px;
  }
  .title-page .block-55 .layout_90 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-55 .layout_91 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-62 {
    text-align: center;
    margin-bottom: 10px;
    min-height: 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 .phones-90 .icon {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .phones-90 .block-body-drop {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
  }
  .title-page .phones-90 .cell-text {
    margin-left: 10px;
  }
  .title-page .phones-90 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-63 {
    margin-top: 10px;
    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-68 .layout_139 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_142 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-75 {
    padding-top: 20px;
  }
  .title-page .widget-93 {
    padding-bottom: 40px;
  }
  .title-page .blocklist-140 .header {
    min-height: 36px;
  }
  .title-page .blocklist-140 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-140 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-140 .list {
    width: 280px;
  }
  .title-page .blocklist-140 .item {
    margin-bottom: 14px;
  }
  .title-page .blocklist-140 .text {
    margin-bottom: 0;
  }
  .title-page .blocklist-140 .bx-auto_controls {
    margin-top: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .blocklist-140 .bx-pager {
    margin-top: auto;
    margin-bottom: 0;
    align-self: flex-end;
    margin-right: auto;
  }
  .title-page .news-141 .news__header {
    margin-bottom: 10px;
    min-height: 36px;
  }
  .title-page .news-141 .news__title {
    font-size: 24px;
    padding-right: 20px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .news-141 .item {
    padding: 20px;
  }
  .title-page .news-141 .item__image {
    margin-right: 0;
  }
  .title-page .news-141 .item__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-127 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-66 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .blocklist-124 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-124 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-43 {
    min-height: 250px;
  }
  .title-page .block-45 .layout_83_id_84 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-45 {
    padding-top: 100px;
  padding-bottom: 100px;
  }
  .title-page .blocklist-84 .item {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-84 .text {
    font-size: 20px;
  }
  .title-page .blocklist-84 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-84 .title {
    font-size: 23px;
  }
  .title-page .block-78 {
    background: linear-gradient(63deg, rgba(13, 65, 148, 0.92) 0%, rgba(29, 227, 85, 0.92) 99.3%), url("../images/lib_464701_54484499.jpg") left calc(50% + 309px) top -11px / 488px no-repeat, url("../images/lib_464701_54517054.jpg") left calc(50% - 246px) top -192px / 487px no-repeat;
  }
  .title-page .horizontal_blocklist-145 .header_text {
    font-size: 24px;
  }
  .title-page .horizontal_blocklist-145 .description {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .title-page .horizontal_blocklist-145 .item {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .title-page .horizontal_blocklist-145 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-145 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-145 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-145 .item_detail {
    width: auto;
  }
  .title-page .horizontal_blocklist-145 .text {
    margin-bottom: 10px;
  }
  .title-page .horizontal_blocklist-145 .title {
    margin-bottom: 16px;
  }
  .title-page .horizontal_blocklist-145 .price-wrap {
    min-height: 0;
  }
  .title-page .horizontal_blocklist-145 .price {
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-145 .price-value {
    min-height: 0;
  }
  .title-page .widget-99 {
    padding-bottom: 30px;
  }
  .title-page .reviews-154 .header {
    margin-bottom: 10px;
  }
  .title-page .reviews-154 .header_text {
    font-size: 24px;
  }
  .title-page .reviews-154 .text {
    text-align: center;
  }
  .title-page .reviews-154 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-154 .pager-wrap {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .reviews-154 .bx-pager a {
    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: #d5d9d8;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-page .reviews-154 .bx-pager a:active, .title-page .reviews-154 .bx-pager a.active {
    background: #d5d9d8;
  }
  .title-page .block-60 .layout_center_109_id_115_1 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-74 .layout_112 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-74 .layout_114 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-80 {
    margin-top: 15px;
    max-width: 100%;
  }
  .title-page .block-73 .layout_116 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_119 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_120 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 {
    margin-top: 15px;
    max-width: 100%;
  }
  .title-page .widget-81 {
    margin-bottom: 20px;
  }
  .title-page .address-118 .text_body {
    font-size: 15px;
  }
  .title-page .widget-83 {
    margin-bottom: 10px;
  }
  .title-page .editable_block-119 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-119 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-84 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.title-page .side-panel .widget-64 {
  padding: 0;
  margin: 0 0 0 auto;
  border: none;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 1200px;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  min-height: 0;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  font-family: Russo One, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -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;
  max-width: 100%;
}
.title-page .side-panel .menu-94 .menu-scroll > ul {
  display: block;
}

.title-page .side-panel .menu-94 .menu-scroll > ul > li {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
border-bottom:1px solid rgba(255,255,255,.2);
}
.title-page .side-panel .menu-94 .menu-scroll > ul > li:last-child {
border-bottom: 0;
}

.title-page .side-panel .menu-94 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-94 .menu-scroll > ul ul > li > a {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  padding-left: 30px;
}
.title-page .side-panel .menu-94 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-94 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-94 .menu-scroll > ul ul > li > a.active {
  background: #17ad27;
}
.title-page .side-panel .menu-94 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-94 .menu-scroll > ul > li > a {
  padding: 15px 20px;
  width: auto;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  min-height: 0;
}
.title-page .side-panel .menu-94 .menu-scroll > ul > li > a:hover, .title-page .side-panel .menu-94 .menu-scroll > ul > li > a.hover, .title-page .side-panel .menu-94 .menu-scroll > ul > li > a.active {
  background: #363636;
}
.title-page .side-panel .menu-94 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-94 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-94 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-94 .menu-scroll > ul > li.more-button > a.active {
  background: #363636;
}
.title-page .side-panel .widget-88 {
  padding: 0.02px 0;
  margin: 0 0 20px;
  border: none;
  z-index: 1;
  text-align: left;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: Comfortaa, sans-serif;
  display: block;
}
.title-page .side-panel .menu-128 .menu-scroll > ul > li.delimiter {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-128 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-128 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-128 .menu-scroll > ul ul > li > a.active {
  color: #fe9f10;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
}
.title-page .side-panel .menu-128 .menu-scroll > ul > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 800;
}
.title-page .side-panel .menu-128 .menu-scroll > ul > li > a:hover, .title-page .side-panel .menu-128 .menu-scroll > ul > li > a.hover, .title-page .side-panel .menu-128 .menu-scroll > ul > li > a.active {
  background: #363636;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-128 .menu-scroll > ul > li > a .has-child-icon {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-128 .menu-scroll > ul > li > a .has-child-icon:hover, .title-page .side-panel .menu-128 .menu-scroll > ul > li > a .has-child-icon.hover, .title-page .side-panel .menu-128 .menu-scroll > ul > li > a .has-child-icon.active {
  background: none;
}


main {width:1200px;margin:0 auto;margin-top:50px;margin-bottom:100px;position: relative;overflow:hidden;}
main .sidebar{padding:2px;}
main .content .breadcrumbs {
margin: 0;margin-bottom:30px; position: relative; font-family: Open Sans, sans-serif; font-size: 14px; color: #6e6e6e;
}
main .content .breadcrumbs a { box-sizing: border-box; color: #397de3; line-height: 1.2; text-decoration: underline;}
main .content .breadcrumbs a:hover{ text-decoration: none;}
main .content h1 {margin:0;margin-bottom:40px;padding:0;font-size:28px;font-weight:bold;}
main .content article {margin:0;padding:0;overflow:hidden;}
main .content article p{margin:0;margin-bottom:10px;padding:0;font-size:16px;line-height: 1.5;}
main .content article ol li,
main .content article ul li{font-size:16px;line-height: 1.5;}
main .content h2 {margin:0;margin-bottom:10px;padding:0;font-size:28px;}
@media only screen and (min-width: 1280px) {
main .sidebar{float:right;}
main .content {float:left;width:850px;}
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
main {width:1140px;}
main .sidebar{float:right;}
main .content {float:left;width:800px;}	
}
@media only screen and (min-width: 961px) and (max-width: 1080px) {
main {width:960px;}
main .sidebar{float:right;}
main .content {float:left;width:670px;}		
}
@media only screen and (max-width: 960px) {
main {width:100%;}
main .sidebar{margin-bottom:50px;}
main .sidebar {padding:0 30px;}
main .content {padding:0 20px;}
main .content h2 {text-align:center;}			
}
@media only screen and (max-width: 640px) {
main .sidebar {padding:0 21px;}
main .content {padding:0 11px;}
main .content h2 {font-size:24px;}		
}

main .content .item {margin:0;margin-top:10px;padding:0;}
main .content .item .item-img {margin:0;padding:0;}
main .content .item .item-img img {display:block;width:100%;height:auto;border-radius:3px;}
main .content .item .item-txt {margin:0;padding:0;}
main .content .item .item-txt h3{margin:20px 0 10px 0;padding:0;}
main .content .item .item-txt h3 a{font-size:19px;text-decoration:none;}
main .content .item .item-txt h3 a:hover{text-decoration:none;color: #fe9f10;}
main .content .item .item-txt p{font-size:16px;margin:0;padding:0;line-height:1.5;}
@media only screen and (max-width: 640px) {
main .sidebar {padding:0 21px;}
main .content {padding:0 11px;}
main .content .item .item-txt h3 a{font-size:19px;}		
}

.news-prev{border-bottom: 3px dashed #cacaca;padding-bottom:40px;margin-bottom:40px;}
.news-prev h2{display:block;margin:0;padding:0;}
.news-prev h2 a{text-decoration:underline;color:#3A7ECB;font-size:19px;}
.news-prev h2 a:hover{text-decoration:none;}
.news-prev .i{display:block;margin:30px 0;padding:0;overflow:hidden;}
.news-prev .i img{display:block;width:100%;height:auto;border-radius:4px;margin:0;padding:0;}
.news-prev .t{display:block;margin:0;padding:0;overflow:hidden;font-size:16px;line-height:1.5;}
.news-prev .d{font-size:16px;margin:0;margin-top:20px;padding:0;}
.news-prev .d a{font-size:16px;text-decoration:underline;color:#3A7ECB;}
.news-prev .d a:hover{text-decoration:none;}
.news-content{margin:0;padding:0;overflow:hidden;}
.news-content .i{display:block;margin:0;margin-bottom:30px;padding:0;overflow:hidden;}
.news-content .i img{display:block;width:100%;height:auto;border-radius:4px;margin:0;padding:0;}
.news-content .t{display:block;margin:0;padding:0;overflow:hidden;font-size:16px;line-height:1.5;}
.news-content .d{font-size:16px;margin:0;margin-top:20px;padding:0;}
.news-content .d a{font-size:16px;text-decoration:underline;color:#3A7ECB;}
.news-content .d a:hover{text-decoration:none;}	

.navigation{
min-height:40px;	
overflow: hideen;
}
.navigation .navigation_header{
display: block;margin-bottom:5px;
}
.navigation .space{
	display: none;
}
.navigation .this, .navigation .link{
	border: 1px solid #333;
    background-color: #333;
    border-radius: 2px;
    text-transform: uppercase; 
    text-decoration: none; color: #fff;
    font: bold 15px Arial, sans-serif;
	margin-left: 2px;
	padding: 1px 6px;
}
.navigation .this{
	border: 1px solid #aaa;
	background-color: #aaa;
	font-weight: bold;
}	