@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: #fafafa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-59 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 900px;
  background: url("../images/kar_3.jpg") left 50% top 50% / auto auto no-repeat;
  max-width: 100%;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
}
.title-page .block-18 {
  margin: 20px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(255, 255, 255, 0);
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .block-19 .layout_51 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 .layout_52 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 .layout_55 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 {
  padding: 22px 60px 0.02px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1360px;
  min-height: 0;
  background: #242429;
  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;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  right: 0;
}
.title-page .widget-27 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 300px;
  min-height: 0;
  font-size: 25px;
  max-width: 100%;
  right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-55 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-55 .sn-logo {
  border: none;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: center;
  padding-bottom: 0.02px;
  width: 70px;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .site-name-55 img {
  border: none;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  text-align: left;
  margin-right: 280px;
  margin-top: 0;
  width: 60px;
  margin-left: 0;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .site-name-55 .sn-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-top: 15px;
  padding-left: 20px;
}
.title-page .site-name-55 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-25 {
  margin: 6px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding-right: 20px;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-51 .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-51 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-51 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-51 .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-51 .menu-scroll > ul > li.delimiter {
  margin: auto 8px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
  width: 1px;
  min-height: 22px;
  background: rgba(0, 0, 0, 0.42);
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-51 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .menu-51 .menu-scroll > ul ul {
  padding: 12px 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  align-self: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .menu-51 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-51 .menu-scroll > ul ul > li > a {
  padding: 14px 20px 14px 30px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #222;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.02);
  font-weight: normal;
}
.title-page .menu-51 .menu-scroll > ul ul > li > a:hover, .title-page .menu-51 .menu-scroll > ul ul > li > a.hover, .title-page .menu-51 .menu-scroll > ul ul > li > a.active {
  color: #eeb81c;
}
.title-page .menu-51 .menu-scroll > ul ul > li > a:active, .title-page .menu-51 .menu-scroll > ul ul > li > a.active {
  color: #999;
}
.title-page .menu-51 .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-51 .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-51 .menu-scroll > ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}
.title-page .menu-51 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-51 .menu-scroll > ul > li.menu-item > a {
  padding: 11px 18px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  align-self: auto;
  font-weight: 500;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-51 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-51 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-51 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
}
.title-page .menu-51 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-51 .menu-scroll > ul > li.menu-item > a.active {
  color: rgba(0, 0, 0, 0.3);
}
.title-page .menu-51 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: 1px;
  width: 18px;
  min-height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDMxIDE5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Il8yMC5zdmciIGRhdGEtbmFtZT0iMjAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzA3LjUzIDExMGwxMS45NyAxMS45NjJMMTMzMS40NyAxMTBsMy41MiAzLjUxOC0xMS45NyAxMS45NjItMy41MiAzLjUxOC0zLjUyLTMuNTE4LTExLjk3LTExLjk2MnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzA0IC0xMTApIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-51 .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-51 .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-51 .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-51 .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-51 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-51 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-51 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 0 0 auto 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAyNyA2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMjUuMDAwLDYuMDAwIEwyMy4wMDAsNi4wMDAgQzIxLjg5NSw2LjAwMCAyMS4wMDAsNS4xMDUgMjEuMDAwLDQuMDAwIEwyMS4wMDAsMi4wMDAgQzIxLjAwMCwwLjg5NSAyMS44OTUsLTAuMDAwIDIzLjAwMCwtMC4wMDAgTDI1LjAwMCwtMC4wMDAgQzI2LjEwNSwtMC4wMDAgMjcuMDAwLDAuODk1IDI3LjAwMCwyLjAwMCBMMjcuMDAwLDQuMDAwIEMyNy4wMDAsNS4xMDUgMjYuMTA1LDYuMDAwIDI1LjAwMCw2LjAwMCBaTTE1LjAwMCw2LjAwMCBMMTMuMDAwLDYuMDAwIEMxMS44OTUsNi4wMDAgMTEuMDAwLDUuMTA1IDExLjAwMCw0LjAwMCBMMTEuMDAwLDIuMDAwIEMxMS4wMDAsMC44OTUgMTEuODk1LC0wLjAwMCAxMy4wMDAsLTAuMDAwIEwxNS4wMDAsLTAuMDAwIEMxNi4xMDUsLTAuMDAwIDE3LjAwMCwwLjg5NSAxNy4wMDAsMi4wMDAgTDE3LjAwMCw0LjAwMCBDMTcuMDAwLDUuMTA1IDE2LjEwNSw2LjAwMCAxNS4wMDAsNi4wMDAgWk00LjAwMCw2LjAwMCBMMi4wMDAsNi4wMDAgQzAuODk1LDYuMDAwIDAuMDAwLDUuMTA1IDAuMDAwLDQuMDAwIEwwLjAwMCwyLjAwMCBDMC4wMDAsMC44OTUgMC44OTUsLTAuMDAwIDIuMDAwLC0wLjAwMCBMNC4wMDAsLTAuMDAwIEM1LjEwNSwtMC4wMDAgNi4wMDAsMC44OTUgNi4wMDAsMi4wMDAgTDYuMDAwLDQuMDAwIEM2LjAwMCw1LjEwNSA1LjEwNSw2LjAwMCA0LjAwMCw2LjAwMCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMyYzJlMzMiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  width: 44px;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: auto;
}
.title-page .menu-51 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-51 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-51 .menu-scroll > ul > li.more-button > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(44, 46, 51, 0.08);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(44, 46, 51, 0.08);
  box-shadow: inset 0px 0px 0px 2px rgba(44, 46, 51, 0.08);
}
.title-page .menu-51 .menu-scroll > ul > li.more-button > a:active, .title-page .menu-51 .menu-scroll > ul > li.more-button > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
}
.title-page .menu-51 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-51 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-51 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .widget-26 {
  margin: 6px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 240px;
  right: 0;
  padding-bottom: 32px;
  background: url("../images/4.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-52 p:first-child {
  margin-top: 0;
}
.title-page .phones-52 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-52 .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 .phones-52 .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-52 .icon {
  margin: 0 20px 10px auto;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzM2LnN2ZyIgZGF0YS1uYW1lPSIzNi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE2NzgsMzYxLjU4MmExLjU3OSwxLjU3OSwwLDEsMCwwLTMuMTU4LDEuODk1LDEuODk1LDAsMSwxLDEuODktMS44OTUsMS41OCwxLjU4LDAsMCwwLDMuMTYsMEE1LjA1LDUuMDUsMCwxLDAsMTY3OCwzNjEuNTgyWm0tMTEuOTQuODQzLDkuNTYsMjAuMjQ2YTIuNjIsMi42MiwwLDAsMCw0Ljc0LDBsOS41Ni0yMC4yMzJjMC4wMy0uMDY1LjA1LTAuMTMxLDAuMDgtMC4yYTEzLjA1OCwxMy4wNTgsMCwxLDAtMjQuMDUtLjEwOEMxNjY1Ljk4LDM2Mi4yMjgsMTY2Ni4wMiwzNjIuMzIzLDE2NjYuMDYsMzYyLjQyNVptMTEuOTQtMTUuMjdhOS45MzIsOS45MzIsMCwwLDEsOS4wNSwxMy45NTIsMC4xNDMsMC4xNDMsMCwwLDAtLjAyLjA1OWwtOS4wNCwxOS4xMy05LjAzLTE5LjEzNmEwLjAxMywwLjAxMywwLDAsMC0uMDEtMC4wMTYsMC41MTcsMC41MTcsMCwwLDAtLjA2LTAuMTY0QTkuOTQxLDkuOTQxLDAsMCwxLDE2NzgsMzQ3LjE1NVptMTguODUsMzYuNjhhMS44OTUsMS44OTUsMCwxLDAtMS45LTEuODk1QTEuODk1LDEuODk1LDAsMCwwLDE2OTYuODUsMzgzLjgzNVptMi45LTI5LjFoLTIuNjZhMS41NzksMS41NzksMCwxLDAsMCwzLjE1OGgyLjY2YTUuMDg2LDUuMDg2LDAsMCwxLDUuMDksNS4wNzV2MTEuMzQ1aC0xNC4wN2ExLjU4MSwxLjU4MSwwLDAsMC0xLjU4LDEuNTc5djEzLjg1MmgtMTguNjdhNiw2LDAsMCwwLTQuMjUtNC4yNTR2LTkuMzI3YTEuNSwxLjUsMCwwLDAtLjEtMC41MiwxLjU3NiwxLjU3NiwwLDAsMC0xLjU1LTEuMzNoLTEzLjQ2VjM2Mi45NjdhNS4wODYsNS4wODYsMCwwLDEsNS4wOS01LjA3NWgyLjZhMS41NzksMS41NzksMCwxLDAsMC0zLjE1OGgtMi42YTguMjUsOC4yNSwwLDAsMC04LjI1LDguMjMzdjMyLjhhOC4yNTEsOC4yNTEsMCwwLDAsOC4yNSw4LjIzNGg0My41YTguMjUxLDguMjUxLDAsMCwwLDguMjUtOC4yMzR2LTMyLjhBOC4yNSw4LjI1LDAsMCwwLDE2OTkuNzUsMzU0LjczNFptLTQ4LjU5LDIyLjczNmgxMS45NXY4LjA0MmE2LjAzLDYuMDMsMCwwLDAtNC4xNyw0LjIzMWgtNy43OFYzNzcuNDdabTExLjk1LDIzLjM2OGgtNi44NmE1LjA4Nyw1LjA4NywwLDAsMS01LjA5LTUuMDc2VjM5Mi45aDcuOGE2LjAxMiw2LjAxMiwwLDAsMCw0LjE1LDQuMTY2djMuNzcxWm0yNi4wOCwwaC0yMi45MnYtNC43NTlhMi4xMTEsMi4xMTEsMCwwLDAsLjA0LTAuMzYxLDEuNTgxLDEuNTgxLDAsMCwwLTEuNTgtMS41NzksMi44NSwyLjg1LDAsMSwxLDIuODQtMi44NSwxLjU4MSwxLjU4MSwwLDAsMCwxLjU4LDEuNTc5LDEuNjA2LDEuNjA2LDAsMCwwLC41My0wLjEsMS41NTksMS41NTksMCwwLDAsLjYzLjEyOWgxOC44OHY3LjkzN1ptMTUuNjUtNS4wNzZhNS4wODcsNS4wODcsMCwwLDEtNS4wOSw1LjA3NmgtNy40VjM5Mi45aDEyLjQ5djIuODYxWm0wLTYuMDE5aC0xMi40OVYzNzcuNDdoMTIuNDl2MTIuMjczWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NDggLTM0NCkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzk5OTk5OSI+PC9wYXRoPgo8L3N2Zz4=") left 0px top 0px / 23px no-repeat;
  min-height: 24px;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-52 .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 .phones-52 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-52 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #999;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-52 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-52 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-52 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-52 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-86 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-20 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .block-21 {
  padding: 100px 20px 0.02px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-62 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 700px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 0;
}
.title-page .widget-28 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  background: url("../images/3.svg") left 2px top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
}
.title-page .popover-wrap-56 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-56 .popover-body .form_text input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-56 .popover-body .form_text input:hover, .title-page .popover-wrap-56 .popover-body .form_text input.hover, .title-page .popover-wrap-56 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-56 .popover-body .form_text input:active, .title-page .popover-wrap-56 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-56 .popover-body .form_calendar input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-56 .popover-body .form_calendar input:hover, .title-page .popover-wrap-56 .popover-body .form_calendar input.hover, .title-page .popover-wrap-56 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-56 .popover-body .form_calendar input:active, .title-page .popover-wrap-56 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-56 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-56 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-56 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-56 .popover-body textarea {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-56 .popover-body textarea:hover, .title-page .popover-wrap-56 .popover-body textarea.hover, .title-page .popover-wrap-56 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-56 .popover-body textarea:active, .title-page .popover-wrap-56 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-56 .popover-body .s3_button_large {
  padding: 19px 55px;
  border: none;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-56 .popover-body .s3_button_large:hover, .title-page .popover-wrap-56 .popover-body .s3_button_large.hover, .title-page .popover-wrap-56 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-56 .popover-body .s3_button_large:active, .title-page .popover-wrap-56 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-56 .popover-body .s3_message {
  padding: 12px 12px 12px 22px;
  margin: 1em auto;
  border: none;
  display: table;
  background: rgba(234, 239, 238, 0.32);
  color: #3a3a3f;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-56 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 50%;
  margin-left: -15px;
}
.title-page .popover-wrap-56 .popover-close:hover, .title-page .popover-wrap-56 .popover-close.hover, .title-page .popover-wrap-56 .popover-close.active {
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
}
.title-page .popover-wrap-56 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-56 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-56 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-56 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-56 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-56 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-56 .header {
  box-sizing: border-box;
  font-size: 38px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  letter-spacing: 1px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-weight: 900;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-56 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-56 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-56 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-56 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-56 .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-56 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-56 .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-56 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #222;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-56 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-56 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-56 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-56 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-56 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-56 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-56 .more > a {
  padding: 28px 55px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}
.title-page .editable_block-56 .more > a:hover, .title-page .editable_block-56 .more > a.hover, .title-page .editable_block-56 .more > a.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
}
.title-page .editable_block-56 .more > a:active, .title-page .editable_block-56 .more > a.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
}
.title-page .editable_block-56 .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-56 .clear {
  clear: both;
}
.title-page .popover-container-56 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-56 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-56 .popover-form-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-56 .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-56 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-56 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #3a3a3f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-56 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-56 .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-56 .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-56 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-56 .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-56 .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-56 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}
.title-page .popover-wrap-56 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-56 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-56 .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-56 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-56 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .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-56 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-56 .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-56 ::-webkit-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-56 ::-moz-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-56 :-ms-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .block-67 {
  margin: 80px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-53 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 740px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-right: 0;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-124 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_text input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-124 .popover-body .form_text input:hover, .title-page .popover-wrap-124 .popover-body .form_text input.hover, .title-page .popover-wrap-124 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-124 .popover-body .form_text input:active, .title-page .popover-wrap-124 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-124 .popover-body .form_calendar input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-124 .popover-body .form_calendar input:hover, .title-page .popover-wrap-124 .popover-body .form_calendar input.hover, .title-page .popover-wrap-124 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-124 .popover-body .form_calendar input:active, .title-page .popover-wrap-124 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-124 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-124 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-124 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-124 .popover-body textarea {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-124 .popover-body textarea:hover, .title-page .popover-wrap-124 .popover-body textarea.hover, .title-page .popover-wrap-124 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-124 .popover-body textarea:active, .title-page .popover-wrap-124 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-124 .popover-body .s3_button_large {
  padding: 19px 55px;
  border: none;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-124 .popover-body .s3_button_large:hover, .title-page .popover-wrap-124 .popover-body .s3_button_large.hover, .title-page .popover-wrap-124 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-124 .popover-body .s3_button_large:active, .title-page .popover-wrap-124 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-124 .popover-body .s3_message {
  padding: 12px 12px 12px 22px;
  margin: 1em auto;
  border: none;
  display: table;
  background: rgba(234, 239, 238, 0.32);
  color: #3a3a3f;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-124 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 50%;
  margin-left: -15px;
}
.title-page .popover-wrap-124 .popover-close:hover, .title-page .popover-wrap-124 .popover-close.hover, .title-page .popover-wrap-124 .popover-close.active {
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .horizontal_blocklist-124 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-124 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-124 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-124 .header_text {
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #222;
  line-height: 1.3;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 900;
  padding-bottom: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-124 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  color: #999;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
}
.title-page .horizontal_blocklist-124 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-124 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-124 .body-outer {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-124 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-124 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-124 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .horizontal_blocklist-124 .item {
  padding: 0.02px 30px 30px 0;
  margin: 0;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-124 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .horizontal_blocklist-124 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-124 .image {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-box-shadow: 0px 8px 16px rgba(44, 46, 51, 0.04);
  -moz-box-shadow: 0px 8px 16px rgba(44, 46, 51, 0.04);
  box-shadow: 0px 8px 16px rgba(44, 46, 51, 0.04);
  background: #fff;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  width: 110px;
  min-height: 110px;
  margin-right: auto;
  margin-left: auto;
}
.title-page .horizontal_blocklist-124 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-124 .img-convert {
  margin: 30px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  align-self: auto;
}
.title-page .horizontal_blocklist-124 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-124 .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-124 .item_detail {
  box-sizing: border-box;
  margin-left: 30px;
  position: relative;
  z-index: 2;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
  padding-top: 36px;
}
.title-page .horizontal_blocklist-124 .text {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  color: #999;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-124 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-124 .title {
  margin: 0 0 5px;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #222;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  width: auto;
  left: 0;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-124 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-124 .price-wrap {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .horizontal_blocklist-124 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-124 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .horizontal_blocklist-124 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .horizontal_blocklist-124 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .horizontal_blocklist-124 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
  padding-top: 30px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-124 .more > a {
  padding: 19px 55px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(215, 65, 119, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(215, 65, 119, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(215, 65, 119, 0.1);
  background: repeating-linear-gradient(to right, #c0357b 0%, #d74177 100%) #d74177;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .horizontal_blocklist-124 .more > a:hover, .title-page .horizontal_blocklist-124 .more > a.hover, .title-page .horizontal_blocklist-124 .more > a.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(215, 65, 119, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(215, 65, 119, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(215, 65, 119, 0.6);
  background: repeating-linear-gradient(to right, rgba(192, 53, 123, 0.2) 0%, rgba(215, 65, 119, 0.2) 100%) #d74177;
}
.title-page .horizontal_blocklist-124 .more > a:active, .title-page .horizontal_blocklist-124 .more > a.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(215, 65, 119, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(215, 65, 119, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(215, 65, 119, 0.6);
  background: repeating-linear-gradient(to left, #c0357b 0%, #d74177 100%) #d74177;
}
.title-page .horizontal_blocklist-124 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-124 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-124 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-124 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-124 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-124 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-124 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-124 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-124 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-124 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-124 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-124 .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-124 .bx-pager a:active, .title-page .horizontal_blocklist-124 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-124 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-124 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-124 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-124 {
  margin: 166 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-124 .popover-form-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #3a3a3f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-124 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}
.title-page .popover-wrap-124 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-124 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-124 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-124 ::-webkit-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-124 ::-moz-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-124 :-ms-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .block-80 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 70px;
}
.title-page .block-81 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-68 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-right: 0;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-151 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-151 .popover-body .form_text input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-151 .popover-body .form_text input:hover, .title-page .popover-wrap-151 .popover-body .form_text input.hover, .title-page .popover-wrap-151 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-151 .popover-body .form_text input:active, .title-page .popover-wrap-151 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-151 .popover-body .form_calendar input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-151 .popover-body .form_calendar input:hover, .title-page .popover-wrap-151 .popover-body .form_calendar input.hover, .title-page .popover-wrap-151 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-151 .popover-body .form_calendar input:active, .title-page .popover-wrap-151 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-151 .popover-body .form_calendar_interval input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-151 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-151 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-151 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-151 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-151 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-151 .popover-body textarea {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-151 .popover-body textarea:hover, .title-page .popover-wrap-151 .popover-body textarea.hover, .title-page .popover-wrap-151 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-151 .popover-body textarea:active, .title-page .popover-wrap-151 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-151 .popover-body .s3_button_large {
  padding: 19px 55px;
  border: none;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-151 .popover-body .s3_button_large:hover, .title-page .popover-wrap-151 .popover-body .s3_button_large.hover, .title-page .popover-wrap-151 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-151 .popover-body .s3_button_large:active, .title-page .popover-wrap-151 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-151 .popover-body .s3_message {
  padding: 12px 12px 12px 22px;
  margin: 1em auto;
  border: none;
  display: table;
  background: rgba(234, 239, 238, 0.32);
  color: #3a3a3f;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-151 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 50%;
  margin-left: -15px;
}
.title-page .popover-wrap-151 .popover-close:hover, .title-page .popover-wrap-151 .popover-close.hover, .title-page .popover-wrap-151 .popover-close.active {
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
}
.title-page .popover-wrap-151 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-151 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-151 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-151 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .horizontal_blocklist-151 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-151 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-151 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-151 .header_text {
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 900;
  padding-bottom: 50px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-151 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #999;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
}
.title-page .horizontal_blocklist-151 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-151 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-151 .body-outer {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-151 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .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-151 .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-151 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .horizontal_blocklist-151 .item {
  padding: 20px 30px 50px;
  margin: 0;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 30px #fafafa, inset 0px 0px 0px 31px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 30px #fafafa, inset 0px 0px 0px 31px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 30px #fafafa, inset 0px 0px 0px 31px rgba(0, 0, 0, 0.1);
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-151 .item:hover, .title-page .horizontal_blocklist-151 .item.hover, .title-page .horizontal_blocklist-151 .item.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: #fff;
}
.title-page .horizontal_blocklist-151 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .horizontal_blocklist-151 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-151 .image {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  background: url("../images/3.svg") left 50% top 0px / auto auto no-repeat #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  min-height: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  left: 0;
  right: 0;
}
.title-page .horizontal_blocklist-151 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-151 .img-convert {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 220px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-151 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-151 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .horizontal_blocklist-151 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
  padding-right: 30px;
  padding-left: 30px;
}
.title-page .horizontal_blocklist-151 .text {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #555;
  line-height: 1.6;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-151 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-151 .title {
  margin: 0 0 5px;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  width: auto;
  left: 0;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-151 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-151 .price-wrap {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-151 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}
.title-page .horizontal_blocklist-151 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.title-page .horizontal_blocklist-151 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #eeb81c;
  text-decoration: none;
  font-size: 42px;
  font-weight: 900;
  padding-right: 4px;
  padding-left: 4px;
}
.title-page .horizontal_blocklist-151 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, 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: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.title-page .horizontal_blocklist-151 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
  padding-top: 30px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-151 .more > a {
  padding: 19px 55px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .horizontal_blocklist-151 .more > a:hover, .title-page .horizontal_blocklist-151 .more > a.hover, .title-page .horizontal_blocklist-151 .more > a.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
}
.title-page .horizontal_blocklist-151 .more > a:active, .title-page .horizontal_blocklist-151 .more > a.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
}
.title-page .horizontal_blocklist-151 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-151 .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-151 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-151 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-151 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-151 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-151 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-151 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-151 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .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-151 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-151 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-151 .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-151 .bx-pager a:active, .title-page .horizontal_blocklist-151 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-151 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-151 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-151 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-151 {
  margin: 166 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-151 .popover-form-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-151 .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-151 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-151 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #3a3a3f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-151 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .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-151 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-151 .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-151 .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-151 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .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-151 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-151 .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-151 .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-151 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .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;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}
.title-page .popover-wrap-151 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-151 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .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-151 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-151 .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-151 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-151 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-151 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-151 .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-151 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-151 .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-151 ::-webkit-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-151 ::-moz-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-151 :-ms-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .block-26 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(36, 36, 41, 0.6), rgba(36, 36, 41, 0.6)), url("../images/fb_1.jpg") left 50% top 50% / auto auto no-repeat;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 100px;
  padding-bottom: 100px;
}
.title-page .block-27 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-32 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-right: 0;
  padding-left: 0;
  right: 0;
}
.title-page .popover-wrap-66 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-66 .popover-body .form_text input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-66 .popover-body .form_text input:hover, .title-page .popover-wrap-66 .popover-body .form_text input.hover, .title-page .popover-wrap-66 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-66 .popover-body .form_text input:active, .title-page .popover-wrap-66 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-66 .popover-body .form_calendar input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-66 .popover-body .form_calendar input:hover, .title-page .popover-wrap-66 .popover-body .form_calendar input.hover, .title-page .popover-wrap-66 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-66 .popover-body .form_calendar input:active, .title-page .popover-wrap-66 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-66 .popover-body .form_calendar_interval input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-66 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-66 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-66 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-66 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-66 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-66 .popover-body textarea {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-66 .popover-body textarea:hover, .title-page .popover-wrap-66 .popover-body textarea.hover, .title-page .popover-wrap-66 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-66 .popover-body textarea:active, .title-page .popover-wrap-66 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-66 .popover-body .s3_button_large {
  padding: 19px 55px;
  border: none;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-66 .popover-body .s3_button_large:hover, .title-page .popover-wrap-66 .popover-body .s3_button_large.hover, .title-page .popover-wrap-66 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-66 .popover-body .s3_button_large:active, .title-page .popover-wrap-66 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-66 .popover-body .s3_message {
  padding: 12px 12px 12px 22px;
  margin: 1em auto;
  border: none;
  display: table;
  background: rgba(234, 239, 238, 0.32);
  color: #3a3a3f;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-66 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 50%;
  margin-left: -15px;
}
.title-page .popover-wrap-66 .popover-close:hover, .title-page .popover-wrap-66 .popover-close.hover, .title-page .popover-wrap-66 .popover-close.active {
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
}
.title-page .popover-wrap-66 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-66 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-66 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-66 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .horizontal_blocklist-66 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-66 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-66 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-66 .header_text {
  border: none;
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 900;
  padding-bottom: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  background: url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-66 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  padding-bottom: 50px;
}
.title-page .horizontal_blocklist-66 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-66 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-66 .body-outer {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-66 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .horizontal_blocklist-66 .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-66 .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-66 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_blocklist-66 .item {
  padding: 20px;
  margin: 0 15px 30px;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(to right, rgba(0, 196, 244, 0) 0%, rgba(36, 36, 41, 0) 13%, #242429 13%, #242429 100%);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-66 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .horizontal_blocklist-66 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-66 .image {
  padding: 35px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.12);
  background: #fff;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  width: 120px;
  min-height: 120px;
  margin-right: auto;
  margin-left: auto;
}
.title-page .horizontal_blocklist-66 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-66 .img-convert {
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-66 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-66 .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-66 .item_detail {
  margin: 0 0 0 30px;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  padding-left: 0;
  padding-top: 26px;
}
.title-page .horizontal_blocklist-66 .text {
  padding: 20px;
  border: none;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: #fafafa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-66 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-66 .title {
  margin: 0;
  border: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  width: auto;
  left: 0;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-66 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-66 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-66 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.02px;
  min-height: 0;
}
.title-page .horizontal_blocklist-66 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .horizontal_blocklist-66 .price-value {
  padding: 19px 55px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: normal;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 44px;
  width: auto;
}
.title-page .horizontal_blocklist-66 .price-value:hover, .title-page .horizontal_blocklist-66 .price-value.hover, .title-page .horizontal_blocklist-66 .price-value.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .horizontal_blocklist-66 .price-value:active, .title-page .horizontal_blocklist-66 .price-value.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .horizontal_blocklist-66 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .horizontal_blocklist-66 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
  padding-top: 30px;
}
.title-page .horizontal_blocklist-66 .more > a {
  padding: 20px 55px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.1), 0 0 0 transparent;
  background: #ed1c24;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .horizontal_blocklist-66 .more > a:hover, .title-page .horizontal_blocklist-66 .more > a.hover, .title-page .horizontal_blocklist-66 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.1), 0px 0px 0px 4px #ed1c24;
  -moz-box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.1), 0px 0px 0px 4px #ed1c24;
  box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.1), 0px 0px 0px 4px #ed1c24;
}
.title-page .horizontal_blocklist-66 .more > a:active, .title-page .horizontal_blocklist-66 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 6px rgba(0, 0, 0, 0.06), 0px 0px 0px 4px #ed1c24;
  -moz-box-shadow: inset 0px 0px 0px 6px rgba(0, 0, 0, 0.06), 0px 0px 0px 4px #ed1c24;
  box-shadow: inset 0px 0px 0px 6px rgba(0, 0, 0, 0.06), 0px 0px 0px 4px #ed1c24;
}
.title-page .horizontal_blocklist-66 .bx-wrapper {
  max-width: 1101px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .horizontal_blocklist-66 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-66 .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-66 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-66 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .horizontal_blocklist-66 .all {
  padding: 19px 55px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  margin-top: 0;
  align-self: auto;
}
.title-page .horizontal_blocklist-66 .all:hover, .title-page .horizontal_blocklist-66 .all.hover, .title-page .horizontal_blocklist-66 .all.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
}
.title-page .horizontal_blocklist-66 .all:active, .title-page .horizontal_blocklist-66 .all.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
}
.title-page .horizontal_blocklist-66 .controls {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  text-align: justify;
  bottom: auto;
  margin-top: 240px;
}
.title-page .horizontal_blocklist-66 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8xMTQuc3ZnIiBkYXRhLW5hbWU9IjExNC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM3MiwyNjkuNTlMMzY3LjY3OSwyNjUsMzcyLDI2MC40MSwzNzAuNjcsMjU5bC01LjY2Miw2LDUuNjYyLDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzY1IC0yNTkpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px #d7d7d7;
  -moz-box-shadow: inset 0px 0px 0px 2px #d7d7d7;
  box-shadow: inset 0px 0px 0px 2px #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 48px;
}
.title-page .horizontal_blocklist-66 .prev:hover, .title-page .horizontal_blocklist-66 .prev.hover, .title-page .horizontal_blocklist-66 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8xMTQuc3ZnIiBkYXRhLW5hbWU9IjExNC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM3MiwyNjkuNTlMMzY3LjY3OSwyNjUsMzcyLDI2MC40MSwzNzAuNjcsMjU5bC01LjY2Miw2LDUuNjYyLDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzY1IC0yNTkpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #000;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .horizontal_blocklist-66 .prev:active, .title-page .horizontal_blocklist-66 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8xMTQuc3ZnIiBkYXRhLW5hbWU9IjExNC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM3MiwyNjkuNTlMMzY3LjY3OSwyNjUsMzcyLDI2MC40MSwzNzAuNjcsMjU5bC01LjY2Miw2LDUuNjYyLDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzY1IC0yNTkpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #deb034;
}
.title-page .horizontal_blocklist-66 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8xMTIuc3ZnIiBkYXRhLW5hbWU9IjExMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTIyOSwzNDEuNDFsNC4zMjMsNC41OUwyMjksMzUwLjU5bDEuMzMxLDEuNDEsNS42NjMtNi01LjY2My02WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyOSAtMzQwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 48px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #d7d7d7;
  -moz-box-shadow: inset 0px 0px 0px 2px #d7d7d7;
  box-shadow: inset 0px 0px 0px 2px #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .horizontal_blocklist-66 .next:hover, .title-page .horizontal_blocklist-66 .next.hover, .title-page .horizontal_blocklist-66 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8xMTIuc3ZnIiBkYXRhLW5hbWU9IjExMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTIyOSwzNDEuNDFsNC4zMjMsNC41OUwyMjksMzUwLjU5bDEuMzMxLDEuNDEsNS42NjMtNi01LjY2My02WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyOSAtMzQwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #000;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .horizontal_blocklist-66 .next:active, .title-page .horizontal_blocklist-66 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8xMTIuc3ZnIiBkYXRhLW5hbWU9IjExMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTIyOSwzNDEuNDFsNC4zMjMsNC41OUwyMjksMzUwLjU5bDEuMzMxLDEuNDEsNS42NjMtNi01LjY2My02WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyOSAtMzQwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #deb034;
}
.title-page .horizontal_blocklist-66 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-66 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-66 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-66 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-66 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .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-66 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-66 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-66 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-66 .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-66 .bx-pager a:active, .title-page .horizontal_blocklist-66 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-66 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-66 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-66 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-66 {
  margin: 166 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-66 .popover-form-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-66 .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-66 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-66 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #3a3a3f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-66 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .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-66 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-66 .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-66 .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-66 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .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-66 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-66 .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-66 .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-66 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .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;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}
.title-page .popover-wrap-66 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-66 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .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-66 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-66 .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-66 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-66 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-66 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-66 .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-66 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-66 .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-66 ::-webkit-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-66 ::-moz-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-66 :-ms-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .block-88 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  right: 0;
  padding-bottom: 90px;
  padding-top: 90px;
}
.title-page .block-89 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-90 .layout_159 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-90 .layout_160 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-90 {
  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;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-76 {
  padding: 50px 42px 80px;
  margin: 12px 0 auto -1px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 360px;
  background: url("../images/4.svg") left 50% top 0px / auto auto no-repeat, url("../images/lib_1868501_19.svg") left 50% bottom 0px / auto auto no-repeat rgba(255, 255, 255, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  right: 0;
}
.title-page .form-159 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  padding-bottom: 20px;
  background: url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.02px;
}
.title-page .form-159 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #999;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1px;
  padding-left: 1px;
}
.title-page .form-159 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-159 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-159 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -12px;
  width: auto;
}
.title-page .form-159 .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-159 .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-159 .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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
.title-page .form-159 .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-159 .form-text {
  border: none;
  box-sizing: border-box;
  margin-bottom: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-159 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #035380;
}
.title-page .form-159 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-159 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-159 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-159 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-159 .form-text input {
  padding: 16px 28px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  resize: vertical;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-weight: 600;
}
.title-page .form-159 .form-text input:hover, .title-page .form-159 .form-text input.hover, .title-page .form-159 .form-text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-159 .form-text input:active, .title-page .form-159 .form-text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-159 .form-textarea textarea {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 100px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
  height: 100px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-weight: 600;
}
.title-page .form-159 .form-textarea textarea:hover, .title-page .form-159 .form-textarea textarea.hover, .title-page .form-159 .form-textarea textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-159 .form-textarea textarea:active, .title-page .form-159 .form-textarea textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-159 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-159 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-159 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-159 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-159 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-159 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-159 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #035380;
  text-decoration: none;
}
.title-page .form-159 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-159 .form-textarea {
  border: none;
  box-sizing: border-box;
  padding-top: 0.02px;
  margin-bottom: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-159 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-159 .form-submit {
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}
.title-page .form-159 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-159 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-159 .form-submit button {
  padding: 10px 55px 19px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 276px;
  margin-bottom: 7px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
}
.title-page .form-159 .form-submit button:hover, .title-page .form-159 .form-submit button.hover, .title-page .form-159 .form-submit button.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-159 .form-submit button:active, .title-page .form-159 .form-submit button.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-159 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-159 .form-captcha {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-159 .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-159 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  resize: vertical;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-weight: 600;
}
.title-page .form-159 .form-captcha input:hover, .title-page .form-159 .form-captcha input.hover, .title-page .form-159 .form-captcha input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-159 .form-captcha input:active, .title-page .form-159 .form-captcha input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-159 .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-159 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-159 .form-captcha button {
  padding: 10px 55px 19px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 276px;
  margin-bottom: 7px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
}
.title-page .form-159 .form-captcha button:hover, .title-page .form-159 .form-captcha button.hover, .title-page .form-159 .form-captcha button.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-159 .form-captcha button:active, .title-page .form-159 .form-captcha button.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-159 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-159 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-159 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-159 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-159 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .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-159 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #035380;
}
.title-page .form-159 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #035380;
  text-decoration: none;
}
.title-page .form-159 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-159 .form-radio {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .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-159 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #035380;
  text-decoration: none;
}
.title-page .form-159 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-159 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #035380;
}
.title-page .form-159 .form-select {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .form-div {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .form-html {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .form-html .form-item__body {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #035380;
  text-decoration: none;
}
.title-page .form-159 .form-upload {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .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-159 .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-159 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.title-page .form-159 .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-159 .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-159 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #035380;
  text-decoration: none;
}
.title-page .form-159 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #035380;
  text-decoration: none;
}
.title-page .form-159 .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-159 .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-159 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-159 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-159 .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-159 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-159 .form-success {
  padding: 10px 44px;
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #035380;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 13px;
  margin-top: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgMjAgMjUiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0wLjAwNSwyNS4wMDQgTDAuMDA1LDEwLjk1OSBMMi44ODcsMTAuOTU5IEwyLjg4Nyw2Ljk3MiBDMi44ODcsMy4xMjUgNi4wNTYsLTAuMDA0IDkuOTUwLC0wLjAwNCBDMTMuODQ1LC0wLjAwNCAxNy4wMTMsMy4xMjUgMTcuMDEzLDYuOTcyIEwxNy4wMTMsMTAuOTU5IEwxOS45OTUsMTAuOTU5IEwxOS45OTUsMjUuMDA0IEwwLjAwNSwyNS4wMDQgWk0xNC44MDgsNi45NzIgQzE0LjgwOCw0LjMyNSAxMi42MjksMi4xNzQgOS45NTAsMi4xNzQgQzcuMjcyLDIuMTc0IDUuMDkzLDQuMzI1IDUuMDkzLDYuOTcyIEw1LjA5MywxMC45NTkgTDE0LjgwOCwxMC45NTkgTDE0LjgwOCw2Ljk3MiBaTTE3Ljc4OSwxMy4xMzcgTDIuMjEwLDEzLjEzNyBMMi4yMTAsMjIuODI2IEwxNy43ODksMjIuODI2IEwxNy43ODksMTMuMTM3IFpNMTAuMDAwLDE0Ljg3NiBDMTEuNzM0LDE0Ljg3NiAxMy4xNDUsMTYuMjY4IDEzLjE0NSwxNy45ODEgQzEzLjE0NSwxOS4zMTAgMTIuMjkyLDIwLjQzNiAxMS4xMDMsMjAuODgwIEwxMS4xMDMsMjEuODc2IEw4Ljg5OCwyMS44NzYgTDguODk4LDIwLjg4MCBDNy43MDgsMjAuNDM2IDYuODU1LDE5LjMxMCA2Ljg1NSwxNy45ODEgQzYuODU1LDE2LjI2OCA4LjI2NiwxNC44NzYgMTAuMDAwLDE0Ljg3NiBaTTEwLjAwMCwxOC45MDkgQzEwLjUxOCwxOC45MDkgMTAuOTM5LDE4LjQ5MyAxMC45MzksMTcuOTgxIEMxMC45MzksMTcuNDcwIDEwLjUxOCwxNy4wNTQgMTAuMDAwLDE3LjA1NCBDOS40ODIsMTcuMDU0IDkuMDYxLDE3LjQ3MCA5LjA2MSwxNy45ODEgQzkuMDYxLDE4LjQ5MyA5LjQ4MiwxOC45MDkgMTAuMDAwLDE4LjkwOSBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMwMzUzODAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 0px top 50% / 14px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .form-159 ::-webkit-input-placeholder {
  color: #999;
}
.title-page .form-159 ::-moz-placeholder {
  color: #999;
}
.title-page .form-159 :-ms-input-placeholder {
  color: #999;
}
.title-page .widget-77 {
  margin: 0 0 auto 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-160 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-160 .popover-body textarea {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-160 .popover-body textarea:hover, .title-page .popover-wrap-160 .popover-body textarea.hover, .title-page .popover-wrap-160 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-160 .popover-body textarea:active, .title-page .popover-wrap-160 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-160 .popover-body .s3_button_large {
  padding: 19px 55px;
  border: none;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-160 .popover-body .s3_button_large:hover, .title-page .popover-wrap-160 .popover-body .s3_button_large.hover, .title-page .popover-wrap-160 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-160 .popover-body .s3_button_large:active, .title-page .popover-wrap-160 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-160 .popover-body .s3_message {
  padding: 12px 12px 12px 22px;
  margin: 1em auto;
  border: none;
  display: table;
  background: rgba(234, 239, 238, 0.32);
  color: #3a3a3f;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-160 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 50%;
  margin-left: -15px;
}
.title-page .popover-wrap-160 .popover-close:hover, .title-page .popover-wrap-160 .popover-close.hover, .title-page .popover-wrap-160 .popover-close.active {
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
}
.title-page .popover-wrap-160 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-160 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-160 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-160 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-160 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-160 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-160 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
}
.title-page .blocklist-160 .header_text {
  padding: 0.02px 0 20px;
  border: none;
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
  color: #222;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 900;
  background: url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 12px;
}
.title-page .blocklist-160 .all-in_header {
  padding: 16px 33px;
  border: none;
  box-sizing: border-box;
  display: none;
  -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: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  color: #141414;
  -webkit-box-shadow: inset 0px 0px 0px 2px #6d50d9;
  -moz-box-shadow: inset 0px 0px 0px 2px #6d50d9;
  box-shadow: inset 0px 0px 0px 2px #6d50d9;
  background: #f9f9f9;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: -32px;
  align-self: auto;
  font-weight: 600;
  min-height: 0;
}
.title-page .blocklist-160 .all-in_header:hover, .title-page .blocklist-160 .all-in_header.hover, .title-page .blocklist-160 .all-in_header.active {
  color: #a8a8a8;
}
.title-page .blocklist-160 .all-in_header:active, .title-page .blocklist-160 .all-in_header.active {
  color: #ccc;
  background: transparent;
}
.title-page .blocklist-160 .description {
  padding: 0.02px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #999;
  line-height: 1.3;
  letter-spacing: 0.5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .blocklist-160 .body-outer {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-160 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-160 .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-160 .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-160 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 831px;
}
.title-page .blocklist-160 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-160 .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: 831px;
}
.title-page .blocklist-160 .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 .blocklist-160 .item {
  padding: 50px;
  margin: 0 80px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNy4yMTkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAzNy4yMTkgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJfMTIzLnN2ZyIgZGF0YS1uYW1lPSIxMjMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik04MzYsMjc4SDgyMXMtMC45MTctMi4yNSwxLTExLDktMTgsOS0xOGw0LDJzLTEuMDY0LDUuMTkzLTEuOTI1LDcuNzc1QTUzLjc2MSw1My43NjEsMCwwLDAsODMyLDI2Nmg0djEyWm0tMzYtMTFjMS45MTctOC43NSw5LTE4LDktMThsNCwycy0xLjA2NCw1LjE5My0xLjkyNSw3Ljc3NUE1My42LDUzLjYsMCwwLDAsODEwLDI2Nmg0djEySDc5OVM3OTguMDgzLDI3NS43NSw4MDAsMjY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc5OC43ODEgLTI0OSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2VhZWFlYSI+PC9wYXRoPgo8L3N2Zz4=") right 30px top 30px / 19px no-repeat, linear-gradient(#fff, #fff);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  left: 0;
  right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.title-page .blocklist-160 .text {
  padding: 20px 0;
  border: none;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.7;
  text-decoration: none;
  color: #222;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-160 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-160 .image {
  padding: 10px;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  position: relative;
  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;
  background: #cdcdcd;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 80px;
  width: 80px;
  left: 0;
  right: 0;
}
.title-page .blocklist-160 .item-label {
  padding: 0.02px 20px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  bottom: 0;
  margin-bottom: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-160 .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-160 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 80px;
  height: 60px;
  -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: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  margin-top: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-160 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-160 .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-160 .title {
  padding: 10px 0 0.02px;
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  color: #222;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  pointer-events: auto;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-160 .title:hover, .title-page .blocklist-160 .title.hover, .title-page .blocklist-160 .title.active {
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-160 .title:active, .title-page .blocklist-160 .title.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-160 .price {
  padding: 0.02px 30px 20px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  pointer-events: auto;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-160 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-160 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  color: #035380;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-160 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 38px;
  color: #353845;
  line-height: 1.5;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: normal;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-160 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #353845;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-160 .more {
  padding: 20px 30px 0.02px;
  border: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  pointer-events: auto;
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-160 .more > a {
  padding: 17px 22px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 188px;
  min-height: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none #289ad0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-160 .more > a:hover, .title-page .blocklist-160 .more > a.hover, .title-page .blocklist-160 .more > a.active {
  -webkit-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.12);
  box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.12);
  background: none #4cb5e6;
}
.title-page .blocklist-160 .more > a:active, .title-page .blocklist-160 .more > a.active {
  -webkit-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.12);
  background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0) 100%) #2387b7;
}
.title-page .blocklist-160 .sub-title {
  padding: 0.02px 30px;
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #eeb81c;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.title-page .blocklist-160 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-160 .footer {
  border: none;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  padding-top: 0.02px;
}
.title-page .blocklist-160 .all {
  padding: 15px 24px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to top right, #5001fa 0%, #aa38ff 100%) #aa38ff;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  font-weight: normal;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}
.title-page .blocklist-160 .all:hover, .title-page .blocklist-160 .all.hover, .title-page .blocklist-160 .all.active {
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.12);
  box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.12);
  background: repeating-linear-gradient(to top right, rgba(80, 1, 250, 0.6) 0%, rgba(170, 56, 255, 0.6) 100%) #aa38ff;
}
.title-page .blocklist-160 .all:active, .title-page .blocklist-160 .all.active {
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  background: repeating-linear-gradient(to bottom left, #5001fa 0%, #aa38ff 100%) #aa38ff;
}
.title-page .blocklist-160 .controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 290px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.title-page .blocklist-160 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExNi5zdmciIGRhdGEtbmFtZT0iMTE2LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDUzLDI3MWwxLjQxLDEuNDFMNDQxLjgzLDI4NUg0Njh2Mkg0NDEuODNsMTIuNTgsMTIuNTlMNDUzLDMwMWwtMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM4IC0yNzEpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 52px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-160 .prev:hover, .title-page .blocklist-160 .prev.hover, .title-page .blocklist-160 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExNi5zdmciIGRhdGEtbmFtZT0iMTE2LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDUzLDI3MWwxLjQxLDEuNDFMNDQxLjgzLDI4NUg0Njh2Mkg0NDEuODNsMTIuNTgsMTIuNTlMNDUzLDMwMWwtMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM4IC0yNzEpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 24px no-repeat #fff;
}
.title-page .blocklist-160 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExOC5zdmciIGRhdGEtbmFtZT0iMTE4LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTAzLDI3M2wtMS40MSwxLjQxTDUxNC4xNywyODdINDg4djJoMjYuMTdsLTEyLjU4LDEyLjU5TDUwMywzMDNsMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg4IC0yNzMpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 52px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-160 .next:hover, .title-page .blocklist-160 .next.hover, .title-page .blocklist-160 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExOC5zdmciIGRhdGEtbmFtZT0iMTE4LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTAzLDI3M2wtMS40MSwxLjQxTDUxNC4xNywyODdINDg4djJoMjYuMTdsLTEyLjU4LDEyLjU5TDUwMywzMDNsMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg4IC0yNzMpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 24px no-repeat #fff;
}
.title-page .blocklist-160 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-160 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-160 .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-160 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-160 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-160 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-160 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-160 .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-160 .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-160 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-160 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  width: 280px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-160 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-160 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ef1919;
  -moz-box-shadow: inset 0px 0px 0px 2px #ef1919;
  box-shadow: inset 0px 0px 0px 2px #ef1919;
}
.title-page .blocklist-160 .bx-pager a:hover, .title-page .blocklist-160 .bx-pager a.hover, .title-page .blocklist-160 .bx-pager a.active {
  background: #ef1919;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-160 .bx-pager a:active, .title-page .blocklist-160 .bx-pager a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff4f5d;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff4f5d;
  box-shadow: inset 0px 0px 0px 2px #ff4f5d;
  background: #bbb;
}
.title-page .popover-container-160 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-160 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-160 .popover-form-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-160 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-160 .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-160 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-160 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-160 .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-160 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-160 .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-160 .popover-body .form_text input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-160 .popover-body .form_text input:hover, .title-page .popover-wrap-160 .popover-body .form_text input.hover, .title-page .popover-wrap-160 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-160 .popover-body .form_text input:active, .title-page .popover-wrap-160 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #3a3a3f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-160 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-160 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .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-160 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-160 .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-160 .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-160 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .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-160 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-160 .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-160 .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-160 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .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;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}
.title-page .popover-wrap-160 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-160 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_calendar input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-160 .popover-body .form_calendar input:hover, .title-page .popover-wrap-160 .popover-body .form_calendar input.hover, .title-page .popover-wrap-160 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-160 .popover-body .form_calendar input:active, .title-page .popover-wrap-160 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .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-160 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-160 .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-160 .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;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-160 .popover-body .form_calendar_interval input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-160 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-160 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-160 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-160 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-160 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-160 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-160 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-160 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .blocklist-160 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-160 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-160 ::-webkit-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-160 ::-moz-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-160 :-ms-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .block-93 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 80px;
  padding-top: 80px;
}
.title-page .block-94 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-80 {
  padding: 0.02px 0;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-167 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body textarea {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-167 .popover-body textarea:hover, .title-page .popover-wrap-167 .popover-body textarea.hover, .title-page .popover-wrap-167 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-167 .popover-body textarea:active, .title-page .popover-wrap-167 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-167 .popover-body .s3_button_large {
  padding: 19px 55px;
  border: none;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.title-page .popover-wrap-167 .popover-body .s3_button_large:hover, .title-page .popover-wrap-167 .popover-body .s3_button_large.hover, .title-page .popover-wrap-167 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-167 .popover-body .s3_button_large:active, .title-page .popover-wrap-167 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .popover-wrap-167 .popover-body .s3_message {
  padding: 12px 12px 12px 22px;
  margin: 1em auto;
  border: none;
  display: table;
  background: rgba(234, 239, 238, 0.32);
  color: #3a3a3f;
  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);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-167 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 50%;
  margin-left: -15px;
}
.title-page .popover-wrap-167 .popover-close:hover, .title-page .popover-wrap-167 .popover-close.hover, .title-page .popover-wrap-167 .popover-close.active {
  background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-167 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-167 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-167 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
}
.title-page .blocklist-167 .header_text {
  border: none;
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  letter-spacing: 1px;
  text-decoration: none;
  color: #222;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 900;
  background: url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  padding-left: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.title-page .blocklist-167 .all-in_header {
  padding: 16px 44px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #2c302f;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-167 .all-in_header:hover, .title-page .blocklist-167 .all-in_header.hover, .title-page .blocklist-167 .all-in_header.active {
  color: #2c302f;
  background: #fff;
}
.title-page .blocklist-167 .all-in_header:active, .title-page .blocklist-167 .all-in_header.active {
  color: #fff;
  background: #33d2ab;
}
.title-page .blocklist-167 .description {
  padding: 10px 0 50px;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-167 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-left: 90px;
  margin-right: 90px;
  width: auto;
  left: 0;
  right: 0;
  padding-left: 0;
}
.title-page .blocklist-167 .body {
  margin: 0 -15px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-167 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-167 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-167 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1089px;
}
.title-page .blocklist-167 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-167 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1090px;
  margin-right: 0;
}
.title-page .blocklist-167 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-167 .item {
  padding: 14px 10px;
  margin: 0 15px 30px;
  border: none;
  position: relative;
  width: 180px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  flex-basis: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.05);
  background: linear-gradient(rgba(250, 250, 250, 0.44), rgba(250, 250, 250, 0.44));
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-167 .text {
  padding: 0.02px 0;
  border: none;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #111;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  min-height: 0;
}
.title-page .blocklist-167 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-167 .image {
  padding: 10px 4px;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 0px 4px #f0f0f0;
  -moz-box-shadow: inset 0px 0px 0px 4px #f0f0f0;
  box-shadow: inset 0px 0px 0px 4px #f0f0f0;
  background: #fff;
  width: 220px;
  left: 0;
  right: 0;
  min-height: 120px;
}
.title-page .blocklist-167 .image:active, .title-page .blocklist-167 .image.active {
  -webkit-box-shadow: inset 0px 0px 0px 4px #d7d7d7;
  -moz-box-shadow: inset 0px 0px 0px 4px #d7d7d7;
  box-shadow: inset 0px 0px 0px 4px #d7d7d7;
}
.title-page .blocklist-167 .item-label {
  padding: 16px 20px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: #f86b51;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  bottom: 0;
  margin-bottom: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: auto;
  margin-left: -20px;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-167 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-167 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 130px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-167 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-167 .title {
  padding: 0.02px 0;
  margin: 20px 0 0;
  border: none;
  font-weight: bold;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #111;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  pointer-events: auto;
  width: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-167 .title:hover, .title-page .blocklist-167 .title.hover, .title-page .blocklist-167 .title.active {
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-167 .price {
  padding: 20px 30px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  pointer-events: auto;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-167 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-167 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 500;
}
.title-page .blocklist-167 .price-note:hover, .title-page .blocklist-167 .price-note.hover, .title-page .blocklist-167 .price-note.active {
  color: #555;
}
.title-page .blocklist-167 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 28px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: normal;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-167 .price-value:hover, .title-page .blocklist-167 .price-value.hover, .title-page .blocklist-167 .price-value.active {
  color: #022222;
}
.title-page .blocklist-167 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 500;
}
.title-page .blocklist-167 .more {
  border: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  pointer-events: auto;
  padding-top: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-167 .more > a {
  padding: 0.02px 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 32px;
  min-height: 20px;
  background: url("../images/lib_1920601_10 (1).svg?1542882996038") left -8px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .blocklist-167 .more > a:hover, .title-page .blocklist-167 .more > a.hover, .title-page .blocklist-167 .more > a.active {
  background: url("../images/lib_1920601_10 (1).svg?1542882996038") left 0px top 50% / auto auto no-repeat;
}
.title-page .blocklist-167 .more > a:active, .title-page .blocklist-167 .more > a.active {
  background: url("../images/lib_1920601_10 (1).svg?1542882996038") left -4px top 50% / auto auto no-repeat;
}
.title-page .blocklist-167 .sub-title {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #111;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.title-page .blocklist-167 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-167 .footer {
  border: none;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  padding-top: 0.02px;
}
.title-page .blocklist-167 .all {
  padding: 25px 44px 24px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ff882d;
  -webkit-box-shadow: inset 0px 0px 0px 6px #ff882d;
  -moz-box-shadow: inset 0px 0px 0px 6px #ff882d;
  box-shadow: inset 0px 0px 0px 6px #ff882d;
  background: rgba(255, 136, 45, 0);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-167 .all:hover, .title-page .blocklist-167 .all.hover, .title-page .blocklist-167 .all.active {
  color: #fff;
  -webkit-box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.14);
  background: #ff882d;
}
.title-page .blocklist-167 .all:active, .title-page .blocklist-167 .all.active {
  -webkit-box-shadow: inset 0px 6px 0px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 6px 0px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 6px 0px 0px rgba(0, 0, 0, 0.14);
}
.title-page .blocklist-167 .controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 148px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-167 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExNi5zdmciIGRhdGEtbmFtZT0iMTE2LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDUzLDI3MWwxLjQxLDEuNDFMNDQxLjgzLDI4NUg0Njh2Mkg0NDEuODNsMTIuNTgsMTIuNTlMNDUzLDMwMWwtMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM4IC0yNzEpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #fff;
  box-sizing: border-box;
  text-align: center;
  min-height: 48px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .blocklist-167 .prev:hover, .title-page .blocklist-167 .prev.hover, .title-page .blocklist-167 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExNi5zdmciIGRhdGEtbmFtZT0iMTE2LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDUzLDI3MWwxLjQxLDEuNDFMNDQxLjgzLDI4NUg0Njh2Mkg0NDEuODNsMTIuNTgsMTIuNTlMNDUzLDMwMWwtMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM4IC0yNzEpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 24px no-repeat #fff;
}
.title-page .blocklist-167 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExOC5zdmciIGRhdGEtbmFtZT0iMTE4LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTAzLDI3M2wtMS40MSwxLjQxTDUxNC4xNywyODdINDg4djJoMjYuMTdsLTEyLjU4LDEyLjU5TDUwMywzMDNsMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg4IC0yNzMpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #fff;
  box-sizing: border-box;
  text-align: center;
  min-height: 48px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .blocklist-167 .next:hover, .title-page .blocklist-167 .next.hover, .title-page .blocklist-167 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzExOC5zdmciIGRhdGEtbmFtZT0iMTE4LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTAzLDI3M2wtMS40MSwxLjQxTDUxNC4xNywyODdINDg4djJoMjYuMTdsLTEyLjU4LDEyLjU5TDUwMywzMDNsMTUtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg4IC0yNzMpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 24px no-repeat #fff;
}
.title-page .blocklist-167 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-167 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-167 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-167 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-167 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-167 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-167 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-167 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-167 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .blocklist-167 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-167 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-167 .popover-form-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-167 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-167 .bx-pager a:active, .title-page .blocklist-167 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-wrap-167 .popover-body .form_text input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-167 .popover-body .form_text input:hover, .title-page .popover-wrap-167 .popover-body .form_text input.hover, .title-page .popover-wrap-167 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-167 .popover-body .form_text input:active, .title-page .popover-wrap-167 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #3a3a3f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-167 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-167 .popover-body .form_calendar input:hover, .title-page .popover-wrap-167 .popover-body .form_calendar input.hover, .title-page .popover-wrap-167 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-167 .popover-body .form_calendar input:active, .title-page .popover-wrap-167 .popover-body .form_calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval input {
  padding: 16px 28px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  background: rgba(245, 245, 245, 0.2);
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-167 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-167 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-167 .popover-body .form_calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #3a3a3f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .blocklist-167 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-167 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-167 ::-webkit-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-167 ::-moz-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .popover-wrap-167 :-ms-input-placeholder {
  color: rgba(58, 58, 63, 0.55);
}
.title-page .block-43 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(36, 36, 41, 0.6), rgba(36, 36, 41, 0.6)), url("../images/fb_2.jpg") left 50% bottom 0px / auto auto no-repeat;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  padding-top: 0.02px;
}
.title-page .block-76 .layout_center_143_id_135_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-76 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.title-page .widget-62 {
  padding: 1px;
  margin: -10px auto 0;
  border: none;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 52px;
  min-height: 52px;
  background: url("../images/113.svg?1556001485094") left 50% top 50% / auto auto no-repeat #c9c9c9;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.04), 0px 8px 18px rgba(219, 219, 219, 0.2);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.04), 0px 8px 18px rgba(219, 219, 219, 0.2);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.04), 0px 8px 18px rgba(219, 219, 219, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.title-page .widget-62:hover, .title-page .widget-62.hover, .title-page .widget-62.active {
  background: url("../images/113.svg?1556001485094") left 50% top 50% / auto auto no-repeat #eeb81c;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .widget-62:active, .title-page .widget-62.active {
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .up-144 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-144 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-58 {
  padding: 60px 100px 80px;
  border: none;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  background: url("../images/4.svg") left 50% top 0px / auto auto no-repeat #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 273px;
  right: 0;
}
.title-page .form-135 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 32px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  color: #222;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 900;
  padding-bottom: 20px;
  background: url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-135 .form__text {
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  color: #999;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 40px;
}
.title-page .form-135 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-135 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-135 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -10px;
  width: auto;
  margin-left: 0;
}
.title-page .form-135 .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-135 .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-135 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .form-135 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-135 .form-text {
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-135 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-135 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-135 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-135 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-135 .form-text input {
  padding: 16px 28px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #222;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .form-135 .form-text input:hover, .title-page .form-135 .form-text input.hover, .title-page .form-135 .form-text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-135 .form-text input:active, .title-page .form-135 .form-text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-135 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  color: #222;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .form-135 .form-textarea textarea:hover, .title-page .form-135 .form-textarea textarea.hover, .title-page .form-135 .form-textarea textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-135 .form-textarea textarea:active, .title-page .form-135 .form-textarea textarea.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-135 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-135 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-135 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-135 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-135 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-135 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-135 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-135 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-135 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-135 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-135 .form-submit {
  box-sizing: border-box;
  text-align: center;
  margin-right: 0;
  width: auto;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-135 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-135 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-135 .form-submit button {
  padding: 19px 55px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  outline: none;
  -webkit-appearance: none;
  color: #222;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 14px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  width: 300px;
}
.title-page .form-135 .form-submit button:hover, .title-page .form-135 .form-submit button.hover, .title-page .form-135 .form-submit button.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-135 .form-submit button:active, .title-page .form-135 .form-submit button.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-135 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-135 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
.title-page .form-135 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-135 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  color: #222;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .form-135 .form-captcha input:hover, .title-page .form-135 .form-captcha input.hover, .title-page .form-135 .form-captcha input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-135 .form-captcha input:active, .title-page .form-135 .form-captcha input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-135 .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-135 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-135 .form-captcha button {
  padding: 19px 55px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  outline: none;
  -webkit-appearance: none;
  color: #222;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 14px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(238, 184, 28, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  width: 300px;
}
.title-page .form-135 .form-captcha button:hover, .title-page .form-135 .form-captcha button.hover, .title-page .form-135 .form-captcha button.active {
  background: repeating-linear-gradient(to right, rgba(238, 184, 28, 0.2) 0%, rgba(255, 211, 63, 0.2) 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(255, 255, 255, 0.18), 0px 8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-135 .form-captcha button:active, .title-page .form-135 .form-captcha button.active {
  background: repeating-linear-gradient(to left, #eeb81c 0%, #ffd33f 100%) #ffd33f;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.1), 0px -8px 18px rgba(238, 184, 28, 0.6);
}
.title-page .form-135 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-135 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-135 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-135 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-135 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .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-135 .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-135 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  text-decoration: none;
}
.title-page .form-135 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-135 .form-radio {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .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-135 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-135 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-135 .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-135 .form-select {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .form-div {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .form-html {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .form-html .form-item__body {
  font-size: 18px;
  color: #222;
  text-decoration: none;
  font-weight: 900;
}
.title-page .form-135 .form-upload {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .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-135 .form-calendar input {
  padding: 16px 28px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  font-size: 13.3333px;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .form-135 .form-calendar input:hover, .title-page .form-135 .form-calendar input.hover, .title-page .form-135 .form-calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-135 .form-calendar input:active, .title-page .form-135 .form-calendar input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-135 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .form-135 .form-calendar_interval input {
  padding: 16px 28px;
  border: none;
  box-sizing: border-box;
  background: rgba(245, 245, 245, 0.2);
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  font-size: 13.3333px;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(205, 205, 205, 0.3);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .form-135 .form-calendar_interval input:hover, .title-page .form-135 .form-calendar_interval input.hover, .title-page .form-135 .form-calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  -moz-box-shadow: inset 0px 0px 0px 1px #cdcdcd;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.title-page .form-135 .form-calendar_interval input:active, .title-page .form-135 .form-calendar_interval input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  -moz-box-shadow: inset 0px 0px 0px 1px #eeb81c;
  box-shadow: inset 0px 0px 0px 1px #eeb81c;
}
.title-page .form-135 .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-135 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-135 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-135 .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-135 .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-135 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-left: -10px;
}
.title-page .form-135 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-135 .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-135 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-135 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #555;
  text-decoration: none;
}
.title-page .form-135 ::-webkit-input-placeholder {
  color: #999;
}
.title-page .form-135 ::-moz-placeholder {
  color: #999;
}
.title-page .form-135 :-ms-input-placeholder {
  color: #999;
}
.title-page .block-72 .layout_137 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 .layout_139 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 .layout_140 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 {
  padding: 0.02px 20px 30px;
  margin: 50px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 2;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-59 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
}
.title-page .phones-137 p:first-child {
  margin-top: 0;
}
.title-page .phones-137 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-137 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-137 .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-137 .icon {
  margin: 0 auto 10px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzM2LnN2ZyIgZGF0YS1uYW1lPSIzNi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE2NzgsMzYxLjU4MmExLjU3OSwxLjU3OSwwLDEsMCwwLTMuMTU4LDEuODk1LDEuODk1LDAsMSwxLDEuODktMS44OTUsMS41OCwxLjU4LDAsMCwwLDMuMTYsMEE1LjA1LDUuMDUsMCwxLDAsMTY3OCwzNjEuNTgyWm0tMTEuOTQuODQzLDkuNTYsMjAuMjQ2YTIuNjIsMi42MiwwLDAsMCw0Ljc0LDBsOS41Ni0yMC4yMzJjMC4wMy0uMDY1LjA1LTAuMTMxLDAuMDgtMC4yYTEzLjA1OCwxMy4wNTgsMCwxLDAtMjQuMDUtLjEwOEMxNjY1Ljk4LDM2Mi4yMjgsMTY2Ni4wMiwzNjIuMzIzLDE2NjYuMDYsMzYyLjQyNVptMTEuOTQtMTUuMjdhOS45MzIsOS45MzIsMCwwLDEsOS4wNSwxMy45NTIsMC4xNDMsMC4xNDMsMCwwLDAtLjAyLjA1OWwtOS4wNCwxOS4xMy05LjAzLTE5LjEzNmEwLjAxMywwLjAxMywwLDAsMC0uMDEtMC4wMTYsMC41MTcsMC41MTcsMCwwLDAtLjA2LTAuMTY0QTkuOTQxLDkuOTQxLDAsMCwxLDE2NzgsMzQ3LjE1NVptMTguODUsMzYuNjhhMS44OTUsMS44OTUsMCwxLDAtMS45LTEuODk1QTEuODk1LDEuODk1LDAsMCwwLDE2OTYuODUsMzgzLjgzNVptMi45LTI5LjFoLTIuNjZhMS41NzksMS41NzksMCwxLDAsMCwzLjE1OGgyLjY2YTUuMDg2LDUuMDg2LDAsMCwxLDUuMDksNS4wNzV2MTEuMzQ1aC0xNC4wN2ExLjU4MSwxLjU4MSwwLDAsMC0xLjU4LDEuNTc5djEzLjg1MmgtMTguNjdhNiw2LDAsMCwwLTQuMjUtNC4yNTR2LTkuMzI3YTEuNSwxLjUsMCwwLDAtLjEtMC41MiwxLjU3NiwxLjU3NiwwLDAsMC0xLjU1LTEuMzNoLTEzLjQ2VjM2Mi45NjdhNS4wODYsNS4wODYsMCwwLDEsNS4wOS01LjA3NWgyLjZhMS41NzksMS41NzksMCwxLDAsMC0zLjE1OGgtMi42YTguMjUsOC4yNSwwLDAsMC04LjI1LDguMjMzdjMyLjhhOC4yNTEsOC4yNTEsMCwwLDAsOC4yNSw4LjIzNGg0My41YTguMjUxLDguMjUxLDAsMCwwLDguMjUtOC4yMzR2LTMyLjhBOC4yNSw4LjI1LDAsMCwwLDE2OTkuNzUsMzU0LjczNFptLTQ4LjU5LDIyLjczNmgxMS45NXY4LjA0MmE2LjAzLDYuMDMsMCwwLDAtNC4xNyw0LjIzMWgtNy43OFYzNzcuNDdabTExLjk1LDIzLjM2OGgtNi44NmE1LjA4Nyw1LjA4NywwLDAsMS01LjA5LTUuMDc2VjM5Mi45aDcuOGE2LjAxMiw2LjAxMiwwLDAsMCw0LjE1LDQuMTY2djMuNzcxWm0yNi4wOCwwaC0yMi45MnYtNC43NTlhMi4xMTEsMi4xMTEsMCwwLDAsLjA0LTAuMzYxLDEuNTgxLDEuNTgxLDAsMCwwLTEuNTgtMS41NzksMi44NSwyLjg1LDAsMSwxLDIuODQtMi44NSwxLjU4MSwxLjU4MSwwLDAsMCwxLjU4LDEuNTc5LDEuNjA2LDEuNjA2LDAsMCwwLC41My0wLjEsMS41NTksMS41NTksMCwwLDAsLjYzLjEyOWgxOC44OHY3LjkzN1ptMTUuNjUtNS4wNzZhNS4wODcsNS4wODcsMCwwLDEtNS4wOSw1LjA3NmgtNy40VjM5Mi45aDEyLjQ5djIuODYxWm0wLTYuMDE5aC0xMi40OVYzNzcuNDdoMTIuNDl2MTIuMjczWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NDggLTM0NCkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2VlYjgxYyI+PC9wYXRoPgo8L3N2Zz4=") left 0px top 0px / 30px no-repeat;
  min-height: 30px;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-137 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-137 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.title-page .phones-137 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-137 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-137 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-137 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-137 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-73 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-60 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
}
.title-page .address-138 p:first-child {
  margin-top: 0;
}
.title-page .address-138 p:last-child {
  margin-bottom: 0;
}
.title-page .address-138 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-138 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-138 .icon {
  margin: 0 auto 10px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQyIDQ4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzM1LnN2ZyIgZGF0YS1uYW1lPSIzNS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzODQuMTQsNDQzLjEzNmExLjc2OSwxLjc2OSwwLDEsMC0yLjQ3LS4zODRBMS43NjYsMS43NjYsMCwwLDAsMTM4NC4xNCw0NDMuMTM2Wm0tNSwzLjY1NGExLjc2OSwxLjc2OSwwLDEsMC0yLjQ4LS4zODNBMS43NjQsMS43NjQsMCwwLDAsMTM3OS4xNCw0NDYuNzlabS01LjAxLDMuNjU0YTEuNzY5LDEuNzY5LDAsMSwwLTIuNDctLjM4M0ExLjc2NSwxLjc2NSwwLDAsMCwxMzc0LjEzLDQ1MC40NDRabTguMjksMjMuMzY3Yy0wLjAxLS4wNC0wLjAzLTAuMDc4LTAuMDQtMC4xMTdhMC41NDgsMC41NDgsMCwwLDAtLjA0LTAuMTE4LDAuNDQxLDAuNDQxLDAsMCwxLS4wNS0wLjA5MmMtMC4wMy0uMDQzLTAuMDUtMC4wODYtMC4wOC0wLjEyNmEwLjAxMywwLjAxMywwLDAsMC0uMDEtMC4wMTRjLTAuMDItLjAzLTAuMDUtMC4wNTMtMC4wNy0wLjA4cy0wLjA1LS4wNTktMC4wOC0wLjA4NWwtNS41OS01LjI0OWExLjI2NywxLjI2NywwLDAsMC0xLjc0LDEuODQybDQuNDcsNC4xOTJjLTIuNCwxLjYyMi00LjQ4LDIuNS01Ljk1LDIuNWgwYTQuMTA5LDQuMTA5LDAsMCwxLTEuOTItLjQ2aDBjLTAuMDMtLjAyMS0wLjA3LTAuMDQtMC4xLTAuMDU4YTUyLjA4NSw1Mi4wODUsMCwwLDEtMTUuMS0xMy4wNzNsLTAuNDItLjUzOGE1MS44NjgsNTEuODY4LDAsMCwxLTguOTktMTcuODIxLDAuMjIsMC4yMiwwLDAsMS0uMDItMC4wNzcsMy4yNTksMy4yNTksMCwwLDEtLjAyLTEuODkxLDE1LjcyNiwxNS43MjYsMCwwLDEsMi45OC00Ljc4NWwzLjM3LDUuNDQ4YTEuMjY4LDEuMjY4LDAsMCwwLDIuMTYtMS4zMjhMMTM1MSw0MzUuMTRhMS4zMzEsMS4zMzEsMCwwLDAtLjI0LTAuMjc5Yy0wLjAyLS4wMTktMC4wMy0wLjA0LTAuMDUtMC4wNThhMS4yNjcsMS4yNjcsMCwwLDAtMS43OS4wMTksMTkuNzMsMTkuNzMsMCwwLDAtNC42Myw2Ljg2OCw1Ljc0NCw1Ljc0NCwwLDAsMC0uMDMsMy40NjgsNTQuNzg5LDU0Ljc4OSwwLDAsMCw5LjQ0LDE4LjczNGwwLjQyLDAuNTM3QTU0Ljk3OSw1NC45NzksMCwwLDAsMTM3MCw0NzguMTY0YTYuNTMxLDYuNTMxLDAsMCwwLDMuMjQuODMxaDBjMi4zMiwwLDUuMjUtMS4zMDYsOC43LTMuODgzYTAuNjUyLDAuNjUyLDAsMCwwLC4xLTAuMDg0YzAuMDItLjAyMi4wNS0wLjAzOSwwLjA3LTAuMDYzLDAsMCwuMDEtMC4wMDkuMDEtMC4wMTMsMC4wMy0uMDM3LjA2LTAuMDc4LDAuMDktMC4xMTdsMC4wNi0uMDg1YzAuMDItLjAzOC4wNC0wLjA4LDAuMDYtMC4xMmEwLjQ2NSwwLjQ2NSwwLDAsMCwuMDUtMC4xbDAuMDMtLjEyMWMwLjAxLS4wMzguMDItMC4wNzUsMC4wMy0wLjExNGEwLjU3OSwwLjU3OSwwLDAsMSwuMDEtMC4xMzF2LTAuMTFhMC42MywwLjYzLDAsMCwwLS4wMi0wLjEzNEEwLjM3OCwwLjM3OCwwLDAsMCwxMzgyLjQyLDQ3My44MTFabTIuMDMtNy4xNGE3My42MjksNzMuNjI5LDAsMCwwLTcuMDItNi40MTIsMy4zLDMuMywwLDAsMC0yLjUxLS44MDgsMy44LDMuOCwwLDAsMC0yLjUsMS41NThjLTAuMzcuNDY0LTEuMDMsMS4yNzYtMS4yNiwxLjU0Ni0xLjUyLDEuNzgzLTIuNTgsMS4xODktMy4zLjczOWE0MC45NDEsNDAuOTQxLDAsMCwxLTUuNDgtNi4wMDYsMC4zOTIsMC4zOTIsMCwwLDAtLjA3LTAuMDg5LDAuMDE1LDAuMDE1LDAsMCwwLS4wMS0wLjAxNmwtMC4wNi0uMDc3YTQwLjQsNDAuNCwwLDAsMS00LjUtNi44Yy0wLjI2LS44LTAuNTktMS45NjMsMS41Mi0zLDAuMDQtLjAxNi4wOS0wLjAzOSwwLjE2LTAuMDY5YTkuNzQsOS43NCwwLDAsMCwzLjAxLTEuODEyLDMuMzE3LDMuMzE3LDAsMCwwLC43Mi0zLjk1Myw3NC44ODgsNzQuODg4LDAsMCwwLTUuMzItOC43NTEsMy43MjUsMy43MjUsMCwwLDAtNS4yMy0xLjA5M2wxLjQsMi4xMDdhMS4xOSwxLjE5LDAsMCwxLDEuNzguNDY5LDc0LjkzOSw3NC45MzksMCwwLDEsNS4xLDguMzcyLDAuODE1LDAuODE1LDAsMCwxLS4yMywxLjA2MSw3Ljg2Myw3Ljg2MywwLDAsMS0yLjIxLDEuMjcyYy0wLjE0LjA1OC0uMjQsMC4xLTAuMjksMC4xMjktMS45LjkzNS0zLjkyLDIuNzYxLTIuNzksNi4xNDIsMC4wMiwwLjA0NC4wNCwwLjA4OCwwLjA2LDAuMTNhNDEuNyw0MS43LDAsMCwwLDQuODUsNy4zODJjMC4wMSwwLjAxMy4wMiwwLjAyNiwwLjAzLDAuMDM3czAuMDMsMC4wNDUuMDUsMC4wNjdhNDEuOTE0LDQxLjkxNCwwLDAsMCw1Ljk3LDYuNWMwLjA0LDAuMDMxLjA4LDAuMDU5LDAuMTIsMC4wODUsMy4wMiwxLjkxNSw1LjI4LjQwOSw2LjY1LTEuMTksMC4yNy0uMzIzLDEtMS4yMjUsMS4zMS0xLjYxYTAuMTE1LDAuMTE1LDAsMCwxLC4wMy0wLjA0NCwxLjQyNCwxLjQyNCwwLDAsMSwuNzktMC41ODEsMC44ODksMC44ODksMCwwLDEsLjYxLjI1OCw2OC4zMzYsNjguMzM2LDAsMCwxLDYuNjcsNi4wNjhjMC4wNCwwLjA0My4wNywwLjA4MywwLjExLDAuMTIxLDEuMjEsMS4yLjgzLDEuOTIxLDAuNzEsMi4xNThhMS4yNjcsMS4yNjcsMCwwLDAsLjU0LDEuNywxLjIxLDEuMjEsMCwwLDAsLjU4LjE0NCwxLjI0OSwxLjI0OSwwLDAsMCwxLjEyLS42NzhDMTM4NS45Nyw0NzAuOTU5LDEzODYuNjcsNDY4LjkxOCwxMzg0LjQ1LDQ2Ni42NzFaTTEzNjkuMTMsNDU0LjFhMS43NywxLjc3LDAsMSwwLTIuNDgtLjM4NEExLjc2NCwxLjc2NCwwLDAsMCwxMzY5LjEzLDQ1NC4xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDQgLTQzMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2VlYjgxYyI+PC9wYXRoPgo8L3N2Zz4=") left 0px top 0px / 25px no-repeat;
  text-align: center;
  min-height: 30px;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-138 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .address-138 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.title-page .address-138 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-138 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-138 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-138 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-61 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
}
.title-page .email-139 p:first-child {
  margin-top: 0;
}
.title-page .email-139 p:last-child {
  margin-bottom: 0;
}
.title-page .email-139 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-139 .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-139 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDgiIGhlaWdodD0iMTE4LjUzMSIgdmlld0JveD0iMCAwIDEwOCAxMTguNTMxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzE5LnN2ZyIgZGF0YS1uYW1lPSIxOS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE2MzQuNjgsNTczLjU3N2gzOC42NGEzLjEyLDMuMTIsMCwxLDAsMC02LjIzOWgtMzguNjRBMy4xMiwzLjEyLDAsMSwwLDE2MzQuNjgsNTczLjU3N1ptNjkuNiwwLjc5M2EwLjc5MiwwLjc5MiwwLDAsMC0uMS0wLjFsLTExLjU0LTExLjU5di0xLjgxM2E5LjI0Niw5LjI0NiwwLDAsMC05LjI0LTkuMjIzaC0xLjgyYTAuMTgsMC4xOCwwLDAsMC0uMDQtMC4wNDZsLTE2Ljc2LTE2LjczN2ExNS4xLDE1LjEsMCwwLDAtMjEuMy0uMDA2bC03Ljg0LDcuNzg1YTMuMTI0LDMuMTI0LDAsMCwwLDQuNDEsNC40MjVsNy44NC03Ljc5MWE4LjgzOSw4LjgzOSwwLDAsMSwxMi40NywwbDEyLjM5LDEyLjM3MUgxNjI0LjZhOS4yNDYsOS4yNDYsMCwwLDAtOS4yNCw5LjIyM3YxLjkwN2wtMTEuMjUsMTEuMTcxYTE0Ljk3MiwxNC45NzIsMCwwLDAtNC4xMSwxMC4zMjd2NDkuNjg1QTE1LjA3MSwxNS4wNzEsMCwwLDAsMTYxNS4wNiw2NDloNzcuODdBMTUuMDczLDE1LjA3MywwLDAsMCwxNzA4LDYzMy45NTZWNTg0LjI3MUExNS4wMTUsMTUuMDE1LDAsMCwwLDE3MDQuMjgsNTc0LjM3Wm0tODguOTItMi44VjU3NS4xYTMuMTI1LDMuMTI1LDAsMCwwLDYuMjUsMFY1NjAuODY2YTIuOTg5LDIuOTg5LDAsMCwxLDIuOTktMi45ODNoNTguOGEyLjk4OSwyLjk4OSwwLDAsMSwyLjk5LDIuOTgzVjU3NS4xYTMuMTI1LDMuMTI1LDAsMCwwLDYuMjUsMFY1NzEuNWw0LjY2LDQuNjU3LTI5LjA0LDI5LTMuNDgtMy40NjlhMTUuMDcyLDE1LjA3MiwwLDAsMC0yMS4zLDBsLTMuNDgsMy40Ny0yOS4xNS0yOS4xMDlabTg2LjM5LDYyLjM4NWE4LjgxNyw4LjgxNywwLDAsMS04LjgyLDguOGgtNzcuODdhOC44MTUsOC44MTUsMCwwLDEtOC44MS04LjhWNTg0LjI3MWE4LjkzOCw4LjkzOCwwLDAsMSwuNjUtMy4zNGwyOC42OCwyOC42MzgtMjEsMjAuOTczYTMuMTIyLDMuMTIyLDAsMCwwLDQuNDIsNC40MTFsMjguOS0yOC44NTRhOC44MTQsOC44MTQsMCwwLDEsMTIuNDYsMGwyOS40MywyOS4zODFhMy4xMjIsMy4xMjIsMCwwLDAsNC40Mi00LjQxMWwtMjEuNTMtMjEuNSwyOC40OS0yOC40NDhhOC44NSw4Ljg1LDAsMCwxLC41OCwzLjE1MXY0OS42ODVabS0yNS4zLTQ4LjUyNWEzLjEyMywzLjEyMywwLDAsMC0zLjEzLTMuMTE5aC0zOC42NGEzLjEyLDMuMTIsMCwxLDAsMCw2LjIzOWgzOC42NEEzLjEyNCwzLjEyNCwwLDAsMCwxNjc2LjQ1LDU4NS40MzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYwMCAtNTMwLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2VlYjgxYyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 28px no-repeat;
  margin-right: auto;
  min-height: 31px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-bottom: 10px;
}
.title-page .email-139 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .email-139 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.title-page .email-139 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
}
.title-page .email-139 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  text-decoration: underline;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
.title-page .email-139 .text_body:hover, .title-page .email-139 .text_body.hover, .title-page .email-139 .text_body.active {
  text-decoration: none;
}
.title-page .email-139 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-139 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-82 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #242429;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-49 {
  padding: 30px 20px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-50 .layout_103 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 .layout_105 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 .layout_107 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 {
  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 .block-51 {
  margin: 12px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-45 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  width: 220px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 600;
  min-height: 0;
}
.title-page .block-52 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 440px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-46 {
  margin: 11px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .block-53 {
  margin: 4px 0 auto;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-47 {
  margin: 12px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  text-indent: 0;
  text-decoration: none;
  color: #8f8f8f;
  width: auto;
  right: 0;
}
.title-page .widget-6 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-11 .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-11 .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-11 .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-11 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-11 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .side-panel-11 .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: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-11 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-11 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-11 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .block-59 {
    min-height: 0;
    padding-bottom: 50px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-19 .layout_51 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: none;
  }
  .title-page .block-19 .layout_52 {
    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: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_55 {
    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-19 {
    width: auto;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-27 {
    text-align: left;
    width: 330px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .site-name-55 .sn-logo {
    background: none;
  }
  .title-page .site-name-55 .sn-text {
    background: none;
  }
  .title-page .widget-26 {
    text-align: left;
    margin-top: 20px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-52 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-52 .cell-icon {
    display: none;
  }
  .title-page .phones-52 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-52 .title {
    background: none;
  }
  .title-page .block-86 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-20 {
    background: none;
  }
  .title-page .block-21 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
  }
  .title-page .block-62 {
    width: 440px;
  }
  .title-page .widget-28 {
    width: 420px;
    background: none;
    padding-top: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-56 .header {
    font-size: 30px;
  }
  .title-page .editable_block-56 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-56 .text {
    font-size: 17px;
    padding-bottom: 30px;
    color: #555;
  }
  .title-page .editable_block-56 .more {
    clear: none;
  }
  .title-page .block-67 {
    padding: 50px 0 0.02px;
    width: auto;
    background: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-53 {
    width: 580px;
    padding-right: 20px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 20px;
    display: block;
  }
  .title-page .horizontal_blocklist-124 .header_text {
    font-size: 30px;
  }
  .title-page .horizontal_blocklist-124 .description {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .title-page .horizontal_blocklist-124 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-124 .item {
    padding: 20px 10px 20px 20px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fafafa;
    -moz-box-shadow: inset 0px 0px 0px 1px #fafafa;
    box-shadow: inset 0px 0px 0px 1px #fafafa;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
  }
  .title-page .horizontal_blocklist-124 .item:hover, .title-page .horizontal_blocklist-124 .item.hover, .title-page .horizontal_blocklist-124 .item.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .title-page .horizontal_blocklist-124 .image {
    width: 90px;
    min-height: 90px;
  }
  .title-page .horizontal_blocklist-124 .img-convert {
    margin: 20px;
  }
  .title-page .horizontal_blocklist-124 .item_detail {
    margin-left: 20px;
    padding-top: 12px;
  }
  .title-page .block-80 {
    background: none;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-81 {
    padding: 0.02px 0;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-68 {
    padding-right: 20px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 20px;
    display: block;
  }
  .title-page .horizontal_blocklist-151 .header_text {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-151 .description {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-151 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-151 .item-outer {
    width: 50%;
  }
  .title-page .horizontal_blocklist-151 .item {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-shadow: inset 0px 0px 0px 10px #fafafa, inset 0px 0px 0px 11px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 10px #fafafa, inset 0px 0px 0px 11px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 10px #fafafa, inset 0px 0px 0px 11px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .horizontal_blocklist-151 .image {
    margin-bottom: 10px;
  }
  .title-page .horizontal_blocklist-151 .img-convert {
    height: 200px;
    background: none;
  }
  .title-page .horizontal_blocklist-151 .text {
    font-size: 15px;
  }
  .title-page .horizontal_blocklist-151 .price-value {
    font-size: 32px;
  }
  .title-page .horizontal_blocklist-151 .more {
    padding-top: 20px;
  }
  .title-page .block-26 {
    padding: 0.02px 0 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-27 {
    padding: 80px 0 0.02px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-32 {
    padding: 0.02px 10px;
    border: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .widget-32:hover, .title-page .widget-32.hover, .title-page .widget-32.active {
    background: transparent;
  }
  .title-page .widget-32:active, .title-page .widget-32.active {
    background: rgba(234, 239, 238, 0);
  }
  .title-page .horizontal_blocklist-66 .header_text {
    font-size: 30px;
  }
  .title-page .horizontal_blocklist-66 .description {
    font-size: 18px;
  }
  .title-page .horizontal_blocklist-66 .body-outer {
    overflow: visible;
  }
  .title-page .horizontal_blocklist-66 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-66 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-66 .item-outer {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .horizontal_blocklist-66 .item {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .horizontal_blocklist-66 .img-convert {
    background: none;
  }
  .title-page .horizontal_blocklist-66 .item_detail {
    margin-left: 20px;
    background: none;
  }
  .title-page .horizontal_blocklist-66 .title {
    font-weight: 500;
    font-size: 17px;
    padding-top: 0.02px;
    background: none;
    padding-right: 11px;
    padding-left: 11px;
  }
  .title-page .horizontal_blocklist-66 .price-value {
    font-size: 13px;
  }
  .title-page .block-88 {
    background: none;
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-89 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-90 .layout_159 {
    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-90 .layout_160 {
    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-90 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-76 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 440px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .form-159 .form__text {
    padding-bottom: 30px;
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .form-159 .form-text {
    background: none;
  }
  .title-page .form-159 .form-submit button {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding-top: 19px;
    width: 340px;
  }
  .title-page .form-159 .form-captcha button {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding-top: 19px;
    width: 340px;
  }
  .title-page .widget-77 {
    margin-left: 0;
    margin-top: 60px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-160 .header {
    background: none;
  }
  .title-page .blocklist-160 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-160 .all-in_header {
    margin-top: 0;
  }
  .title-page .blocklist-160 .description {
    padding-bottom: 30px;
    font-size: 18px;
  }
  .title-page .blocklist-160 .body-outer {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 0;
    background: none;
  }
  .title-page .blocklist-160 .body {
    width: auto;
  }
  .title-page .blocklist-160 .bx-wrapper {
    max-width: 760px;
  }
  .title-page .blocklist-160 .list {
    width: 760px;
  }
  .title-page .blocklist-160 .item {
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNy4yMTkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAzNy4yMTkgMjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJfMTIzLnN2ZyIgZGF0YS1uYW1lPSIxMjMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik04MzYsMjc4SDgyMXMtMC45MTctMi4yNSwxLTExLDktMTgsOS0xOGw0LDJzLTEuMDY0LDUuMTkzLTEuOTI1LDcuNzc1QTUzLjc2MSw1My43NjEsMCwwLDAsODMyLDI2Nmg0djEyWm0tMzYtMTFjMS45MTctOC43NSw5LTE4LDktMThsNCwycy0xLjA2NCw1LjE5My0xLjkyNSw3Ljc3NUE1My42LDUzLjYsMCwwLDAsODEwLDI2Nmg0djEySDc5OVM3OTguMDgzLDI3NS43NSw4MDAsMjY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc5OC43ODEgLTI0OSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2VhZWFlYSI+PC9wYXRoPgo8L3N2Zz4=") right 30px top 30px / 19px no-repeat #fff;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-basis: auto;
  }
  .title-page .blocklist-160 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    padding-top: 12px;
  }
  .title-page .blocklist-160 .image {
    margin-bottom: auto;
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: rgba(227, 227, 227, 0.44);
  }
  .title-page .blocklist-160 .item-label {
    background: none;
    right: auto;
    left: 50%;
    margin-left: -230px;
  }
  .title-page .blocklist-160 .img-convert {
    background: none;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-160 .title {
    font-size: 17px;
    margin-bottom: auto;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    margin-top: 0;
  }
  .title-page .blocklist-160 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-160 .price-note {
    text-align: center;
  }
  .title-page .blocklist-160 .price-note:hover, .title-page .blocklist-160 .price-note.hover, .title-page .blocklist-160 .price-note.active {
    font-weight: 600;
  }
  .title-page .blocklist-160 .price-value {
    font-size: 34px;
  }
  .title-page .blocklist-160 .price-value:hover, .title-page .blocklist-160 .price-value.hover, .title-page .blocklist-160 .price-value.active {
    font-weight: bold;
  }
  .title-page .blocklist-160 .price-currency {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-160 .price-currency:hover, .title-page .blocklist-160 .price-currency.hover, .title-page .blocklist-160 .price-currency.active {
    font-weight: 600;
  }
  .title-page .blocklist-160 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-160 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-160 .more > a:hover, .title-page .blocklist-160 .more > a.hover, .title-page .blocklist-160 .more > a.active {
    font-weight: 500;
  }
  .title-page .blocklist-160 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
    padding-bottom: 4px;
  }
  .title-page .blocklist-160 .controls {
    margin-top: 250px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-160 .bx-auto_controls {
    margin-bottom: 15px;
  }
  .title-page .blocklist-160 .bx-pager {
    padding-top: 0.02px;
    margin-top: 0;
    margin-bottom: 0;
    align-self: auto;
  }
  .title-page .blocklist-160 .bx-pager a {
    text-align: center;
  }
  .title-page .block-93 {
    padding-bottom: 20px;
    -webkit-order: 21;
    -moz-order: 21;
    order: 21;
  }
  .title-page .block-94 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-80 {
    -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;
    display: block;
  }
  .title-page .blocklist-167 .header {
    -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 .blocklist-167 .header_text {
    font-size: 30px;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .blocklist-167 .description {
    padding-bottom: 30px;
    margin-left: 80px;
    background: none;
  }
  .title-page .blocklist-167 .body-outer {
    padding-left: 3px;
    padding-right: 3px;
  }
  .title-page .blocklist-167 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 754px;
  }
  .title-page .blocklist-167 .list {
    width: 754px;
  }
  .title-page .blocklist-167 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-167 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .title-page .blocklist-167 .item:hover, .title-page .blocklist-167 .item.hover, .title-page .blocklist-167 .item.active {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-167 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-167 .image {
    margin-right: 0;
    float: none;
    width: auto;
    margin-left: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-167 .item-label {
    top: auto;
    margin-left: -230px;
  }
  .title-page .blocklist-167 .img-convert {
    height: 100px;
    background: none;
  }
  .title-page .blocklist-167 .title {
    font-size: 18px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-167 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-bottom: 0;
    background: none;
  }
  .title-page .blocklist-167 .price-inner {
    margin-right: 0;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-167 .price-value:hover, .title-page .blocklist-167 .price-value.hover, .title-page .blocklist-167 .price-value.active {
    font-weight: 900;
  }
  .title-page .blocklist-167 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-167 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    font-size: 52px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-167 .footer {
    margin-top: 10px;
  }
  .title-page .blocklist-167 .bx-pager-wrap {
    display: none;
  }
  .title-page .block-43 {
    background: linear-gradient(rgba(36, 36, 41, 0.6), rgba(36, 36, 41, 0.6)), url("../images/fb_2.jpg") left 50% top 50% / 2496px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .block-76 .layout_center_143_id_135_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-76 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-62 {
    text-align: left;
    display: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .up-144 .icon {
    background: none;
  }
  .title-page .widget-58 {
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .form-135 .form__header {
    font-size: 30px;
  }
  .title-page .form-135 .form__text {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .title-page .form-135 .form-text {
    padding-right: 0;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0;
  }
  .title-page .form-135 .group-text {
    margin-left: -5px;
    margin-right: -5px;
  }
  .title-page .block-72 .layout_137 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_139 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_140 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -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-72 {
    width: 280px;
    background: none;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-59 {
    text-align: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-137 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-137 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-137 .title {
    background: none;
  }
  .title-page .block-73 {
    margin-top: 20px;
    margin-right: auto;
  }
  .title-page .widget-60 {
    text-align: left;
    width: 280px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-138 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-138 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-138 .title {
    background: none;
  }
  .title-page .widget-61 {
    text-align: center;
    width: 280px;
    margin-top: 20px;
    margin-left: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .email-139 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-139 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-82 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-49 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-50 .layout_103 {
    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-50 .layout_105 {
    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-50 .layout_107 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-51 {
    width: 280px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0.02px;
  }
  .title-page .widget-45 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
  .title-page .block-52 {
    width: 280px;
    display: none;
    margin-top: 0;
    margin-left: auto;
  }
  .title-page .widget-46 {
    width: 280px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .block-53 {
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-47 {
    color: #555;
    width: 280px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-6 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-11 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-11 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    width: 30px;
    min-height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #eeb81c;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .side-panel-11 .side-panel-close:hover, .title-page .side-panel-11 .side-panel-close.hover, .title-page .side-panel-11 .side-panel-close.active {
    background: url("../images/hrest_1.png") left 50% top 50% / 16px no-repeat #242429;
  }
  .title-page .side-panel-11 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-11 .side-panel-button {
    border: none;
    width: 48px;
    min-height: 48px;
    padding-right: 11px;
    padding-left: 11px;
    -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: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
    padding-top: 9px;
  }
  .title-page .side-panel-11 .side-panel-button-icon-line {
    border: none;
    min-height: 4px;
    margin-top: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #3b3b3f;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-19 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-19 .layout_52 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-27 {
    margin-right: auto;
  }
  .title-page .widget-26 {
    margin-top: 15px;
  }
  .title-page .phones-52 .title {
    font-weight: normal;
  }
  .title-page .block-86 {
    padding-top: 54px;
  }
  .title-page .block-21 {
    padding-top: 0.02px;
  }
  .title-page .block-62 {
    width: 390px;
  }
  .title-page .widget-28 {
    width: auto;
  }
  .title-page .editable_block-56 .header {
    font-size: 28px;
  }
  .title-page .editable_block-56 .text {
    padding-top: 5px;
  }
  .title-page .block-67 {
    padding-top: 60px;
  }
  .title-page .widget-53 {
    width: auto;
  }
  .title-page .horizontal_blocklist-124 .header_text {
    font-size: 28px;
  }
  .title-page .horizontal_blocklist-124 .description {
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-124 .item {
    padding-right: 20px;
  }
  .title-page .horizontal_blocklist-124 .img-convert {
    margin: 25px;
    width: 40px;
    height: 40px;
  }
  .title-page .horizontal_blocklist-124 .item_detail {
    padding-top: 15px;
  }
  .title-page .horizontal_blocklist-124 .title {
    font-size: 14px;
  }
  .title-page .block-80 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .title-page .widget-68 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-page .horizontal_blocklist-151 .header_text {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .title-page .horizontal_blocklist-151 .description {
    font-size: 18px;
  }
  .title-page .horizontal_blocklist-151 .item {
    padding-bottom: 40px;
  }
  .title-page .horizontal_blocklist-151 .img-convert {
    height: 220px;
  }
  .title-page .horizontal_blocklist-151 .title {
    font-size: 16px;
    margin-top: 15px;
  }
  .title-page .block-27 {
    background: none;
    padding-top: 60px;
  }
  .title-page .widget-32 {
    background: transparent;
  }
  .title-page .horizontal_blocklist-66 .header_text {
    font-size: 28px;
  }
  .title-page .horizontal_blocklist-66 .description {
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-66 .item {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: repeating-linear-gradient(to right, rgba(0, 196, 244, 0) 0%, rgba(36, 36, 41, 0) 13%, #242429 13%, #242429 100%) #242429;
  }
  .title-page .horizontal_blocklist-66 .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-66 .item_figure {
    width: 100%;
  }
  .title-page .horizontal_blocklist-66 .item_detail {
    margin-left: 0;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
  }
  .title-page .horizontal_blocklist-66 .title {
    font-size: 16px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0.02px;
  }
  .title-page .horizontal_blocklist-66 .price-value {
    font-size: 12px;
  }
  .title-page .horizontal_blocklist-66 .footer {
    padding-top: 0.02px;
  }
  .title-page .block-88 {
    padding-bottom: 60px;
  }
  .title-page .block-90 .layout_159 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-90 .layout_160 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-76 {
    width: 420px;
    min-height: 0;
  }
  .title-page .form-159 .form__text {
    font-size: 14px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-159 .form-submit {
    text-align: center;
  }
  .title-page .form-159 .form-submit button {
    width: 320px;
  }
  .title-page .form-159 .form-captcha button {
    width: 320px;
  }
  .title-page .blocklist-160 .header_text {
    font-size: 28px;
  }
  .title-page .blocklist-160 .description {
    font-size: 17px;
  }
  .title-page .blocklist-160 .body-outer {
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-160 .bx-wrapper {
    max-width: 588px;
  }
  .title-page .blocklist-160 .list {
    width: 588px;
  }
  .title-page .blocklist-160 .item:hover, .title-page .blocklist-160 .item.hover, .title-page .blocklist-160 .item.active {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .blocklist-160 .item-label {
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-160 .title {
    padding-top: 16px;
  }
  .title-page .blocklist-160 .price-value {
    font-size: 22px;
  }
  .title-page .blocklist-160 .price-currency {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-160 .more {
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-160 .more > a {
    padding-right: 44px;
  }
  .title-page .block-93 {
    padding-top: 50px;
  }
  .title-page .block-94 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .widget-80 {
    text-align: left;
    margin-right: auto;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 28px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-167 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .title-page .blocklist-167 .body-outer {
    text-align: left;
  }
  .title-page .blocklist-167 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-167 .bx-wrapper {
    margin-left: 0;
    max-width: 562px;
  }
  .title-page .blocklist-167 .list {
    width: 562px;
  }
  .title-page .blocklist-167 .item {
    flex-basis: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-167 .item-label {
    left: 0;
    margin-left: -20px;
  }
  .title-page .blocklist-167 .img-convert {
    height: 130px;
    margin-top: 0;
    margin-bottom: auto;
    align-self: auto;
  }
  .title-page .blocklist-167 .title {
    font-size: 16px;
    margin-bottom: auto;
    margin-top: 0;
  }
  .title-page .blocklist-167 .price-value {
    font-size: 22px;
  }
  .title-page .blocklist-167 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-167 .sub-title {
    font-size: 42px;
  }
  .title-page .block-43 {
    padding-top: 30px;
  }
  .title-page .block-76 .layout_center_143_id_135_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-58 {
    margin-top: 0;
  }
  .title-page .form-135 .form__header {
    font-size: 28px;
  }
  .title-page .block-72 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_139 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_140 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-73 {
    margin-right: 0;
  }
  .title-page .widget-61 {
    margin-right: auto;
  }
  .title-page .email-139 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .email-139 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .email-139 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-49 {
    padding-top: 42px;
  }
  .title-page .block-50 .layout_103 {
    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-50 .layout_105 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-50 .layout_107 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-51 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-45 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-52 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-53 {
    width: 260px;
    margin-top: -20px;
  }
  .title-page .widget-47 {
    width: 260px;
    margin-left: auto;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-59 {
    background: url("../images/kar_3.jpg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom, #f1f0ec 0%, #f1f0ec 64.8%, rgba(241, 240, 236, 0) 79.5%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 0.02px;
  }
  .title-page .block-19 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-19 .layout_52 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_55 {
    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-19 {
    text-align: left;
  }
  .title-page .widget-27 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .site-name-55 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-55 .sn-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .site-name-55 img {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .site-name-55 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }
  .title-page .widget-26 {
    text-align: center;
    margin-left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/4.svg") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .phones-52 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-52 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-52 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-20 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-20:hover, .title-page .block-20.hover, .title-page .block-20.active {
    background: rgba(255, 255, 255, 0);
  }
  .title-page .block-62 {
    width: auto;
  }
  .title-page .editable_block-56 .header {
    font-size: 24px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-56 .text {
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-56 .more {
    text-align: center;
  }
  .title-page .block-67 {
    background: repeating-linear-gradient(to top, #242429 0%, #242429 50.8%, rgba(0, 0, 0, 0) 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 50px;
  }
  .title-page .widget-53 {
    padding-bottom: 10px;
  }
  .title-page .horizontal_blocklist-124 .header_text {
    font-size: 24px;
  }
  .title-page .horizontal_blocklist-124 .description {
    font-size: 15px;
  }
  .title-page .horizontal_blocklist-124 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-124 .item {
    padding-top: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .title-page .horizontal_blocklist-124 .item:hover, .title-page .horizontal_blocklist-124 .item.hover, .title-page .horizontal_blocklist-124 .item.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  .title-page .horizontal_blocklist-124 .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-124 .item_figure {
    width: 100%;
  }
  .title-page .horizontal_blocklist-124 .image {
    width: 80px;
    min-height: 80px;
  }
  .title-page .horizontal_blocklist-124 .img-convert {
    margin: 20px;
  }
  .title-page .horizontal_blocklist-124 .item_detail {
    margin-left: 0;
    text-align: center;
    padding-top: 0.02px;
  }
  .title-page .horizontal_blocklist-124 .title {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
  }
  .title-page .horizontal_blocklist-124 .price-wrap {
    text-align: center;
  }
  .title-page .block-80 {
    padding-top: 50px;
  }
  .title-page .horizontal_blocklist-151 .header_text {
    font-size: 24px;
  }
  .title-page .horizontal_blocklist-151 .description {
    font-size: 15px;
  }
  .title-page .horizontal_blocklist-151 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-151 .item {
    padding: 0.02px 0 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  }
  .title-page .horizontal_blocklist-151 .item:hover, .title-page .horizontal_blocklist-151 .item.hover, .title-page .horizontal_blocklist-151 .item.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .title-page .horizontal_blocklist-151 .image {
    min-height: 100px;
  }
  .title-page .horizontal_blocklist-151 .item_detail {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .horizontal_blocklist-151 .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .title-page .block-26 {
    background: linear-gradient(rgba(36, 36, 41, 0.6), rgba(36, 36, 41, 0.6)), url("../images/fb_1.jpg") left 50% top 50% / 2880px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .title-page .block-27 {
    padding-top: 0.02px;
  }
  .title-page .widget-32 {
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-66 .header_text {
    font-size: 24px;
  }
  .title-page .horizontal_blocklist-66 .description {
    padding-bottom: 20px;
    font-size: 15px;
  }
  .title-page .horizontal_blocklist-66 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-66 .item {
    padding-bottom: 10px;
  }
  .title-page .horizontal_blocklist-66 .image {
    padding: 0.02px 0;
  }
  .title-page .horizontal_blocklist-66 .img-convert {
    margin: 30px;
    width: 60px;
    height: 60px;
  }
  .title-page .horizontal_blocklist-66 .item_detail {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-page .horizontal_blocklist-66 .title {
    font-size: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 12px;
    padding-left: 12px;
  }
  .title-page .horizontal_blocklist-66 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-88 {
    padding-top: 60px;
  }
  .title-page .block-90 .layout_159 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-90 .layout_160 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-76 {
    width: 340px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
  }
  .title-page .form-159 .form__text {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .title-page .form-159 .form__body {
    margin-bottom: -10px;
  }
  .title-page .form-159 .form-item-group {
    padding-right: 1px;
    padding-left: 1px;
  }
  .title-page .form-159 .form-text {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-textarea {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-submit button {
    width: 100%;
    padding-top: 18px;
  }
  .title-page .form-159 .form-captcha {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-159 .form-captcha button {
    width: 100%;
    padding-top: 18px;
  }
  .title-page .form-159 .form-checkbox {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-radio {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-select {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-div {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-html {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-upload {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-calendar {
    margin-bottom: 10px;
  }
  .title-page .form-159 .form-calendar_interval {
    margin-bottom: 10px;
  }
  .title-page .widget-77 {
    margin-top: 50px;
    margin-bottom: 0;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-160 .header {
    padding-right: 0;
  }
  .title-page .blocklist-160 .header_text {
    font-size: 24px;
    background: none, url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .blocklist-160 .header_text:hover, .title-page .blocklist-160 .header_text.hover, .title-page .blocklist-160 .header_text.active {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../images/3.svg") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .blocklist-160 .description {
    border: none;
    padding-bottom: 20px;
    font-size: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-160 .description:hover, .title-page .blocklist-160 .description.hover, .title-page .blocklist-160 .description.active {
    background: rgba(255, 255, 255, 0);
  }
  .title-page .blocklist-160 .body-outer {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .title-page .blocklist-160 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-160 .list {
    width: 600px;
  }
  .title-page .blocklist-160 .item {
    padding: 20px;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNy4yMiIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDM3LjIyIDI5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZGZkZmRmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8yOS5zdmciIGRhdGEtbmFtZT0iMjkuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDg1LDM5MThoLTE1cy0wLjkyLTIuMjUsMS0xMSw5LTE4LDktMThsNCwycy0xLjA2LDUuMTktMS45Myw3Ljc3QTU0LjQxOCw1NC40MTgsMCwwLDAsMTA4MSwzOTA2aDR2MTJabS0zNi0xMWMxLjkyLTguNzUsOS0xOCw5LTE4bDQsMnMtMS4wNiw1LjE5LTEuOTMsNy43N0E1NC40MTgsNTQuNDE4LDAsMCwwLDEwNTksMzkwNmg0djEyaC0xNVMxMDQ3LjA4LDM5MTUuNzUsMTA0OSwzOTA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNDcuNzggLTM4ODkpIi8+Cjwvc3ZnPg==") right 22px top 22px / 26px no-repeat #fff;
  }
  .title-page .blocklist-160 .item:hover, .title-page .blocklist-160 .item.hover, .title-page .blocklist-160 .item.active {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  }
  .title-page .blocklist-160 .text {
    margin-bottom: auto;
    margin-top: 0;
  }
  .title-page .blocklist-160 .img-convert {
    width: 60px;
    -webkit-border-radius: 822px;
    -moz-border-radius: 822px;
    border-radius: 822px;
  }
  .title-page .blocklist-160 .title {
    font-size: 15px;
    padding-top: 12px;
  }
  .title-page .blocklist-160 .price {
    padding-bottom: 0.02px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .title-page .blocklist-160 .more {
    margin: 20px auto 0;
    padding-left: 0;
    padding-right: 0;
    width: 210px;
  }
  .title-page .blocklist-160 .more > a {
    padding-top: 14px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-160 .sub-title {
    font-size: 13px;
  }
  .title-page .blocklist-160 .footer {
    padding-top: 30px;
  }
  .title-page .blocklist-160 .controls {
    top: auto;
    bottom: 0;
    width: 120px;
    right: auto;
    left: 50%;
    margin-left: -60px;
    padding-top: 0.02px;
  }
  .title-page .blocklist-160 .bx-auto_controls {
    margin-bottom: 18px;
  }
  .title-page .blocklist-160 .bx-pager a {
    text-align: left;
    margin-right: 4px;
    margin-left: 4px;
  }
  .title-page .block-93 {
    text-align: center;
    padding-bottom: 0.02px;
  }
  .title-page .block-94 {
    padding-top: 0.02px;
    padding-bottom: 40px;
  }
  .title-page .widget-80 {
    text-align: center;
    margin-right: 0;
    padding-bottom: 50px;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-167 .description {
    font-size: 15px;
  }
  .title-page .blocklist-167 .body-outer {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-167 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 614px;
    margin-left: auto;
  }
  .title-page .blocklist-167 .list {
    width: 614px;
  }
  .title-page .blocklist-167 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-167 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .text {
    margin-bottom: auto;
    margin-top: 0;
  }
  .title-page .blocklist-167 .image {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-167 .img-convert {
    height: 120px;
  }
  .title-page .blocklist-167 .title {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .title-page .blocklist-167 .title:hover, .title-page .blocklist-167 .title.hover, .title-page .blocklist-167 .title.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-167 .price {
    padding-left: 11px;
    padding-right: 11px;
  }
  .title-page .blocklist-167 .price-currency {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-167 .more {
    margin-top: auto;
    margin-bottom: 0;
  }
  .title-page .blocklist-167 .more > a {
    background: none;
    padding-left: 24px;
    font-size: 13px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-167 .more > a:hover, .title-page .blocklist-167 .more > a.hover, .title-page .blocklist-167 .more > a.active {
    background: none;
  }
  .title-page .blocklist-167 .more > a:active, .title-page .blocklist-167 .more > a.active {
    background: none;
  }
  .title-page .blocklist-167 .sub-title {
    padding-bottom: 10px;
  }
  .title-page .blocklist-167 .controls {
    bottom: 0;
    top: auto;
    margin-bottom: 0;
    width: 110px;
    right: auto;
    left: 50%;
    margin-left: -55px;
  }
  .title-page .block-76 .layout_center_143_id_135_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-58 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .title-page .form-135 .form__header {
    font-size: 24px;
  }
  .title-page .form-135 .form__text {
    font-size: 15px;
  }
  .title-page .form-135 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-135 .form-text {
    padding-right: 5px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 5px;
    width: 100%;
  }
  .title-page .form-135 .form-submit button {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .form-135 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-135 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-135 .form-captcha button {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .form-135 .form-checkbox {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-radio {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-select {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-div {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-html {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-upload {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-calendar {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .form-135 .form-calendar_interval {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .block-72 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_139 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_140 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 {
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .email-139 .title {
    font-size: 14px;
  }
  .title-page .block-49 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-50 .layout_103 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_105 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-50 .layout_107 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-51 {
    width: auto;
    text-align: center;
  }
  .title-page .widget-45 {
    text-align: center;
    width: 240px;
    margin-left: 0;
  }
  .title-page .block-52 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-46 {
    margin-top: 11px;
    margin-left: 0;
    padding-top: 20px;
  }
  .title-page .block-53 {
    width: 240px;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .widget-47 {
    text-align: center;
    width: 240px;
    margin-left: 0;
    padding-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-19 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-19 .layout_52 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 {
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-27 {
    width: 300px;
  }
  .title-page .site-name-55 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 20px;
  }
  .title-page .phones-52 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-52 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-52 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-86 {
    padding-top: 48px;
  }
  .title-page .block-20 {
    background: transparent;
  }
  .title-page .popover-wrap-56 .popover-body {
    padding: 30px 20px 20px;
  }
  .title-page .editable_block-56 .header {
    font-size: 22px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-56 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-56 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-56 .more > a {
    padding-left: 33px;
    padding-right: 33px;
  }
  .title-page .block-67 {
    padding-top: 0.02px;
  }
  .title-page .widget-53 {
    padding-top: 50px;
  }
  .title-page .popover-wrap-124 .popover-body {
    padding: 30px 20px 20px;
  }
  .title-page .horizontal_blocklist-124 .header_text {
    font-size: 22px;
  }
  .title-page .horizontal_blocklist-124 .item:hover, .title-page .horizontal_blocklist-124 .item.hover, .title-page .horizontal_blocklist-124 .item.active {
    background: none;
  }
  .title-page .horizontal_blocklist-124 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-124 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-80 {
    padding-top: 0.02px;
    padding-bottom: 20px;
  }
  .title-page .block-81 {
    padding-top: 50px;
  }
  .title-page .popover-wrap-151 .popover-body {
    padding: 30px 20px 20px;
  }
  .title-page .horizontal_blocklist-151 .header_text {
    font-size: 22px;
  }
  .title-page .horizontal_blocklist-151 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-151 .image {
    min-height: 0;
    margin-bottom: 20px;
  }
  .title-page .horizontal_blocklist-151 .img-convert {
    width: 60px;
    height: 120px;
  }
  .title-page .horizontal_blocklist-151 .title {
    font-size: 15px;
    margin-top: 0;
  }
  .title-page .block-26 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .title-page .popover-wrap-66 .popover-body {
    padding: 30px 20px 20px;
  }
  .title-page .horizontal_blocklist-66 .header_text {
    font-size: 22px;
  }
  .title-page .horizontal_blocklist-66 .item {
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0.02px;
  }
  .title-page .horizontal_blocklist-66 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-66 .image {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-66 .item_detail {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .horizontal_blocklist-66 .title {
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .horizontal_blocklist-66 .more > a {
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-66 .all {
    margin-top: 20px;
  }
  .title-page .block-88 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .title-page .block-90 .layout_159 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-90 .layout_160 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-90 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-76 {
    width: 280px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .title-page .form-159 .form__header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-159 .form__text {
    font-size: 14px;
  }
  .title-page .form-159 .form-text {
    margin-bottom: 12px;
  }
  .title-page .form-159 .form-textarea textarea {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }
  .title-page .form-159 .form-captcha input {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }
  .title-page .form-159 .form-success {
    margin-top: 4px;
  }
  .title-page .widget-77 {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-160 .popover-body {
    padding: 30px 20px 20px;
  }
  .title-page .blocklist-160 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-160 .all-in_header {
    font-size: 14px;
  }
  .title-page .blocklist-160 .description {
    background: transparent;
  }
  .title-page .blocklist-160 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-160 .list {
    width: 280px;
  }
  .title-page .blocklist-160 .item {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: 100%;
  }
  .title-page .blocklist-160 .item:hover, .title-page .blocklist-160 .item.hover, .title-page .blocklist-160 .item.active {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  .title-page .blocklist-160 .item-label {
    width: 300px;
    right: auto;
    left: 50%;
    margin-left: -150px;
  }
  .title-page .blocklist-160 .img-convert {
    width: 220px;
    -webkit-border-radius: 222px;
    -moz-border-radius: 222px;
    border-radius: 222px;
  }
  .title-page .blocklist-160 .title {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .title-page .blocklist-160 .price-value {
    font-size: 24px;
  }
  .title-page .blocklist-160 .more {
    width: auto;
  }
  .title-page .blocklist-160 .footer {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-160 .all {
    width: 200px;
  }
  .title-page .blocklist-160 .bx-auto_controls {
    padding-top: 0.02px;
  }
  .title-page .blocklist-160 .bx-pager {
    width: 180px;
  }
  .title-page .block-93 {
    padding-top: 40px;
  }
  .title-page .block-94 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .popover-wrap-167 .popover-body {
    padding: 30px 20px 20px;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 22px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .title-page .blocklist-167 .all-in_header {
    font-size: 14px;
  }
  .title-page .blocklist-167 .description {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-167 .bx-wrapper {
    max-width: 274px;
  }
  .title-page .blocklist-167 .list {
    width: 274px;
  }
  .title-page .blocklist-167 .image {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-167 .item-label {
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  .title-page .blocklist-167 .title:hover, .title-page .blocklist-167 .title.hover, .title-page .blocklist-167 .title.active {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .blocklist-167 .more > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .title-page .blocklist-167 .all {
    font-size: 14px;
  }
  .title-page .block-76 .layout_center_143_id_135_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-58 {
    padding: 50px 40px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .form-135 .form__header {
    font-size: 22px;
  }
  .title-page .form-135 .form__text {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .title-page .form-135 .form-text {
    padding-right: 0;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0;
  }
  .title-page .form-135 .form-submit button {
    margin-top: 10px;
  }
  .title-page .form-135 .form-captcha button {
    margin-top: 10px;
  }
  .title-page .block-72 .layout_137 {
    margin-top: 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;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_139 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_140 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 {
    padding-top: 30px;
  }
  .title-page .block-50 .layout_103 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_105 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-50 .layout_107 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-45 {
    width: 280px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .title-page .block-52 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-46 {
    width: auto;
    margin-right: 0;
    padding-top: 30px;
  }
  .title-page .block-53 {
    width: auto;
  }
  .title-page .widget-47 {
    width: auto;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-25 {
  padding: 20px 0;
  margin: 6px 0 20px auto;
  border: none;
  z-index: 2;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 280px;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-51 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-51 .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-51 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-51 .menu-scroll > ul ul {
  position: static;
  width: auto;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .side-panel .menu-51 .menu-scroll > ul ul > li > a {
  padding-left: 38px;
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0.5px;
}
.title-page .side-panel .menu-51 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-51 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-51 .menu-scroll > ul ul > li > a.active {
  color: #eeb81c;
}
.title-page .side-panel .menu-51 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-51 .menu-scroll > ul ul > li > a.active {
  color: #999;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  color: #222;
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a.active {
  color: #eeb81c;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a.active {
  color: #999;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  margin-right: 11px;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button > a {
  background: none transparent;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(44, 46, 51, 0.08);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(44, 46, 51, 0.08);
  box-shadow: inset 0px 0px 0px 2px rgba(44, 46, 51, 0.08);
  background: none #fff;
}
.title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button > a:active, .title-page .side-panel .menu-51 .menu-scroll > ul > li.more-button > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
  background: #fff;
}
