@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper {
  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-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  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-42 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/20.jpg") right -135px bottom 0px / 426px no-repeat;
  z-index: 2;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  text-decoration: none;
  padding-top: 0.02px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-68 .layout_131 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-68 .layout_132 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-68 .layout_133 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-68 .layout_138_id_132 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-68 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1124px;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  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;
  padding-top: 0.02px;
  padding-bottom: 20px;
}
.title-page .block-63 {
  margin: 82px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 293px;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #454545;
  text-align: left;
  text-decoration: none;
  font-size: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 266px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-62 {
  margin: 20px 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-7 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 195px;
  min-height: 0;
  font-size: 25px;
  right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-12 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-12 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: left;
  min-height: 0;
  width: 203px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .site-name-12 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 203px;
}
.title-page .site-name-12 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Times New Roman, Times, serif;
  color: #2e2e2e;
  letter-spacing: 1.6px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 40px;
  font-weight: normal;
}
.title-page .site-name-12 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-64 {
  margin: 59px 0 auto 77px;
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-87 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #454545;
  text-align: left;
  text-decoration: none;
  font-size: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 250px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-43 .layout_95_id_97 {
  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-43 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  right: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(166, 166, 166, 0.41);
  -moz-box-shadow: inset 0px -1px 0px rgba(166, 166, 166, 0.41);
  box-shadow: inset 0px -1px 0px rgba(166, 166, 166, 0.41);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  font-size: 14px;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: flex-start;
  text-indent: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-44 .layout_135 {
  -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-44 .layout_136 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 .layout_137 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
}
.title-page .block-66 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-59 {
  margin: 0;
  position: relative;
  font-family: PT Serif, serif;
  font-size: 18px;
  text-align: undefined;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 200px;
  font-weight: bold;
  right: 0;
}
.title-page .phones-98 p:first-child {
  margin-top: 0;
}
.title-page .phones-98 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-98 .inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-98 .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-98 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/lib_83101_new_project32_06.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 7px;
  font-size: 16px;
  text-decoration: none;
}
.title-page .phones-98 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-98 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  margin-top: 0;
  z-index: 6;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-98 .title {
  box-sizing: border-box;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #adadad;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2px;
}
.title-page .phones-98 .text_body {
  font-size: 23px;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 30px;
}
.title-page .phones-98 input.tgl-but {
  box-sizing: border-box;
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.title-page .phones-98 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .phones-98 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .block-65 {
  margin: 11px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-88 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .schedule-134 p:first-child {
  margin-top: 0;
}
.title-page .schedule-134 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-134 .header {
  box-sizing: border-box;
}
.title-page .schedule-134 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-134 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .schedule-134 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-134 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-134 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-134 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #adadad;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 2px;
}
.title-page .schedule-134 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -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;
  text-decoration: none;
}
.title-page .schedule-134 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-134 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-67 {
  margin: 12px 0 auto 250px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 240px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-60 {
  padding: 4px 2px 2px;
  margin: 0;
  border: none;
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 240px;
  min-height: 48px;
  display: -webkit-flex;
  display: flex;
  background: #c80837;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  font-weight: 500;
  right: auto;
}
.title-page .widget-60:hover, .title-page .widget-60.hover, .title-page .widget-60.active {
  background: #8fb017;
}
.title-page .widget-60:active, .title-page .widget-60.active {
  color: #702f21;
  background: #f78863;
}
.title-page .button-99 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-wrap-99 .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-99 .popover-body .s3_button_large {
  padding: 4px 2px 2px;
  border: none;
  background: #f78863;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 123px;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  background: #ff622e;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:active, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  background: #f78863;
  color: #702f21;
}
.title-page .popover-wrap-99 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-99 .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-99 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-99 .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-99 .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-99 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .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-99 .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-99 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-99 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .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-99 .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-99 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-99 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-99 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-99 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .block-46 .layout_102_id_103 {
  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-46 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #000;
  z-index: 1;
  display: block;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-62 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 960px;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: inset 0px 1px 0px rgba(199, 199, 199, 0.42);
  -moz-box-shadow: inset 0px 1px 0px rgba(199, 199, 199, 0.42);
  box-shadow: inset 0px 1px 0px rgba(199, 199, 199, 0.42);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 65px;
}
.title-page .menu-103 .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-103 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-103 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-103 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/lib_336601_new_project32_06 (8).png") left 50% top 50% / auto auto 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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}
.title-page .menu-103 .menu-scroll > ul > li.home-button > a:hover, .title-page .menu-103 .menu-scroll > ul > li.home-button > a.hover, .title-page .menu-103 .menu-scroll > ul > li.home-button > a.active {
  background: url("../images/lib_336601_new_project32_06 (11).png") left 50% top 50% / auto auto no-repeat;
}
.title-page .menu-103 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .menu-103 .menu-scroll > ul ul {
  padding: 5px;
  margin: 10px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #c80837;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.title-page .menu-103 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-103 .menu-scroll > ul ul > li > a {
  padding: 10px 10px 10px 15px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.27);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.27);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.27);
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 0;
  width: auto;
  position: relative;
}
.title-page .menu-103 .menu-scroll > ul ul > li > a:hover, .title-page .menu-103 .menu-scroll > ul ul > li > a.hover, .title-page .menu-103 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  color: #170e11;
  font-weight: normal;
}
.title-page .menu-103 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-103 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-103 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a {
  padding: 23px 22px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: flex-start;
  text-transform: uppercase;
  font-weight: normal;
  align-self: auto;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-indent: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  min-height: 65 px;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-103 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-103 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #c80837;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-103 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-103 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-103 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px auto 2px 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  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-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  text-align: left;
}
.title-page .menu-103 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-103 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > 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-103 .menu-scroll > ul > li.menu-item > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .menu-103 .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-103 .menu-scroll > ul ul > li > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .block-52 .layout_115_id_114 {
  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-52 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/12.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  right: 0;
  max-width: 100%;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-76 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 960px;
  height: 0;
  min-height: 400px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  right: 0;
  padding-top: 0.02px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.67);
}
.title-page .popover-wrap-114 .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-114 .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;
}
.title-page .popover-wrap-114 .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-114 .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-114 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-114 .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;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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-114 .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-114 .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-114 .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 .slider-114 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-114 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-114 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-114 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-114 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-114 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: left;
}
.title-page .slider-114 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-114 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-114 .block-more {
  box-sizing: border-box;
}
.title-page .slider-114 .block-more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
}
.title-page .slider-114 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-114 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-114 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-114 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-114 .slider-next {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-114 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-114 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-114 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  font-size: 0;
  text-align: right;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 0;
}
.title-page .slider-114 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .slider-114 .slider-pager {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: 50px;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.48);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .slider-114 .slider-pager > a {
  padding: 1px;
  margin: 2px 5px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  min-height: 12px;
  background: #fffb00;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
}
.title-page .slider-114 .slider-pager > a:hover, .title-page .slider-114 .slider-pager > a.hover, .title-page .slider-114 .slider-pager > a.active {
  background: #c80837;
}
.title-page .slider-114 .slider-pager > a:active, .title-page .slider-114 .slider-pager > a.active {
  background: #8fb017;
}
.title-page .slider-114 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-114 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-114 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-114 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-114 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-114 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-114 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-114 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-114 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-114 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-114 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-114 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-114 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-114 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-114 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-114 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-114 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-114 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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-114 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-114 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-114 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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-114 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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-114 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-114 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-114 .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-114 .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-114 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-114 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-114 .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-114 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-114 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-114 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-7 .layout_15_id_16 {
  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-7 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  background: #fff;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 100%;
}
.title-page .block-7:hover, .title-page .block-7.hover, .title-page .block-7.active {
  width: auto;
}
.title-page .widget-9 {
  padding: 20px 12px 50px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-16 .popover-body {
  padding: 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-16 .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-16 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-16 .popover-body textarea {
  padding: 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-16 .popover-body .s3_button_large {
  padding: 4px 2px 2px;
  border: none;
  background: #f78863;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 123px;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large:hover, .title-page .popover-wrap-16 .popover-body .s3_button_large.hover, .title-page .popover-wrap-16 .popover-body .s3_button_large.active {
  background: #ff622e;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large:active, .title-page .popover-wrap-16 .popover-body .s3_button_large.active {
  background: #f78863;
  color: #702f21;
}
.title-page .popover-wrap-16 .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-16 .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-16 .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-16 .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-16 .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-16 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-16 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-16 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-16 .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: 0;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-16 .header_text {
  margin: 0;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Times New Roman, Times, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #2e2e2e;
  line-height: 0.9;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  align-self: auto;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 30px;
}
.title-page .blocklist-16 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-16 .description {
  margin: 10px 0 41px;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 36px;
  font-weight: 900;
  width: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-16 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  min-height: 0;
}
.title-page .blocklist-16 .body {
  margin: 0 -5px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-16 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-16 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-16 .bx-wrapper {
  max-width: 948px;
}
.title-page .blocklist-16 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-16 .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: 946px;
}
.title-page .blocklist-16 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-16 .item {
  padding: 0.02px 0;
  margin: 20px 5px 0;
  border: none;
  position: relative;
  width: 960px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-16 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #878787;
  line-height: 1.5;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-16 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-16 .image {
  margin: 0;
  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;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-16 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  width: 50px;
  min-height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  bottom: auto;
  margin-top: 0;
  align-self: auto;
  right: auto;
  margin-left: 0;
}
.title-page .blocklist-16 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-16 .img-convert {
  border: 7px solid #fff6e3;
  box-sizing: border-box;
  width: 180px;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fffb00;
  -moz-box-shadow: inset 0px 0px 0px 1px #fffb00;
  box-shadow: inset 0px 0px 0px 1px #fffb00;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 17px;
}
.title-page .blocklist-16 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-16 .title {
  padding: 12px 9px 16px;
  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;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #c80837;
  text-decoration: none;
  font-size: 17px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-16 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-16 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-16 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-16 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-16 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-16 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 20px;
}
.title-page .blocklist-16 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  width: 130px;
  min-height: 44px;
  background: #c80837;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 0;
  align-self: auto;
  margin-bottom: 0;
}
.title-page .blocklist-16 .more > a:hover, .title-page .blocklist-16 .more > a.hover, .title-page .blocklist-16 .more > a.active {
  background: #8fb017;
}
.title-page .blocklist-16 .more > a:active, .title-page .blocklist-16 .more > a.active {
  color: #000;
  background: #fadd00;
}
.title-page .blocklist-16 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-16 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-16 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
}
.title-page .blocklist-16 .all {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e94132;
  -moz-box-shadow: inset 0px 0px 0px 2px #e94132;
  box-shadow: inset 0px 0px 0px 2px #e94132;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .blocklist-16 .all:hover, .title-page .blocklist-16 .all.hover, .title-page .blocklist-16 .all.active {
  color: #fff;
  background: #e94132;
}
.title-page .blocklist-16 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-16 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-16 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-16 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-16 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-16 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -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-16 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-16 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-16 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-16 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-16 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-16 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-16 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-16 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-16 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  background: #c80837;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  text-align: left;
}
.title-page .blocklist-16 .bx-pager a:hover, .title-page .blocklist-16 .bx-pager a.hover, .title-page .blocklist-16 .bx-pager a.active {
  background: #8fb017;
}
.title-page .blocklist-16 .bx-pager a:active, .title-page .blocklist-16 .bx-pager a.active {
  background: #ffbf00;
}
.title-page .popover-container-16 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-16 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-16 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-16 .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-16 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-16 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-16 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-16 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-16 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-16 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-16 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-16 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-16 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .block-17 .layout_42_id_45 {
  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-17 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(34, 33, 37, 0.47), rgba(34, 33, 37, 0.47)), linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 50%), url("../images/12 (1).jpg") left 0px top 50% / auto auto no-repeat fixed;
  z-index: 6;
  text-align: left;
  right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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-45 .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-45 .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-45 .popover-body .s3_button_large {
  padding: 4px 2px 2px;
  border: none;
  background: #f78863;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 123px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: #ff622e;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:active, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: #f78863;
  color: #702f21;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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-45 .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-45 .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-45 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-45 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-45 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-45 .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: 0;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-45 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Times New Roman, Times, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  align-self: auto;
  width: 667px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-45 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-45 .description {
  margin: 16px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Times New Roman, Times, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 21px;
  font-weight: normal;
  width: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-45 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  min-height: 0;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-45 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-45 .item {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  width: 960px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-45 .item:hover, .title-page .blocklist-45 .item.hover, .title-page .blocklist-45 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #e94132;
  -moz-box-shadow: inset 0px 0px 0px 2px #e94132;
  box-shadow: inset 0px 0px 0px 2px #e94132;
}
.title-page .blocklist-45 .text {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.title-page .blocklist-45 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-45 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  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;
  margin-top: 0;
  padding-top: 0.02px;
}
.title-page .blocklist-45 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  width: 50px;
  min-height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  bottom: auto;
  margin-top: 0;
  align-self: auto;
  right: auto;
  margin-left: 0;
}
.title-page .blocklist-45 .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-45 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 80px;
  height: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-45 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .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-45 .title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #f00;
  text-decoration: none;
  font-size: 19px;
}
.title-page .blocklist-45 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-45 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-45 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.title-page .blocklist-45 .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-45 .bx-wrapper {
  max-width: 630px;
}
.title-page .blocklist-45 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-45 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-45 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
}
.title-page .blocklist-45 .all {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e94132;
  -moz-box-shadow: inset 0px 0px 0px 2px #e94132;
  box-shadow: inset 0px 0px 0px 2px #e94132;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .blocklist-45 .all:hover, .title-page .blocklist-45 .all.hover, .title-page .blocklist-45 .all.active {
  color: #fff;
  background: #e94132;
}
.title-page .blocklist-45 .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-45 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-45 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-45 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-45 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .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-45 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-45 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-45 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-45 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-45 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-45 .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-45 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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-45 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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-45 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-45 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-45 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-45 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-45 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-45 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .block-19 .layout_47_id_48 {
  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-19 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 315px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #fff 50%), url("../images/10 (2).jpg") right 0px top 50% / cover no-repeat fixed;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.title-page .block-20 .layout_49 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_50 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 {
  margin: 0 auto;
  border: none;
  position: relative;
  text-indent: 0;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-27 {
  padding: 0.02px 20px;
  margin: 31px 0 auto;
  border: none;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 480px;
  min-height: 0;
  right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-49 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 33px;
  margin-bottom: 10px;
  font-family: Times New Roman, Times, serif;
  color: #2b2b2b;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  font-weight: normal;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .form-49 .form__text {
  box-sizing: border-box;
  font-size: 17px;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: Roboto Condensed, sans-serif;
  color: #c80837;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-49 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-49 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-49 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
}
.title-page .form-49 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-49 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-49 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-49 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  text-align: left;
  text-decoration: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-49 .form-item__header {
  font-family: Tenor Sans, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 7px;
  display: block;
}
.title-page .form-49 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-49 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-49 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-49 .form-text input {
  padding: 20px 10px 20px 21px;
  border: 1px solid rgba(31, 31, 31, 0.23);
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff);
  width: 100%;
  min-width: 100px;
  min-height: 50 px;
  outline: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  height: 50px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  display: block;
  -webkit-appearance: none;
  margin-bottom: 5px;
  margin-top: 5px;
}
.title-page .form-49 .form-textarea textarea {
  padding: 15px 10px 15px 20px;
  border: 1px solid rgba(31, 31, 31, 0.23);
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 100px;
  -webkit-appearance: none;
}
.title-page .form-49 .form-textarea textarea:hover, .title-page .form-49 .form-textarea textarea.hover, .title-page .form-49 .form-textarea textarea.active {
  border: none;
  background: none;
}
.title-page .form-49 .form-textarea textarea:active, .title-page .form-49 .form-textarea textarea.active {
  -webkit-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  -moz-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  box-shadow: inset 0px -1px 0px 0px #d9d9d9;
}
.title-page .form-49 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-49 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-49 .form-text {
  box-sizing: border-box;
}
.title-page .form-49 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-49 .form-submit {
  margin-bottom: 0;
  margin-right: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin-top: 0;
  padding-top: 30px;
}
.title-page .form-49 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-49 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-49 .form-submit button {
  padding: 4px 2px 2px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #c80837;
  min-height: 50px;
  outline: none;
  width: 169px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-49 .form-submit button:hover, .title-page .form-49 .form-submit button.hover, .title-page .form-49 .form-submit button.active {
  background: #8fb017;
}
.title-page .form-49 .form-submit button:active, .title-page .form-49 .form-submit button.active {
  background: #fffb00;
  color: #702f21;
}
.title-page .form-49 .form-captcha {
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-49 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-49 .form-captcha input {
  padding: 15px 10px 15px 20px;
  border: 1px solid rgba(31, 31, 31, 0.23);
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff);
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  display: block;
  -webkit-appearance: none;
}
.title-page .form-49 .form-captcha input:hover, .title-page .form-49 .form-captcha input.hover, .title-page .form-49 .form-captcha input.active {
  border: none;
  background: none;
}
.title-page .form-49 .form-captcha input:active, .title-page .form-49 .form-captcha input.active {
  -webkit-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  -moz-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  box-shadow: inset 0px -1px 0px 0px #d9d9d9;
}
.title-page .form-49 .form-captcha button {
  padding: 4px 2px 2px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #c80837;
  min-height: 50px;
  outline: none;
  width: 169px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-49 .form-captcha button:hover, .title-page .form-49 .form-captcha button.hover, .title-page .form-49 .form-captcha button.active {
  background: #8fb017;
}
.title-page .form-49 .form-captcha button:active, .title-page .form-49 .form-captcha button.active {
  background: #fffb00;
  color: #702f21;
}
.title-page .form-49 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-49 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-49 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-49 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-49 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-49 .form-checkbox {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-49 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-49 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-49 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-49 .form-radio {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-49 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-49 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-49 .form-select {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-div {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-html {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-49 .form-upload {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-calendar {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-49 .form-calendar_interval {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-49 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-49 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-49 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-49 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-49 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-49 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-49 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-49 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-49 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-49 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-49 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-49 ::-webkit-input-placeholder {
  color: #ccc;
}
.title-page .form-49 ::-moz-placeholder {
  color: #ccc;
}
.title-page .form-49 :-ms-input-placeholder {
  color: #ccc;
}
.title-page .block-21 {
  margin: 0 0 auto 35px;
  border: none;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 410px;
  min-height: 410px;
  background: url("../images/9 (1).jpg") left 50% top 50% / cover no-repeat;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.02px;
  right: auto;
}
.title-page .block-22 .layout_51_id_53 {
  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-22 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 50%), linear-gradient(rgba(34, 33, 37, 0.43), rgba(34, 33, 37, 0.43)), url("../images/11 (1).jpg") left 0px top 50% / cover no-repeat fixed;
  z-index: 4;
  text-align: left;
  right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-23 .layout_52 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 .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-23 {
  margin: 0;
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-71 {
  padding: 12px;
  margin: -1px 0 auto 43px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-113 p:first-child {
  margin-top: 0;
}
.title-page .news-113 p:last-child {
  margin-bottom: 0;
}
.title-page .news-113 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
}
.title-page .news-113 .news__title {
  box-sizing: border-box;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-113 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .news-113 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .news-113 .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-113 .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-113 .bx-wrapper {
  max-width: 418px;
}
.title-page .news-113 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-113 .news__list {
  box-sizing: border-box;
  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;
  width: 418px;
}
.title-page .news-113 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .news-113 .item {
  margin: 10px 0 14px;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  text-align: left;
  padding-bottom: 22px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.28);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-113 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-113 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
}
.title-page .news-113 .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-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .news-113 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-113 .item__title {
  border: none;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 14px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 30px;
  font-family: Times New Roman, Times, serif;
  color: #c80837;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 9px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .news-113 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-113 .item__date {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.title-page .news-113 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  font-size: 11px;
  color: #808080;
  text-transform: lowercase;
}
.title-page .news-113 .item__text {
  box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #4a4a4a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .news-113 .item__text .align-elem {
  flex-basis: 100%;
}
.title-page .news-113 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  margin-top: 7px;
}
.title-page .news-113 .item__more_link {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: #c80837;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  width: 114px;
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.title-page .news-113 .item__more_link:hover, .title-page .news-113 .item__more_link.hover, .title-page .news-113 .item__more_link.active {
  background: #a6c238;
}
.title-page .news-113 .item__more_link:active, .title-page .news-113 .item__more_link.active {
  color: #2e2e2e;
  background: #fffb00;
}
.title-page .news-113 .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-113 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}
.title-page .news-113 .controls {
  z-index: 1;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -38px;
  text-align: justify;
  margin-left: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 68px;
}
.title-page .news-113 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 20px;
  background: url("../images/3.png") left 50% top 50% / auto auto no-repeat #fffb00;
  box-sizing: border-box;
  text-align: left;
  min-height: 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .news-113 .prev:hover, .title-page .news-113 .prev.hover, .title-page .news-113 .prev.active {
  background: url("../images/3.png") left 50% top 50% / auto auto no-repeat #badb37;
}
.title-page .news-113 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 20px;
  background: url("../images/1.png") left 50% top 50% / auto auto no-repeat #fffb00;
  box-sizing: border-box;
  text-align: left;
  min-height: 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .news-113 .next:hover, .title-page .news-113 .next.hover, .title-page .news-113 .next.active {
  background: url("../images/1.png") left 50% top 50% / auto auto no-repeat #badb37;
}
.title-page .news-113 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-113 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-113 .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 .news-113 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-113 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-113 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-113 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-113 .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-113 .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-113 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .news-113 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-113 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-113 .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-113 .bx-pager a:active, .title-page .news-113 .bx-pager a.active {
  background: #bbb;
}
.title-page .news-113 .news__footer {
  box-sizing: border-box;
  text-align: right;
}
.title-page .news-113 .news__all {
  box-sizing: border-box;
}
.title-page .news-113 .all_link {
  padding: 2px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  background: #c80837;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 124px;
  min-height: 38px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .news-113 .all_link:hover, .title-page .news-113 .all_link.hover, .title-page .news-113 .all_link.active {
  background: #a6c238;
}
.title-page .news-113 .all_link:active, .title-page .news-113 .all_link.active {
  color: #2e2e2e;
  background: #fffb00;
}
.title-page .widget-28 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 475px;
  min-width: 475px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-52 .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-52 .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-52 .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-52 .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-52 .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-52 .popover-body .s3_button_large {
  padding: 4px 2px 2px;
  border: none;
  background: #f78863;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 123px;
}
.title-page .popover-wrap-52 .popover-body .s3_button_large:hover, .title-page .popover-wrap-52 .popover-body .s3_button_large.hover, .title-page .popover-wrap-52 .popover-body .s3_button_large.active {
  background: #ff622e;
}
.title-page .popover-wrap-52 .popover-body .s3_button_large:active, .title-page .popover-wrap-52 .popover-body .s3_button_large.active {
  background: #f78863;
  color: #702f21;
}
.title-page .popover-wrap-52 .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-52 .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-52 .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-52 .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-52 .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-52 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-52 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-52 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-52 .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: 0;
  box-sizing: border-box;
  width: 480px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.title-page .blocklist-52 .header_text {
  font-size: 23px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 0.9;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  align-self: auto;
  width: 961px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.title-page .blocklist-52 .header_text:active, .title-page .blocklist-52 .header_text.active {
  color: #fff;
}
.title-page .blocklist-52 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-52 .description {
  margin: 17px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Times New Roman, Times, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 40px;
  font-weight: normal;
  width: 474px;
  padding-right: 20px;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-52 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-52 .body {
  margin: 0 -20px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-52 .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-52 .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-52 .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-52 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-52 .item {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  width: 494px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-52 .item:hover, .title-page .blocklist-52 .item.hover, .title-page .blocklist-52 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #e94132;
  -moz-box-shadow: inset 0px 0px 0px 2px #e94132;
  box-shadow: inset 0px 0px 0px 2px #e94132;
}
.title-page .blocklist-52 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 23px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  width: 480px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
.title-page .blocklist-52 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-52 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  margin-top: 33px;
  padding-top: 11px;
}
.title-page .blocklist-52 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  width: 50px;
  min-height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  bottom: auto;
  margin-top: -87px;
  align-self: auto;
  right: auto;
  margin-left: -25px;
}
.title-page .blocklist-52 .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-52 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-52 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .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-52 .title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #f00;
  text-decoration: none;
  font-size: 19px;
}
.title-page .blocklist-52 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-52 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-52 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-52 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-52 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-52 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-52 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-52 .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-52 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-52 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-52 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
}
.title-page .blocklist-52 .all {
  padding: 20px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e94132;
  -moz-box-shadow: inset 0px 0px 0px 2px #e94132;
  box-shadow: inset 0px 0px 0px 2px #e94132;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .blocklist-52 .all:hover, .title-page .blocklist-52 .all.hover, .title-page .blocklist-52 .all.active {
  color: #fff;
  background: #e94132;
}
.title-page .blocklist-52 .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-52 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-52 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-52 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-52 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-52 .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-52 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-52 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-52 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-52 .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-52 .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-52 .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-52 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-52 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-52 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-52 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-52 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-52 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-52 .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-52 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-52 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-52 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-52 .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-52 .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-52 .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-52 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-52 .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-52 .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-52 .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-52 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-52 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .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-52 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-52 .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-52 .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-52 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-52 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-52 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-52 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-52 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-52 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-52 ::-webkit-input-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-52 ::-moz-placeholder {
  color: #2b2b2b;
}
.title-page .popover-wrap-52 :-ms-input-placeholder {
  color: #2b2b2b;
}
.title-page .block-41 .layout_92_id_93 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-41 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #fff 50%), url("../images/13.jpg") right 0px top 50% / cover no-repeat fixed;
  z-index: 3;
  text-align: center;
  right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-57 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
}
.title-page .widget-57:hover, .title-page .widget-57.hover, .title-page .widget-57.active {
  border: none;
}
.title-page .reviews-93 p:first-child {
  margin-top: 0;
}
.title-page .reviews-93 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-93 .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: 25px;
  text-align: center;
}
.title-page .reviews-93 .header_text {
  box-sizing: border-box;
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Times New Roman, Times, serif;
  text-decoration: none;
  -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;
  font-weight: normal;
}
.title-page .reviews-93 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-93 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-93 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .reviews-93 .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-93 .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-93 .bx-wrapper {
  max-width: 960px;
}
.title-page .reviews-93 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-93 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 960px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-93 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-93 .item {
  margin: 10px 0;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 447px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .image {
  border: none;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 0;
  position: relative;
  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;
  padding-bottom: 50px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .reviews-93 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-93 .author {
  margin: 0;
  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;
  bottom: 0;
  align-self: auto;
  padding-bottom: 0.02px;
  padding-top: 135px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .name {
  margin: auto 0 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 24px;
  font-family: Times New Roman, Times, serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-93 .text {
  border: none;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  line-height: 1.7;
  text-decoration: none;
  -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;
  font-size: 15px;
  padding-right: 140px;
  padding-left: 140px;
  font-weight: normal;
  min-height: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-93 .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-93 .footer {
  box-sizing: border-box;
}
.title-page .reviews-93 .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-93 .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: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: justify;
}
.title-page .reviews-93 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNDkgMTIiPjxkZWZzPjxzdHlsZT4gLmNscy0xIHsgZmlsbDogIzAwMDsgb3BhY2l0eTogMC4yOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0gPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTQ4LjAwMCw3LjAwMCBMMy45ODEsNy4wMDAgTDcuMDAwLDEwLjMyMiBMNS40NTQsMTIuMDAwIEwtMC4wMDAsNi4wMDAgTDUuNDU0LC0wLjAwMCBMNy4wMDAsMS42NzggTDMuOTgxLDUuMDAwIEw0OC4wMDAsNS4wMDAgQzQ4LjU1Miw1LjAwMCA0OS4wMDAsNS40NDggNDkuMDAwLDYuMDAwIEM0OS4wMDAsNi41NTIgNDguNTUyLDcuMDAwIDQ4LjAwMCw3LjAwMCBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .prev:hover, .title-page .reviews-93 .prev.hover, .title-page .reviews-93 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNDkgMTIiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDguMDAwLDcuMDAwIEwzLjk4MSw3LjAwMCBMNy4wMDAsMTAuMzIyIEw1LjQ1NCwxMi4wMDAgTC0wLjAwMCw2LjAwMCBMNS40NTQsLTAuMDAwIEw3LjAwMCwxLjY3OCBMMy45ODEsNS4wMDAgTDQ4LjAwMCw1LjAwMCBDNDguNTUyLDUuMDAwIDQ5LjAwMCw1LjQ0OCA0OS4wMDAsNi4wMDAgQzQ5LjAwMCw2LjU1MiA0OC41NTIsNy4wMDAgNDguMDAwLDcuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2JmMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
}
.title-page .reviews-93 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNDkgMTIiIGlkPSJzdmctMSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZjAwIiBzdHJva2Utb3BhY2l0eT0iMSIgc3Ryb2tlPSIjZmYwMDAwIiBkYXRhLWNoYW5nZWQ9InRydWUiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBvcGFjaXR5OiAwLjI7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDMuNTQ2LDEyLjAwMCBMNDIuMDAwLDEwLjMyMiBMNDUuMDE5LDcuMDAwIEwxLjAwMCw3LjAwMCBDMC40NDgsNy4wMDAgMC4wMDAsNi41NTIgMC4wMDAsNi4wMDAgQzAuMDAwLDUuNDQ4IDAuNDQ4LDUuMDAwIDEuMDAwLDUuMDAwIEw0NS4wMTksNS4wMDAgTDQyLjAwMCwxLjY3OCBMNDMuNTQ2LC0wLjAwMCBMNDkuMDAwLDYuMDAwIEw0My41NDYsMTIuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMSIgc3Ryb2tlPSIjZmZmZmZmIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-93 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-93 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-93 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-93 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-93 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-93 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-93 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-93 .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-93 .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-93 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-93 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-93 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-93 .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-93 .bx-pager a:active, .title-page .reviews-93 .bx-pager a.active {
  background: #bbb;
}
.title-page .block-61 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fafafa;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-86 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: 1200px;
  min-width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 50px;
}
.title-page .popover-wrap-129 .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-129 .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-129 .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-129 .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-129 .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-129 .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-129 .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-129 .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-129 .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-129 .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-129 .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-129 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-129 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-129 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-129 .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: 30px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-129 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Times New Roman, Times, 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;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-129 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-129 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-129 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-129 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-129 .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-129 .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-129 .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-129 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
}
.title-page .blocklist-129 .item {
  margin: 10px 20px;
  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;
  flex-basis: 100%;
  left: 0;
  right: 0;
}
.title-page .blocklist-129 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-129 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-129 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  min-height: 280px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-129 .item-label {
  padding: 2px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("../images/lib_1818201_7.svg") left 50% top 50% / 25px no-repeat rgba(61, 61, 61, 0.44);
  color: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  min-height: 280px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-129 .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-129 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 280px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-129 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-129 .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-129 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-129 .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-129 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-129 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-129 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-129 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-129 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-129 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-129 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-129 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-129 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-129 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-129 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-129 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}
.title-page .blocklist-129 .all {
  padding: 0.02px 2px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Times New Roman, Times, serif;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  background: #c80837;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
  min-height: 50px;
  font-weight: normal;
}
.title-page .blocklist-129 .all:hover, .title-page .blocklist-129 .all.hover, .title-page .blocklist-129 .all.active {
  background: #8fb017;
}
.title-page .blocklist-129 .all:active, .title-page .blocklist-129 .all.active {
  color: #702f21;
  background: #fffb00;
}
.title-page .blocklist-129 .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-129 .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-129 .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-129 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-129 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-129 .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-129 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-129 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-129 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-129 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-129 .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-129 .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-129 .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-129 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-129 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-129 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-129 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-129 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-129 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-129 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-129 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-129 .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-129 .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-129 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-129 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-129 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .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-129 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-129 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-129 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-129 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .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-129 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-129 .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-129 .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-129 .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-129 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .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-129 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-129 .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-129 .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-129 .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-129 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .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-129 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-129 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .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-129 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-129 .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-129 .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-129 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-129 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-129 .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-129 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-129 .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-129 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-129 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-129 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-53 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .block-54 .layout_117_id_118 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-54 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 50%), linear-gradient(rgba(34, 33, 37, 0.43), rgba(34, 33, 37, 0.43)), url("../images/14 (1).jpg") left 0px top 50% / auto auto no-repeat fixed;
  z-index: 2;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 60px;
  padding-bottom: 60px;
}
.title-page .widget-77 {
  margin: 24px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 448px;
  min-height: 300px;
}
.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: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-118 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 136px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjY2NiIgaGVpZ2h0PSIxMTc2LjEyMiIgdmlld0JveD0iMCAwIDY2NiAxMTc2LjEyMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik00MTEuODQ4IDM1Mi44MzZDNDExLjg0OCAyODcuODgxIDQ2NC41MjQgMjM1LjIyOCA1MjkuNTIxIDIzNS4yMjggNTk0LjUwOSAyMzUuMjI4IDY0Ny4xOTQgMjg3Ljg4MSA2NDcuMTk0IDM1Mi44MzYgNjQ3LjE5NCA0MTcuNzkyIDU5NC41MDkgNDcwLjQ0NSA1MjkuNTIxIDQ3MC40NDUgNDY0LjUyNCA0NzAuNDQ1IDQxMS44NDggNDE3Ljc5MiA0MTEuODQ4IDM1Mi44MzZ6TTY2NiAxNjEuMzE0QzYyNy40ODEgMTMzLjgxNSA1ODAuMzU4IDExNy42MTggNTI5LjUyMSAxMTcuNjE4IDM5OS43NDcgMTE3LjYxOCAyOTQuMTc1IDIyMy4xMzIgMjk0LjE3NSAzNTIuODM2IDI5NC4xNzUgNTg5LjkyMyA0NTAuMzQgNzc4Ljk0IDUyNi40NjkgODU2Ljk4OCA1NjIuNDc3IDgxNS4zNDIgNjE3Ljc0MSA3NDYuMDQ4IDY2NiA2NjIuOTU0Vjg3Mi42OTZDNjE1Ljg1NiA5MzcuMzA1IDU3NS42MTYgOTc3Ljk3NSA1NzEuMTE2IDk4Mi40NThMNTMzLjE0IDEwMjAuNDU2IDQ5MS44NTcgOTg2LjA1N0M0NzguOTg5IDk3NS4zNCAxNzYuNTAyIDcxOS4yMjcgMTc2LjUwMiAzNTIuODM2IDE3Ni41MDIgMTU4LjI3NSAzMzQuODU2LjAwOSA1MjkuNTIxLjAwOSA1NzcuODguMDA5IDYyMy45OTQgOS43ODUgNjY2IDI3LjQ0OVYxNjEuMzE0ek0xMTcuNjcxIDk0MC44OTJDMTE3LjY3MSA5NjguMzU4IDIxMS4zMDYgMTAyNy43MTEgMzg3LjIzNiAxMDQ5Ljg2OCA0MjkuOTEyIDEwNTUuMjQ2IDQ3Ny4yODggMTA1OC41MDIgNTI5LjUyMSAxMDU4LjUwMiA1NzkuMzcgMTA1OC41MDIgNjI0Ljg0NCAxMDU1LjU1NCA2NjYgMTA1MC42MThWMTE2OC41OTNDNjI2LjEwOCAxMTcyLjkzOSA1ODUuMTU2IDExNzUuMzYxIDU0NC4xNTkgMTE3NS44MjhMNTM2LjAyNSAxMTc1Ljk4NCA1MjkuNTIxIDExNzYuMTExQzI2Ni4zNjQgMTE3Ni4xMTEtLjAwMiAxMDk1LjMwNi0uMDAyIDk0MC44OTItLjAwMiA4NjMuMDQgNjcuNzg0IDgwMy45NTIgMTY4LjY0NyA3NjQuNDQ5IDE4OC41OTYgODAxLjM4IDIwOS44ODYgODM1LjUwNiAyMzEuMzI0IDg2Ni42MSAxNTYuNzQ3IDg5Mi4zMDYgMTE3LjY3MSA5MjMuMjA0IDExNy42NzEgOTQwLjg5MnoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2YzZjVmOSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlPSIjYmYwMDAwIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD48L3N2Zz4=") right 0px top 50% / 73px no-repeat;
  margin-right: 50px;
  min-height: 260px;
  -webkit-box-shadow: inset -2px 0px 0px #f3f5f9;
  -moz-box-shadow: inset -2px 0px 0px #f3f5f9;
  box-shadow: inset -2px 0px 0px #f3f5f9;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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 {
  padding: 30px;
  border: none;
  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;
  min-height: 0;
  margin-top: 56px;
  background: #fff;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  width: 284px;
}
.title-page .address-118 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #c80837;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.title-page .address-118 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #787878;
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.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-78 {
  margin: -320px 0 0 252px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-height: 300px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .block-55 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f3f5f9;
  z-index: 1;
  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: 0.02px;
  padding-bottom: 0.02px;
  max-width: 100%;
  text-decoration: none;
}
.title-page .block-56 .layout_121_id_122 {
  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-56 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #000;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-57 .layout_123 {
  -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-57 .layout_124 {
  -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-57 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-79 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-80 {
  margin: 0 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-58 .layout_126 {
  -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-58 .layout_127 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-58 .layout_125_id_127 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-58 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(#c80837, #c80837);
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-81 {
  margin: 0 0 auto 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-right: 0;
  padding-left: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-126 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-126 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-126 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: center;
}
.title-page .editable_block-126 .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-126 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-126 .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-126 .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-126 .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-126 .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-126 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff6e3;
  line-height: 1.8;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.title-page .editable_block-126 .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-126 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-126 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-126 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-126 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-126 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-126 .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-126 .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-126 .clear {
  clear: both;
}
.title-page .popover-container-126 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-126 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-126 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-126 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-126 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-126 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-126 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-126 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-126 .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-126 .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-126 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-126 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-126 .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-126 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-126 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-126 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-82 {
  margin: 7px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 258px;
  -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 .widget-44 {
  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-78 .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-78 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-78 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: center;
}
.title-page .side-panel-78 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-78 .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;
  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;
}
.title-page .side-panel-78 .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-78 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-78 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-78 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-2 {
    background: none;
    padding-right: 0;
    padding-left: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-42 {
    background: url("../images/20.jpg") right -240px bottom 0px / 426px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-68 .layout_131 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_132 {
    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-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_133 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_138_id_132 {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-68 {
    border: none;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-63 {
    width: 768px;
    margin-top: 0;
    margin-right: auto;
    right: 0;
  }
  .title-page .widget-8 {
    text-align: center;
    width: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-62 {
    width: 726px;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .widget-7 {
    width: 726px;
    margin-left: 0;
    margin-right: 0;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-12 .sn-logo {
    text-align: center;
  }
  .title-page .block-64 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-87 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-43 .layout_95_id_97 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-43 {
    background: none;
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-44 .layout_135 {
    margin: 0 auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_136 {
    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-44 .layout_137 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 {
    margin: 20px 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    -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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-66 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .block-65 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-88 {
    text-align: left;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-134 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-134 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-67 {
    background: none;
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .block-46 .layout_102_id_103 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-46 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-52 .layout_115_id_114 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-52 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-76 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .slider-114 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-114 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .block-7 .layout_15_id_16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-7 {
    padding: 40px 30px;
    width: auto;
    margin-right: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-9 {
    padding: 0.02px 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-16 .header_text {
    min-height: 0;
  }
  .title-page .blocklist-16 .description {
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 20px;
    min-height: 0;
    background: none;
  }
  .title-page .blocklist-16 .body-outer {
    width: auto;
    padding-top: 0.02px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-16 .body {
    width: auto;
    margin-left: -9px;
    margin-right: -9px;
  }
  .title-page .blocklist-16 .bx-wrapper {
    max-width: 726px;
  }
  .title-page .blocklist-16 .list {
    width: 726px;
  }
  .title-page .blocklist-16 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-16 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 28px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .title-page .blocklist-16 .text {
    font-size: 17px;
  }
  .title-page .blocklist-16 .image {
    float: none;
    background: none;
    max-width: 100%;
    min-height: 180px;
  }
  .title-page .blocklist-16 .img-convert {
    margin-bottom: 0;
  }
  .title-page .blocklist-16 .title {
    background: none;
  }
  .title-page .blocklist-16 .more > a {
    margin-bottom: 26px;
  }
  .title-page .blocklist-16 .prev {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/lib_965301_morel.svg") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-16 .next {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/lib_965301_more.svg?1508225776318") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-16 .bx-pager-wrap {
    display: none;
  }
  .title-page .blocklist-16 .pager-wrap {
    display: none;
  }
  .title-page .block-17 .layout_42_id_45 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-17 {
    padding: 40px 30px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .widget-26 {
    padding: 0.02px 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-45 .header {
    min-height: 0;
  }
  .title-page .blocklist-45 .header_text {
    margin-bottom: 0;
    min-height: 0;
  }
  .title-page .blocklist-45 .description:hover, .title-page .blocklist-45 .description.hover, .title-page .blocklist-45 .description.active {
    font-weight: 900;
  }
  .title-page .blocklist-45 .body-outer {
    width: auto;
    padding-top: 0.02px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 39px;
    background: none;
    left: 0;
    right: 0;
    margin-right: 0;
  }
  .title-page .blocklist-45 .body {
    width: auto;
  }
  .title-page .blocklist-45 .item {
    width: 708px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    margin-top: 40px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .title-page .blocklist-45 .text {
    width: 708px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-45 .image {
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .blocklist-45 .img-convert {
    background: none;
  }
  .title-page .blocklist-45 .title {
    font-size: 28px;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-45 .prev {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/lib_965301_morel.svg") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-45 .next {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/lib_965301_more.svg?1508225776318") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-19 .layout_47_id_48 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-19 {
    padding: 48px 30px 65px;
    background: url("../images/10 (2).jpg") left 50% top 50% / cover no-repeat fixed, linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #fff 50%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-20 .layout_49 {
    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-20 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-20 {
    width: auto;
    min-height: 27px;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    right: 0;
  }
  .title-page .widget-27 {
    background: none;
    width: auto;
    right: 0;
    min-height: 137px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .form-49 .form__header {
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-49 .form__text {
    color: #f0f0f0;
    margin-bottom: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-49 .form__body {
    margin-bottom: -20px;
  }
  .title-page .form-49 .form-item {
    margin-bottom: 20px;
  }
  .title-page .form-49 .form-text input {
    min-height: 40px;
  }
  .title-page .form-49 .form-text input:hover, .title-page .form-49 .form-text input.hover, .title-page .form-49 .form-text input.active {
    border: none;
    background: none;
  }
  .title-page .form-49 .form-text input:active, .title-page .form-49 .form-text input.active {
    -webkit-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
    -moz-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
    box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  }
  .title-page .form-49 .form-textarea textarea {
    min-height: 100px;
  }
  .title-page .form-49 .form-submit {
    padding-top: 0.02px;
  }
  .title-page .form-49 .form-submit button {
    width: 176px;
  }
  .title-page .form-49 .form-captcha {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .title-page .form-49 .form-captcha button {
    width: 176px;
  }
  .title-page .block-21 {
    margin-top: -408px;
    margin-left: 387px;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-22 .layout_51_id_53 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    padding: 40px 30px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-23 .layout_52 {
    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-23 .layout_113 {
    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-23 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.02px;
  }
  .title-page .widget-71 {
    padding: 22px;
    margin-left: auto;
    margin-top: 0;
  }
  .title-page .news-113 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .news-113 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .news-113 .bx-wrapper {
    max-width: 664px;
  }
  .title-page .news-113 .news__list {
    width: 664px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-113 .item {
    margin-right: 10px;
    margin-left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .news-113 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-113 .item__image img {
    min-height: 0;
  }
  .title-page .news-113 .item__title {
    background: none;
  }
  .title-page .news-113 .controls {
    margin-left: 33px;
    margin-bottom: 23px;
  }
  .title-page .widget-28 {
    padding: 0.02px 0;
    width: 354px;
    margin-bottom: 15px;
    min-width: 354px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-52 .header {
    width: 349px;
  }
  .title-page .blocklist-52 .header_text {
    margin-bottom: 0;
    width: auto;
  }
  .title-page .blocklist-52 .description {
    text-transform: capitalize;
    width: auto;
    padding-top: 7px;
    padding-right: 0;
  }
  .title-page .blocklist-52 .body-outer {
    width: auto;
    padding-top: 0.02px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
  }
  .title-page .blocklist-52 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-52 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-52 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    margin-right: 30px;
    flex-basis: 100%;
  }
  .title-page .blocklist-52 .item:hover, .title-page .blocklist-52 .item.hover, .title-page .blocklist-52 .item.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-52 .text {
    width: auto;
    padding-left: 0;
  }
  .title-page .blocklist-52 .image {
    margin-right: 0;
    margin-bottom: 14px;
    float: none;
  }
  .title-page .blocklist-52 .img-convert {
    background: none;
  }
  .title-page .blocklist-52 .title {
    font-size: 28px;
  }
  .title-page .blocklist-52 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-52 .prev {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/lib_965301_morel.svg") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-52 .next {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/lib_965301_more.svg?1508225776318") left 50% top 50% / auto auto no-repeat;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-52 .pager-wrap {
    display: none;
  }
  .title-page .block-41 .layout_92_id_93 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-41 {
    padding: 40px 30px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .title-page .widget-57 {
    height: auto;
    display: block;
  }
  .title-page .reviews-93 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-93 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .reviews-93 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .reviews-93 .list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-93 .item {
    margin-right: 10px;
    margin-left: 10px;
    background: none;
  }
  .title-page .reviews-93 .image {
    margin-bottom: 20px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .reviews-93 .img-convert {
    background: none;
  }
  .title-page .reviews-93 .author {
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .reviews-93 .name {
    font-size: 22px;
    background: none;
  }
  .title-page .reviews-93 .name:hover, .title-page .reviews-93 .name.hover, .title-page .reviews-93 .name.active {
    font-weight: 800;
  }
  .title-page .reviews-93 .text {
    padding-right: 100px;
    padding-left: 100px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-61 {
    background: none;
    padding-bottom: 0.02px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-86 {
    width: 768px;
    min-width: 768px;
    margin-left: 0;
    margin-right: 0;
    background: none;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    display: block;
  }
  .title-page .blocklist-129 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-129 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-129 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-129 .image {
    margin-bottom: 0;
    float: none;
    min-height: 300px;
    background: none;
  }
  .title-page .blocklist-129 .item-label {
    min-height: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    bottom: auto;
  }
  .title-page .blocklist-129 .img-convert {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-129 .all:hover, .title-page .blocklist-129 .all.hover, .title-page .blocklist-129 .all.active {
    font-weight: 500;
  }
  .title-page .block-53 {
    margin-top: 50px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-54 .layout_117_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-54 {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-77 {
    padding: 30px;
    text-align: left;
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
    display: block;
  }
  .title-page .address-118 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-118 .icon {
    width: 29px;
    min-height: 100px;
    margin-right: 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjY2NiIgaGVpZ2h0PSIxMTc2LjEyMiIgdmlld0JveD0iMCAwIDY2NiAxMTc2LjEyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmM2Y1Zjk7ZmlsbC1ydWxlOmV2ZW5vZGR9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTQxMS44NDggMzUyLjgzNkM0MTEuODQ4IDI4Ny44ODEgNDY0LjUyNCAyMzUuMjI4IDUyOS41MjEgMjM1LjIyOCA1OTQuNTA5IDIzNS4yMjggNjQ3LjE5NCAyODcuODgxIDY0Ny4xOTQgMzUyLjgzNiA2NDcuMTk0IDQxNy43OTIgNTk0LjUwOSA0NzAuNDQ1IDUyOS41MjEgNDcwLjQ0NSA0NjQuNTI0IDQ3MC40NDUgNDExLjg0OCA0MTcuNzkyIDQxMS44NDggMzUyLjgzNnpNNjY2IDE2MS4zMTRDNjI3LjQ4MSAxMzMuODE1IDU4MC4zNTggMTE3LjYxOCA1MjkuNTIxIDExNy42MTggMzk5Ljc0NyAxMTcuNjE4IDI5NC4xNzUgMjIzLjEzMiAyOTQuMTc1IDM1Mi44MzYgMjk0LjE3NSA1ODkuOTIzIDQ1MC4zNCA3NzguOTQgNTI2LjQ2OSA4NTYuOTg4IDU2Mi40NzcgODE1LjM0MiA2MTcuNzQxIDc0Ni4wNDggNjY2IDY2Mi45NTRWODcyLjY5NkM2MTUuODU2IDkzNy4zMDUgNTc1LjYxNiA5NzcuOTc1IDU3MS4xMTYgOTgyLjQ1OEw1MzMuMTQgMTAyMC40NTYgNDkxLjg1NyA5ODYuMDU3QzQ3OC45ODkgOTc1LjM0IDE3Ni41MDIgNzE5LjIyNyAxNzYuNTAyIDM1Mi44MzYgMTc2LjUwMiAxNTguMjc1IDMzNC44NTYuMDA5IDUyOS41MjEuMDA5IDU3Ny44OC4wMDkgNjIzLjk5NCA5Ljc4NSA2NjYgMjcuNDQ5VjE2MS4zMTR6TTExNy42NzEgOTQwLjg5MkMxMTcuNjcxIDk2OC4zNTggMjExLjMwNiAxMDI3LjcxMSAzODcuMjM2IDEwNDkuODY4IDQyOS45MTIgMTA1NS4yNDYgNDc3LjI4OCAxMDU4LjUwMiA1MjkuNTIxIDEwNTguNTAyIDU3OS4zNyAxMDU4LjUwMiA2MjQuODQ0IDEwNTUuNTU0IDY2NiAxMDUwLjYxOFYxMTY4LjU5M0M2MjYuMTA4IDExNzIuOTM5IDU4NS4xNTYgMTE3NS4zNjEgNTQ0LjE1OSAxMTc1LjgyOEw1MzYuMDI1IDExNzUuOTg0IDUyOS41MjEgMTE3Ni4xMTFDMjY2LjM2NCAxMTc2LjExMS0uMDAyIDEwOTUuMzA2LS4wMDIgOTQwLjg5Mi0uMDAyIDg2My4wNCA2Ny43ODQgODAzLjk1MiAxNjguNjQ3IDc2NC40NDkgMTg4LjU5NiA4MDEuMzggMjA5Ljg4NiA4MzUuNTA2IDIzMS4zMjQgODY2LjYxIDE1Ni43NDcgODkyLjMwNiAxMTcuNjcxIDkyMy4yMDQgMTE3LjY3MSA5NDAuODkyeiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+") right 0px top 50% / 27px no-repeat;
  }
  .title-page .address-118 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-118 .cell-text {
    padding-right: 0;
    margin-top: 25px;
    width: 340px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .address-118 .title {
    margin-bottom: 10px;
  }
  .title-page .address-118 .title:hover, .title-page .address-118 .title.hover, .title-page .address-118 .title.active {
    font-weight: 800;
  }
  .title-page .widget-78 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-55 {
    padding-right: 0;
    padding-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-56 .layout_121_id_122 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-56 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-57 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-57 .layout_124 {
    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-57 {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-79 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-80 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .block-58 .layout_126 {
    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-58 .layout_127 {
    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-58 .layout_125_id_127 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-58 {
    padding: 40px 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-81 {
    margin-left: 0;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0.02px;
    max-width: 100%;
  }
  .title-page .editable_block-126 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-126 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-126 .more {
    clear: none;
  }
  .title-page .widget-82 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
    text-align: center;
  }
  .title-page .widget-82:hover, .title-page .widget-82.hover, .title-page .widget-82.active {
    font-weight: 800;
  }
  .title-page .widget-44 {
    border: none;
    text-align: left;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }
  .title-page .side-panel-78 .side-panel-close {
    border: none;
    width: 44px;
    min-height: 44px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/X.png") left 50% top 50% / auto auto no-repeat #ff622e;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-78 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-78 .side-panel-button {
    border: none;
    width: 46px;
    min-height: 46px;
    padding-top: 12px;
    padding-left: 7px;
    padding-right: 7px;
    -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 .side-panel-78 .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: #c80837;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-height: 4px;
    width: 33px;
  }
  .title-page .side-panel-78 .side-panel-button-icon-line:hover, .title-page .side-panel-78 .side-panel-button-icon-line.hover, .title-page .side-panel-78 .side-panel-button-icon-line.active {
    background: #ff622e;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-42 {
    background: url("../images/20.jpg") right -268px bottom 0px / 426px no-repeat;
  }
  .title-page .block-68 .layout_131 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_132 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_133 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_138_id_132 {
    margin-top: 0;
  }
  .title-page .block-63 {
    margin-top: 15px;
  }
  .title-page .block-62 {
    border: none;
    background: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-7 {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-64 {
    margin-top: 15px;
  }
  .title-page .widget-87 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-43 .layout_95_id_97 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-44 .layout_135 {
    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-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_136 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_137 {
    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-66 {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-65 {
    margin-top: 0;
    margin-right: auto;
  }
  .title-page .block-67 {
    margin-top: 0;
  }
  .title-page .block-46 .layout_102_id_103 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-46 {
    display: none;
  }
  .title-page .block-52 .layout_115_id_114 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .slider-114 .text-slider {
    margin: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .title-page .block-7 .layout_15_id_16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-16 .description {
    font-size: 26px;
  }
  .title-page .blocklist-16 .body-outer {
    overflow: visible;
    margin-right: 0;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-16 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-16 .bx-wrapper {
    max-width: 598px;
  }
  .title-page .blocklist-16 .list {
    width: 598px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-16 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-16 .item {
    margin-bottom: 20px;
  }
  .title-page .blocklist-16 .img-convert {
    margin-bottom: 11px;
  }
  .title-page .blocklist-16 .more {
    padding-top: 10px;
  }
  .title-page .blocklist-16 .controls {
    text-align: justify;
    margin-top: -32px;
  }
  .title-page .block-17 .layout_42_id_45 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-17 {
    background: linear-gradient(rgba(34, 33, 37, 0.61), rgba(34, 33, 37, 0.61)), url("../images/4 (1).jpg?1541991830531") left 50% top 50% / cover no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-26 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .blocklist-45 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-45 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .title-page .blocklist-45 .text {
    font-size: 15px;
    width: auto;
  }
  .title-page .blocklist-45 .image {
    margin-bottom: 14px;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .blocklist-45 .controls {
    text-align: justify;
    margin-top: -32px;
  }
  .title-page .block-19 .layout_47_id_48 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-19 {
    background: url("../images/10 (2).jpg") left 50% top calc(50% + 6px) / auto auto no-repeat fixed, linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #fff 50%);
  }
  .title-page .block-20 .layout_49 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-27 {
    padding-left: 0;
    padding-right: 0;
    min-height: 105px;
  }
  .title-page .form-49 .form__header {
    margin-bottom: 10px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-49 .form__text {
    margin-bottom: 0;
  }
  .title-page .form-49 .form__body {
    margin-bottom: -15px;
  }
  .title-page .form-49 .form-item-group {
    margin: 15px 0 14px;
  }
  .title-page .form-49 .form-item {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-text input {
    padding-right: 0;
    margin-top: 0;
  }
  .title-page .form-49 .form-submit {
    padding-bottom: 0.02px;
    width: auto;
    margin-left: 0;
  }
  .title-page .form-49 .form-captcha {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-checkbox {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-radio {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-select {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-div {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-html {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-upload {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-calendar {
    margin-bottom: 15px;
  }
  .title-page .form-49 .form-calendar_interval {
    margin-bottom: 15px;
  }
  .title-page .form-49 .group-text {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-22 .layout_51_id_53 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .block-23 .layout_52 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    border: none;
    background: none;
    text-align: right;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-71 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .title-page .news-113 .body {
    margin-left: 0;
  }
  .title-page .news-113 .bx-wrapper {
    max-width: 554px;
  }
  .title-page .news-113 .news__list {
    width: 554px;
  }
  .title-page .news-113 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .widget-28 {
    width: 283px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 283px;
  }
  .title-page .blocklist-52 .header {
    width: 161px;
  }
  .title-page .blocklist-52 .body-outer {
    width: 78px;
  }
  .title-page .blocklist-52 .item {
    width: 153px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
    flex-basis: auto;
  }
  .title-page .blocklist-52 .text {
    width: 250px;
  }
  .title-page .blocklist-52 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .blocklist-52 .controls {
    text-align: justify;
    margin-top: -32px;
  }
  .title-page .block-41 .layout_92_id_93 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .reviews-93 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .reviews-93 .list {
    width: 580px;
  }
  .title-page .reviews-93 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-93 .text {
    padding-right: 50px;
    padding-left: 50px;
  }
  .title-page .reviews-93 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .widget-86 {
    width: 640px;
    min-width: 640px;
  }
  .title-page .block-53 {
    margin-top: 0;
  }
  .title-page .block-54 .layout_117_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .address-118 .icon {
    margin-right: 0;
    margin-top: 40px;
    align-self: auto;
  }
  .title-page .widget-78 {
    display: none;
    margin-left: auto;
  }
  .title-page .block-56 .layout_121_id_122 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-57 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-57 .layout_124 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-57 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-58 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_127 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_125_id_127 {
    margin-top: 0;
  }
  .title-page .widget-81 {
    width: 708px;
  }
  .title-page .editable_block-126 .text {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .title-page .widget-82 {
    margin-bottom: 0;
  }
  .title-page .widget-44 {
    z-index: 1450;
  }
  .title-page .side-panel-78 .side-panel-close {
    background: url("../images/X.png") left 50% top 50% / auto auto no-repeat #f78863;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-42 {
    background: url("../images/20.jpg") right -281px bottom 0px / 426px no-repeat;
  }
  .title-page .block-68 .layout_131 {
    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-68 .layout_132 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_133 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_138_id_132 {
    margin-top: 0;
  }
  .title-page .block-68 {
    padding-top: 80px;
  }
  .title-page .block-63 {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-8 {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-62 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-43 .layout_95_id_97 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-44 .layout_135 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_136 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_137 {
    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-44 {
    padding-top: 30px;
  }
  .title-page .block-65 {
    margin-right: 0;
  }
  .title-page .block-67 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-46 .layout_102_id_103 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-46 {
    display: block;
  }
  .title-page .block-52 .layout_115_id_114 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .slider-114 .bx-auto_controls {
    width: 156px;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .block-7 .layout_15_id_16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-7 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-16 .header_text {
    margin-bottom: 10px;
  }
  .title-page .blocklist-16 .description {
    font-size: 22px;
  }
  .title-page .blocklist-16 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-16 .bx-wrapper {
    max-width: 456px;
  }
  .title-page .blocklist-16 .list {
    width: 456px;
  }
  .title-page .blocklist-16 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-16 .img-convert {
    margin-bottom: 0;
  }
  .title-page .block-17 .layout_42_id_45 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-45 .description {
    margin-top: 0;
  }
  .title-page .blocklist-45 .body-outer {
    min-height: 325px;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .block-19 .layout_47_id_48 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-20 .layout_49 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_50 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-20 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-27 {
    margin-bottom: 0;
  }
  .title-page .form-49 .form__text {
    font-size: 16px;
  }
  .title-page .form-49 .form__body {
    margin-bottom: 0;
    margin-left: 0;
  }
  .title-page .form-49 .form-item {
    margin-bottom: 0;
    left: 0;
    right: 0;
  }
  .title-page .form-49 .form-submit button {
    width: 420px;
    margin-left: 0;
  }
  .title-page .form-49 .form-captcha {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-captcha button {
    width: 420px;
    margin-left: 0;
  }
  .title-page .form-49 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-49 .form-checkbox {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-radio {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-select {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-div {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-html {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-upload {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-calendar {
    margin-bottom: 0;
  }
  .title-page .form-49 .form-calendar_interval {
    margin-bottom: 0;
  }
  .title-page .block-21 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }
  .title-page .block-22 .layout_51_id_53 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    background: linear-gradient(rgba(34, 33, 37, 0.43), rgba(34, 33, 37, 0.43)), url("../images/11 (1).jpg") left 0px top 50% / cover no-repeat fixed;
  }
  .title-page .block-23 .layout_52 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_113 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-71 {
    padding: 33px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .news-113 .bx-wrapper {
    max-width: 372px;
  }
  .title-page .news-113 .news__list {
    width: 372px;
  }
  .title-page .news-113 .controls {
    margin-left: 31px;
    margin-bottom: 33px;
  }
  .title-page .widget-28 {
    width: auto;
    min-width: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-52 .header {
    width: auto;
  }
  .title-page .blocklist-52 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-52 .body-outer {
    width: 26px;
    min-height: 39px;
  }
  .title-page .blocklist-52 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: 100%;
  }
  .title-page .blocklist-52 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 480px;
  }
  .title-page .blocklist-52 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .block-41 .layout_92_id_93 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .reviews-93 .header {
    margin-bottom: 15px;
  }
  .title-page .reviews-93 .header_text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .reviews-93 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .reviews-93 .list {
    width: 420px;
  }
  .title-page .reviews-93 .item {
    margin-top: 0;
    align-self: auto;
    margin-bottom: 0;
  }
  .title-page .reviews-93 .name {
    font-size: 19px;
  }
  .title-page .widget-86 {
    width: 480px;
    min-width: 480px;
  }
  .title-page .blocklist-129 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-54 .layout_117_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-56 .layout_121_id_122 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-57 .layout_123 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-57 .layout_124 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-57 {
    text-align: left;
  }
  .title-page .widget-79 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-80 {
    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-58 .layout_126 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_127 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_125_id_127 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-81 {
    margin-bottom: 20px;
  }
  .title-page .editable_block-126 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-82 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-42 {
    background: url("../images/20.jpg") right -234px bottom -86px / 378px no-repeat;
  }
  .title-page .block-68 .layout_131 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_132 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-68 .layout_133 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    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-68 .layout_138_id_132 {
    margin-top: 0;
  }
  .title-page .block-68 {
    padding-top: 20px;
  }
  .title-page .widget-8 {
    margin-top: 10px;
  }
  .title-page .block-62 {
    margin-top: 0;
  }
  .title-page .site-name-12 .sn-text {
    font-size: 28px;
  }
  .title-page .block-43 .layout_95_id_97 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-43 {
    display: block;
  }
  .title-page .block-44 .layout_135 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_136 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_137 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-88 {
    text-align: center;
    width: auto;
    margin-left: 0;
    right: 0;
  }
  .title-page .schedule-134 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .schedule-134 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-46 .layout_102_id_103 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-52 .layout_115_id_114 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .slider-114 .bx-auto_controls {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-7 .layout_15_id_16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-16 .description {
    font-size: 20px;
  }
  .title-page .blocklist-16 .body-outer {
    border: none;
    overflow: hidden;
    margin-bottom: 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: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-16 .swipe-shadow-left {
    border: none;
    display: block;
    -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 .blocklist-16 .swipe-shadow-right {
    border: none;
    display: block;
    -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;
    width: auto;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-16 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-16 .list {
    width: 280px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-16 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-16 .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 28px;
  }
  .title-page .blocklist-16 .img-convert {
    height: 180px;
    margin-top: 20px;
    align-self: auto;
  }
  .title-page .blocklist-16 .controls {
    margin-top: 4px;
  }
  .title-page .block-17 .layout_42_id_45 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-26 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-45 .item {
    width: 320px;
    margin-top: 0;
  }
  .title-page .blocklist-45 .image {
    margin-bottom: 0;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-19 .layout_47_id_48 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-19 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .block-20 .layout_49 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-27 {
    margin-top: 10px;
  }
  .title-page .form-49 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-49 .form__body {
    margin-bottom: -20px;
  }
  .title-page .form-49 .form-item-group {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-49 .form-submit button {
    width: 260px;
  }
  .title-page .form-49 .form-captcha {
    margin-bottom: 20px;
  }
  .title-page .form-49 .form-captcha button {
    width: 260px;
  }
  .title-page .block-22 .layout_51_id_53 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-22 {
    padding-top: 0.02px;
  }
  .title-page .block-23 .layout_52 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-71 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .news-113 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .news-113 .news__list {
    width: 280px;
  }
  .title-page .news-113 .item__image {
    margin-right: 0;
  }
  .title-page .blocklist-52 .header_text {
    font-size: 21px;
  }
  .title-page .blocklist-52 .description {
    padding-top: 0.02px;
  }
  .title-page .blocklist-52 .body-outer {
    width: auto;
    left: 0;
    right: 0;
    margin-right: 0;
  }
  .title-page .blocklist-52 .item-outer {
    width: auto;
  }
  .title-page .blocklist-52 .item {
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-52 .text {
    font-size: 17px;
    width: auto;
  }
  .title-page .blocklist-52 .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-52 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-41 .layout_92_id_93 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-41 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .reviews-93 .body {
    margin-left: 0;
  }
  .title-page .reviews-93 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-93 .list {
    width: 280px;
  }
  .title-page .reviews-93 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-93 .text {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .reviews-93 .controls {
    margin-top: 96px;
    top: 0;
    bottom: auto;
  }
  .title-page .widget-86 {
    width: auto;
    min-width: 0;
  }
  .title-page .blocklist-129 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-129 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-129 .image {
    margin-bottom: 5px;
  }
  .title-page .block-54 .layout_117_id_118 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-77 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .address-118 .cell-text {
    width: auto;
  }
  .title-page .widget-78 {
    margin-left: 0;
  }
  .title-page .block-56 .layout_121_id_122 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-57 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-57 .layout_124 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-80 {
    width: 420px;
    max-width: 100%;
  }
  .title-page .block-58 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_127 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_125_id_127 {
    margin-top: 0;
  }
  .title-page .widget-81 {
    width: 420px;
  }
  .title-page .editable_block-126 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-126 .text {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .title-page .widget-82 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.title-page .side-panel .widget-59 {
  margin: 0;
  z-index: 1;
  left: 0;
  top: 0;
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  font-family: PT Serif, serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: undefined;
  text-indent: 0;
  box-sizing: border-box;
  right: 0;
  padding-left: 10px;
}
.title-page .side-panel .phones-98 .inner {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .side-panel .phones-98 .icon {
  background: none;
  margin-right: 0;
}
.title-page .side-panel .phones-98 .block-body-drop {
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  left: 100%;
  top: auto;
}
.title-page .side-panel .phones-98 .cell-text {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel .phones-98 .title {
  display: none;
  min-height: 46px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-top: 17px;
}
.title-page .side-panel .phones-98 .text_body {
  min-height: 46px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .side-panel .widget-60 {
  padding: 4px 2px 2px;
  margin: 0 20px 0 29px;
  border: none;
  z-index: 1;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  -moz-box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  box-shadow: 0px 6px 8px rgba(31, 12, 16, 0.2);
  background: #c80837;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 240px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  pointer-events: auto;
  min-height: 46px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0;
  text-indent: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  right: auto;
}
.title-page .side-panel .widget-60:hover, .title-page .side-panel .widget-60.hover, .title-page .side-panel .widget-60.active {
  background: #8fb017;
}
.title-page .side-panel .widget-60:active, .title-page .side-panel .widget-60.active {
  background: #f78863;
  color: #702f21;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  background: #ff622e;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:active, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  background: #f78863;
  color: #702f21;
}
.title-page .side-panel .widget-62 {
  padding: 20px 0 0;
  margin: 20px auto;
  border: none;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 960px;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 65px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .widget-62:hover, .title-page .side-panel .widget-62.hover, .title-page .side-panel .widget-62.active {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .side-panel .menu-103 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.home-button > a {
  background: none;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.home-button > a:hover, .title-page .side-panel .menu-103 .menu-scroll > ul > li.home-button > a.hover, .title-page .side-panel .menu-103 .menu-scroll > ul > li.home-button > a.active {
  background: none;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
  display: none;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-103 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-103 .menu-scroll > ul ul > li > a {
  font-family: Roboto, sans-serif;
}
.title-page .side-panel .menu-103 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-103 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-103 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  color: #170e11;
}
.title-page .side-panel .menu-103 .menu-scroll > ul ul > li.delimiter {
  display: none;
}
.title-page .side-panel .menu-103 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item > a {
  text-align: left;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item > a.active {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 23px;
  padding-right: 16px;
  color: #fff;
}
.title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-103 .menu-scroll > ul > li.menu-item > a.active {
  padding-top: 15px;
  padding-right: 22px;
}
.title-page .side-panel .side-panel-48 .side-panel-content {
  text-align: left;
}

.block-57 .layout_124 
{
    flex-direction: column;
    color: white;
}


.title-page .block-57 .layout_124 
{
    flex-direction: row !important;
    justify-content: flex-end !important;
    color: white;
}
@media screen and (max-width: 768px) {
.title-page .block-57 .layout_124
{
    flex-direction: row !important;
    justify-content: center !important;
    color: white;
}
}