@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;
}
.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 body {
  background: #fff;
}
.title-page .wrapper .layout_center_2_id_17_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper .layout_center_2_id_17_2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.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-9 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 .layout_16 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f0f0f0;
  z-index: 8;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-2 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 215px;
  min-height: 0;
  background: #fff;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-top: 21px;
  padding-bottom: 23px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.36);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 50px;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #bf052c;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #bf052c;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .block-8 {
  margin: 7px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-7 .layout_11 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_12 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_13 {
  -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-7 .layout_59 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.26);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-5 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 0.02px;
}
.title-page .widget-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-5 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-5 .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-5 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-5 .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-5 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-5 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: 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-5 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-5 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 50px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-5 .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-5 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 5px 0 auto;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #404040;
  font-size: 13px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 600;
  align-self: auto;
}
.title-page .menu-5 .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: 20px;
  width: 20px;
  overflow: hidden;
  height: 20px;
}
.title-page .menu-5 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  -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-5 .menu-scroll > ul > li.menu-item > a img {
  border: none;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-5 .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-5 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-5 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-5 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-5 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-5 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-5 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
}
.title-page .menu-5 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-5 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-5 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-29 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 164px;
  min-height: 0;
  z-index: 4;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
}
.title-page .widget-29 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-58 p:first-child {
  margin-top: 0;
}
.title-page .phones-58 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-58 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-58 .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-58 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-58 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-58 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-58 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-58 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #5c5c5c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}
.title-page .phones-58 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-58 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-58 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-3 {
  margin: 6px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: 150px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  visibility: visible;
}
.title-page .search-7 form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .search-7 input {
  padding: 4px;
  margin: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
  background: #fff;
  font-size: 13px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  min-height: 27px;
  width: 0;
  height: 0;
  max-width: 100%;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .search-7 button {
  padding: 3px 4px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjE2cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xNS43LDE0LjNsLTMuMTA1LTMuMTA1QzEzLjQ3MywxMC4wMjQsMTQsOC41NzYsMTQsN2MwLTMuODY2LTMuMTM0LTctNy03UzAsMy4xMzQsMCw3czMuMTM0LDcsNyw3ICBjMS41NzYsMCwzLjAyNC0wLjUyNyw0LjE5NC0xLjQwNUwxNC4zLDE1LjdjMC4xODQsMC4xODQsMC4zOCwwLjMsMC43LDAuM2MwLjU1MywwLDEtMC40NDcsMS0xQzE2LDE0Ljc4MSwxNS45NDYsMTQuNTQ2LDE1LjcsMTQuM3ogICBNMiw3YzAtMi43NjIsMi4yMzgtNSw1LTVzNSwyLjIzOCw1LDVzLTIuMjM4LDUtNSw1UzIsOS43NjIsMiw3eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 14px no-repeat, repeating-linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%) #bf052c;
  font-size: 14px;
  outline: none;
  min-width: 24px;
  min-height: 27px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 27px;
  visibility: visible;
}
.title-page .search-7 button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 14px;
}
.title-page .search-7 input:focus {
  outline: none;
}
.title-page .search-7 button:focus {
  outline: none;
}
.title-page .search-7 .slide_search {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.title-page .search-7 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .search-7 ::-moz-placeholder {
  color: #ababab;
}
.title-page .search-7 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-4 {
  margin: 0 0 auto 15px;
  position: relative;
  top: 0;
  left: 0;
  width: 55px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-7 {
  margin: 0 13px -5px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 49px;
}
.title-page .languages-8 .lang-list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
}
.title-page .languages-8 .lang-item {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 0;
}
.title-page .languages-8 .lang-item a {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.title-page .languages-8 .lang-item a .img-convert {
  box-sizing: border-box;
  width: 22px;
  height: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .languages-8 .lang-item img {
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .languages-8 .lang-title {
  font-family: Open Sans, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.title-page .languages-8 .lang-title:hover, .title-page .languages-8 .lang-title.hover, .title-page .languages-8 .lang-title.active {
  color: #bf052c;
}
.title-page .block-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-3 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-4 .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-4 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-4 .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-4 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-4 .menu-scroll > ul > li.delimiter {
  margin: auto 0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 45px;
  background: #8c0424;
  box-sizing: border-box;
}
.title-page .menu-4 .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: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .menu-4 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-4 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #2e2e2e;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a:hover, .title-page .menu-4 .menu-scroll > ul ul > li > a.hover, .title-page .menu-4 .menu-scroll > ul ul > li > a.active {
  background: rgba(204, 204, 204, 0.57);
}
.title-page .menu-4 .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-4 .menu-scroll > ul > li.menu-item > a {
  padding: 13px 15px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  align-self: auto;
  background: #bf052c;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #bf052c;
  background: #fff;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-4 .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-4 .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-4 .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-4 .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-4 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-28 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-right: 0;
  max-width: 100%;
}
.title-page .widget-28 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
  right: 0;
  max-width: 100%;
}
.title-page .mb-wrap-57 .mb-name {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  font-size: 20px;
}
.title-page .mb-wrap-57 .mb-name .mb-name-text {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.title-page .mb-wrap-57 .mb-name .mb-name-all-link {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.title-page .mb-wrap-57 .mb-content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.title-page .mb-wrap-57 .mb-buttons {
  box-sizing: border-box;
}
.title-page .mb-wrap-57 .mb-arrows {
  position: absolute;
  bottom: auto;
  left: 50%;
  z-index: 20;
  margin-left: -530px;
  width: 1060px;
  right: auto;
  margin-right: 0;
  top: 50%;
  margin-top: -25.5px;
  max-width: 100%;
}
.title-page .mb-wrap-57 .mb-arrows strong {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.title-page .mb-wrap-57 .mb-arrows strong.mb-prev {
  border: none;
  float: left;
  background: url("../images/15.png") left calc(50% - 3px) top 50% / 11px no-repeat #f0f0f0;
  text-align: left;
  width: 50px;
  min-height: 51px;
  height: 51px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .mb-wrap-57 .mb-arrows strong.mb-next {
  border: none;
  float: right;
  background: url("../images/14.png") left calc(50% + 3px) top 50% / 11px no-repeat #f0f0f0;
  text-align: left;
  width: 50px;
  min-height: 50px;
  height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .mb-wrap-57 .mb-pagination {
  padding: 18px 0 0.02px;
  border: none;
  position: absolute;
  z-index: 30;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  background: url("../images/1.png") left 50% top calc(50% + 25px) / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .mb-wrap-57 .mb-bull {
  padding: 0.02px 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 10px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background: #e0e0e0;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: inset 0px -2px 0px #878787;
  -moz-box-shadow: inset 0px -2px 0px #878787;
  box-shadow: inset 0px -2px 0px #878787;
  min-height: 13px;
}
.title-page .mb-wrap-57 .mb-bull:hover, .title-page .mb-wrap-57 .mb-bull.hover, .title-page .mb-wrap-57 .mb-bull.active {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0px -2px 0px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px 0px #ababab;
  box-shadow: inset 0px -2px 0px 0px #ababab;
}
.title-page .mb-wrap-57 .mb-bull:active, .title-page .mb-wrap-57 .mb-bull.active {
  background: #bf052c;
  -webkit-box-shadow: inset 0px -2px 0px #82041f;
  -moz-box-shadow: inset 0px -2px 0px #82041f;
  box-shadow: inset 0px -2px 0px #82041f;
}
.title-page .mb-wrap-57 .mb-container {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  min-height: 0;
}
.title-page .mb-wrap-57 .mb-blocks-wrap {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.title-page .mb-wrap-57 .mb-block {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.title-page .mb-wrap-57 .mb-block-inner {
  border: none;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.02px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  text-align: left;
  width: 960px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .mb-wrap-57 .mb-image-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 960px;
  max-width: 100%;
  text-decoration: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .mb-wrap-57 .img-convert {
  box-sizing: border-box;
  max-width: 100%;
  width: 960px;
  height: 450px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .mb-wrap-57 .mb-image-wrap img {
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .mb-wrap-57 .mb-image-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: auto;
  left: 0;
  color: #000;
  font-size: 15px;
  line-height: 1;
  max-width: 100%;
  visibility: hidden;
}
.title-page .mb-wrap-57 .mb-image-desc {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  color: #000;
  font-size: 13px;
  line-height: 1.2;
  max-width: 100%;
  visibility: hidden;
}
.title-page .mb-wrap-57 .mb-image-more {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: auto;
  left: 0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  max-width: 100%;
  visibility: hidden;
}
.title-page .mb-wrap-57 .mb-image-inner {
  padding: 25px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  left: 0;
  max-width: 100%;
  display: block;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 40px;
  width: 400px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: auto;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .mb-wrap-57 .mb-image-inner .mb-image-title {
  border: none;
  position: static;
  top: auto;
  left: auto;
  visibility: visible;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  font-size: 28px;
  padding-bottom: 15px;
  -webkit-box-shadow: inset 0px -3px 0px #fff;
  -moz-box-shadow: inset 0px -3px 0px #fff;
  box-shadow: inset 0px -3px 0px #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .mb-wrap-57 .mb-image-inner .mb-image-desc {
  position: static;
  top: auto;
  left: auto;
  visibility: visible;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 20px;
  padding-top: 15px;
}
.title-page .mb-wrap-57 .mb-image-inner .mb-image-more {
  padding: 5px 20px;
  border: none;
  position: static;
  top: auto;
  left: auto;
  visibility: visible;
  background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%) #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #bf052c;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-decoration: none;
}.title-page .mb-wrap-57 .mb-all-link-wrap {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-page .mb-wrap-57 .mb-all-link {
  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;
  height: 0;
  min-height: 16px;
  line-height: 1.2;
  font-size: 14px;
}
.title-page .mb-wrap-57 .mb-text-before {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .mb-wrap-57 .mb-text-after {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .mb-wrap-57 p:first-of-type {
  margin-top: 0;
}
.title-page .mb-wrap-57 p:last-of-type {
  margin-bottom: 0;
}
.title-page .block-21 .layout_38_id_60 {
  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-21 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 6;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  padding-top: 40px;
  padding-bottom: 0.02px;
}
.title-page .widget-30 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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-60 .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 .horizontal_blocklist-60 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-60 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-60 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-60 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-60 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-60 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-60 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-60 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-60 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-60 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .horizontal_blocklist-60 .item {
  margin: 10px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  text-align: left;
}
.title-page .horizontal_blocklist-60 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .horizontal_blocklist-60 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .horizontal_blocklist-60 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-60 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .horizontal_blocklist-60 .img-convert {
  border: 10px solid #fff;
  box-sizing: border-box;
  width: 400px;
  height: 251px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 41px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 4px 4px 41px rgba(0, 0, 0, 0.07);
  box-shadow: 4px 4px 41px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-60 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-60 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-60 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
.title-page .horizontal_blocklist-60 .text {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  color: #636363;
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
}
.title-page .horizontal_blocklist-60 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-60 .title {
  font-weight: normal;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 30px;
}
.title-page .horizontal_blocklist-60 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-60 .price-wrap {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .horizontal_blocklist-60 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-60 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-60 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-60 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-60 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}
.title-page .horizontal_blocklist-60 .more > a {
  padding: 7px 20px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-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;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: repeating-linear-gradient(to bottom, #c72f2c 0%, #8c0424 100%) transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .horizontal_blocklist-60 .more > a:hover, .title-page .horizontal_blocklist-60 .more > a.hover, .title-page .horizontal_blocklist-60 .more > a.active {
  color: #000;
  background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) #fff;
}
.title-page .horizontal_blocklist-60 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-60 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-60 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-60 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-60 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-60 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-60 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-60 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-60 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-60 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-60 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-60 .bx-pager a:active, .title-page .horizontal_blocklist-60 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-60 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-60 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-60 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-60 {
  margin: auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-60 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-60 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-60 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-60 .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-60 .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-60 .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-60 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-60 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-60 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .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-60 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-60 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-60 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-60 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .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-60 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-60 .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-60 .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-60 .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-60 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .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-60 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-60 .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-60 .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-60 .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-60 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .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-60 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-60 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .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-60 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-60 .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-60 .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-60 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-60 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-60 .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-60 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-60 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-60 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-60 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-60 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-top: 50px;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .news-35 p:first-child {
  margin-top: 0;
}
.title-page .news-35 p:last-child {
  margin-bottom: 0;
}
.title-page .news-35 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
}
.title-page .news-35 .news__title {
  box-sizing: border-box;
  font-size: 30px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .news-35 .all_link {
  padding: 5px 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  margin-left: auto;
  margin-right: 0;
  background: repeating-linear-gradient(to bottom, #c72f2c 0%, #8c0424 100%) transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .news-35 .all_link:hover, .title-page .news-35 .all_link.hover, .title-page .news-35 .all_link.active {
  color: #000;
  background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) #fff;
}
.title-page .news-35 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .news-35 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .news-35 .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-35 .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-35 .news__list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .news-35 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .news-35 .item {
  margin: 10px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  width: 300px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  min-width: 0;
  min-height: 0;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .news-35 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .news-35 .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-35 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 200px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .news-35 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-35 .item__title {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  font-weight: normal;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: repeating-linear-gradient(to bottom, #c72f2c 0%, #8c0424 100%) transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-35 .item__title:hover, .title-page .news-35 .item__title.hover, .title-page .news-35 .item__title.active {
  background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) #fff;
}
.title-page .news-35 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-35 .item__date {
  box-sizing: border-box;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.title-page .news-35 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  color: #808080;
  text-transform: lowercase;
  font-family: Open Sans, sans-serif;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  padding-top: 10px;
}
.title-page .news-35 .item__text {
  padding: 10px 10px 15px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-35 .item__text .align-elem {
  flex-basis: 100%;
}
.title-page .news-35 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.title-page .news-35 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-35 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.title-page .news-35 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-35 .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-35 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}
.title-page .news-35 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .news-35 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-35 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-35 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-35 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-35 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .news-35 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-35 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-35 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-35 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-35 .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-35 .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-35 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-35 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-35 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-35 .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-35 .bx-pager a:active, .title-page .news-35 .bx-pager a.active {
  background: #bbb;
}
.title-page .news-35 .news__footer {
  box-sizing: border-box;
}
.title-page .news-35 .news__all {
  box-sizing: border-box;
}
.title-page .block-11 .layout_21 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 .layout_30 {
  -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-11 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.title-page .block-12 {
  padding: 40px 30px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 335px;
  background: #bf052c;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: auto;
}
.title-page .block-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-bottom: 30px;
}
.title-page .widget-10 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-23 p:first-child {
  margin-top: 0;
}
.title-page .address-23 p:last-child {
  margin-bottom: 0;
}
.title-page .address-23 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-23 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-23 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 24px;
  background: url("../images/lib_428803_contacts_1.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 30px;
  min-height: 24px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-23 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-23 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-23 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
}
.title-page .address-23 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .address-23 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-23 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  right: 0;
}
.title-page .widget-11 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-25 p:first-child {
  margin-top: 0;
}
.title-page .phones-25 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-25 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-25 .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-25 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 24px;
  background: url("../images/lib_428803_contacts_2.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 30px;
  min-height: 24px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-25 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-25 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-25 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
}
.title-page .phones-25 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-weight: normal;
}
.title-page .phones-25 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-25 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-25 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-15 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.02px;
  right: 0;
}
.title-page .widget-12 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-27 p:first-child {
  margin-top: 0;
}
.title-page .email-27 p:last-child {
  margin-bottom: 0;
}
.title-page .email-27 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-27 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-27 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 24px;
  background: url("../images/lib_428803_contacts_3.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 30px;
  min-height: 24px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-27 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-27 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 3px;
  padding-bottom: 3px;
}
.title-page .email-27 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
}
.title-page .email-27 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}
.title-page .email-27 .text_body:hover, .title-page .email-27 .text_body.hover, .title-page .email-27 .text_body.active {
  text-decoration: none;
}
.title-page .email-27 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-27 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-16 {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-29 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-29 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-29 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-29 .soc {
  margin: 0 5px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  align-self: auto;
}
.title-page .widgetsocial-29 .vk .wg-soc-icon {
  border: none;
  background: url("../images/lib_428803_soc_1.png") left 50% top 50% / auto auto no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_428803_soc_2.png") left 50% top 50% / auto auto no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_428803_soc_3.png") left 50% top 50% / auto auto no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_428803_soc_4.png") left 50% top 50% / auto auto no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
  width: 27px;
  min-height: 27px;
  text-align: left;
  height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-29 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-29 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .block-17 {
  padding: 40px 40px 35px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 335px;
  background: #fff;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: inset 0px 3px 0px rgba(191, 5, 44, 0.15), 0px 10px 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px rgba(191, 5, 44, 0.15), 0px 10px 32px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px rgba(191, 5, 44, 0.15), 0px 10px 32px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
}
.title-page .form-31 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #363636;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .form__text {
  box-sizing: border-box;
  font-size: 13px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #858585;
  letter-spacing: 0.1px;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-31 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-31 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-31 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-31 .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-31 .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-31 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-31 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-31 .form-text {
  border: none;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.title-page .form-31 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-31 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-31 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-31 .form-text input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  text-align: left;
  font-size: 13px;
  color: #343434;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
}
.title-page .form-31 .form-textarea textarea {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 60px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  text-align: left;
  font-size: 13px;
  color: #343434;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 60px;
}
.title-page .form-31 .form-submit button {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to bottom, #c72f2c 0%, #8c0424 100%) transparent;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 180px;
  min-height: 28px;
  font-weight: normal;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .form-31 .form-submit button:hover, .title-page .form-31 .form-submit button.hover, .title-page .form-31 .form-submit button.active {
  background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) #fff;
  color: #000;
}
.title-page .form-31 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-31 .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_428803_icon_form 1.png") left 50% top 50% / auto auto no-repeat;
  width: 34px;
  height: 34px;
  min-height: 34px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_428803_icon_form 2.png") left 50% top 50% / auto auto no-repeat;
  width: 34px;
  height: 34px;
  min-height: 34px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_428803_icon_form 3.png") left 50% top 50% / auto auto no-repeat;
  width: 34px;
  height: 34px;
  min-height: 34px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .icon.img_comments {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_428803_icon_form 4.png") left 50% top 50% / auto auto no-repeat;
  width: 34px;
  height: 34px;
  min-height: 34px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-31 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-31 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-31 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-31 .form-item__header {
  text-decoration: none;
}
.title-page .form-31 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-31 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-31 .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-31 .form-textarea {
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  margin-right: 0;
  margin-bottom: 30px;
}
.title-page .form-31 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-31 .form-submit {
  border: none;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-31 .form-captcha {
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-31 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-31 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #343434;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
}
.title-page .form-31 .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-31 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-31 .form-captcha button {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to bottom, #c72f2c 0%, #8c0424 100%) transparent;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 180px;
  min-height: 28px;
  font-weight: normal;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .form-31 .form-captcha button:hover, .title-page .form-31 .form-captcha button.hover, .title-page .form-31 .form-captcha button.active {
  background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) #fff;
  color: #000;
}
.title-page .form-31 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-31 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-31 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-31 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-31 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-31 .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-31 .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-31 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-31 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-31 .form-radio {
  box-sizing: border-box;
}
.title-page .form-31 .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-31 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-31 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-31 .form-select {
  box-sizing: border-box;
}
.title-page .form-31 .form-div {
  box-sizing: border-box;
}
.title-page .form-31 .form-html {
  box-sizing: border-box;
}
.title-page .form-31 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-31 .form-upload {
  box-sizing: border-box;
}
.title-page .form-31 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-31 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-31 .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-31 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-31 .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-31 .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-31 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-31 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-31 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-31 .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-31 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -10px;
}
.title-page .form-31 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-31 .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-31 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-31 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-31 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-31 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-31 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-22 {
  padding: 0.02px 0 30px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 3;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .block-23 .layout_44 {
  -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 .layout_47 {
  -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 .layout_49 {
  -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 .layout_41_id_47 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-23 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .block-24 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 10px;
}
.title-page .widget-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 1200px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.title-page .menu-43 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-43 .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-43 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-43 .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-43 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-43 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: 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-43 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-43 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-43 .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-43 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 300;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  left: 0;
  right: 0;
}
.title-page .menu-43 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-43 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-43 .menu-scroll > ul > li.menu-item > a.active {
  color: #bf052c;
}
.title-page .menu-43 .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-43 .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-43 .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-43 .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-43 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-43 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-43 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-43 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: 95;
}
.title-page .menu-43 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-26 {
  margin: 40px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  text-decoration: none;
}
.title-page .widget-25 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #8f8f8f;
  text-decoration: none;
  width: 96px;
  padding-bottom: 0.02px;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #858585;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-top: 0.02px;
}
.title-page .block-25 {
  margin: 20px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.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 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 {
  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-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 .editable_block-45 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-45 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-45 .header {
  box-sizing: border-box;
  font-size: 26px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #bf052c;
  text-decoration: none;
  font-weight: bold;
}
.title-page .editable_block-45 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-45 .title {
  box-sizing: border-box;
  font-size: 11px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #bf052c;
  text-decoration: none;
  font-weight: 600;
  margin-top: 5px;
  position: relative;
}
.title-page .editable_block-45 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .editable_block-45 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-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 .editable_block-45 .img-convert {
  box-sizing: border-box;
  width: 149px;
  height: 35px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.title-page .editable_block-45 .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-45 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-45 .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-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-45 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-45 .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-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 .editable_block-45 .clear {
  clear: both;
}
.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 {
  margin-top: 0;
}
.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_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-45 .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-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_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-45 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  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 .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 .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 .s3_form_item.form_radio {
  box-sizing: border-box;
}
.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 .form_radio .s3_form_field_name {
  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 .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 .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_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.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 .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 .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 .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 .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_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 .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 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 .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 .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 .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 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-21 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widgetsocial-46 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-46 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-46 .soc-item {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  background: url("../images/lib_441403_inst.png") left 50% top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-46 .soc {
  margin: 2px 5px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  max-width: 100%;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.title-page .widgetsocial-46 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  word-break: break-word;
}
.title-page .widgetsocial-46 .wg-soc-title {
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.title-page .widgetsocial-46 .vk .wg-soc-icon {
  border: none;
  background: url("../images/lib_441403_vk2.png") left 50% top 50% / auto auto no-repeat #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .vk .wg-soc-icon:hover, .title-page .widgetsocial-46 .vk .wg-soc-icon.hover, .title-page .widgetsocial-46 .vk .wg-soc-icon.active {
  background: url("../images/lib_441403_vk2.png") left 50% top 50% / auto auto no-repeat #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_441403_fb.png") left 50% top 50% / auto auto no-repeat #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .fb .wg-soc-icon:hover, .title-page .widgetsocial-46 .fb .wg-soc-icon.hover, .title-page .widgetsocial-46 .fb .wg-soc-icon.active {
  background: url("../images/lib_441403_fb.png") left 50% top 50% / auto auto no-repeat #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .fb .wg-soc-icon:active, .title-page .widgetsocial-46 .fb .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_441403_twit.png") left 50% top 50% / auto auto no-repeat #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .tw .wg-soc-icon:hover, .title-page .widgetsocial-46 .tw .wg-soc-icon.hover, .title-page .widgetsocial-46 .tw .wg-soc-icon.active {
  background: url("../images/lib_441403_twit.png") left 50% top 50% / auto auto no-repeat #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .tw .wg-soc-icon:active, .title-page .widgetsocial-46 .tw .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / auto auto no-repeat #969696 #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .google .wg-soc-icon:hover, .title-page .widgetsocial-46 .google .wg-soc-icon.hover, .title-page .widgetsocial-46 .google .wg-soc-icon.active {
  background: url("../images/wm_social_links_google.png") left 50% top 50% / auto auto no-repeat #969696 #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .google .wg-soc-icon:active, .title-page .widgetsocial-46 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_441403_inst.png") left 50% top 50% / auto auto no-repeat #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .ins .wg-soc-icon:hover, .title-page .widgetsocial-46 .ins .wg-soc-icon.hover, .title-page .widgetsocial-46 .ins .wg-soc-icon.active {
  background: url("../images/lib_441403_inst.png") left 50% top 50% / auto auto no-repeat #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .ins .wg-soc-icon:active, .title-page .widgetsocial-46 .ins .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat #969696 #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .ok .wg-soc-icon:hover, .title-page .widgetsocial-46 .ok .wg-soc-icon.hover, .title-page .widgetsocial-46 .ok .wg-soc-icon.active {
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / auto auto no-repeat #969696 #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .ok .wg-soc-icon:active, .title-page .widgetsocial-46 .ok .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat #969696 #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .mail .wg-soc-icon:hover, .title-page .widgetsocial-46 .mail .wg-soc-icon.hover, .title-page .widgetsocial-46 .mail .wg-soc-icon.active {
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / auto auto no-repeat #969696 #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .mail .wg-soc-icon:active, .title-page .widgetsocial-46 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_441403_pin.png") left 50% top 50% / auto auto no-repeat #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .pin .wg-soc-icon:hover, .title-page .widgetsocial-46 .pin .wg-soc-icon.hover, .title-page .widgetsocial-46 .pin .wg-soc-icon.active {
  background: url("../images/lib_441403_pin.png") left 50% top 50% / auto auto no-repeat #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .pin .wg-soc-icon:active, .title-page .widgetsocial-46 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat #969696 #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .lj .wg-soc-icon:hover, .title-page .widgetsocial-46 .lj .wg-soc-icon.hover, .title-page .widgetsocial-46 .lj .wg-soc-icon.active {
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / auto auto no-repeat #969696 #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .lj .wg-soc-icon:active, .title-page .widgetsocial-46 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat #969696 #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .my .wg-soc-icon:hover, .title-page .widgetsocial-46 .my .wg-soc-icon.hover, .title-page .widgetsocial-46 .my .wg-soc-icon.active {
  background: url("../images/wm_social_links_my.png") left 50% top 50% / auto auto no-repeat #969696 #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .my .wg-soc-icon:active, .title-page .widgetsocial-46 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .widgetsocial-46 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat #969696 #e0e0e0;
  width: 32px;
  min-height: 32px;
  min-width: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 32px;
}
.title-page .widgetsocial-46 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-46 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-46 .youtube .wg-soc-icon.active {
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / auto auto no-repeat #969696 #ccc;
  -webkit-box-shadow: inset 0px -2px 0px #969696;
  -moz-box-shadow: inset 0px -2px 0px #969696;
  box-shadow: inset 0px -2px 0px #969696;
}
.title-page .widgetsocial-46 .youtube .wg-soc-icon:active, .title-page .widgetsocial-46 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px -2px 0px #ababab;
  -moz-box-shadow: inset 0px -2px 0px #ababab;
  box-shadow: inset 0px -2px 0px #ababab;
}
.title-page .block-27 {
  margin: 40px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-24 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-5 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 9999;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-6 .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-6 .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-6 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-6 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-6 .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;
}
.title-page .side-panel-6 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-6 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-6 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-6 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper .layout_center_2_id_17_0 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_17_2 {
    margin-top: 0;
  }
  .title-page .block-9 .layout_10 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_16 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-2 {
    width: auto;
    right: 0;
  }
  .title-page .widget-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .widget-8 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-8 {
    margin-top: 0;
  }
  .title-page .block-7 .layout_11 {
    margin: 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_12 {
    margin-top: 0;
    -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-7 .layout_13 {
    margin-top: 0;
    -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-7 .layout_59 {
    margin: 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    background: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-5 {
    margin-right: auto;
  }
  .title-page .block-29 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .block-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .block-4 {
    margin-left: auto;
  }
  .title-page .widget-28 {
    display: block;
  }
  .title-page .mb-wrap-57 .mb-arrows {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .title-page .mb-wrap-57 .mb-bull:active, .title-page .mb-wrap-57 .mb-bull.active {
    text-align: left;
  }
  .title-page .mb-wrap-57 .mb-block-inner {
    width: 700px;
    background: none;
  }
  .title-page .mb-wrap-57 .img-convert {
    width: 700px;
  }
  .title-page .mb-wrap-57 .mb-image-inner {
    margin-left: 0;
  }
  .title-page .mb-wrap-57 .mb-image-inner .mb-image-title {
    background: none;
  }
  .title-page .block-21 .layout_38_id_60 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-21 {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .widget-30 {
    display: block;
  }
  .title-page .horizontal_blocklist-60 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-60 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-60 .img-convert {
    width: 300px;
    height: 250px;
    background: none;
  }
  .title-page .horizontal_blocklist-60 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-right: 10px;
  }
  .title-page .block-19 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .widget-16 {
    display: block;
  }
  .title-page .news-35 .body-outer {
    width: auto;
  }
  .title-page .news-35 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .news-35 .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;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .news-35 .item__image {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
  .title-page .news-35 .item__image img {
    min-height: 0;
  }
  .title-page .news-35 .item__title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .news-35 .item__text {
    background: none;
  }
  .title-page .block-11 .layout_21 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_30 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.02px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-12 {
    min-height: 0;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    right: 0;
  }
  .title-page .block-13 {
    padding-bottom: 20px;
  }
  .title-page .widget-10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .address-23 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-23 .icon {
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .address-23 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .address-23 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-23 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-14 {
    padding-bottom: 20px;
  }
  .title-page .widget-11 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .phones-25 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-25 .icon {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .title-page .phones-25 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-25 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-25 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-25 .text_body:hover, .title-page .phones-25 .text_body.hover, .title-page .phones-25 .text_body.active {
    background: none;
  }
  .title-page .widget-12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .email-27 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-27 .icon {
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 5px;
  }
  .title-page .email-27 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .email-27 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-27 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-16 {
    margin-top: 0;
  }
  .title-page .widget-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 10px;
  }
  .title-page .widgetsocial-29 .fb .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .tw .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .google .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .ins .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .ok .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .mail .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .pin .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .lj .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .my .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widgetsocial-29 .youtube .wg-soc-icon {
    width: 30px;
    min-height: 30px;
  }
  .title-page .widget-14 {
    display: block;
  }
  .title-page .form-31 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-31 .form__header:hover, .title-page .form-31 .form__header.hover, .title-page .form-31 .form__header.active {
    background: none;
  }
  .title-page .form-31 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-31 .form-text input {
    padding-left: 38px;
  }
  .title-page .form-31 .form-textarea textarea {
    padding-left: 38px;
  }
  .title-page .form-31 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-23 .layout_44 {
    margin-top: 0;
    -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-23 .layout_47 {
    margin-top: 0;
    -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-23 .layout_49 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_41_id_47 {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-23 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-24 {
    width: auto;
    background: none;
    display: none;
  }
  .title-page .widget-19 {
    display: none;
    width: auto;
  }
  .title-page .menu-43 .menu-scroll > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .menu-43 .menu-scroll > ul > li.menu-item > a {
    background: none;
    width: 120px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .menu-43 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 {
    margin-top: 30px;
  }
  .title-page .widget-25 {
    width: auto;
    right: 0;
    display: block;
  }
  .title-page .widget-26 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 5px;
  }
  .title-page .block-25 {
    left: auto;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-20 {
    display: block;
  }
  .title-page .editable_block-45 .header:hover, .title-page .editable_block-45 .header.hover, .title-page .editable_block-45 .header.active {
    font-weight: 600;
  }
  .title-page .editable_block-45 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-45 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-45 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-45 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-45 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-45 .more {
    clear: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .widget-21 {
    margin-top: 20px;
  }
  .title-page .widgetsocial-46 .google .wg-soc-icon {
    background: #e0e0e0;
  }
  .title-page .widgetsocial-46 .google .wg-soc-icon:hover, .title-page .widgetsocial-46 .google .wg-soc-icon.hover, .title-page .widgetsocial-46 .google .wg-soc-icon.active {
    background: #ccc;
  }
  .title-page .widgetsocial-46 .ok .wg-soc-icon {
    background: #e0e0e0;
  }
  .title-page .widgetsocial-46 .ok .wg-soc-icon:hover, .title-page .widgetsocial-46 .ok .wg-soc-icon.hover, .title-page .widgetsocial-46 .ok .wg-soc-icon.active {
    background: #ccc;
  }
  .title-page .widgetsocial-46 .mail .wg-soc-icon {
    background: #e0e0e0;
  }
  .title-page .widgetsocial-46 .mail .wg-soc-icon:hover, .title-page .widgetsocial-46 .mail .wg-soc-icon.hover, .title-page .widgetsocial-46 .mail .wg-soc-icon.active {
    background: #ccc;
  }
  .title-page .widgetsocial-46 .lj .wg-soc-icon {
    background: #e0e0e0;
  }
  .title-page .widgetsocial-46 .lj .wg-soc-icon:hover, .title-page .widgetsocial-46 .lj .wg-soc-icon.hover, .title-page .widgetsocial-46 .lj .wg-soc-icon.active {
    background: #ccc;
  }
  .title-page .widgetsocial-46 .my .wg-soc-icon {
    background: #e0e0e0;
  }
  .title-page .widgetsocial-46 .my .wg-soc-icon:hover, .title-page .widgetsocial-46 .my .wg-soc-icon.hover, .title-page .widgetsocial-46 .my .wg-soc-icon.active {
    background: #ccc;
  }
  .title-page .widgetsocial-46 .youtube .wg-soc-icon {
    background: #e0e0e0;
  }
  .title-page .widgetsocial-46 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-46 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-46 .youtube .wg-soc-icon.active {
    background: #ccc;
  }
  .title-page .block-27 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .widget-24 {
    margin-right: auto;
    display: block;
  }
  .title-page .widget-5 {
    box-sizing: border-box;
    display: block;
  }
  .title-page .side-panel-6 .side-panel-content {
    text-align: left;
  }
  .title-page .side-panel-6 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-6 .side-panel-button {
    border: none;
    text-align: left;
    width: 50px;
    min-height: 51px;
    padding-top: 7px;
    padding-right: 0;
    padding-left: 10px;
    -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-6 .side-panel-button-icon-line {
    border: none;
    min-height: 5px;
    margin-top: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #c72f2c;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_17_0 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_17_2 {
    margin-top: 0;
  }
  .title-page .block-9 .layout_10 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_16 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_11 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_12 {
    margin-top: 0;
    -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-7 .layout_13 {
    margin-top: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_59 {
    margin-top: 0;
    -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-7 {
    display: none;
  }
  .title-page .block-5 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-29 {
    margin-right: auto;
  }
  .title-page .block-3 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .mb-wrap-57 .mb-arrows strong.mb-prev {
    width: 40px;
    min-height: 39px;
    height: 39px;
  }
  .title-page .mb-wrap-57 .mb-arrows strong.mb-next {
    width: 40px;
    min-height: 39px;
    height: 39px;
  }
  .title-page .mb-wrap-57 .mb-block-inner {
    width: 600px;
  }
  .title-page .mb-wrap-57 .mb-image-wrap {
    width: 600px;
  }
  .title-page .mb-wrap-57 .img-convert {
    width: 600px;
    height: 400px;
  }
  .title-page .mb-wrap-57 .mb-image-inner .mb-image-title {
    font-size: 25px;
  }
  .title-page .mb-wrap-57 .mb-image-inner .mb-image-desc {
    font-size: 12px;
  }
  .title-page .block-21 .layout_38_id_60 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-60 .img-convert {
    height: 251px;
  }
  .title-page .horizontal_blocklist-60 .text {
    font-size: 12px;
  }
  .title-page .horizontal_blocklist-60 .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .title-page .horizontal_blocklist-60 .more {
    margin-top: 20px;
  }
  .title-page .news-35 .body {
    margin-right: -3px;
    margin-left: -3px;
  }
  .title-page .news-35 .item {
    margin-right: 3px;
    margin-left: 3px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-11 .layout_21 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_30 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    padding-top: 30px;
  }
  .title-page .block-12 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-14 {
    padding-bottom: 5px;
  }
  .title-page .form-31 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-31 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-22 {
    margin-top: 30px;
  }
  .title-page .block-23 .layout_44 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_47 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_49 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_41_id_47 {
    margin-top: 0;
  }
  .title-page .block-26 {
    margin-top: 0;
  }
  .title-page .widget-26 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-25 {
    margin-right: 0;
  }
  .title-page .widget-21 {
    margin-top: 5px;
  }
  .title-page .block-27 {
    padding-top: 15px;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_17_0 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_17_2 {
    margin-top: 0;
  }
  .title-page .block-9 .layout_10 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_16 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_11 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_12 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_13 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_59 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 {
    width: auto;
    margin-right: 0;
  }
  .title-page .block-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-4 {
    width: auto;
    margin-left: 0;
  }
  .title-page .mb-wrap-57 .mb-block-inner {
    width: 400px;
  }
  .title-page .mb-wrap-57 .mb-image-wrap {
    width: 400px;
  }
  .title-page .mb-wrap-57 .img-convert {
    width: 400px;
    height: 350px;
  }
  .title-page .mb-wrap-57 .mb-image-inner {
    padding: 15px 15px 35px;
    width: auto;
    right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    min-height: 209px;
  }
  .title-page .block-21 .layout_38_id_60 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-60 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-60 .item_figure {
    width: 100%;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .horizontal_blocklist-60 .img-convert {
    border: 5px solid #fff;
    width: auto;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-60 .item_detail {
    margin-top: 20px;
  }
  .title-page .news-35 .body-outer {
    overflow: hidden;
  }
  .title-page .news-35 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-35 .news__list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .news-35 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .news-35 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-35 .img-convert {
    height: 150px;
  }
  .title-page .news-35 .item__title {
    font-size: 15px;
  }
  .title-page .block-11 .layout_21 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_30 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .address-23 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-25 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-25 .text_body:hover, .title-page .phones-25 .text_body.hover, .title-page .phones-25 .text_body.active {
    font-weight: bold;
  }
  .title-page .form-31 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-31 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-31 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .block-22 {
    margin-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-23 .layout_44 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_47 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_49 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_41_id_47 {
    margin-top: 0;
  }
  .title-page .widget-19 {
    padding-right: 0;
    padding-left: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .menu-43 .menu-scroll > ul > li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 1px;
    width: auto;
  }
  .title-page .menu-43 .menu-scroll > ul > li.menu-item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .title-page .menu-43 .menu-scroll > ul > li.menu-item > a {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .title-page .menu-43 .menu-scroll > ul > li.home-button {
    display: none;
  }
  .title-page .menu-43 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .menu-43 .menu-scroll > ul ul {
    width: auto;
    right: 0;
  }
  .title-page .menu-43 .menu-scroll > ul ul ul {
    width: 100%;
    right: auto;
  }
  .title-page .block-26 {
    margin-bottom: 0;
  }
  .title-page .widget-26 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-25 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_17_0 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_17_2 {
    margin-top: 0;
  }
  .title-page .block-9 .layout_10 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_16 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_11 {
    margin-top: 0;
    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-7 .layout_12 {
    margin-top: 0;
    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-7 .layout_13 {
    margin-top: 0;
    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-7 .layout_59 {
    margin-top: 0;
    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 .mb-wrap-57 .mb-pagination {
    -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/1.png") left 50% top calc(50% + 32px) / auto auto no-repeat;
    padding-top: 11px;
  }
  .title-page .mb-wrap-57 .mb-block-inner {
    width: 300px;
  }
  .title-page .mb-wrap-57 .mb-image-wrap {
    width: 300px;
  }
  .title-page .mb-wrap-57 .img-convert {
    width: 300px;
    height: 250px;
  }
  .title-page .mb-wrap-57 .mb-image-inner {
    width: 300px;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .mb-wrap-57 .mb-image-inner .mb-image-title {
    font-size: 20px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .mb-wrap-57 .mb-image-inner .mb-image-desc {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-21 .layout_38_id_60 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .horizontal_blocklist-60 .body-outer {
    text-align: left;
  }
  .title-page .horizontal_blocklist-60 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-60 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-60 .title {
    font-size: 20px;
  }
  .title-page .horizontal_blocklist-60 .more > a {
    font-size: 11px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .news-35 .news__title {
    font-size: 20px;
  }
  .title-page .news-35 .img-convert {
    height: 200px;
  }
  .title-page .block-11 .layout_21 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_30 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-25 .text_body:hover, .title-page .phones-25 .text_body.hover, .title-page .phones-25 .text_body.active {
    font-weight: normal;
  }
  .title-page .form-31 .form__header {
    font-size: 25px;
  }
  .title-page .block-22 {
    margin-top: 15px;
  }
  .title-page .block-23 .layout_44 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_47 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_49 {
    margin-top: 0;
    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-23 .layout_41_id_47 {
    margin-top: 0;
  }
  .title-page .widget-19 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-43 .menu-button {
    display: -webkit-flex;
    display: flex;
    position: static;
    width: 100%;
    min-height: 0;
  }
  .title-page .menu-43 .menu-scroll > ul {
    display: block;
  }
  .title-page .menu-43 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-43 .menu-scroll > ul ul {
    position: static;
  }
  .title-page .menu-43 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
  }
  .title-page .widget-25 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-26 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-45 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-4 {
  margin: 0 0 20px;
  z-index: 2;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .side-panel .menu-5 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-5 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-5 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-5 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .widget-29 {
  margin: 0;
  z-index: 1;
  -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;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  right: 0;
  text-align: undefined;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .side-panel .phones-58 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-58 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
}
.title-page .side-panel .widget-6 {
  margin: 0 10px;
  z-index: 1;
  box-sizing: border-box;
  -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;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: auto;
  visibility: visible;
  right: 0;
}
.title-page .side-panel .widget-7 {
  margin: 0 13px -5px 10px;
  z-index: 1;
  text-align: left;
  -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;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  right: 0;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 49px;
}
.title-page .side-panel .widget-3 {
  margin: 0;
  border: none;
  z-index: 1;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-4 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.delimiter {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a.active {
  background: rgba(204, 204, 204, 0.57);
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #bf052c;
  background: #fff;
}
