@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper .layout_center_2_id_85_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: url("../images/bg_7 (1).png") left 50% top 50% / auto auto no-repeat fixed, url("../images/5.jpg?1534233737638") left 50% top 50% / cover no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-747 .layout_85_id_127 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-747 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .block-767 .layout_center_127_id_84_1 {
  width: 960px;
  margin: 0px auto;
  left: 0;
  top: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-767 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-1189 {
  margin: -37px 0 0 810px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .search-86 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;
}
.title-page .search-86 input {
  padding: 4px 8px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: #fff;
  font-size: 12px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  min-height: 30px;
  width: 0;
  height: 0;
  max-width: 100%;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #020200;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .search-86 button {
  padding: 3px 4px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: url("../images/icon_search_2 (1).png") left 50% top 50% / auto auto no-repeat;
  font-size: 14px;
  outline: none;
  min-width: 24px;
  min-height: 30px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  width: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .search-86 button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 14px;
}
.title-page .search-86 input:focus {
  outline: none;
}
.title-page .search-86 button:focus {
  outline: none;
}
.title-page .search-86 .slide_search {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.title-page .search-86 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .search-86 ::-moz-placeholder {
  color: #ababab;
}
.title-page .search-86 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-1188 {
  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: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-84 .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-84 .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-84 .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-84 .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-84 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-84 .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-84 .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-84 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
}
.title-page .menu-84 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-84 .menu-scroll > ul > li.menu-item > a {
  padding: 13px 10px;
  margin: 0 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
  align-self: auto;
  background: url("../images/1.jpg") left 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-84 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-84 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-84 .menu-scroll > ul > li.menu-item > a.active {
  color: #d7a13f;
}
.title-page .menu-84 .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-84 .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-84 .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-84 .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-84 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-84 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-84 .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-84 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-84 .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-84 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-84 .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-84 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-84 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-84 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-84 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .block-751 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 200px;
  background: url("../images/photo_2.png") left 50% top 50% / auto auto no-repeat;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 0;
}
.title-page .block-768 .layout_95 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-768 .layout_128 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-768 {
  margin: -50px 0 25px 119px;
  position: relative;
  top: 0;
  left: 0;
  width: 350px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-1211 {
  margin: 3px 0 auto 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 140px;
}
.title-page .email-128 p:first-child {
  margin-top: 0;
}
.title-page .email-128 p:last-child {
  margin-bottom: 0;
}
.title-page .email-128 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .email-128 .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-128 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/lib_663402_icon_email.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-128 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .email-128 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-128 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-128 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-128 .text_body:hover, .title-page .email-128 .text_body.hover, .title-page .email-128 .text_body.active {
  text-decoration: underline;
}
.title-page .email-128 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-128 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-1193 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
  background: url("../images/slash.png") right 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 15px;
}
.title-page .phones-95 p:first-child {
  margin-top: 0;
}
.title-page .phones-95 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-95 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-95 .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-95 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-95 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-95 .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-95 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-95 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-95 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-95 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-95 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-752 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-1191 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 600px;
  min-height: 50px;
  font-size: 25px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
}
.title-page .site-name-92 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-92 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-92 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: 109px;
}
.title-page .site-name-92 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Kelly Slab, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  width: 481px;
  padding-top: 10px;
}
.title-page .site-name-92 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-1194 {
  padding: 0.02px 0;
  margin: -1px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: center;
  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-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-96 .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-96 .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-96 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-96 .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-96 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-96 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-96 .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-96 .menu-scroll > ul ul {
  padding: 0.02px 0;
  margin: 20px 0 0 -100px;
  border: 2px solid #902f43;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #902f43;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: auto;
  align-self: auto;
}
.title-page .menu-96 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-96 .menu-scroll > ul ul > li > a {
  padding: 8px 7px 8px 12px;
  margin: 4px 8px;
  border: none;
  cursor: pointer;
  display: block;
  background: url("../images/6 (1).png") left 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-96 .menu-scroll > ul ul > li > a:hover, .title-page .menu-96 .menu-scroll > ul ul > li > a.hover, .title-page .menu-96 .menu-scroll > ul ul > li > a.active {
  text-decoration: underline;
}
.title-page .menu-96 .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-96 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-96 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-96 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 15px;
  margin: 0 2px;
  border: 2px solid #902f43;
  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: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  background: #902f43;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-96 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-96 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-96 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .menu-96 .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-96 .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-96 .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-96 .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-96 .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-96 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-96 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-96 .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-family: Fira Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-96 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-96 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-96 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-756 .layout_104_id_126 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-756 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 160px;
  z-index: 5;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Oranienbaum, sans-serif;
}
.title-page .block-766 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-1210 {
  padding: 0.02px 30px;
  margin: -325px 0 89px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 286px;
  min-height: 0;
}
.title-page .form-122 .form__header {
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Kelly Slab, 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: #d19b43;
  text-decoration: none;
}
.title-page .form-122 .form__text {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-122 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-122 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-122 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -3px;
  width: auto;
  margin-top: 0;
}
.title-page .form-122 .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-122 .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-122 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-122 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-122 .form-text {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .form-122 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-122 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-122 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-122 .form-text input {
  padding: 2px 8px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  min-height: 40px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 40px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -1px 0px #fff;
  -moz-box-shadow: inset 0px -1px 0px #fff;
  box-shadow: inset 0px -1px 0px #fff;
}
.title-page .form-122 .form-textarea textarea {
  padding: 8px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 60px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -1px 0px #fff;
  -moz-box-shadow: inset 0px -1px 0px #fff;
  box-shadow: inset 0px -1px 0px #fff;
}
.title-page .form-122 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-122 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-122 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-122 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-122 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-122 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-122 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-122 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-122 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-122 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-122 .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-122 .form-textarea {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .form-122 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-122 .form-submit {
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 20px;
}
.title-page .form-122 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-122 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-122 .form-submit button {
  padding: 2px 4px;
  border: 2px solid #d19b43;
  box-sizing: border-box;
  text-align: center;
  background: #d19b43;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  margin-top: 0;
  position: relative;
  min-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
}
.title-page .form-122 .form-submit button:hover, .title-page .form-122 .form-submit button.hover, .title-page .form-122 .form-submit button.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-122 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-122 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .form-122 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-122 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  resize: vertical;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -1px 0px #fff;
  -moz-box-shadow: inset 0px -1px 0px #fff;
  box-shadow: inset 0px -1px 0px #fff;
}
.title-page .form-122 .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-122 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-122 .form-captcha button {
  padding: 2px 4px;
  border: 2px solid #d19b43;
  box-sizing: border-box;
  text-align: center;
  background: #d19b43;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  margin-top: 0;
  position: relative;
  min-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
}
.title-page .form-122 .form-captcha button:hover, .title-page .form-122 .form-captcha button.hover, .title-page .form-122 .form-captcha button.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-122 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-122 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-122 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-122 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-122 .form-checkbox {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .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-122 .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-122 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-122 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-122 .form-radio {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .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-122 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-122 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-122 .form-select {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .form-div {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .form-html {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-122 .form-upload {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .form-calendar {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .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-122 .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-122 .form-calendar_interval {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .form-122 .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-122 .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-122 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-122 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-122 .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-122 .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-122 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-122 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-122 .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-122 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-122 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-122 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .form-122 ::-moz-placeholder {
  color: #fff;
}
.title-page .form-122 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-1199 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .horizontal_blocklist-105 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-105 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-105 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-105 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-105 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-105 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-105 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-105 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .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-105 .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-105 .bx-wrapper {
  max-width: 980px;
}
.title-page .horizontal_blocklist-105 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-105 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 980px;
}
.title-page .horizontal_blocklist-105 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_blocklist-105 .item {
  margin: 0 auto;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 960px;
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  background: #902f43;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
}
.title-page .horizontal_blocklist-105 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-105 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-105 .image {
  box-sizing: border-box;
  position: relative;
  width: 674px;
  min-height: 368px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-105 .item-label {
  padding: 10px 30px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #f23041;
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  right: auto;
  margin-right: 0;
  font-weight: bold;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-105 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 704px;
  height: 368px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.title-page .horizontal_blocklist-105 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-105 .item_detail {
  border: none;
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  margin-right: auto;
  width: 257px;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  flex-basis: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-105 .text {
  border: none;
  box-sizing: border-box;
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  text-indent: 0;
  text-decoration: none;
  margin-bottom: 11px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-105 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-105 .title {
  font-weight: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Kelly Slab, serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  text-indent: 0;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .horizontal_blocklist-105 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-105 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
}
.title-page .horizontal_blocklist-105 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-105 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-indent: 0;
  text-decoration: none;
  font-weight: bold;
  margin-right: 4px;
}
.title-page .horizontal_blocklist-105 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  color: #f2be00;
  text-indent: 0;
  text-decoration: none;
  font-weight: bold;
  margin-right: 4px;
}
.title-page .horizontal_blocklist-105 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.8px;
  text-indent: 0;
  text-decoration: none;
  font-weight: bold;
}
.title-page .horizontal_blocklist-105 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-105 .more > a {
  padding: 13px 30px;
  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;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  color: #000;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f2be00;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .horizontal_blocklist-105 .more > a:hover, .title-page .horizontal_blocklist-105 .more > a.hover, .title-page .horizontal_blocklist-105 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2be00;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2be00;
  box-shadow: inset 0px 0px 0px 2px #f2be00;
  background: transparent;
}
.title-page .horizontal_blocklist-105 .more > a:active, .title-page .horizontal_blocklist-105 .more > a.active {
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  background: #e8b600;
}
.title-page .horizontal_blocklist-105 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-105 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-105 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #f2be00;
  text-indent: 0;
  text-decoration: none;
  margin-top: 0;
  align-self: auto;
}
.title-page .horizontal_blocklist-105 .controls {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-align: justify;
  margin-left: 0;
  bottom: 0;
  margin-bottom: 20px;
  width: 256px;
  margin-right: 0;
  padding-left: 103px;
  padding-right: 63px;
  z-index: 1;
}
.title-page .horizontal_blocklist-105 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/arrow_2 (1).png") left 50% top 50% / auto auto no-repeat, none;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .horizontal_blocklist-105 .prev:hover, .title-page .horizontal_blocklist-105 .prev.hover, .title-page .horizontal_blocklist-105 .prev.active {
  background: url("../images/arrow_3 (1).png") left 50% top 50% / auto auto no-repeat, linear-gradient(#fff, #fff);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .horizontal_blocklist-105 .prev:active, .title-page .horizontal_blocklist-105 .prev.active {
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
}
.title-page .horizontal_blocklist-105 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/arrow_1 (1).png") left 50% top 50% / auto auto no-repeat, none;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  margin-left: 0;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .horizontal_blocklist-105 .next:hover, .title-page .horizontal_blocklist-105 .next.hover, .title-page .horizontal_blocklist-105 .next.active {
  background: url("../images/arrow_4 (1).png") left 50% top 50% / auto auto no-repeat, linear-gradient(#fff, #fff);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .horizontal_blocklist-105 .next:active, .title-page .horizontal_blocklist-105 .next.active {
  -webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2);
}
.title-page .horizontal_blocklist-105 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-105 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-105 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.title-page .popover-container-105 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-105 {
  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-105 .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-105 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-105 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .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-105 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-105 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-105 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-105 .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-105 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .horizontal_blocklist-105 .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-105 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-105 .bx-auto_controls {
  margin: 341px 0 0 141px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .horizontal_blocklist-105 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-105 .bx-pager {
  margin: 341px 0 0 141px;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .horizontal_blocklist-105 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .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-105 .bx-pager a:active, .title-page .horizontal_blocklist-105 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-105 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-105 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-105 .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-105 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-105 .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-105 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-105 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-105 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-105 .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-105 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-105 .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-105 .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-105 .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-105 .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-105 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-105 .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-105 .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-105 .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-105 .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-105 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-105 .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-105 .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-105 .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-105 .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-105 .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-105 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-105 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-105 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-105 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-757 .layout_106_id_107 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-757 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/ornament_2.png") left 50% top 0px / auto auto no-repeat;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 72px;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-758 .layout_108 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-758 .layout_112 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-758 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-1204 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 256px;
  min-width: 256px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.title-page .popover-wrap-112 .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-112 .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-112 .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-112 .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-112 .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-112 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Alegreya SC, serif;
}
.title-page .popover-wrap-112 .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-112 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") center center / auto no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-112 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-112 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-112 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-112 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-112 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-112 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-112 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-112 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-112 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-112 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-112 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-112 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-112 .bx-wrapper {
  max-width: 100%;
}
.title-page .blocklist-112 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-112 .list {
  display: block;
  -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;
  width: auto;
  margin-right: 0;
}
.title-page .blocklist-112 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
}
.title-page .blocklist-112 .item {
  margin: 10px 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
.title-page .blocklist-112 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-112 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-112 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-112 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-112 .img-convert {
  box-sizing: border-box;
  width: 256px;
  height: 336px;
  overflow: hidden;
  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;
}
.title-page .blocklist-112 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-112 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Alegreya SC, serif;
}
.title-page .blocklist-112 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Alegreya SC, serif;
}
.title-page .blocklist-112 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-112 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-112 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-112 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-112 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-112 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-112 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-112 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-112 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-112 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-112 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-112 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-112 .controls {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 0;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: justify;
  bottom: 0;
  margin-bottom: 0;
  width: 30px;
  margin-left: -15px;
}
.title-page .blocklist-112 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/6 (2).png") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
  margin-top: 0;
  min-height: 30px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-112 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/5.png") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0;
  min-height: 30px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-112 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-112 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-112 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-112 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-112 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-112 .bx-controls-auto {
  box-sizing: border-box;
  display: block;
}
.title-page .blocklist-112 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-112 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-112 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-112 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-112 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .blocklist-112 .bx-pager-item {
  display: block;
  box-sizing: border-box;
}
.title-page .blocklist-112 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  height: 10px;
}
.title-page .popover-container-112 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-112 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-112 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Alegreya SC, serif;
}
.title-page .popover-wrap-112 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-112 .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-112 .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-112 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-112 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alegreya SC, serif;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-112 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-112 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-112 .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-112 .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-112 .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-112 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-112 .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-112 .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-112 .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-112 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-112 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-112 .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-112 .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-112 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-112 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-112 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-112 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-112 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-112 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-1200 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 704px;
  padding-right: 40px;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Fira Sans, sans-serif;
}
.title-page .popover-wrap-108 .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-108 .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-108 .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-108 .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-108 .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-108 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Alegreya SC, serif;
}
.title-page .popover-wrap-108 .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-108 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") center center / auto no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-108 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-108 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-108 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-108 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-108 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-108 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-108 .header {
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Kelly Slab, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #d19b43;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-108 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-108 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-108 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-108 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-108 .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-108 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-108 .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-108 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.7;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-108 .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-108 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-108 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-108 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-108 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-108 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-108 .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;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-108 .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-108 .clear {
  clear: both;
}
.title-page .popover-container-108 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-108 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-108 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Alegreya SC, serif;
}
.title-page .popover-wrap-108 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-108 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-108 .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-108 .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-108 .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-108 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-108 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-108 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alegreya SC, serif;
}
.title-page .popover-wrap-108 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-108 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-108 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-108 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .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-108 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-108 .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-108 .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-108 .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-108 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .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-108 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-108 .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-108 .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-108 .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-108 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .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-108 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-108 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .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-108 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-108 .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-108 .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-108 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-108 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-108 .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-108 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-108 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-108 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-108 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-108 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-761 .layout_120_id_115 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-761 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/3 (1).jpg?1533903669267") left 50% top 50% / cover no-repeat;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Alegreya SC, serif;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.title-page .block-759 .layout_113 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-759 .layout_114 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-759 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .widget-1205 {
  margin: 1px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-113 p:first-child {
  margin-top: 0;
}
.title-page .phones-113 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-113 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-113 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-113 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/icon_phone.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-113 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-113 .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-113 .title {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .phones-113 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.title-page .phones-113 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-113 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-113 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-1206 {
  margin: 0 0 auto 595px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 165px;
}
.title-page .email-114 p:first-child {
  margin-top: 0;
}
.title-page .email-114 p:last-child {
  margin-bottom: 0;
}
.title-page .email-114 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .email-114 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-114 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/icon_email.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-114 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .email-114 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-114 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-114 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-114 .text_body:hover, .title-page .email-114 .text_body.hover, .title-page .email-114 .text_body.active {
  text-decoration: underline;
}
.title-page .email-114 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-114 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-762 {
  margin: 30px 0 0;
  border: none;
  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;
  text-decoration: none;
  padding-top: 30px;
  right: 0;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-760 .layout_116 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-760 .layout_117 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-760 .layout_118 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-760 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
}
.title-page .widget-1208 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-1207 {
  margin: 0 0 auto 87px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-1209 {
  margin: 3px 0 auto 87px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  color: #d8d8d8;
  text-decoration: none;
  width: 300px;
}
.title-page .widget-1212 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 9950;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-130 .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-130 .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-130 .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-130 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-130 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-130 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.title-page .side-panel-130 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-130 .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-130 .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_85_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .wrapper {
    background: url("../images/5.jpg?1534233737638") left 50% top 50% / cover no-repeat, linear-gradient(#fff, #fff);
  }
  .title-page .block-747 .layout_85_id_127 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-747 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-767 .layout_center_127_id_84_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-751 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 10px;
    padding-top: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-768 .layout_95 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-768 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-768 {
    margin: 30px auto 0;
    width: 200px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-1211 {
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .email-128 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-128 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-128 .text_body {
    width: 140px;
  }
  .title-page .widget-1193 {
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-95 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-95 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-95 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 200px;
    text-align: center;
  }
  .title-page .block-752 {
    width: auto;
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-1191 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-92 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-92 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .site-name-92 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: 0;
    width: auto;
    font-size: 25px;
    padding-top: 0.02px;
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
  }
  .title-page .block-756 .layout_104_id_126 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-756 {
    background: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-766 {
    padding: 30px;
    border: none;
    background: #902f43;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .widget-1210 {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .form-122 .form-text input {
    background: none;
  }
  .title-page .form-122 .form-textarea textarea {
    background: none;
  }
  .title-page .form-122 .form-captcha input {
    background: none;
  }
  .title-page .widget-1199 {
    -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-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .horizontal_blocklist-105 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .horizontal_blocklist-105 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-105 .bx-wrapper {
    max-width: 648px;
  }
  .title-page .horizontal_blocklist-105 .list {
    width: 648px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-105 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-105 .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-105 .item_figure {
    width: 100%;
    display: block;
  }
  .title-page .horizontal_blocklist-105 .image {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-105 .img-convert {
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 668px;
  }
  .title-page .horizontal_blocklist-105 .item_detail {
    margin-right: 0;
    margin-top: 5px;
    padding-top: 0.02px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .horizontal_blocklist-105 .text {
    background: none;
  }
  .title-page .horizontal_blocklist-105 .title:hover, .title-page .horizontal_blocklist-105 .title.hover, .title-page .horizontal_blocklist-105 .title.active {
    font-weight: bold;
  }
  .title-page .horizontal_blocklist-105 .controls {
    left: 50%;
    margin-left: -45px;
    width: 90px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-757 .layout_106_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-757 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-758 .layout_108 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-758 .layout_112 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-758 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-1204 {
    width: auto;
    margin-top: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-112 .body-outer {
    width: auto;
  }
  .title-page .blocklist-112 .body {
    width: auto;
  }
  .title-page .blocklist-112 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-112 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .widget-1200 {
    width: auto;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-108 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-108 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-108 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .editable_block-108 .more {
    clear: none;
  }
  .title-page .block-761 .layout_120_id_115 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-761 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-759 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-759 .layout_114 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-759 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-1205 {
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-113 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-113 .icon {
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .title-page .phones-113 .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-113 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 200px;
    text-align: center;
  }
  .title-page .widget-1206 {
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .email-114 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-114 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .email-114 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    left: auto;
    top: 100%;
    margin-left: 0;
  }
  .title-page .email-114 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 165px;
  }
  .title-page .block-762 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-760 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-760 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 .layout_118 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-1208 {
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-1207 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-1209 {
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-1212 {
    z-index: 9999;
    box-sizing: border-box;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .side-panel-130 .side-panel-mask {
    text-align: left;
  }
  .title-page .side-panel-130 .side-panel-content {
    border: none;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #902f43;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-130 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-130 .side-panel-button {
    border: none;
    text-align: left;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #902f43;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-130 .side-panel-button-icon-line {
    border: none;
    margin-top: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_85_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-747 .layout_85_id_127 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-767 .layout_center_127_id_84_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-751:hover, .title-page .block-751.hover, .title-page .block-751.active {
    background: none;
  }
  .title-page .block-768 .layout_95 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-768 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-1193:hover, .title-page .widget-1193.hover, .title-page .widget-1193.active {
    background: none;
  }
  .title-page .phones-95 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .site-name-92 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-756 .layout_104_id_126 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-766 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-105 .bx-wrapper {
    max-width: 520px;
  }
  .title-page .horizontal_blocklist-105 .list {
    width: 520px;
  }
  .title-page .horizontal_blocklist-105 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .horizontal_blocklist-105 .image {
    width: auto;
    margin-left: 0;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-105 .img-convert {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    width: 674px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .horizontal_blocklist-105 .item_detail {
    margin-right: auto;
    margin-top: 0;
  }
  .title-page .block-757 .layout_106_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-758 .layout_108 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-758 .layout_112 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-112 .item-outer {
    width: 100%;
  }
  .title-page .editable_block-108 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-108 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-761 .layout_120_id_115 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-759 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-759 .layout_114 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-113 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .email-114 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-760 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-760 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 .layout_118 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-1208 {
    margin-left: auto;
  }
  .title-page .widget-1212 {
    z-index: 9950;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_85_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-747 .layout_85_id_127 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-767 .layout_center_127_id_84_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-768 .layout_95 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-768 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-756 .layout_104_id_126 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-1210 {
    margin-top: 0;
  }
  .title-page .form-122 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .widget-1199 {
    display: none;
  }
  .title-page .horizontal_blocklist-105 .bx-wrapper {
    max-width: 360px;
  }
  .title-page .horizontal_blocklist-105 .list {
    width: 360px;
  }
  .title-page .horizontal_blocklist-105 .image {
    display: none;
  }
  .title-page .horizontal_blocklist-105 .item-label {
    display: none;
  }
  .title-page .horizontal_blocklist-105 .item_detail {
    padding-bottom: 90px;
  }
  .title-page .horizontal_blocklist-105 .controls {
    left: 0;
    margin-left: 0;
  }
  .title-page .block-757 .layout_106_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-758 .layout_108 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-758 .layout_112 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-1204 {
    margin-bottom: 0;
  }
  .title-page .widget-1200 {
    margin-bottom: 0;
  }
  .title-page .block-761 .layout_120_id_115 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-759 .layout_113 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-759 .layout_114 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-760 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 .layout_118 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-1208 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-1207 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-1209 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_85_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-747 .layout_85_id_127 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-767 .layout_center_127_id_84_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-751 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .block-768 .layout_95 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-768 .layout_128 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-1211 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-1193 {
    margin-left: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-1191 {
    width: auto;
    right: 0;
  }
  .title-page .site-name-92 .sn-text {
    font-size: 22px;
  }
  .title-page .block-756 .layout_104_id_126 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-756 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-766 {
    padding: 20px;
  }
  .title-page .widget-1199 {
    min-height: 92px;
  }
  .title-page .horizontal_blocklist-105 .bx-wrapper {
    max-width: 0;
  }
  .title-page .horizontal_blocklist-105 .list {
    width: 0;
  }
  .title-page .horizontal_blocklist-105 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-105 .item_figure {
    max-width: 100%;
    width: auto;
  }
  .title-page .horizontal_blocklist-105 .item_detail {
    margin-right: 0;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .horizontal_blocklist-105 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-105 .title {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-105 .price {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-105 .more {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-105 .controls {
    margin-left: 20px;
  }
  .title-page .horizontal_blocklist-105 .prev {
    margin-right: 8px;
  }
  .title-page .horizontal_blocklist-105 .next {
    margin-right: 0;
  }
  .title-page .block-757 .layout_106_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-757 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-758 .layout_108 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-758 .layout_112 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-108 .header {
    font-size: 22px;
  }
  .title-page .editable_block-108 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-761 .layout_120_id_115 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-759 .layout_113 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-759 .layout_114 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-1205 {
    margin-left: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-1206 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-760 .layout_116 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-760 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-760 .layout_118 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
}
.title-page .side-panel .widget-1189 {
  margin: 0 0 20px 15px;
  border: none;
  z-index: 2;
  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;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: 235px;
}
.title-page .side-panel .search-86 button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .widget-1188 {
  padding: 10px 15px;
  margin: 0 0 20px;
  border: 2px solid #902f43;
  z-index: 1;
  -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;
  text-align: left;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  -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 .menu-84 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-84 .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-84 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-84 .menu-scroll > ul > li.menu-item > a {
  padding: 0.02px 0;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
}
.title-page .side-panel .menu-84 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-84 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-84 .menu-scroll > ul > li.menu-item > a.active {
  color: #d7a13f;
}
.title-page .side-panel .menu-84 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-84 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .widget-1194 {
  padding: 0.02px 0;
  margin: 0 0 20px;
  border: none;
  z-index: 6;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -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-96 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-96 .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-96 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-96 .menu-scroll > ul ul {
  position: static;
  width: auto;
  margin-left: 0;
  margin-top: 0;
}
.title-page .side-panel .menu-96 .menu-scroll > ul ul > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-96 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-96 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-96 .menu-scroll > ul ul > li > a.active {
  text-decoration: underline;
}
.title-page .side-panel .menu-96 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-96 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel .menu-96 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-96 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-96 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
