@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.title-page .wrapper {
  position: relative;
  font-family: Montserrat, 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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-58 {
  margin: 20px 20px 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/54887841_2.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 11;
  text-align: left;
  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-110 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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;
}
.title-page .block-78 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding-right: 0;
  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;
  right: 0;
  border-top: 0px dashed rgba(255, 255, 255, 0.15);
  border-right: 0px dashed rgba(255, 255, 255, 0.15);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  border-left: 0px dashed rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .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-6 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-6 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-6 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-6 .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-6 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul ul {
  padding: 10px;
  margin: 20px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 280px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-6 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a {
  padding: 8px 20px;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 3px;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .menu-6 .menu-scroll > ul ul > li > a.active {
  background: #c59d5f;
  color: #fff;
}
.title-page .menu-6 .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-6 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a {
  padding: 20px;
  margin: 0;
  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: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-align: left;
  align-self: auto;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #c59d5f;
  -webkit-box-shadow: inset 0px -2px 0px 0px #c59d5f;
  -moz-box-shadow: inset 0px -2px 0px 0px #c59d5f;
  box-shadow: inset 0px -2px 0px 0px #c59d5f;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-6 .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-6 .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-6 .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-6 .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-6 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > a {
  padding: 2px 13px 5px;
  margin: 0 0 0 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  letter-spacing: 3.9px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  align-self: auto;
  min-height: 59px;
  width: 59px;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-79 .layout_134 {
  -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-79 .layout_135 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-79 .layout_158 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-79 {
  padding: 50px 20px 0.02px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  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;
}
.title-page .block-91 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 440px;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.title-page .widget-2 {
  margin: 0 0 7px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.title-page .site-name-3 .sn-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  -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: 12px;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  font-weight: 500;
}
.title-page .widget-84 {
  margin: 85px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  border-right: 0px dashed rgba(255, 255, 255, 0.3);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.3);
  border-left: 0px dashed rgba(255, 255, 255, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-134 p:first-child {
  margin-top: 0;
}
.title-page .phones-134 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-134 .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-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.title-page .phones-134 .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-134 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNjNTlkNWYiLz48L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: 0;
  margin-left: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 18px;
}
.title-page .phones-134 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: auto;
  top: auto;
  right: 100%;
  bottom: auto;
}
.title-page .phones-134 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-134 .title {
  box-sizing: border-box;
  display: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 7px;
}
.title-page .phones-134 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  margin-left: auto;
  margin-right: 0;
  width: 185px;
}
.title-page .phones-134 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-134 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-134 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-85 {
  margin: 85px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  border-right: 0px dashed rgba(255, 255, 255, 0.3);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.3);
  border-left: 0px dashed rgba(255, 255, 255, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-135 p:first-child {
  margin-top: 0;
}
.title-page .address-135 p:last-child {
  margin-bottom: 0;
}
.title-page .address-135 .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 .address-135 .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-135 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiNjNTlkNWYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: 20px;
  margin-left: auto;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-135 .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 .address-135 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-135 .title {
  box-sizing: border-box;
  display: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 7px;
}
.title-page .address-135 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-135 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-135 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-5 .layout_center_12_id_9_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-5 {
  padding: 90px 20px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .block-92 .layout_162 {
  -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-92 .layout_163 {
  -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-92 .layout_166 {
  -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-92 {
  margin: 90px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-103 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-162 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-162 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-162 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-162 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-162 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-162 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-162 .popover-body .s3_button_large:hover, .title-page .popover-wrap-162 .popover-body .s3_button_large.hover, .title-page .popover-wrap-162 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-162 .popover-body .s3_button_large:active, .title-page .popover-wrap-162 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-162 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-162 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-162 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-162 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-162 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-162 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-162 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-162 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-162 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-162 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-162 .title {
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}
.title-page .editable_block-162 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-162 .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-162 .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-162 .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-162 .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-162 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
}
.title-page .editable_block-162 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-162 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-162 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-162 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-162 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-162 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-162 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-162 .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-162 .clear {
  clear: both;
}
.title-page .popover-container-162 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-162 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-162 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-162 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-162 .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-162 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-162 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-162 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-162 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .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-162 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-162 .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-162 .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-162 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .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-162 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-162 .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-162 .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-162 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-162 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-162 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .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-162 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-162 .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-162 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-162 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-162 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-162 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-162 .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-162 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-162 .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-162 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-162 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-162 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-94 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-102 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 200px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 65px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJnLTIiPgoJPGcgaWQ9ImctMyI+CgkJPGcgaWQ9ImctNCI+CgkJCTxwYXRoIGQ9Ik0zMi41LDYzLjhjLTExLDAtMjAtOS0yMC0yMHYtMjRjMC0xMSw5LTIwLDIwLTIwczIwLDksMjAsMjB2MjRDNTIuNSw1NC44LDQzLjUsNjMuOCwzMi41LDYzLjh6IE0zMi41LDMuOCAgICAgYy04LjgsMC0xNiw3LjItMTYsMTZ2MjRjMCw4LjgsNy4yLDE2LDE2LDE2czE2LTcuMiwxNi0xNnYtMjRDNDguNSwxMC45LDQxLjMsMy44LDMyLjUsMy44eiIgaWQ9InBhdGgtNSIgZmlsbC1vcGFjaXR5PSIwLjMiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctNiI+Cgk8ZyBpZD0iZy03Ij4KCQk8ZyBpZD0iZy04Ij4KCQkJPHBhdGggZD0iTTMzLDI3Yy0xLjEsMC0yLTAuOS0yLTJWMTVjMC0xLjEsMC45LTIsMi0yczIsMC45LDIsMnYxMEMzNSwyNi4xLDM0LjEsMjcsMzMsMjd6IiBpZD0icGF0aC05IiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4=") left 50% top 0px / 41px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3OS4yOCIgaGVpZ2h0PSIxMS4wOTMiIHZpZXdCb3g9IjAgMCA3OS4yOCAxMS4wOTMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJUZXh0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0NS4yLDcyNy4zYTIuNjE4LDIuNjE4LDAsMCwxLS43MSwxLjYyNiwyLjQzMiwyLjQzMiwwLDAsMS0xLjcxLjU0MiwyLjE0NywyLjE0NywwLDAsMS0xLjgxLS44OCwzLjc3MiwzLjc3MiwwLDAsMS0uNjctMi4zNTd2LTEuMDQ0YTMuNzU2LDMuNzU2LDAsMCwxLC42OS0yLjQsMi4yMTMsMi4yMTMsMCwwLDEsMS44NC0uODY4LDIuMTc2LDIuMTc2LDAsMCwxLDIuMzcsMi4xNzRoMC43MmEyLjg0NSwyLjg0NSwwLDAsMC0zLjA5LTIuNzg0LDMuMTUyLDMuMTUyLDAsMCwwLTEuNzIuNDc4LDMuMDcxLDMuMDcxLDAsMCwwLTEuMTQsMS4zNTYsNC43NjgsNC43NjgsMCwwLDAtLjQsMi4wMTZ2MS4xMDhhNC44MTYsNC44MTYsMCwwLDAsLjQsMS45ODksMy4xNzcsMy4xNzcsMCwwLDAsMS4xMywxLjM0NSwzLjAzMiwzLjAzMiwwLDAsMCwxLjY4LjQ3NCwzLjIsMy4yLDAsMCwwLDIuMTgtLjcxNSwzLjA4NSwzLjA4NSwwLDAsMCwuOTYtMi4wNjJoLTAuNzJabTYuNTksMi42NmgwLjkzbC0yLjg5LTMuMjY0LDIuNi0zLjA3NmgtMC44OGwtMi4zMywyLjgxM2gtMC45NnYtMi44MTNoLTAuNzF2Ni4zNGgwLjcxVjcyNy4wNWgwLjk3Wm03LjAzLTMuMjA1YTMuOTEzLDMuOTEzLDAsMCwwLS42NC0yLjM5MSwyLjEyNywyLjEyNywwLDAsMC0xLjc5LS44NjEsMi4yMzksMi4yMzksMCwwLDAtMS45OCwxLjAxNGwtMC4wNC0uOWgtMC42NXY4Ljc3N2gwLjd2LTMuMjM0YTIuMzM5LDIuMzM5LDAsMCwwLDEuOTkuOTE0LDIuMSwyLjEsMCwwLDAsMS43Ni0uODcsMy44LDMuOCwwLDAsMCwuNjUtMi4zNTN2LTAuMVptLTEuMTksMi4wMjRhMS41OSwxLjU5LDAsMCwxLTEuMzguNzA2LDIuMDY2LDIuMDY2LDAsMCwxLTEuMTEtLjI4NywxLjg4NywxLjg4NywwLDAsMS0uNzItMC44MzJ2LTMuMDQxYTEuODUzLDEuODUzLDAsMCwxLDEuODEtMS4yMTMsMS42LDEuNiwwLDAsMSwxLjM5LjcsMy4yNzcsMy4yNzcsMCwwLDEsLjUsMS45MTZBMy41NTEsMy41NTEsMCwwLDEsMTQ1Ny42Myw3MjguNzc1Wm0yLjM2LTEuOTQyYTMuMzksMy4zOSwwLDAsMCwuNzksMi4zNTIsMi42MDYsMi42MDYsMCwwLDAsMi4wNS44ODgsMi43NDUsMi43NDUsMCwwLDAsMS40Ny0uNCwyLjY3NSwyLjY3NSwwLDAsMCwxLTEuMTM0LDMuODUxLDMuODUxLDAsMCwwLC4zNS0xLjY1NXYtMC4xNDdhMy40MzMsMy40MzMsMCwwLDAtLjc4LTIuMzUyLDIuNjI3LDIuNjI3LDAsMCwwLTIuMDYtLjg4OCwyLjY4NCwyLjY4NCwwLDAsMC0yLjQ3LDEuNTQ3LDMuODE3LDMuODE3LDAsMCwwLS4zNSwxLjY0NnYwLjE0MVptMC43LS4wNzZhMywzLDAsMCwxLC41OS0xLjkyNSwxLjg4OSwxLjg4OSwwLDAsMSwxLjUzLS43MzUsMS45NTksMS45NTksMCwwLDEsMS4xMi4zMzEsMi4xODMsMi4xODMsMCwwLDEsLjc1LjkzNCwzLjIyMywzLjIyMywwLDAsMSwuMjcsMS4zM3YwLjEzNWEyLjkzLDIuOTMsMCwwLDEtLjU5LDEuOTI1LDEuODY4LDEuODY4LDAsMCwxLTEuNTMuNzI5LDEuODkzLDEuODkzLDAsMCwxLTEuNTUtLjcyOSwyLjg5MiwyLjg5MiwwLDAsMS0uNTktMS44NjZ2LTAuMTI5Wm03LjIyLTMuMTQxLTAuMTMsMy4wN2E2LjMzNyw2LjMzNywwLDAsMS0uMzUsMi4wNTEsMC45MDcsMC45MDcsMCwwLDEtLjg3LjU4NmwtMC4yMS4wMTJ2MC42MjFoMC4yN2ExLjQ4NCwxLjQ4NCwwLDAsMCwxLjAxLS4zMjgsMS45ODcsMS45ODcsMCwwLDAsLjU3LTEuMDIxLDEwLDEwLDAsMCwwLC4yNy0yLjAxMWwwLjExLTIuMzcxaDIuNnY1LjczMWgwLjd2LTYuMzRoLTMuOTdabTYuNjIsMGgtMC42OXY2LjM0aDIuNWEyLjQ5LDIuNDksMCwwLDAsMS43LS41NTQsMS44NjQsMS44NjQsMCwwLDAsLjYzLTEuNDczLDIsMiwwLDAsMC0uMjctMS4wNDksMS44MTIsMS44MTIsMCwwLDAtLjgxLTAuNzA2LDIuNzg2LDIuNzg2LDAsMCwwLTEuMjMtLjI1NWgtMS44M3YtMi4zWm0xLjg3LDIuOWExLjY2MSwxLjY2MSwwLDAsMSwxLjE1LjQsMS4zMjksMS4zMjksMCwwLDEsLjQyLDEuMDIyLDEuMzQzLDEuMzQzLDAsMCwxLS40MywxLjA0MywxLjc1LDEuNzUsMCwwLDEtMS4xOS4zODFoLTEuODJ2LTIuODQ4aDEuODdabTcuOTItMi45aC01LjIzdjAuNmgyLjIydjUuNzQyaDAuNzF2LTUuNzQyaDIuM3YtMC42Wm01LjM4LDUuMzM4LTAuNDQtLjMzNGEyLjEyNywyLjEyNywwLDAsMS0uNzguNjU2LDIuMjkxLDIuMjkxLDAsMCwxLS45OS4yMDUsMS45NjYsMS45NjYsMCwwLDEtMS41Ni0uNzE3LDIuNjY5LDIuNjY5LDAsMCwxLS42Mi0xLjh2LTAuMTM1aDQuNTNWNzI2LjQ0YTMuMiwzLjIsMCwwLDAtLjY4LTIuMTUzLDIuMjg2LDIuMjg2LDAsMCwwLTEuODMtLjc4OCwyLjQzNSwyLjQzNSwwLDAsMC0xLjM3LjQxOSwyLjg2NywyLjg2NywwLDAsMC0uOTksMS4xNTEsMy44MjEsMy44MjEsMCwwLDAtLjM1LDEuNjQ3djAuMjUyYTMuNDgzLDMuNDgzLDAsMCwwLC4zNiwxLjYsMi42ODEsMi42ODEsMCwwLDAsMS4wMiwxLjExMSwyLjczNSwyLjczNSwwLDAsMCwxLjQ2LjQsMi41NDUsMi41NDUsMCwwLDAsMi4yNC0xLjExOWgwWm0tMS4wOC00LjI4M2EyLjMxOCwyLjMxOCwwLDAsMSwuNTIsMS40ODh2MC4wNzZoLTMuOGEyLjcsMi43LDAsMCwxLC42Ni0xLjU1OCwxLjczOSwxLjczOSwwLDAsMSwxLjMzLS41OEExLjYyMiwxLjYyMiwwLDAsMSwxNDg4LjYyLDcyNC42NzFabTguMjgsNS4yODVhMi44NjksMi44NjksMCwwLDAsMS43NS0uNDYsMS41MDUsMS41MDUsMCwwLDAsLjYyLTEuMywxLjM2MiwxLjM2MiwwLDAsMC0uMzgtMC45NjcsMS43MiwxLjcyLDAsMCwwLTEtLjUzMywxLjYxMywxLjYxMywwLDAsMCwuODQtMC41NDIsMS4zNiwxLjM2LDAsMCwwLC4yOS0wLjg0NywxLjQyNSwxLjQyNSwwLDAsMC0uNjUtMS4yNjIsMy4yODksMy4yODksMCwwLDAtMS44NS0uNDMxaC0yLjMydjYuMzRoMi43Wm0wLjAzLTIuOTE4YTIuMDgxLDIuMDgxLDAsMCwxLDEuMjIuMzExLDAuOTg3LDAuOTg3LDAsMCwxLC40Mi44MzcsMS4wMTksMS4wMTksMCwwLDEtLjQyLjg3OSwyLjExMiwyLjExMiwwLDAsMS0xLjIyLjNoLTIuMDR2LTIuMzMyaDIuMDRabS0yLjA0LTIuODI0aDEuNjNhMi43MTUsMi43MTUsMCwwLDEsMS4zNS4yNjYsMC45MTIsMC45MTIsMCwwLDEsLjQ1Ljg0N3EwLDEuMS0xLjY1LDEuMTI1aC0xLjc4di0yLjIzOFptMTAuODEtLjZIMTUwNXYyLjg0MmgtMy40MnYtMi44NDJoLTAuN3Y2LjM0aDAuN1Y3MjcuMDVIMTUwNXYyLjkwNmgwLjd2LTYuMzRabTIuNjIsNS4yMTV2LTUuMjE1aC0wLjd2Ni4zNGgwLjdsMy40Mi01LjIwOXY1LjIwOWgwLjd2LTYuMzRoLTAuN1ptOC4yNS0yLjQxNGgtMS4wOHYwLjYwOWgwLjk3YTIuMjkzLDIuMjkzLDAsMCwxLDEuMjcuMjgyLDEuMDE4LDEuMDE4LDAsMCwxLC40MS45MTksMS4wODMsMS4wODMsMCwwLDEtLjQ1LjkxNywyLjA2MywyLjA2MywwLDAsMS0xLjI2LjMzNywyLDIsMCwwLDEtMS4yNC0uMzgzLDEuMTU5LDEuMTU5LDAsMCwxLS41MS0wLjk1OGgtMC43YTEuNjYyLDEuNjYyLDAsMCwwLC43LDEuMzk0LDIuNzg4LDIuNzg4LDAsMCwwLDEuNzUuNTMzLDIuODU4LDIuODU4LDAsMCwwLDEuNzYtLjUsMS42LDEuNiwwLDAsMCwuNjYtMS4zNTMsMS40NTQsMS40NTQsMCwwLDAtMS4yMi0xLjUxMiwxLjc2NCwxLjc2NCwwLDAsMCwuODItMC41NzQsMS4zMjQsMS4zMjQsMCwwLDAsLjI5LTAuODI2LDEuNiwxLjYsMCwwLDAtLjYxLTEuMzMsMi43NDksMi43NDksMCwwLDAtMS43LS40NjksMi42ODEsMi42ODEsMCwwLDAtMS42Ny41MTUsMS41ODYsMS41ODYsMCwwLDAtLjY4LDEuMzA3aDAuN2ExLjA1MywxLjA1MywwLDAsMSwuNDgtMC44ODIsMS45NjEsMS45NjEsMCwwLDEsMS4xNy0uMzQ4LDEuOTg4LDEuOTg4LDAsMCwxLDEuMTguMzEsMS4wMzUsMS4wMzUsMCwwLDEsLjQyLjg4NWMwLDAuNzI2LS40OCwxLjEtMS40NiwxLjEyNWgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MzkuNTYgLTcyMS4zMTMpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiPjwvcGF0aD4KPC9zdmc+") left 50% bottom 0px / auto auto no-repeat;
  -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-102:active, .title-page .widget-102.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJnLTIiPgoJPGcgaWQ9ImctMyI+CgkJPGcgaWQ9ImctNCI+CgkJCTxwYXRoIGQ9Ik0zMi41LDYzLjhjLTExLDAtMjAtOS0yMC0yMHYtMjRjMC0xMSw5LTIwLDIwLTIwczIwLDksMjAsMjB2MjRDNTIuNSw1NC44LDQzLjUsNjMuOCwzMi41LDYzLjh6IE0zMi41LDMuOCAgICAgYy04LjgsMC0xNiw3LjItMTYsMTZ2MjRjMCw4LjgsNy4yLDE2LDE2LDE2czE2LTcuMiwxNi0xNnYtMjRDNDguNSwxMC45LDQxLjMsMy44LDMyLjUsMy44eiIgaWQ9InBhdGgtNSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+CgkJPC9nPgoJPC9nPgo8L2c+CjxnIGlkPSJnLTYiPgoJPGcgaWQ9ImctNyI+CgkJPGcgaWQ9ImctOCI+CgkJCTxwYXRoIGQ9Ik0zMywyN2MtMS4xLDAtMi0wLjktMi0yVjE1YzAtMS4xLDAuOS0yLDItMnMyLDAuOSwyLDJ2MTBDMzUsMjYuMSwzNC4xLDI3LDMzLDI3eiIgaWQ9InBhdGgtOSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPg==") left 50% top 0px / 41px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3OS4yOCIgaGVpZ2h0PSIxMS4wOTMiIHZpZXdCb3g9IjAgMCA3OS4yOCAxMS4wOTMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJUZXh0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0NS4yLDcyNy4zYTIuNjE4LDIuNjE4LDAsMCwxLS43MSwxLjYyNiwyLjQzMiwyLjQzMiwwLDAsMS0xLjcxLjU0MiwyLjE0NywyLjE0NywwLDAsMS0xLjgxLS44OCwzLjc3MiwzLjc3MiwwLDAsMS0uNjctMi4zNTd2LTEuMDQ0YTMuNzU2LDMuNzU2LDAsMCwxLC42OS0yLjQsMi4yMTMsMi4yMTMsMCwwLDEsMS44NC0uODY4LDIuMTc2LDIuMTc2LDAsMCwxLDIuMzcsMi4xNzRoMC43MmEyLjg0NSwyLjg0NSwwLDAsMC0zLjA5LTIuNzg0LDMuMTUyLDMuMTUyLDAsMCwwLTEuNzIuNDc4LDMuMDcxLDMuMDcxLDAsMCwwLTEuMTQsMS4zNTYsNC43NjgsNC43NjgsMCwwLDAtLjQsMi4wMTZ2MS4xMDhhNC44MTYsNC44MTYsMCwwLDAsLjQsMS45ODksMy4xNzcsMy4xNzcsMCwwLDAsMS4xMywxLjM0NSwzLjAzMiwzLjAzMiwwLDAsMCwxLjY4LjQ3NCwzLjIsMy4yLDAsMCwwLDIuMTgtLjcxNSwzLjA4NSwzLjA4NSwwLDAsMCwuOTYtMi4wNjJoLTAuNzJabTYuNTksMi42NmgwLjkzbC0yLjg5LTMuMjY0LDIuNi0zLjA3NmgtMC44OGwtMi4zMywyLjgxM2gtMC45NnYtMi44MTNoLTAuNzF2Ni4zNGgwLjcxVjcyNy4wNWgwLjk3Wm03LjAzLTMuMjA1YTMuOTEzLDMuOTEzLDAsMCwwLS42NC0yLjM5MSwyLjEyNywyLjEyNywwLDAsMC0xLjc5LS44NjEsMi4yMzksMi4yMzksMCwwLDAtMS45OCwxLjAxNGwtMC4wNC0uOWgtMC42NXY4Ljc3N2gwLjd2LTMuMjM0YTIuMzM5LDIuMzM5LDAsMCwwLDEuOTkuOTE0LDIuMSwyLjEsMCwwLDAsMS43Ni0uODcsMy44LDMuOCwwLDAsMCwuNjUtMi4zNTN2LTAuMVptLTEuMTksMi4wMjRhMS41OSwxLjU5LDAsMCwxLTEuMzguNzA2LDIuMDY2LDIuMDY2LDAsMCwxLTEuMTEtLjI4NywxLjg4NywxLjg4NywwLDAsMS0uNzItMC44MzJ2LTMuMDQxYTEuODUzLDEuODUzLDAsMCwxLDEuODEtMS4yMTMsMS42LDEuNiwwLDAsMSwxLjM5LjcsMy4yNzcsMy4yNzcsMCwwLDEsLjUsMS45MTZBMy41NTEsMy41NTEsMCwwLDEsMTQ1Ny42Myw3MjguNzc1Wm0yLjM2LTEuOTQyYTMuMzksMy4zOSwwLDAsMCwuNzksMi4zNTIsMi42MDYsMi42MDYsMCwwLDAsMi4wNS44ODgsMi43NDUsMi43NDUsMCwwLDAsMS40Ny0uNCwyLjY3NSwyLjY3NSwwLDAsMCwxLTEuMTM0LDMuODUxLDMuODUxLDAsMCwwLC4zNS0xLjY1NXYtMC4xNDdhMy40MzMsMy40MzMsMCwwLDAtLjc4LTIuMzUyLDIuNjI3LDIuNjI3LDAsMCwwLTIuMDYtLjg4OCwyLjY4NCwyLjY4NCwwLDAsMC0yLjQ3LDEuNTQ3LDMuODE3LDMuODE3LDAsMCwwLS4zNSwxLjY0NnYwLjE0MVptMC43LS4wNzZhMywzLDAsMCwxLC41OS0xLjkyNSwxLjg4OSwxLjg4OSwwLDAsMSwxLjUzLS43MzUsMS45NTksMS45NTksMCwwLDEsMS4xMi4zMzEsMi4xODMsMi4xODMsMCwwLDEsLjc1LjkzNCwzLjIyMywzLjIyMywwLDAsMSwuMjcsMS4zM3YwLjEzNWEyLjkzLDIuOTMsMCwwLDEtLjU5LDEuOTI1LDEuODY4LDEuODY4LDAsMCwxLTEuNTMuNzI5LDEuODkzLDEuODkzLDAsMCwxLTEuNTUtLjcyOSwyLjg5MiwyLjg5MiwwLDAsMS0uNTktMS44NjZ2LTAuMTI5Wm03LjIyLTMuMTQxLTAuMTMsMy4wN2E2LjMzNyw2LjMzNywwLDAsMS0uMzUsMi4wNTEsMC45MDcsMC45MDcsMCwwLDEtLjg3LjU4NmwtMC4yMS4wMTJ2MC42MjFoMC4yN2ExLjQ4NCwxLjQ4NCwwLDAsMCwxLjAxLS4zMjgsMS45ODcsMS45ODcsMCwwLDAsLjU3LTEuMDIxLDEwLDEwLDAsMCwwLC4yNy0yLjAxMWwwLjExLTIuMzcxaDIuNnY1LjczMWgwLjd2LTYuMzRoLTMuOTdabTYuNjIsMGgtMC42OXY2LjM0aDIuNWEyLjQ5LDIuNDksMCwwLDAsMS43LS41NTQsMS44NjQsMS44NjQsMCwwLDAsLjYzLTEuNDczLDIsMiwwLDAsMC0uMjctMS4wNDksMS44MTIsMS44MTIsMCwwLDAtLjgxLTAuNzA2LDIuNzg2LDIuNzg2LDAsMCwwLTEuMjMtLjI1NWgtMS44M3YtMi4zWm0xLjg3LDIuOWExLjY2MSwxLjY2MSwwLDAsMSwxLjE1LjQsMS4zMjksMS4zMjksMCwwLDEsLjQyLDEuMDIyLDEuMzQzLDEuMzQzLDAsMCwxLS40MywxLjA0MywxLjc1LDEuNzUsMCwwLDEtMS4xOS4zODFoLTEuODJ2LTIuODQ4aDEuODdabTcuOTItMi45aC01LjIzdjAuNmgyLjIydjUuNzQyaDAuNzF2LTUuNzQyaDIuM3YtMC42Wm01LjM4LDUuMzM4LTAuNDQtLjMzNGEyLjEyNywyLjEyNywwLDAsMS0uNzguNjU2LDIuMjkxLDIuMjkxLDAsMCwxLS45OS4yMDUsMS45NjYsMS45NjYsMCwwLDEtMS41Ni0uNzE3LDIuNjY5LDIuNjY5LDAsMCwxLS42Mi0xLjh2LTAuMTM1aDQuNTNWNzI2LjQ0YTMuMiwzLjIsMCwwLDAtLjY4LTIuMTUzLDIuMjg2LDIuMjg2LDAsMCwwLTEuODMtLjc4OCwyLjQzNSwyLjQzNSwwLDAsMC0xLjM3LjQxOSwyLjg2NywyLjg2NywwLDAsMC0uOTksMS4xNTEsMy44MjEsMy44MjEsMCwwLDAtLjM1LDEuNjQ3djAuMjUyYTMuNDgzLDMuNDgzLDAsMCwwLC4zNiwxLjYsMi42ODEsMi42ODEsMCwwLDAsMS4wMiwxLjExMSwyLjczNSwyLjczNSwwLDAsMCwxLjQ2LjQsMi41NDUsMi41NDUsMCwwLDAsMi4yNC0xLjExOWgwWm0tMS4wOC00LjI4M2EyLjMxOCwyLjMxOCwwLDAsMSwuNTIsMS40ODh2MC4wNzZoLTMuOGEyLjcsMi43LDAsMCwxLC42Ni0xLjU1OCwxLjczOSwxLjczOSwwLDAsMSwxLjMzLS41OEExLjYyMiwxLjYyMiwwLDAsMSwxNDg4LjYyLDcyNC42NzFabTguMjgsNS4yODVhMi44NjksMi44NjksMCwwLDAsMS43NS0uNDYsMS41MDUsMS41MDUsMCwwLDAsLjYyLTEuMywxLjM2MiwxLjM2MiwwLDAsMC0uMzgtMC45NjcsMS43MiwxLjcyLDAsMCwwLTEtLjUzMywxLjYxMywxLjYxMywwLDAsMCwuODQtMC41NDIsMS4zNiwxLjM2LDAsMCwwLC4yOS0wLjg0NywxLjQyNSwxLjQyNSwwLDAsMC0uNjUtMS4yNjIsMy4yODksMy4yODksMCwwLDAtMS44NS0uNDMxaC0yLjMydjYuMzRoMi43Wm0wLjAzLTIuOTE4YTIuMDgxLDIuMDgxLDAsMCwxLDEuMjIuMzExLDAuOTg3LDAuOTg3LDAsMCwxLC40Mi44MzcsMS4wMTksMS4wMTksMCwwLDEtLjQyLjg3OSwyLjExMiwyLjExMiwwLDAsMS0xLjIyLjNoLTIuMDR2LTIuMzMyaDIuMDRabS0yLjA0LTIuODI0aDEuNjNhMi43MTUsMi43MTUsMCwwLDEsMS4zNS4yNjYsMC45MTIsMC45MTIsMCwwLDEsLjQ1Ljg0N3EwLDEuMS0xLjY1LDEuMTI1aC0xLjc4di0yLjIzOFptMTAuODEtLjZIMTUwNXYyLjg0MmgtMy40MnYtMi44NDJoLTAuN3Y2LjM0aDAuN1Y3MjcuMDVIMTUwNXYyLjkwNmgwLjd2LTYuMzRabTIuNjIsNS4yMTV2LTUuMjE1aC0wLjd2Ni4zNGgwLjdsMy40Mi01LjIwOXY1LjIwOWgwLjd2LTYuMzRoLTAuN1ptOC4yNS0yLjQxNGgtMS4wOHYwLjYwOWgwLjk3YTIuMjkzLDIuMjkzLDAsMCwxLDEuMjcuMjgyLDEuMDE4LDEuMDE4LDAsMCwxLC40MS45MTksMS4wODMsMS4wODMsMCwwLDEtLjQ1LjkxNywyLjA2MywyLjA2MywwLDAsMS0xLjI2LjMzNywyLDIsMCwwLDEtMS4yNC0uMzgzLDEuMTU5LDEuMTU5LDAsMCwxLS41MS0wLjk1OGgtMC43YTEuNjYyLDEuNjYyLDAsMCwwLC43LDEuMzk0LDIuNzg4LDIuNzg4LDAsMCwwLDEuNzUuNTMzLDIuODU4LDIuODU4LDAsMCwwLDEuNzYtLjUsMS42LDEuNiwwLDAsMCwuNjYtMS4zNTMsMS40NTQsMS40NTQsMCwwLDAtMS4yMi0xLjUxMiwxLjc2NCwxLjc2NCwwLDAsMCwuODItMC41NzQsMS4zMjQsMS4zMjQsMCwwLDAsLjI5LTAuODI2LDEuNiwxLjYsMCwwLDAtLjYxLTEuMzMsMi43NDksMi43NDksMCwwLDAtMS43LS40NjksMi42ODEsMi42ODEsMCwwLDAtMS42Ny41MTUsMS41ODYsMS41ODYsMCwwLDAtLjY4LDEuMzA3aDAuN2ExLjA1MywxLjA1MywwLDAsMSwuNDgtMC44ODIsMS45NjEsMS45NjEsMCwwLDEsMS4xNy0uMzQ4LDEuOTg4LDEuOTg4LDAsMCwxLDEuMTguMzEsMS4wMzUsMS4wMzUsMCwwLDEsLjQyLjg4NWMwLDAuNzI2LS40OCwxLjEtMS40NiwxLjEyNWgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MzkuNTYgLTcyMS4zMTMpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiPjwvcGF0aD4KPC9zdmc+") left 50% bottom 0px / auto auto no-repeat;
}
.title-page .popover-wrap-161 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-161 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-161 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-161 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-161 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-161 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-161 .popover-body .s3_button_large:hover, .title-page .popover-wrap-161 .popover-body .s3_button_large.hover, .title-page .popover-wrap-161 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-161 .popover-body .s3_button_large:active, .title-page .popover-wrap-161 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-161 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-161 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-161 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-161 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-161 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-161 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-161 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-161 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-161 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-161 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-161 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-161 .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-161 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-161 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-161 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-161 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .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-161 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-161 .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-161 .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-161 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .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-161 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-161 .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-161 .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-161 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-161 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-161 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .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-161 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-161 .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-161 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-161 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-161 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-161 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-161 .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-161 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-161 .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-161 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-161 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-161 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-104 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-163 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-163 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-163 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-163 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-163 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-163 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-163 .popover-body .s3_button_large:hover, .title-page .popover-wrap-163 .popover-body .s3_button_large.hover, .title-page .popover-wrap-163 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-163 .popover-body .s3_button_large:active, .title-page .popover-wrap-163 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-163 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-163 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-163 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-163 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-163 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-163 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-163 .title {
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-163 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-163 .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-163 .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-163 .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-163 .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-163 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
}
.title-page .editable_block-163 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-163 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-163 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-163 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-163 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-163 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-163 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-163 .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-163 .clear {
  clear: both;
}
.title-page .popover-container-163 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-163 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-163 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-163 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-163 .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-163 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-163 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-163 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .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-163 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-163 .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-163 .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-163 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .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-163 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-163 .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-163 .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-163 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-163 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-163 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .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-163 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-163 .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-163 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-163 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-163 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-163 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-163 .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-163 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-163 .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-163 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-163 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-163 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-6 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 860px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-left: 0;
}
.title-page .popover-wrap-9 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-9 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-9 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:active, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-9 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-9 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-9 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-9 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-9 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 0;
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  font-weight: 800;
}
.title-page .editable_block-9 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-align: left;
}
.title-page .editable_block-9 .title {
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .editable_block-9 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-9 .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-9 .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-9 .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-9 .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-9 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: rgba(197, 157, 95, 0.75);
  line-height: 1.4;
  letter-spacing: 0.3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.02px;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .editable_block-9 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-9 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-9 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-9 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-9 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-9 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0.02px;
}
.title-page .editable_block-9 .more > a {
  padding: 20px 40px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 62px;
  font-family: Yeseva One, serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .editable_block-9 .more > a:hover, .title-page .editable_block-9 .more > a.hover, .title-page .editable_block-9 .more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .editable_block-9 .more > a:active, .title-page .editable_block-9 .more > a.active {
  background: none #ad8549;
}
.title-page .editable_block-9 .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-9 .clear {
  clear: both;
}
.title-page .popover-container-9 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-9 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-9 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-9 .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-9 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .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-9 .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-9 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .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-9 .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-9 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-9 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-9 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-9 .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-9 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-9 .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-9 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-9 .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-9 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-9 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-9 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-65 {
  margin: 20px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f7f7f7;
  z-index: 10;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 60px;
}
.title-page .block-64 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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-66 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-104 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-104 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-104 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-104 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-104 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-104 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-104 .popover-body .s3_button_large:hover, .title-page .popover-wrap-104 .popover-body .s3_button_large.hover, .title-page .popover-wrap-104 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-104 .popover-body .s3_button_large:active, .title-page .popover-wrap-104 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-104 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-104 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-104 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-104 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-104 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-104 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-104 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-104 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-104 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-104 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
}
.title-page .blocklist-104 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-104 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-104 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-104 .body {
  margin: 0 -1px;
  box-sizing: border-box;
}
.title-page .blocklist-104 .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-104 .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-104 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-104 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-104 .item {
  padding: 30px;
  margin: 1px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  display: block;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -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;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-104 .item:hover, .title-page .blocklist-104 .item.hover, .title-page .blocklist-104 .item.active {
  background: #fff;
}
.title-page .blocklist-104 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-104 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-104 .image {
  border: 1px dashed #e3e3e3;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 25px;
  margin-left: 0;
  width: 65px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 65px;
  max-width: 100%;
}
.title-page .blocklist-104 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-104 .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-104 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-104 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-104 .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-104 .title {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  -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;
  padding-top: 0.02px;
  padding-bottom: 10px;
}
.title-page .blocklist-104 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
}
.title-page .blocklist-104 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-104 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-104 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-104 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-104 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-104 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-104 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-104 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-104 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-104 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-104 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-104 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 30px;
}
.title-page .blocklist-104 .all {
  padding: 20px 40px;
  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: Yeseva One, serif;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-104 .all:hover, .title-page .blocklist-104 .all.hover, .title-page .blocklist-104 .all.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #c59d5f;
}
.title-page .blocklist-104 .all:active, .title-page .blocklist-104 .all.active {
  background: #ad8549;
}
.title-page .blocklist-104 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-104 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-104 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-104 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-104 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-104 .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-104 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-104 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-104 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-104 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-104 .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-104 .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-104 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-104 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-104 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-104 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-104 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-104 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-104 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-104 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-104 .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-104 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-104 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-104 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-104 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .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-104 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-104 .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-104 .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-104 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .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-104 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-104 .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-104 .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-104 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-104 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-104 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .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-104 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-104 .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-104 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-104 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-104 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-104 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-104 .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-104 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-104 .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-104 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-104 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-104 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-95 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 60px;
  max-width: 100%;
}
.title-page .block-96 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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-105 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-169 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-169 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-169 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-169 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-169 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-169 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-169 .popover-body .s3_button_large:hover, .title-page .popover-wrap-169 .popover-body .s3_button_large.hover, .title-page .popover-wrap-169 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-169 .popover-body .s3_button_large:active, .title-page .popover-wrap-169 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-169 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-169 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-169 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-169 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-169 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-169 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-169 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-169 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-169 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-169 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-169 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-169 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-169 .body {
  margin: 0 -1px;
  box-sizing: border-box;
}
.title-page .blocklist-169 .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-169 .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-169 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-169 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-169 .item {
  padding: 30px;
  margin: 1px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  display: block;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -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;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-169 .item:hover, .title-page .blocklist-169 .item.hover, .title-page .blocklist-169 .item.active {
  background: #f7f7f7;
}
.title-page .blocklist-169 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-169 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-169 .image {
  border: 1px dashed #e3e3e3;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 25px;
  margin-left: 0;
  width: 65px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 65px;
  max-width: 100%;
}
.title-page .blocklist-169 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .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-169 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-169 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .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-169 .title {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  -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;
  padding-top: 0.02px;
  padding-bottom: 10px;
}
.title-page .blocklist-169 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
}
.title-page .blocklist-169 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-169 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-169 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-169 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-169 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-169 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-169 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-169 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-169 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-169 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-169 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-169 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 30px;
}
.title-page .blocklist-169 .all {
  padding: 20px 40px;
  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: Yeseva One, serif;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-169 .all:hover, .title-page .blocklist-169 .all.hover, .title-page .blocklist-169 .all.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #c59d5f;
}
.title-page .blocklist-169 .all:active, .title-page .blocklist-169 .all.active {
  background: #ad8549;
}
.title-page .blocklist-169 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-169 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-169 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-169 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-169 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-169 .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-169 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-169 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-169 .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-169 .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-169 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-169 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-169 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-169 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-169 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-169 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-169 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-169 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-169 .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-169 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-169 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-169 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-169 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .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-169 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-169 .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-169 .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-169 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .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-169 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-169 .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-169 .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-169 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-169 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-169 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .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-169 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-169 .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-169 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-169 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-169 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-169 .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-169 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-169 .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-169 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-169 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-169 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-97 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/54804974_2.png") left calc(50% - 270px) top 0px / auto auto no-repeat;
  max-width: 100%;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Yeseva One, serif;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-98 {
  padding: 0.02px 30px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  z-index: 2;
  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;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-99 {
  padding: 40px;
  margin: -200px 0 0 140px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #c59d5f;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-110 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-182 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-182 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-182 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-182 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-182 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-182 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-182 .popover-body .s3_button_large:hover, .title-page .popover-wrap-182 .popover-body .s3_button_large.hover, .title-page .popover-wrap-182 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-182 .popover-body .s3_button_large:active, .title-page .popover-wrap-182 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-182 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-182 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-182 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-182 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-182 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-182 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-182 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-182 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-182 .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: 5px;
  box-sizing: border-box;
}
.title-page .blocklist-182 .header_text {
  font-size: 40px;
  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;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-182 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-182 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #8b8b8b;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-182 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .blocklist-182 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-182 .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-182 .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-182 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-182 .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-182 .item {
  padding: 0.02px 0;
  margin: 15px;
  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;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-182 .text {
  border: none;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
}
.title-page .blocklist-182 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-182 .image {
  margin: 0 auto 40px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  max-width: 100%;
  width: 100px;
  min-height: 100px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-bottom: 0.02px;
}
.title-page .blocklist-182 .item-label {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 5;
  background: #fff;
  color: #d9d9d9;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  right: auto;
  margin-left: -20px;
  bottom: 0;
  margin-bottom: -19px;
  width: 40px;
  min-height: 40px;
  -webkit-box-shadow: 0px 5px 10px rgba(44, 43, 51, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(44, 43, 51, 0.1);
  box-shadow: 0px 5px 10px rgba(44, 43, 51, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
}
.title-page .blocklist-182 .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-182 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
  align-self: auto;
  margin-right: 0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-182 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-182 .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-182 .title {
  margin: 0 0 5px;
  border: none;
  font-weight: normal;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-size: 35px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-182 .sub-title {
  padding: 0.02px 0;
  margin: 40px auto 20px;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 30px;
  width: 60px;
  min-height: 60px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(37, 211, 102, 0.3);
  -moz-box-shadow: 0px 8px 20px 0px rgba(37, 211, 102, 0.3);
  box-shadow: 0px 8px 20px 0px rgba(37, 211, 102, 0.3);
  background: #25d366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 900;
  left: 0;
  right: 0;
}
.title-page .blocklist-182 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-182 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-182 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-182 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-182 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-182 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-182 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-182 .bx-wrapper {
  max-width: 1188px;
}
.title-page .blocklist-182 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-182 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-182 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-182 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-182 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-182 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-182 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 65px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-182 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_2341401_prev.svg?1555580794979") left 50% top 50% / auto auto no-repeat #eef3f4;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-182 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_2341401_next.svg?1555580794995") left 50% top 50% / auto auto no-repeat #eef3f4;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-182 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-182 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-182 .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-182 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-182 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-182 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-182 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-182 .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-182 .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-182 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-182 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-182 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-182 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-182 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-182 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-182 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-182 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-182 .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-182 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-182 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-182 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-182 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .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-182 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-182 .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-182 .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-182 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .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-182 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-182 .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-182 .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-182 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-182 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-182 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .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-182 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-182 .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-182 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-182 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-182 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-182 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-182 .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-182 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-182 .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-182 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-182 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-182 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-100 .layout_177 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-100 .layout_178 {
  -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-100 {
  padding: 0.02px 20px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}
.title-page .block-102 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-101 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-108 {
  margin: 0 0 200px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 540px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-left: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.title-page .popover-wrap-177 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-177 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-177 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-177 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-177 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-177 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-177 .popover-body .s3_button_large:hover, .title-page .popover-wrap-177 .popover-body .s3_button_large.hover, .title-page .popover-wrap-177 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-177 .popover-body .s3_button_large:active, .title-page .popover-wrap-177 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-177 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-177 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-177 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-177 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-177 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-177 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-177 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-177 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-177 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #090909;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  font-weight: normal;
}
.title-page .editable_block-177 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-align: left;
}
.title-page .editable_block-177 .title {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.2px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  margin-left: 0;
}
.title-page .editable_block-177 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-177 .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-177 .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-177 .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-177 .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-177 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: rgba(9, 9, 9, 0.7);
  line-height: 1.5;
  letter-spacing: 0.3px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  width: 480px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .editable_block-177 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-177 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-177 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-177 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-177 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-177 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  padding-top: 40px;
  padding-bottom: 0.02px;
}
.title-page .editable_block-177 .more > a {
  padding: 20px 40px;
  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: 65px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #c59d5f;
  -moz-box-shadow: inset 0px 0px 0px 2px #c59d5f;
  box-shadow: inset 0px 0px 0px 2px #c59d5f;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .editable_block-177 .more > a:hover, .title-page .editable_block-177 .more > a.hover, .title-page .editable_block-177 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #c59d5f;
}
.title-page .editable_block-177 .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-177 .clear {
  clear: both;
}
.title-page .popover-container-177 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-177 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-177 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-177 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-177 .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-177 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-177 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-177 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-177 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .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-177 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-177 .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-177 .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-177 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .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-177 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-177 .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-177 .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-177 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-177 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-177 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .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-177 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-177 .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-177 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-177 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-177 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-177 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-177 .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-177 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-177 .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-177 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-177 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-177 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-55 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 7;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-54 .layout_111 {
  -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-54 .layout_170 {
  -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-54 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-70 {
  margin: -40px 40px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-111 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-111 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-111 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large:hover, .title-page .popover-wrap-111 .popover-body .s3_button_large.hover, .title-page .popover-wrap-111 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large:active, .title-page .popover-wrap-111 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-111 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-111 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-111 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-111 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-111 .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;
  padding-left: 0;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-111 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-111 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-111 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  color: rgba(26, 26, 26, 0.7);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding-left: 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 .blocklist-111 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-111 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-111 .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-111 .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-111 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-111 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-111 .item {
  margin: 40px 0;
  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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -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;
}
.title-page .blocklist-111 .text {
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(26, 26, 26, 0.6);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 120px;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-111 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-111 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-111 .item-label {
  padding: 0.02px 0;
  margin: 0 0 -75px -45px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: none transparent;
  color: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  line-height: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 135px;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-111 .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-111 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-111 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-111 .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-111 .title {
  padding: 30px 0 10px;
  margin: 0 0 0 120px;
  border: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-111 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-111 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 15px;
}
.title-page .blocklist-111 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-111 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  font-size: 18px;
}
.title-page .blocklist-111 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 25px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}
.title-page .blocklist-111 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-111 .more {
  padding: 25px 30px 30px;
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-111 .more > a {
  padding: 20px 40px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Yeseva One, serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: none #c59d5f;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
  min-height: 62px;
}
.title-page .blocklist-111 .more > a:hover, .title-page .blocklist-111 .more > a.hover, .title-page .blocklist-111 .more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .blocklist-111 .more > a:active, .title-page .blocklist-111 .more > a.active {
  background: none #ad8549;
}
.title-page .blocklist-111 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-111 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-111 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-111 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-111 .footer {
  border: none;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 70px;
  padding-left: 120px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-111 .all {
  padding: 20px 40px;
  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: Yeseva One, serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .blocklist-111 .all:hover, .title-page .blocklist-111 .all.hover, .title-page .blocklist-111 .all.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .blocklist-111 .all:active, .title-page .blocklist-111 .all.active {
  background: none #ad8549;
}
.title-page .blocklist-111 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-111 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-111 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-111 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-111 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-111 .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-111 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-111 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-111 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-111 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-111 .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-111 .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-111 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-111 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-111 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-111 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-111 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-111 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-111 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-111 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-111 .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-111 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-111 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-111 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-111 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-111 .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-111 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-111 .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-111 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-111 .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-111 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-111 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-111 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-106 {
  margin: 0 0 auto 40px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-170 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-170 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-170 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-170 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-170 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-170 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-170 .popover-body .s3_button_large:hover, .title-page .popover-wrap-170 .popover-body .s3_button_large.hover, .title-page .popover-wrap-170 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-170 .popover-body .s3_button_large:active, .title-page .popover-wrap-170 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-170 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-170 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-170 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-170 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-170 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-170 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-170 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-170 .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;
  padding-left: 0;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-170 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-170 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-170 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-left: 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 .blocklist-170 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-170 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-170 .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-170 .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-170 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-170 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-170 .item {
  margin: 40px 0;
  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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -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;
}
.title-page .blocklist-170 .text {
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(26, 26, 26, 0.6);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 120px;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-170 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-170 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-170 .item-label {
  padding: 0.02px 0;
  margin: 0 0 -75px -45px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: none transparent;
  color: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  line-height: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 135px;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-170 .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-170 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-170 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-170 .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-170 .title {
  padding: 30px 0 10px;
  margin: 0 0 0 120px;
  border: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-170 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-170 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 15px;
}
.title-page .blocklist-170 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-170 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  font-size: 18px;
}
.title-page .blocklist-170 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 25px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}
.title-page .blocklist-170 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-170 .more {
  padding: 25px 30px 30px;
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-170 .more > a {
  padding: 20px 40px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Yeseva One, serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: none #c59d5f;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
  min-height: 62px;
}
.title-page .blocklist-170 .more > a:hover, .title-page .blocklist-170 .more > a.hover, .title-page .blocklist-170 .more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .blocklist-170 .more > a:active, .title-page .blocklist-170 .more > a.active {
  background: none #ad8549;
}
.title-page .blocklist-170 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-170 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-170 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-170 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-170 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
}
.title-page .blocklist-170 .all {
  padding: 20px 40px;
  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;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #c59d5f;
  -moz-box-shadow: inset 0px 0px 0px 2px #c59d5f;
  box-shadow: inset 0px 0px 0px 2px #c59d5f;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .blocklist-170 .all:hover, .title-page .blocklist-170 .all.hover, .title-page .blocklist-170 .all.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #c59d5f;
}
.title-page .blocklist-170 .all:active, .title-page .blocklist-170 .all.active {
  background: #ad8549;
}
.title-page .blocklist-170 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-170 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-170 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-170 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-170 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-170 .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-170 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-170 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-170 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-170 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-170 .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-170 .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-170 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-170 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-170 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-170 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-170 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-170 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-170 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-170 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-170 .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-170 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-170 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-170 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .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-170 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-170 .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-170 .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-170 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .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-170 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-170 .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-170 .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-170 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-170 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-170 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .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-170 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-170 .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-170 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-170 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-170 .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-170 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-170 .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-170 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-170 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-170 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-103 {
  padding: 70px 0 80px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(#f7f7f7, #f7f7f7);
  max-width: 100%;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-104 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-111 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-185 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-185 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-185 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-185 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-185 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-185 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-185 .popover-body .s3_button_large:hover, .title-page .popover-wrap-185 .popover-body .s3_button_large.hover, .title-page .popover-wrap-185 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-185 .popover-body .s3_button_large:active, .title-page .popover-wrap-185 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-185 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-185 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-185 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-185 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-185 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-185 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-185 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-185 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-185 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-185 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-185 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-185 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.4;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-185 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  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-185 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-185 .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-185 .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-185 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-185 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-185 .item {
  padding: 80px 50px 50px;
  margin: 15px;
  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;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-185 .text {
  margin: 0;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #c59d5f;
  font-style: italic;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-185 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-185 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  width: auto;
  min-height: 150px;
  -webkit-box-shadow: inset 0px -40px 0px #c59d5f;
  -moz-box-shadow: inset 0px -40px 0px #c59d5f;
  box-shadow: inset 0px -40px 0px #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: 0;
  right: 0;
}
.title-page .blocklist-185 .item-label {
  padding: 0.02px 0 0.02px 40px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMjcgMyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb25zMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTQ5Myw1MDUuNWExLjUsMS41LDAsMSwxLDEuNSwxLjVBMS41LDEuNSwwLDAsMSw0OTMsNTA1LjVabTgsMGExLjUsMS41LDAsMSwxLDEuNSwxLjVBMS41LDEuNSwwLDAsMSw1MDEsNTA1LjVabTgsMGExLjUsMS41LDAsMSwxLDEuNSwxLjVBMS41LDEuNSwwLDAsMSw1MDksNTA1LjVabS0yMSwwYTEuNSwxLjUsMCwxLDEtMS41LTEuNUExLjUsMS41LDAsMCwxLDQ4OCw1MDUuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODUgLTUwNCkiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYzU5ZDVmIj48L3BhdGg+Cjwvc3ZnPg==") left 0px top 50% / auto auto no-repeat;
  color: #c59d5f;
  text-align: left;
  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;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: -40px;
  margin-top: -40px;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0;
  right: auto;
}
.title-page .blocklist-185 .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-185 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 330px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-185 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-185 .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-185 .title {
  margin: 0 0 10px;
  border: none;
  font-weight: normal;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-185 .sub-title {
  padding: 0.02px 0 20px;
  margin: 0;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  width: auto;
  min-height: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  left: 0;
  right: 0;
}
.title-page .blocklist-185 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-185 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.title-page .blocklist-185 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  color: #8b8b8b;
  text-decoration: none;
  font-size: 17px;
}
.title-page .blocklist-185 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #474747;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 30px;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .blocklist-185 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #8b8b8b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
}
.title-page .blocklist-185 .more {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 30px;
}
.title-page .blocklist-185 .more > a {
  padding: 20px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #ffe063;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.title-page .blocklist-185 .more > a:hover, .title-page .blocklist-185 .more > a.hover, .title-page .blocklist-185 .more > a.active {
  background: #ffe478;
}
.title-page .blocklist-185 .more > a:active, .title-page .blocklist-185 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffe063;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffe063;
  box-shadow: inset 0px 0px 0px 2px #ffe063;
  background: transparent;
}
.title-page .blocklist-185 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-185 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-185 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-185 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-185 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-185 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-185 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-185 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-185 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-185 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-185 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-185 .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-185 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-185 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-185 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-185 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-185 .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-185 .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-185 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-185 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-185 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-185 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-185 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-185 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-185 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-185 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-185 .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-185 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-185 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-185 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-185 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .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-185 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-185 .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-185 .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-185 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .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-185 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-185 .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-185 .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-185 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-185 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-185 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .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-185 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-185 .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-185 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-185 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-185 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-185 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-185 .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-185 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-185 .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-185 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-185 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-185 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-109 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f7f7f7;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-107 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/54887868_2.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-bottom: 0.02px;
}
.title-page .block-105 {
  padding: 0.02px 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, rgba(3, 96, 120, 0) 50%);
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-105:active, .title-page .block-105.active {
  border: none;
}
.title-page .block-106 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-108 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  min-height: 0;
  background: #f7f7f7;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.02px;
  padding-top: 80px;
  padding-right: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-112 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-188 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-188 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-188 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-188 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large:hover, .title-page .popover-wrap-188 .popover-body .s3_button_large.hover, .title-page .popover-wrap-188 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large:active, .title-page .popover-wrap-188 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-188 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-188 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-188 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-188 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-188 .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: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-188 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Yeseva One, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-188 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-188 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.8;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 50px;
  border-top: 0px dashed rgba(0, 0, 0, 0.15);
  border-right: 0px dashed rgba(0, 0, 0, 0.15);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  border-left: 0px dashed rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-188 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: -250px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -150px;
}
.title-page .blocklist-188 .body {
  margin: 0 -15px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-188 .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-188 .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-188 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-188 .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-188 .item {
  padding: 15px;
  margin: 15px;
  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;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-188 .text {
  margin: 0;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #8a8a8a;
  font-style: italic;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-188 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-188 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  width: auto;
  min-height: 150px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: 0;
  right: 0;
}
.title-page .blocklist-188 .item-label {
  padding: 0.02px 0 0.02px 40px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMjcgMyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb25zMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTQ5Myw1MDUuNWExLjUsMS41LDAsMSwxLDEuNSwxLjVBMS41LDEuNSwwLDAsMSw0OTMsNTA1LjVabTgsMGExLjUsMS41LDAsMSwxLDEuNSwxLjVBMS41LDEuNSwwLDAsMSw1MDEsNTA1LjVabTgsMGExLjUsMS41LDAsMSwxLDEuNSwxLjVBMS41LDEuNSwwLDAsMSw1MDksNTA1LjVabS0yMSwwYTEuNSwxLjUsMCwxLDEtMS41LTEuNUExLjUsMS41LDAsMCwxLDQ4OCw1MDUuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODUgLTUwNCkiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZTJjYmE2Ij48L3BhdGg+Cjwvc3ZnPg==") left 0px top 50% / auto auto no-repeat;
  color: #8a8a8a;
  text-align: left;
  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;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: -100px;
  margin-top: -30px;
  align-self: auto;
}
.title-page .blocklist-188 .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-188 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 150px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-188 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-188 .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-188 .title {
  margin: 0 0 10px;
  border: none;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #252a32;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-188 .sub-title {
  padding: 0.02px 0 20px;
  margin: 0;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #8a8a8a;
  text-decoration: none;
  font-size: 18px;
  width: auto;
  min-height: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  left: 0;
  right: 0;
}
.title-page .blocklist-188 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-188 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.title-page .blocklist-188 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  color: #8b8b8b;
  text-decoration: none;
  font-size: 17px;
}
.title-page .blocklist-188 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #474747;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 30px;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .blocklist-188 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #8b8b8b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
}
.title-page .blocklist-188 .more {
  margin: 0;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 30px;
}
.title-page .blocklist-188 .more > a {
  padding: 20px 30px;
  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;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #ffe063;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.title-page .blocklist-188 .more > a:hover, .title-page .blocklist-188 .more > a.hover, .title-page .blocklist-188 .more > a.active {
  background: #ffe478;
}
.title-page .blocklist-188 .more > a:active, .title-page .blocklist-188 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffe063;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffe063;
  box-shadow: inset 0px 0px 0px 2px #ffe063;
  background: transparent;
}
.title-page .blocklist-188 .bx-wrapper {
  max-width: 630px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-188 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-188 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-188 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-188 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-188 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-188 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-188 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 20px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-188 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDIxIDM0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQm9sU3RyZWxrYS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYxMi4zNjEsMTY5TDU5NiwxNTJsMTYuMzYxLTE3TDYxNywxMzkuNzU0LDYwNS4yMTUsMTUyLDYxNywxNjQuMjQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5NiAtMTM1KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 6px no-repeat #e2cba6;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e2cba6, inset 0px 0px 0px 7px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #e2cba6, inset 0px 0px 0px 7px #fff;
  box-shadow: inset 0px 0px 0px 2px #e2cba6, inset 0px 0px 0px 7px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .blocklist-188 .prev:hover, .title-page .blocklist-188 .prev.hover, .title-page .blocklist-188 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDIxIDM0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQm9sU3RyZWxrYS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYxMi4zNjEsMTY5TDU5NiwxNTJsMTYuMzYxLTE3TDYxNywxMzkuNzU0LDYwNS4yMTUsMTUyLDYxNywxNjQuMjQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5NiAtMTM1KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 6px no-repeat #415b72;
  -webkit-box-shadow: inset 0px 0px 0px 2px #415b72, inset 0px 0px 0px 7px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #415b72, inset 0px 0px 0px 7px #fff;
  box-shadow: inset 0px 0px 0px 2px #415b72, inset 0px 0px 0px 7px #fff;
}
.title-page .blocklist-188 .prev:active, .title-page .blocklist-188 .prev.active {
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 7px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 7px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 7px #fff;
}
.title-page .blocklist-188 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDIxIDM0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQm9sMlN0cmVsa2Euc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02MzAuNjM5LDE2OUw2NDcsMTUybC0xNi4zNjEtMTdMNjI2LDEzOS43NTQsNjM3Ljc4NSwxNTIsNjI2LDE2NC4yNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjI2IC0xMzUpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 6px no-repeat #e2cba6;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e2cba6, inset 0px 0px 0px 7px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #e2cba6, inset 0px 0px 0px 7px #fff;
  box-shadow: inset 0px 0px 0px 2px #e2cba6, inset 0px 0px 0px 7px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-188 .next:hover, .title-page .blocklist-188 .next.hover, .title-page .blocklist-188 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDIxIDM0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQm9sMlN0cmVsa2Euc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02MzAuNjM5LDE2OUw2NDcsMTUybC0xNi4zNjEtMTdMNjI2LDEzOS43NTQsNjM3Ljc4NSwxNTIsNjI2LDE2NC4yNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjI2IC0xMzUpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 6px no-repeat #415b72;
  -webkit-box-shadow: inset 0px 0px 0px 2px #415b72, inset 0px 0px 0px 7px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #415b72, inset 0px 0px 0px 7px #fff;
  box-shadow: inset 0px 0px 0px 2px #415b72, inset 0px 0px 0px 7px #fff;
}
.title-page .blocklist-188 .next:active, .title-page .blocklist-188 .next.active {
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 7px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 7px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 7px #fff;
}
.title-page .blocklist-188 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-188 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-188 .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-188 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-188 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-188 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-188 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-188 .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-188 .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-188 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-188 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-188 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-188 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-188 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-188 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-188 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-188 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-188 .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-188 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-188 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-188 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-188 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-188 .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-188 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-188 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-188 .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-188 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-188 .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-188 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-188 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-188 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-22 {
  padding: 80px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f7f7f7;
  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;
}
.title-page .block-23 .layout_76 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 .layout_123 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 {
  padding: 0.02px 20px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-47 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 100px;
  padding-right: 0;
}
.title-page .popover-wrap-76 .popover-body {
  padding: 40px 40px 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-76 .popover-body .form_text input {
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-76 .popover-body .form_calendar input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-76 .popover-body .form_calendar_interval input {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-76 .popover-body textarea {
  padding: 15px 20px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large {
  padding: 20px 40px;
  background: none #c59d5f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Yeseva One, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large:hover, .title-page .popover-wrap-76 .popover-body .s3_button_large.hover, .title-page .popover-wrap-76 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large:active, .title-page .popover-wrap-76 .popover-body .s3_button_large.active {
  background: none #ad8549;
}
.title-page .popover-wrap-76 .popover-body .s3_message {
  padding: 15px 20px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ad8549;
  color: #fff;
  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: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-76 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzFmMWYyMyI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #f7f7f7;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-76 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-76 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-76 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.title-page .blocklist-76 .header_text {
  padding: 0.02px 0;
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Yeseva One, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-76 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-76 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.4;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.title-page .blocklist-76 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-left: 0;
  padding-top: 0.02px;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-76 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-76 .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-76 .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-76 .bx-wrapper {
  max-width: 710px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-76 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-76 .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: 710px;
}
.title-page .blocklist-76 .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-76 .item {
  padding: 0.02px 0;
  margin: 0;
  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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQwIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icmV2aWV3LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTcyOCw1ODMuNzI2YTguMzU2LDguMzU2LDAsMCwxLS4wOCwxLjEyNWMtMS4wNCwxMy4zNC0xMi43NiwxNS4xNDgtMTIuNzYsMTUuMTQ4YTE4LjYsMTguNiwwLDAsMCwyLjc5LTcuNjMyLDguNzM1LDguNzM1LDAsMSwxLDEwLjAzLTkuMjU1bDAuMDItLjAxNmMwLDAuMTE5LDAsLjIzNS0wLjAxLjM1M0EyLjU1NSwyLjU1NSwwLDAsMSwxNzI4LDU4My43MjZabS0yMi40NiwxLjEyNWMtMS4wNCwxMy4zNC0xMi43NywxNS4xNDgtMTIuNzcsMTUuMTQ4YTE4LjMxNiwxOC4zMTYsMCwwLDAsMi43OS03LjYzMiw4LjczNSw4LjczNSwwLDEsMSwxMC4wMy05LjI1NWwwLjAzLS4wMTZjLTAuMDEuMTE5LS4wMSwwLjIzNS0wLjAxLDAuMzUzLDAsMC4wOTIuMDEsMC4xODQsMC4wMSwwLjI3N0E4LjM1Niw4LjM1NiwwLDAsMSwxNzA1LjU0LDU4NC44NTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTY4OCAtNTc1KSIgZmlsbD0iI2M1OWQ1ZiIgZmlsbC1vcGFjaXR5PSIwLjE1IiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 30px top 0px / 80px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-76 .text {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  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: rgba(26, 26, 26, 0.6);
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-76 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-76 .image {
  margin: 2px 40px 0 2px;
  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;
  min-height: 70px;
  width: 150px;
  float: left;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .blocklist-76 .item-label {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: #ff504d;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  bottom: 0;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-76 .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-76 .img-convert {
  margin: 0 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(197, 157, 95, 0.3);
  -moz-box-shadow: 0px 0px 0px 2px rgba(197, 157, 95, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(197, 157, 95, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-76 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-76 .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-76 .title {
  margin: 0;
  border: none;
  font-weight: normal;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Yeseva One, serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 22px;
  -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;
  padding-left: 0;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-76 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-76 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-76 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #323232;
  text-decoration: none;
  font-size: 17px;
  margin-right: 5px;
}
.title-page .blocklist-76 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #ff5682;
  text-decoration: none;
  font-size: 25px;
  font-weight: normal;
  margin-right: 5px;
}
.title-page .blocklist-76 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  text-decoration: none;
  font-size: 17px;
}
.title-page .blocklist-76 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 50px;
}
.title-page .blocklist-76 .more > a {
  padding: 16px 40px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -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;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #6fa600;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  cursor: pointer;
  min-height: 60px;
}
.title-page .blocklist-76 .more > a:hover, .title-page .blocklist-76 .more > a.hover, .title-page .blocklist-76 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #6fa600;
  -moz-box-shadow: inset 0px 0px 0px 2px #6fa600;
  box-shadow: inset 0px 0px 0px 2px #6fa600;
  background: transparent;
}
.title-page .blocklist-76 .sub-title {
  margin-bottom: 30px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #c59d5f;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  padding-top: 10px;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  border-top: 0px dashed rgba(197, 157, 95, 0.3);
  border-right: 0px dashed rgba(197, 157, 95, 0.3);
  border-bottom: 1px dashed rgba(197, 157, 95, 0.3);
  border-left: 0px dashed rgba(197, 157, 95, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-76 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-76 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}
.title-page .blocklist-76 .all {
  padding: 17px 30px 15px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  color: #045596;
  text-decoration: none;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 15px 25px rgba(0, 0, 0, 0.1);
  background: #fed63c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
}
.title-page .blocklist-76 .all:hover, .title-page .blocklist-76 .all.hover, .title-page .blocklist-76 .all.active {
  color: #5a6fba;
  background: #ffd94f;
}
.title-page .blocklist-76 .all:active, .title-page .blocklist-76 .all.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
}
.title-page .blocklist-76 .controls {
  margin: 40px 0 0;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  width: auto;
}
.title-page .blocklist-76 .prev {
  padding: 20px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/left22.svg?1550826850214") left 50% top 50% / 11px no-repeat, none #c59d5f;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50px;
  font-family: PT Serif Caption, serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  margin-right: 10px;
}
.title-page .blocklist-76 .prev:hover, .title-page .blocklist-76 .prev.hover, .title-page .blocklist-76 .prev.active {
  background: url("../images/left22.svg?1550826850214") left 50% top 50% / 11px no-repeat, linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .blocklist-76 .prev:active, .title-page .blocklist-76 .prev.active {
  background: url("../images/left22.svg?1550826850214") left 50% top 50% / 11px no-repeat, none #ad8549;
}
.title-page .blocklist-76 .next {
  padding: 20px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/right22.svg?1550826850299") left 50% top 50% / 11px no-repeat, none #c59d5f;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50px;
  font-family: PT Serif Caption, serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-76 .next:hover, .title-page .blocklist-76 .next.hover, .title-page .blocklist-76 .next.active {
  background: url("../images/right22.svg?1550826850299") left 50% top 50% / 11px no-repeat, linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .blocklist-76 .next:active, .title-page .blocklist-76 .next.active {
  background: url("../images/right22.svg?1550826850299") left 50% top 50% / 11px no-repeat, none #ad8549;
}
.title-page .blocklist-76 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-76 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-76 .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-76 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-76 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-76 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-76 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-76 .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-76 .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-76 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-76 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-76 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-76 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.title-page .blocklist-76 .bx-pager a:hover, .title-page .blocklist-76 .bx-pager a.hover, .title-page .blocklist-76 .bx-pager a.active {
  background: rgba(255, 255, 255, 0.5);
}
.title-page .blocklist-76 .bx-pager a:active, .title-page .blocklist-76 .bx-pager a.active {
  background: #c6a47e;
}
.title-page .popover-container-76 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-76 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-76 .popover-form-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-76 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-76 .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-76 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-76 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-76 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-76 .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-76 .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-76 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-76 .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-76 .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-76 .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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  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;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-76 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-76 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-76 .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-76 .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;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-76 .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-76 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 26, 26, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-76 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-76 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-76 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-76 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-76 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-72 {
  padding: 50px 40px 60px;
  margin: 0 0 auto 70px;
  position: relative;
  top: 0;
  left: 0;
  width: 420px;
  min-height: 0;
  background: linear-gradient(#fff, #fff);
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-75 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  min-height: 0;
}
.title-page .form-124 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 27px;
  margin-bottom: 0;
  font-family: Yeseva One, serif;
  color: #1a1a1a;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-124 .form__text {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  color: rgba(44, 44, 44, 0.7);
  line-height: 1.5;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -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;
  padding-top: 10px;
}
.title-page .form-124 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-124 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-124 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
  margin-top: 0;
}
.title-page .form-124 .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-124 .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-124 .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;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.title-page .form-124 .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-124 .form-text {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-124 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-124 .form-item__body {
  box-sizing: border-box;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.title-page .form-124 .form-text input {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-width: 100px;
  min-height: 54px;
  outline: none;
  font-size: 14px;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  height: 54px;
  resize: vertical;
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-124 .form-textarea textarea {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 55px;
  outline: none;
  display: block;
  font-size: 14px;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  height: 55px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-appearance: none;
  margin-bottom: 15px;
  font-weight: normal;
}
.title-page .form-124 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-124 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-124 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-124 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-124 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-124 .form-select select {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  text-align: start;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .form-124 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  padding-left: 5px;
}
.title-page .form-124 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-124 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-124 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-124 .form-radio .form-item__title {
  color: rgba(26, 26, 26, 0.7);
  font-size: 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-124 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
}
.title-page .form-124 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-124 .form-submit {
  margin: 0;
  box-sizing: border-box;
  width: auto;
  padding-top: 0.02px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-124 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-124 .form-submit .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  box-sizing: border-box;
}
.title-page .form-124 .form-submit button {
  padding: 20px 40px;
  box-sizing: border-box;
  text-align: center;
  background: none #c59d5f;
  outline: none;
  font-family: Yeseva One, serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 62px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-124 .form-submit button:hover, .title-page .form-124 .form-submit button.hover, .title-page .form-124 .form-submit button.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .form-124 .form-submit button:active, .title-page .form-124 .form-submit button.active {
  background: none #ad8549;
}
.title-page .form-124 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-124 .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: 0;
  margin-top: 0;
}
.title-page .form-124 .form-captcha .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  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-124 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  font-size: 14px;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  resize: vertical;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-124 .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-124 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-124 .form-captcha button {
  padding: 20px 40px;
  box-sizing: border-box;
  text-align: center;
  background: none #c59d5f;
  outline: none;
  font-family: Yeseva One, serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 62px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-124 .form-captcha button:hover, .title-page .form-124 .form-captcha button.hover, .title-page .form-124 .form-captcha button.active {
  border: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #f7b6ad;
}
.title-page .form-124 .form-captcha button:active, .title-page .form-124 .form-captcha button.active {
  background: none #de968c;
}
.title-page .form-124 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-124 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-124 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-124 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-124 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-checkbox .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  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-124 .form-checkbox .form-item__title {
  color: rgba(26, 26, 26, 0.7);
  font-size: 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-124 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-124 .form-checkbox .form-item__body label.form-item__title {
  color: rgba(26, 26, 26, 0.7);
  font-size: 13px;
  text-decoration: none;
}
.title-page .form-124 .form-radio {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-radio .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  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-124 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-124 .form-radio .form-item__body label.form-item__title {
  color: rgba(26, 26, 26, 0.7);
  font-size: 13px;
  text-decoration: none;
}
.title-page .form-124 .form-select {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-div {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-html {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-html .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 15px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
}
.title-page .form-124 .form-upload {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-calendar .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
}
.title-page .form-124 .form-calendar input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-height: 0;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
}
.title-page .form-124 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-124 .form-calendar_interval input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-height: 0;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
}
.title-page .form-124 .form-calendar_interval .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-124 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 14px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-124 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 14px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-124 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-124 .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-124 .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;
}
.title-page .form-124 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-124 .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-124 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-124 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.title-page .form-124 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .form-124 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .form-124 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .block-66 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #1a1a1a;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.title-page .block-67 {
  padding: 80px 20px 0.02px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-76 {
  padding: 20px 0;
  margin: -30px 0 0 1140px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 60px;
  min-height: 60px;
  background: url("../images/up22.svg?1550830304935") left 50% top 50% / 20px no-repeat, none #c59d5f;
  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-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-76:hover, .title-page .widget-76.hover, .title-page .widget-76.active {
  background: url("../images/up22.svg?1550830304935") left 50% top 50% / 20px no-repeat, linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
}
.title-page .widget-76:active, .title-page .widget-76.active {
  background: url("../images/up22.svg?1550830304935") left 50% top 50% / 20px no-repeat, none #ad8549;
}
.title-page .up-127 .icon {
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/wm_button_up_up.png") left 50% top 50% no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
}
.title-page .up-127 .title {
  margin: 0;
  border: none;
  box-sizing: border-box;
  color: #212121;
  text-align: center;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  width: 150px;
  min-height: 0;
  padding-bottom: 0.02px;
  padding-top: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-127 .title:hover, .title-page .up-127 .title.hover, .title-page .up-127 .title.active {
  color: #ff6200;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZjUwMzgiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
}
.title-page .block-68 .layout_center_114_id_146_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-68 {
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
  padding-bottom: 80px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-84 .layout_147 {
  -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-84 .layout_148 {
  -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-84 .layout_149 {
  -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-84 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.02px;
  right: 0;
}
.title-page .widget-91 {
  margin: 0 30px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .schedule-147 p:first-child {
  margin-top: 0;
}
.title-page .schedule-147 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-147 .header {
  box-sizing: border-box;
}
.title-page .schedule-147 .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 .schedule-147 .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 .schedule-147 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNy4wNjIiIHZpZXdCb3g9IjAgMCAzNyAzNy4wNjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJncmFmMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTUzMy4wMDYsNDE5LjVhMTguNSwxOC41LDAsMSwxLTM2Ljk5MiwwaDBhMTguNSwxOC41LDAsMSwxLDM2Ljk5MSwwaDBabS0zLjI0LTEuNDU4YTE1LjA0NiwxNS4wNDYsMCwwLDAtMS42MzYtNS41bC0wLjcyOC40MjFhMC43OSwwLjc5LDAsMCwxLTEuMDgxLS4yOTEsMC43OTMsMC43OTMsMCwwLDEsLjI4OC0xLjA4NGwwLjcyMy0uNDE4YTE1LjU3OCwxNS41NzgsMCwwLDAtNC41MDctNC41bC0wLjQxNS43MjNhMC43OTMsMC43OTMsMCwwLDEtMS4zNzUtLjc5MmwwLjQyMy0uNzM2YTE1LjEzNSwxNS4xMzUsMCwwLDAtNS40OTMtMS42MzMsMS41OCwxLjU4LDAsMCwxLTIuOSwwLDE0Ljk5NCwxNC45OTQsMCwwLDAtNS40OTQsMS42MzZsMC40MjEsMC43MzNhMC43OTMsMC43OTMsMCwxLDEtMS4zNzUuNzkybC0wLjQxNy0uNzI2YTE1LjYsMTUuNiwwLDAsMC00LjUsNC41MDlsMC43MjQsMC40MTVhMC43OTQsMC43OTQsMCwwLDEtLjc4NiwxLjM3OWwtMC43NDItLjQyNmExNS4yLDE1LjIsMCwwLDAtMS42MzUsNS41LDEuNTg2LDEuNTg2LDAsMCwxLDAsMi45MTMsMTUuMDI5LDE1LjAyOSwwLDAsMCwxLjYzNyw1LjVsMC43NDMtLjQyNGEwLjc5MywwLjc5MywwLDEsMSwuNzgzLDEuMzhsLTAuNzI3LjQxNWExNS41NzgsMTUuNTc4LDAsMCwwLDQuNTA3LDQuNWwwLjQxMy0uNzJhMC43OTMsMC43OTMsMCwxLDEsMS4zNzUuNzlsLTAuNDIxLjczNWExNS4xNTcsMTUuMTU3LDAsMCwwLDUuNSwxLjYzNCwxLjU4LDEuNTgsMCwwLDEsMi45LDAsMTQuOTkyLDE0Ljk5MiwwLDAsMCw1LjUtMS42MzlsLTAuNDIyLS43MjdhMC43OTQsMC43OTQsMCwwLDEsMS4zNzItLjhsMC40MjEsMC43MjVhMTUuNTgyLDE1LjU4MiwwLDAsMCw0LjUtNC41MDlsLTAuNzE5LS40MTNhMC43OTQsMC43OTQsMCwxLDEsLjc5LTEuMzc3bDAuNzMyLDAuNDIyYTE1LjE4MSwxNS4xODEsMCwwLDAsMS42MzItNS41QTEuNTg2LDEuNTg2LDAsMCwxLDUyOS43NjYsNDE4LjAzOVptLTE0LjI0OCwyLjY2Yy0wLjAyOS4wMzQtLjA0LDAuMDc3LTAuMDcyLDAuMTA5bC00LjYsNC42MDZhMS41ODYsMS41ODYsMCwxLDEtMi4yNDItMi4yNDVsNC4zMjYtNC4zM3YtMTAuOGExLjU4NiwxLjU4NiwwLDEsMSwzLjE3MSwwVjQxOS41QTEuNTYzLDEuNTYzLDAsMCwxLDUxNS41MTgsNDIwLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk2IC00MDAuOTY5KSIgZmlsbD0iI2M1OWQ1ZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 18px;
}
.title-page .schedule-147 .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 .schedule-147 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-147 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 7px;
}
.title-page .schedule-147 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .schedule-147 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-147 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-92 {
  margin: 0 15px auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-148 p:first-child {
  margin-top: 0;
}
.title-page .phones-148 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-148 .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-148 .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-148 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNjNTlkNWYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 18px;
}
.title-page .phones-148 .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-148 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-148 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 7px;
}
.title-page .phones-148 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  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: 18px;
  font-weight: normal;
}
.title-page .phones-148 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-148 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-148 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-93 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-149 p:first-child {
  margin-top: 0;
}
.title-page .address-149 p:last-child {
  margin-bottom: 0;
}
.title-page .address-149 .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-149 .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-149 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiNjNTlkNWYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: auto;
  margin-left: auto;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-149 .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-149 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-149 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 7px;
}
.title-page .address-149 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .address-149 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-149 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-109 {
  margin: 50px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 960px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .widgetsocial-179 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-179 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-179 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  width: auto;
}
.title-page .widgetsocial-179 .soc {
  margin: 0 15px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  align-self: auto;
}
.title-page .widgetsocial-179 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .vk .wg-soc-icon:hover, .title-page .widgetsocial-179 .vk .wg-soc-icon.hover, .title-page .widgetsocial-179 .vk .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJGYWNlYm9vay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzExIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTEiIGNsYXNzPSJjbHMtMSIgZD0iTTg4MCA5OTNoNGUydjM5OS4xMkg4ODBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IkZhY2Vib29rIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkzLjg1IDEyOTEuOTl2LTkxLjIzaDMwLjM2bDQuNTUtMzUuNTVoLTM0Ljkxdi0yMi43YzAtMTAuMyAyLjg0LTE3LjMxIDE3LjQ3LTE3LjMxbDE4LjY3LS4wMXYtMzEuOGEyNDguNDczIDI0OC40NzMuMCAwIDAtMjcuMi0xLjRjLTI2LjkxLjAtNDUuMzQgMTYuNTctNDUuMzQgNDd2MjYuMjJoLTMwLjQzdjM1LjU1aDMwLjQzdjkxLjIzaDM2LjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgwIC05OTMpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .fb .wg-soc-icon:hover, .title-page .widgetsocial-179 .fb .wg-soc-icon.hover, .title-page .widgetsocial-179 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJGYWNlYm9vay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzExIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTEiIGNsYXNzPSJjbHMtMSIgZD0iTTg4MCA5OTNoNGUydjM5OS4xMkg4ODBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IkZhY2Vib29rIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkzLjg1IDEyOTEuOTl2LTkxLjIzaDMwLjM2bDQuNTUtMzUuNTVoLTM0Ljkxdi0yMi43YzAtMTAuMyAyLjg0LTE3LjMxIDE3LjQ3LTE3LjMxbDE4LjY3LS4wMXYtMzEuOGEyNDguNDczIDI0OC40NzMuMCAwIDAtMjcuMi0xLjRjLTI2LjkxLjAtNDUuMzQgMTYuNTctNDUuMzQgNDd2MjYuMjJoLTMwLjQzdjM1LjU1aDMwLjQzdjkxLjIzaDM2LjR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgwIC05OTMpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJUd2VldGVyLnN2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSIzOTkuMTMiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEzIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxMCIgY2xhc3M9ImNscy0xIiBkPSJNMTMwOSA5OTNoNGUydjM5OS4xMkgxMzA5Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzA5IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iVHdlZXRlciIgY2xhc3M9ImNscy0yIiBkPSJNMTYwOCAxMTI5LjI5YTgxLjg0MiA4MS44NDIuMCAwIDEtMjMuNTcgNi40OSA0MS4yNzEgNDEuMjcxLjAgMCAwIDE4LjA0LTIyLjc3IDgxLjcyMyA4MS43MjMuMCAwIDEtMjYuMDUgOS45OCA0MS4xIDQxLjEuMCAwIDAtNjkuOTIgMzcuNTMgMTE2LjM0MyAxMTYuMzQzLjAgMCAxLTg0LjU4LTQyLjk5IDQxLjI4OSA0MS4yODkuMCAwIDAgMTIuNyA1NC45NCA0MC43MiA0MC43Mi4wIDAgMS0xOC41OC01LjE1Yy0uMDEuMTctLjAxLjM1LS4wMS41MmE0MS4xNDkgNDEuMTQ5LjAgMCAwIDMyLjkyIDQwLjM1IDQxLjAyMSA0MS4wMjEuMCAwIDEtMTguNTMuNyA0MS4wNzkgNDEuMDc5LjAgMCAwIDM4LjMzIDI4LjU4IDgyLjE4OCA4Mi4xODguMCAwIDEtNTAuOTYgMTcuNjIgODMuMTYgODMuMTYuMCAwIDEtOS43OS0uNTggMTE1Ljg3NSAxMTUuODc1LjAgMCAwIDYyLjkgMTguNDljNzUuNDcuMCAxMTYuNzQtNjIuNyAxMTYuNzQtMTE3LjA4LjAtMS43OC0uMDQtMy41Ni0uMTEtNS4zMkE4My42MzggODMuNjM4LjAgMCAwIDE2MDggMTEyOS4yOXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzA5IC05OTMpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .tw .wg-soc-icon:hover, .title-page .widgetsocial-179 .tw .wg-soc-icon.hover, .title-page .widgetsocial-179 .tw .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJUd2VldGVyLnN2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSIzOTkuMTMiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEzIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxMCIgY2xhc3M9ImNscy0xIiBkPSJNMTMwOSA5OTNoNGUydjM5OS4xMkgxMzA5Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzA5IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iVHdlZXRlciIgY2xhc3M9ImNscy0yIiBkPSJNMTYwOCAxMTI5LjI5YTgxLjg0MiA4MS44NDIuMCAwIDEtMjMuNTcgNi40OSA0MS4yNzEgNDEuMjcxLjAgMCAwIDE4LjA0LTIyLjc3IDgxLjcyMyA4MS43MjMuMCAwIDEtMjYuMDUgOS45OCA0MS4xIDQxLjEuMCAwIDAtNjkuOTIgMzcuNTMgMTE2LjM0MyAxMTYuMzQzLjAgMCAxLTg0LjU4LTQyLjk5IDQxLjI4OSA0MS4yODkuMCAwIDAgMTIuNyA1NC45NCA0MC43MiA0MC43Mi4wIDAgMS0xOC41OC01LjE1Yy0uMDEuMTctLjAxLjM1LS4wMS41MmE0MS4xNDkgNDEuMTQ5LjAgMCAwIDMyLjkyIDQwLjM1IDQxLjAyMSA0MS4wMjEuMCAwIDEtMTguNTMuNyA0MS4wNzkgNDEuMDc5LjAgMCAwIDM4LjMzIDI4LjU4IDgyLjE4OCA4Mi4xODguMCAwIDEtNTAuOTYgMTcuNjIgODMuMTYgODMuMTYuMCAwIDEtOS43OS0uNTggMTE1Ljg3NSAxMTUuODc1LjAgMCAwIDYyLjkgMTguNDljNzUuNDcuMCAxMTYuNzQtNjIuNyAxMTYuNzQtMTE3LjA4LjAtMS43OC0uMDQtMy41Ni0uMTEtNS4zMkE4My42MzggODMuNjM4LjAgMCAwIDE2MDggMTEyOS4yOXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzA5IC05OTMpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJnb29nbGUuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NDkgMTg1MUg4NDl2Mzk5LjEySDQ0OVYxODUxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0OSAtMTg1MSkiIGZpbGwtb3BhY2l0eT0iMCIgaWQ9InBhdGgtNCI+PC9wYXRoPjxwYXRoIGlkPSJnb29nbGUiIGNsYXNzPSJjbHMtMiIgZD0iTTc0My44MjggMjA0OS41NUg3MTMuNjY2djMwLjM5YTQuMTc0IDQuMTc0LjAgMCAxLTQuMTYxIDQuMTloLTguNTkxYTQuMTkxIDQuMTkxLjAgMCAxLTQuMTgxLTQuMTl2LTMwLjM5SDY2Ni41ODFhNC4xOTQgNC4xOTQuMCAwIDEtNC4xNzItNC4yMXYtOC42NGE0LjE5NCA0LjE5NC4wIDAgMSA0LjE3Mi00LjIxaDMwLjE1MlYyMDAyLjFhNC4yMDYgNC4yMDYuMCAwIDEgNC4xODEtNC4yaDguNTkxYTQuMTg5IDQuMTg5LjAgMCAxIDQuMTYxIDQuMnYzMC4zOWgzMC4xNjJBNC4xOTMgNC4xOTMuMCAwIDEgNzQ4IDIwMzYuN3Y4LjY0QTQuMTkzIDQuMTkzLjAgMCAxIDc0My44MjggMjA0OS41NXptLTkwLjM5LTc0LjI5YTQuMTEgNC4xMS4wIDAgMS0yLjQ0OC43OWgtNC4yNTdjNS40ODYgNi42MyA4LjcxNCAxNi4wNiA4LjcxNCAyNi42Ny4wIDExLjcxLTUuODk1IDIyLjgtMTYuNTcxIDMxLjIzLTguMjc2IDYuNDgtOC42IDguMjYtOC42IDExLjk3LjEgMi4wNCA1Ljg2NyA4LjY3IDEyLjIwOSAxMy4yIDE0LjggMTAuNTQgMjAuMyAyMC44OCAyMC4zIDM4LjE2LjAgMTgtMTMuNTkgMzMuNi0zNC42MTkgMzkuNzVhNzcuODEyIDc3LjgxMi4wIDAgMS0yMS43IDIuOTcgOTcuNjA3IDk3LjYwNy4wIDAgMS0yNC4zNTItMi45NmMtMTQuNzgxLTMuNzQtMjUuNzE1LTEwLjg3LTMwLjgyLTIwLjA1YTI1LjgwOCAyNS44MDguMCAwIDEtMy4zLTEyLjYgMzEuOTEyIDMxLjkxMi4wIDAgMSAzLjE4MS0xMy41OWM4LjEtMTcuNDEgMjkuNDU3LTI5LjEgNTMuMS0yOS4xLjI0OC4wLjQ1OC4wLjY4Ni0uMDJhMjEuMTY2IDIxLjE2Ni4wIDAgMS0yLjg1Ny0xMC42MyAyMi45NTggMjIuOTU4LjAgMCAxIC43MjQtNS42NmMtMjQuODEtLjU3LTQzLjM3Mi0xOC44OC00My4zNzItNDMgMC0xNy4wNSAxMy41MTUtMzMuNjQgMzIuODQ4LTQwLjM2YTUzLjMzOSA1My4zMzkuMCAwIDEgMTcuNS0zLjAzaDUzLjA0OGE0LjIgNC4yLjAgMCAxIDIuNDQ3IDcuNnptLTc3Ljk2MiAxMjMuNDFjMCAxMy42NiAxMy41NjIgMjQuMzcgMzAuODk1IDI0LjM3IDIyLjg0OC4wIDM0LjQzOC03Ljk0IDM0LjQzOC0yMy41OWEyMC4zMjEgMjAuMzIxLjAgMCAwLS41MzMtNC41NGMtMS41NDMtNi4wOS03LjA2Ny05Ljg4LTE1LjQzOC0xNS42Mi0xLjE1My0uNzgtMi4zNTMtMS42MS0zLjU4MS0yLjQ3YTM5LjkgMzkuOS4wIDAgMC0xMS4zOTEtMS43NGwtLjQ3Ni0uMDFDNTkxLjMzMyAyMDc1LjA3IDU3NS40NzYgMjA4Ni4xIDU3NS40NzYgMjA5OC42N3ptNTIuNTktOTQuMzVjLTIuMDc2LTE1LjgzLTEzLjI4NS0yOC45OS0yNS4wMDktMjkuMzNsLS40NzYtLjAxYTEzLjgwNiAxMy44MDYuMCAwIDAtMTAuNjY3IDQuOTVjLTQuMzcyIDUuMDItNi4yMDkgMTIuOTYtNS4wNTcgMjEuOCAyLjA1NyAxNS44MSAxMy41MTQgMjkuNSAyNSAyOS44M2guMTlhMTMuNzkgMTMuNzkuMCAwIDAgMTAuNzkxLTQuOTVDNjI3LjI2NiAyMDIxLjUyIDYyOS4yMTkgMjAxMy4xOCA2MjguMDY2IDIwMDQuMzJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ5IC0xODUxKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .google .wg-soc-icon:hover, .title-page .widgetsocial-179 .google .wg-soc-icon.hover, .title-page .widgetsocial-179 .google .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJnb29nbGUuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NDkgMTg1MUg4NDl2Mzk5LjEySDQ0OVYxODUxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0OSAtMTg1MSkiIGZpbGwtb3BhY2l0eT0iMCIgaWQ9InBhdGgtNCI+PC9wYXRoPjxwYXRoIGlkPSJnb29nbGUiIGNsYXNzPSJjbHMtMiIgZD0iTTc0My44MjggMjA0OS41NUg3MTMuNjY2djMwLjM5YTQuMTc0IDQuMTc0LjAgMCAxLTQuMTYxIDQuMTloLTguNTkxYTQuMTkxIDQuMTkxLjAgMCAxLTQuMTgxLTQuMTl2LTMwLjM5SDY2Ni41ODFhNC4xOTQgNC4xOTQuMCAwIDEtNC4xNzItNC4yMXYtOC42NGE0LjE5NCA0LjE5NC4wIDAgMSA0LjE3Mi00LjIxaDMwLjE1MlYyMDAyLjFhNC4yMDYgNC4yMDYuMCAwIDEgNC4xODEtNC4yaDguNTkxYTQuMTg5IDQuMTg5LjAgMCAxIDQuMTYxIDQuMnYzMC4zOWgzMC4xNjJBNC4xOTMgNC4xOTMuMCAwIDEgNzQ4IDIwMzYuN3Y4LjY0QTQuMTkzIDQuMTkzLjAgMCAxIDc0My44MjggMjA0OS41NXptLTkwLjM5LTc0LjI5YTQuMTEgNC4xMS4wIDAgMS0yLjQ0OC43OWgtNC4yNTdjNS40ODYgNi42MyA4LjcxNCAxNi4wNiA4LjcxNCAyNi42Ny4wIDExLjcxLTUuODk1IDIyLjgtMTYuNTcxIDMxLjIzLTguMjc2IDYuNDgtOC42IDguMjYtOC42IDExLjk3LjEgMi4wNCA1Ljg2NyA4LjY3IDEyLjIwOSAxMy4yIDE0LjggMTAuNTQgMjAuMyAyMC44OCAyMC4zIDM4LjE2LjAgMTgtMTMuNTkgMzMuNi0zNC42MTkgMzkuNzVhNzcuODEyIDc3LjgxMi4wIDAgMS0yMS43IDIuOTcgOTcuNjA3IDk3LjYwNy4wIDAgMS0yNC4zNTItMi45NmMtMTQuNzgxLTMuNzQtMjUuNzE1LTEwLjg3LTMwLjgyLTIwLjA1YTI1LjgwOCAyNS44MDguMCAwIDEtMy4zLTEyLjYgMzEuOTEyIDMxLjkxMi4wIDAgMSAzLjE4MS0xMy41OWM4LjEtMTcuNDEgMjkuNDU3LTI5LjEgNTMuMS0yOS4xLjI0OC4wLjQ1OC4wLjY4Ni0uMDJhMjEuMTY2IDIxLjE2Ni4wIDAgMS0yLjg1Ny0xMC42MyAyMi45NTggMjIuOTU4LjAgMCAxIC43MjQtNS42NmMtMjQuODEtLjU3LTQzLjM3Mi0xOC44OC00My4zNzItNDMgMC0xNy4wNSAxMy41MTUtMzMuNjQgMzIuODQ4LTQwLjM2YTUzLjMzOSA1My4zMzkuMCAwIDEgMTcuNS0zLjAzaDUzLjA0OGE0LjIgNC4yLjAgMCAxIDIuNDQ3IDcuNnptLTc3Ljk2MiAxMjMuNDFjMCAxMy42NiAxMy41NjIgMjQuMzcgMzAuODk1IDI0LjM3IDIyLjg0OC4wIDM0LjQzOC03Ljk0IDM0LjQzOC0yMy41OWEyMC4zMjEgMjAuMzIxLjAgMCAwLS41MzMtNC41NGMtMS41NDMtNi4wOS03LjA2Ny05Ljg4LTE1LjQzOC0xNS42Mi0xLjE1My0uNzgtMi4zNTMtMS42MS0zLjU4MS0yLjQ3YTM5LjkgMzkuOS4wIDAgMC0xMS4zOTEtMS43NGwtLjQ3Ni0uMDFDNTkxLjMzMyAyMDc1LjA3IDU3NS40NzYgMjA4Ni4xIDU3NS40NzYgMjA5OC42N3ptNTIuNTktOTQuMzVjLTIuMDc2LTE1LjgzLTEzLjI4NS0yOC45OS0yNS4wMDktMjkuMzNsLS40NzYtLjAxYTEzLjgwNiAxMy44MDYuMCAwIDAtMTAuNjY3IDQuOTVjLTQuMzcyIDUuMDItNi4yMDkgMTIuOTYtNS4wNTcgMjEuOCAyLjA1NyAxNS44MSAxMy41MTQgMjkuNSAyNSAyOS44M2guMTlhMTMuNzkgMTMuNzkuMCAwIDAgMTAuNzkxLTQuOTVDNjI3LjI2NiAyMDIxLjUyIDYyOS4yMTkgMjAxMy4xOCA2MjguMDY2IDIwMDQuMzJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQ5IC0xODUxKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .ins .wg-soc-icon:hover, .title-page .widgetsocial-179 .ins .wg-soc-icon.hover, .title-page .widgetsocial-179 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .ok .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJPay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAzIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzQwIDE0MjJoNGUydjM5OS4xMkgxNzQwVjE0MjJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc0MCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJPSyIgY2xhc3M9ImNscy0yIiBkPSJNMTkzOC41MSAxNjI0LjIyYzI4Ljc2LjAgNTIuMTQtMjMuMTUgNTIuMTQtNTEuNi4wLTI4LjQ3LTIzLjM4LTUxLjYyLTUyLjE0LTUxLjYycy01Mi4xNCAyMy4xNS01Mi4xNCA1MS42MkMxODg2LjM3IDE2MDEuMDcgMTkwOS43NiAxNjI0LjIyIDE5MzguNTEgMTYyNC4yMnptMC03Mi45N2EyMS4zNjYgMjEuMzY2LjAgMSAxLTIxLjU5IDIxLjM3QTIxLjUgMjEuNS4wIDAgMSAxOTM4LjUxIDE1NTEuMjV6bTIxLjA5IDExNS4wOGE5OC4xODQgOTguMTg0LjAgMCAwIDMwLjI4LTEyLjQyIDE1LjAyNSAxNS4wMjUuMCAwIDAgNC43OS0yMC44NSAxNS4zNTMgMTUuMzUzLjAgMCAwLTIxLjA2LTQuNzYgNjYuNzY0IDY2Ljc2NC4wIDAgMS03MC4yLjAgMTUuMzQ5IDE1LjM0OS4wIDAgMC0yMS4wNiA0Ljc2IDE1LjAyOSAxNS4wMjkuMCAwIDAgNC43OCAyMC44NSA5OC40MjkgOTguNDI5LjAgMCAwIDMwLjI4IDEyLjQybC0yOS4xNSAyOC44NWExNS4wMyAxNS4wMy4wIDAgMCAwIDIxLjM5IDE1LjM5MiAxNS4zOTIuMCAwIDAgMjEuNjEuMGwyOC42My0yOC4zNiAyOC42NiAyOC4zNmExNS4zOCAxNS4zOC4wIDAgMCAyMS41OS4wIDE0Ljk5NCAxNC45OTQuMCAwIDAgMC0yMS4zOXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQwIC0xNDIyKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .ok .wg-soc-icon:hover, .title-page .widgetsocial-179 .ok .wg-soc-icon.hover, .title-page .widgetsocial-179 .ok .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJPay5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAzIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzQwIDE0MjJoNGUydjM5OS4xMkgxNzQwVjE0MjJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc0MCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJPSyIgY2xhc3M9ImNscy0yIiBkPSJNMTkzOC41MSAxNjI0LjIyYzI4Ljc2LjAgNTIuMTQtMjMuMTUgNTIuMTQtNTEuNi4wLTI4LjQ3LTIzLjM4LTUxLjYyLTUyLjE0LTUxLjYycy01Mi4xNCAyMy4xNS01Mi4xNCA1MS42MkMxODg2LjM3IDE2MDEuMDcgMTkwOS43NiAxNjI0LjIyIDE5MzguNTEgMTYyNC4yMnptMC03Mi45N2EyMS4zNjYgMjEuMzY2LjAgMSAxLTIxLjU5IDIxLjM3QTIxLjUgMjEuNS4wIDAgMSAxOTM4LjUxIDE1NTEuMjV6bTIxLjA5IDExNS4wOGE5OC4xODQgOTguMTg0LjAgMCAwIDMwLjI4LTEyLjQyIDE1LjAyNSAxNS4wMjUuMCAwIDAgNC43OS0yMC44NSAxNS4zNTMgMTUuMzUzLjAgMCAwLTIxLjA2LTQuNzYgNjYuNzY0IDY2Ljc2NC4wIDAgMS03MC4yLjAgMTUuMzQ5IDE1LjM0OS4wIDAgMC0yMS4wNiA0Ljc2IDE1LjAyOSAxNS4wMjkuMCAwIDAgNC43OCAyMC44NSA5OC40MjkgOTguNDI5LjAgMCAwIDMwLjI4IDEyLjQybC0yOS4xNSAyOC44NWExNS4wMyAxNS4wMy4wIDAgMCAwIDIxLjM5IDE1LjM5MiAxNS4zOTIuMCAwIDAgMjEuNjEuMGwyOC42My0yOC4zNiAyOC42NiAyOC4zNmExNS4zOCAxNS4zOC4wIDAgMCAyMS41OS4wIDE0Ljk5NCAxNC45OTQuMCAwIDAgMC0yMS4zOXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQwIC0xNDIyKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .mail .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJNYWlsUnUuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV80IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNMTMxMCAxNDIyaDRlMnYzOTkuMTJIMTMxMFYxNDIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTAgLTE0MjIpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iTWFpbCIgY2xhc3M9ImNscy0yIiBkPSJNMTU0My41MyAxNjE5LjU5Yy0xLjE0LTIyLjAxLTE3LjU1LTM1LjI0LTM3LjM3LTM1LjI0aC0uNzZjLTIyLjg3LjAtMzUuNTYgMTcuOS0zNS41NiAzOC4yNC4wIDIyLjc3IDE1LjM1IDM3LjE1IDM1LjQ4IDM3LjE1IDIyLjQ0LjAgMzcuMTktMTYuMzUgMzguMjYtMzUuN3ptLTM4LjAxLTU0LjkzYzE1LjI4LjAgMjkuNjYgNi43MiA0MC4yMSAxNy4yNXYuMDRjMC01LjA2IDMuNDItOC44NyA4LjE2LTguODdsMS4yLS4wMWM3LjQzLjAgOC45NSA2Ljk5IDguOTUgOS4yMWwuMDQgNzguNThjLS41MyA1LjE1IDUuMzMgNy44IDguNTggNC41IDEyLjY4LTEyLjk3IDI3Ljg1LTY2LjY2LTcuODgtOTcuNzctMzMuMy0yOS4wMS03Ny45OS0yNC4yMy0xMDEuNzUtNy45My0yNS4yNyAxNy4zNC00MS40MyA1NS43Mi0yNS43MyA5MS43NiAxNy4xMiAzOS4zMiA2Ni4xIDUxLjA0IDk1LjIxIDM5LjM0IDE0Ljc0LTUuOTEgMjEuNTUgMTMuOTIgNi4yNCAyMC4zOS0yMy4xMyA5LjgxLTg3LjUyIDguODItMTE3LjYtNDMuMDMtMjAuMzItMzUuMDEtMTkuMjQtOTYuNjEgMzQuNjYtMTI4LjUyIDQxLjIzLTI0LjQyIDk1LjU5LTE3LjY3IDEyOC4zNyAxNi40IDM0LjI2IDM1LjYyIDMyLjI3IDEwMi4zMS0xLjE2IDEyOC4yMy0xNS4xNCAxMS43OS0zNy42My4zMi0zNy40OC0xNi44NGwtLjE2LTUuNjFhNTYuMzkgNTYuMzkuMCAwIDEtMzkuODYgMTYuNDhjLTMwLjIxLjAtNTYuNzgtMjYuNDQtNTYuNzgtNTYuNS4wLTMwLjM1IDI2LjU3LTU3LjEgNTYuNzgtNTcuMWgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxMCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .mail .wg-soc-icon:hover, .title-page .widgetsocial-179 .mail .wg-soc-icon.hover, .title-page .widgetsocial-179 .mail .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJNYWlsUnUuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV80IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNMTMxMCAxNDIyaDRlMnYzOTkuMTJIMTMxMFYxNDIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTAgLTE0MjIpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iTWFpbCIgY2xhc3M9ImNscy0yIiBkPSJNMTU0My41MyAxNjE5LjU5Yy0xLjE0LTIyLjAxLTE3LjU1LTM1LjI0LTM3LjM3LTM1LjI0aC0uNzZjLTIyLjg3LjAtMzUuNTYgMTcuOS0zNS41NiAzOC4yNC4wIDIyLjc3IDE1LjM1IDM3LjE1IDM1LjQ4IDM3LjE1IDIyLjQ0LjAgMzcuMTktMTYuMzUgMzguMjYtMzUuN3ptLTM4LjAxLTU0LjkzYzE1LjI4LjAgMjkuNjYgNi43MiA0MC4yMSAxNy4yNXYuMDRjMC01LjA2IDMuNDItOC44NyA4LjE2LTguODdsMS4yLS4wMWM3LjQzLjAgOC45NSA2Ljk5IDguOTUgOS4yMWwuMDQgNzguNThjLS41MyA1LjE1IDUuMzMgNy44IDguNTggNC41IDEyLjY4LTEyLjk3IDI3Ljg1LTY2LjY2LTcuODgtOTcuNzctMzMuMy0yOS4wMS03Ny45OS0yNC4yMy0xMDEuNzUtNy45My0yNS4yNyAxNy4zNC00MS40MyA1NS43Mi0yNS43MyA5MS43NiAxNy4xMiAzOS4zMiA2Ni4xIDUxLjA0IDk1LjIxIDM5LjM0IDE0Ljc0LTUuOTEgMjEuNTUgMTMuOTIgNi4yNCAyMC4zOS0yMy4xMyA5LjgxLTg3LjUyIDguODItMTE3LjYtNDMuMDMtMjAuMzItMzUuMDEtMTkuMjQtOTYuNjEgMzQuNjYtMTI4LjUyIDQxLjIzLTI0LjQyIDk1LjU5LTE3LjY3IDEyOC4zNyAxNi40IDM0LjI2IDM1LjYyIDMyLjI3IDEwMi4zMS0xLjE2IDEyOC4yMy0xNS4xNCAxMS43OS0zNy42My4zMi0zNy40OC0xNi44NGwtLjE2LTUuNjFhNTYuMzkgNTYuMzkuMCAwIDEtMzkuODYgMTYuNDhjLTMwLjIxLjAtNTYuNzgtMjYuNDQtNTYuNzgtNTYuNS4wLTMwLjM1IDI2LjU3LTU3LjEgNTYuNzgtNTcuMWgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxMCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .pin .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJQaW50ZXJlc3Quc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV82IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgNiIgY2xhc3M9ImNscy0xIiBkPSJNNDUwIDE0MjJIODUwdjM5OS4xMkg0NTBWMTQyMnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTAgLTE0MjIpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iUGludGVyZXN0IiBjbGFzcz0iY2xzLTIiIGQ9Ik02NTMuNjQ3IDE1MjFjLTU0LjI4OS4wLTgxLjY2MiAzOS4xMy04MS42NjIgNzEuNzcuMCAxOS43NSA3LjQ0IDM3LjMzIDIzLjQgNDMuODkgMi42MTYgMS4wNyA0Ljk2LjAzIDUuNzIyLTIuODguNTI3LTIuMDIgMS43NzUtNy4xIDIuMzMzLTkuMjIuNzY2LTIuODguNDY4LTMuODktMS42NDQtNi40LTQuNi01LjQ2LTcuNTQyLTEyLjUzLTcuNTQyLTIyLjUzLjAtMjkuMDMgMjEuNjA3LTU1LjAyIDU2LjI2LTU1LjAyIDMwLjY4OS4wIDQ3LjU0NCAxOC44NSA0Ny41NDQgNDQuMDIuMCAzMy4xMy0xNC41NzkgNjEuMDgtMzYuMjI3IDYxLjA4LTExLjk1NC4wLTIwLjktOS45NC0xOC4wMzMtMjIuMTIgMy40MzItMTQuNTYgMTAuMDg3LTMwLjI3IDEwLjA4Ny00MC43Ny4wLTkuNDEtNS4wMi0xNy4yNS0xNS40MS0xNy4yNS0xMi4yMjIuMC0yMi4wMzggMTIuNzEtMjIuMDM4IDI5Ljc0YTQ0LjQyOCA0NC40MjguMCAwIDAgMy42NDQgMTguMThzLTEyLjUgNTMuMjctMTQuNyA2Mi41OWMtNC4zNjYgMTguNTktLjY1NiA0MS4zNi0uMzQ0IDQzLjY2YTEuNTE2IDEuNTE2LjAgMCAwIDIuNzE2LjY2YzEuMTI3LTEuNDggMTUuNjgzLTE5LjU0IDIwLjYyOS0zNy41OSAxLjQtNS4xMSA4LjA0LTMxLjU4IDguMDQtMzEuNTggMy45NyA3LjYxIDE1LjU3NCAxNC4zMiAyNy45MTIgMTQuMzIgMzYuNzMyLjAgNjEuNjU1LTMzLjY3IDYxLjY1NS03OC43NEM3MjUuOTkxIDE1NTIuNzMgNjk3LjI4MSAxNTIxIDY1My42NDcgMTUyMXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTAgLTE0MjIpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .pin .wg-soc-icon:hover, .title-page .widgetsocial-179 .pin .wg-soc-icon.hover, .title-page .widgetsocial-179 .pin .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJQaW50ZXJlc3Quc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV82IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgNiIgY2xhc3M9ImNscy0xIiBkPSJNNDUwIDE0MjJIODUwdjM5OS4xMkg0NTBWMTQyMnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTAgLTE0MjIpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iUGludGVyZXN0IiBjbGFzcz0iY2xzLTIiIGQ9Ik02NTMuNjQ3IDE1MjFjLTU0LjI4OS4wLTgxLjY2MiAzOS4xMy04MS42NjIgNzEuNzcuMCAxOS43NSA3LjQ0IDM3LjMzIDIzLjQgNDMuODkgMi42MTYgMS4wNyA0Ljk2LjAzIDUuNzIyLTIuODguNTI3LTIuMDIgMS43NzUtNy4xIDIuMzMzLTkuMjIuNzY2LTIuODguNDY4LTMuODktMS42NDQtNi40LTQuNi01LjQ2LTcuNTQyLTEyLjUzLTcuNTQyLTIyLjUzLjAtMjkuMDMgMjEuNjA3LTU1LjAyIDU2LjI2LTU1LjAyIDMwLjY4OS4wIDQ3LjU0NCAxOC44NSA0Ny41NDQgNDQuMDIuMCAzMy4xMy0xNC41NzkgNjEuMDgtMzYuMjI3IDYxLjA4LTExLjk1NC4wLTIwLjktOS45NC0xOC4wMzMtMjIuMTIgMy40MzItMTQuNTYgMTAuMDg3LTMwLjI3IDEwLjA4Ny00MC43Ny4wLTkuNDEtNS4wMi0xNy4yNS0xNS40MS0xNy4yNS0xMi4yMjIuMC0yMi4wMzggMTIuNzEtMjIuMDM4IDI5Ljc0YTQ0LjQyOCA0NC40MjguMCAwIDAgMy42NDQgMTguMThzLTEyLjUgNTMuMjctMTQuNyA2Mi41OWMtNC4zNjYgMTguNTktLjY1NiA0MS4zNi0uMzQ0IDQzLjY2YTEuNTE2IDEuNTE2LjAgMCAwIDIuNzE2LjY2YzEuMTI3LTEuNDggMTUuNjgzLTE5LjU0IDIwLjYyOS0zNy41OSAxLjQtNS4xMSA4LjA0LTMxLjU4IDguMDQtMzEuNTggMy45NyA3LjYxIDE1LjU3NCAxNC4zMiAyNy45MTIgMTQuMzIgMzYuNzMyLjAgNjEuNjU1LTMzLjY3IDYxLjY1NS03OC43NEM3MjUuOTkxIDE1NTIuNzMgNjk3LjI4MSAxNTIxIDY1My42NDcgMTUyMXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTAgLTE0MjIpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .lj .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMaXZlSm91cm5hbC5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEyNSIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTI1Ij48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTciIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxNyIgY2xhc3M9ImNscy0xIiBkPSJNODgwIDU2NWg0ZTJWOTY0LjEyMUg4ODBWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IkxpdmVKb3VybmFsIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDgzLjczIDgzMC42OTRsLTgyLjYxLTExMi4zNTdjLTYuMDM2LTIwLjQ3MSAxMy40Ni00MC43IDMwLjYzLTQ5LjUxMmE0Mi40MjEgNDIuNDIxLjAgMCAxIDMyLjQ5LTIuODZsODMuNTUgMTExLjQwNkwxMTU4IDg2NC4wMTV6bTQuNjUtMTMuMzMxczEyLjUzLTEzLjA5MSA2LjQ5LTM0LjI4MmMtMTIuNTMtMTUuOTUxLTQ0LjU2LTU5Ljk4NC00NC41Ni01OS45ODRzLTEyLjc2IDkuNTIxLTE0Ljg1IDIxLjl6bS03NS4yLTEwMi44MzZzMTMtMzAuNyA0NS40OS0zNS4yMzJDMTA1NC43MiA2NzUuMDE1IDEwMTQuOCA2NzQuMyAxMDEzLjE4IDcxNC41Mjd6bTUxLjA2LTI4LjU2MXMtMzguMDYgOC4wOS00NC41NiAzNy4xMzFhODUuMjU2IDg1LjI1Ni4wIDAgMCA5LjI4IDEyLjM4MXMxMS44NC0yOS45OTEgNDUuNDktMzUuMjMyQzEwNjguNDIgNjkxLjY3NiAxMDY0LjI0IDY4NS45NjYgMTA2NC4yNCA2ODUuOTY2em0xNS43OCAyMS45cy0xMi41My4yMy0yNS4wNyAxMS40Mmw0My42NCA1OS4wMzRzMTIuNTMgMTMuMDkxIDM0LjM1Ljk1QzExMjMuODggNzY3LjM3IDEwODAuMDIgNzA3Ljg2NyAxMDgwLjAyIDcwNy44Njd6bTU3LjU2IDc1LjIxNHMtMTAuMjEgMTAuMjQxLTM1LjI4IDQuNzZjMCAwIDIuNzggMjAtOS4yOCAzMy4zMzIgOC4zNSA0LjUyIDM5LjkyIDE5LjA0MSAzOS45MiAxOS4wNDFhMTMuODA4IDEzLjgwOC4wIDAgMSAxMS4xNC03LjYyQzExNDEuNzYgODE4LjA3MyAxMTM3LjU4IDc4My4wODEgMTEzNy41OCA3ODMuMDgxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .lj .wg-soc-icon:hover, .title-page .widgetsocial-179 .lj .wg-soc-icon.hover, .title-page .widgetsocial-179 .lj .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMaXZlSm91cm5hbC5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEyNSIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTI1Ij48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTciIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxNyIgY2xhc3M9ImNscy0xIiBkPSJNODgwIDU2NWg0ZTJWOTY0LjEyMUg4ODBWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IkxpdmVKb3VybmFsIiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDgzLjczIDgzMC42OTRsLTgyLjYxLTExMi4zNTdjLTYuMDM2LTIwLjQ3MSAxMy40Ni00MC43IDMwLjYzLTQ5LjUxMmE0Mi40MjEgNDIuNDIxLjAgMCAxIDMyLjQ5LTIuODZsODMuNTUgMTExLjQwNkwxMTU4IDg2NC4wMTV6bTQuNjUtMTMuMzMxczEyLjUzLTEzLjA5MSA2LjQ5LTM0LjI4MmMtMTIuNTMtMTUuOTUxLTQ0LjU2LTU5Ljk4NC00NC41Ni01OS45ODRzLTEyLjc2IDkuNTIxLTE0Ljg1IDIxLjl6bS03NS4yLTEwMi44MzZzMTMtMzAuNyA0NS40OS0zNS4yMzJDMTA1NC43MiA2NzUuMDE1IDEwMTQuOCA2NzQuMyAxMDEzLjE4IDcxNC41Mjd6bTUxLjA2LTI4LjU2MXMtMzguMDYgOC4wOS00NC41NiAzNy4xMzFhODUuMjU2IDg1LjI1Ni4wIDAgMCA5LjI4IDEyLjM4MXMxMS44NC0yOS45OTEgNDUuNDktMzUuMjMyQzEwNjguNDIgNjkxLjY3NiAxMDY0LjI0IDY4NS45NjYgMTA2NC4yNCA2ODUuOTY2em0xNS43OCAyMS45cy0xMi41My4yMy0yNS4wNyAxMS40Mmw0My42NCA1OS4wMzRzMTIuNTMgMTMuMDkxIDM0LjM1Ljk1QzExMjMuODggNzY3LjM3IDEwODAuMDIgNzA3Ljg2NyAxMDgwLjAyIDcwNy44Njd6bTU3LjU2IDc1LjIxNHMtMTAuMjEgMTAuMjQxLTM1LjI4IDQuNzZjMCAwIDIuNzggMjAtOS4yOCAzMy4zMzIgOC4zNSA0LjUyIDM5LjkyIDE5LjA0MSAzOS45MiAxOS4wNDFhMTMuODA4IDEzLjgwOC4wIDAgMSAxMS4xNC03LjYyQzExNDEuNzYgODE4LjA3MyAxMTM3LjU4IDc4My4wODEgMTEzNy41OCA3ODMuMDgxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4MCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .my .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJNeXNwYWNlLnN2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSIzOTkuMTI1IiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMjUiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV8xOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSBjb3B5IDE4IiBjbGFzcz0iY2xzLTEiIGQ9Ik00NTAgNTY1SDg1MFY5NjQuMTIxSDQ1MFY1NjV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDUwIC01NjUpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iTXlzcGFjZSIgY2xhc3M9ImNscy0yIiBkPSJNNzQ1LjggODIzSDY4Mi4yMmEzLjEzOCAzLjEzOC4wIDAgMS0zLjE4LTMuMDk0di0xMS45OWMwLTE3Ljg1IDE0LjgtMzUuMSAzNC45OC0zNS4xUzc0OSA3OTAuMDY2IDc0OSA4MDcuOTE2djExLjk5QTMuMTU1IDMuMTU1LjAgMCAxIDc0NS44IDgyM3ptLTMxLjc4LTU3LjIyYy0xNy41OC4wLTMxLjg0LTEzLjgzMy0zMS44NC0zMC44OVM2OTYuNDQgNzA0IDcxNC4wMiA3MDRjMTcuNTYuMCAzMS44MiAxMy44MzQgMzEuODIgMzAuODlTNzMxLjU4IDc2NS43OCA3MTQuMDIgNzY1Ljc4ek02NzAuOTUgODIzSDYxMy43MmEyLjgxOSAyLjgxOS4wIDAgMS0yLjg2LTIuNzg3di0xMC44YzAtMTYuMDQ1IDEzLjMyLTMxLjU3NSAzMS40Ny0zMS41NzUgMTguMTcuMCAzMS40OCAxNS41MyAzMS40OCAzMS41NzV2MTAuOEEyLjgzMiAyLjgzMi4wIDAgMSA2NzAuOTUgODIzem0tMjguNjItNTEuNWMtMTUuODIuMC0yOC42NC0xMi40NTUtMjguNjQtMjcuOC4wLTE1LjM2MSAxMi44Mi0yNy44MDYgMjguNjQtMjcuODA2czI4LjY2IDEyLjQ0NSAyOC42NiAyNy44MDZDNjcwLjk5IDc1OS4wNDcgNjU4LjE1IDc3MS41IDY0Mi4zMyA3NzEuNXpNNjAzLjA3IDgyM2gtNTEuNWEyLjU0MyAyLjU0My4wIDAgMS0yLjU3LTIuNXYtOS43MjhjMC0xNC40MjkgMTEuOTktMjguNDEyIDI4LjMzLTI4LjQxMnMyOC4zMyAxMy45ODMgMjguMzMgMjguNDEyVjgyMC41QTIuNTU0IDIuNTU0LjAgMCAxIDYwMy4wNyA4MjN6bS0yNS43NC00Ni4zNjFjLTE0LjI1LjAtMjUuNzgtMTEuMi0yNS43OC0yNS4wMXMxMS41My0yNS4wMDkgMjUuNzgtMjUuMDA5YzE0LjIzLjAgMjUuNzcgMTEuMiAyNS43NyAyNS4wMDlTNTkxLjU2IDc3Ni42MzkgNTc3LjMzIDc3Ni42Mzl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDUwIC01NjUpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .my .wg-soc-icon:hover, .title-page .widgetsocial-179 .my .wg-soc-icon.hover, .title-page .widgetsocial-179 .my .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJNeXNwYWNlLnN2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSIzOTkuMTI1IiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMjUiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV8xOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSBjb3B5IDE4IiBjbGFzcz0iY2xzLTEiIGQ9Ik00NTAgNTY1SDg1MFY5NjQuMTIxSDQ1MFY1NjV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDUwIC01NjUpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iTXlzcGFjZSIgY2xhc3M9ImNscy0yIiBkPSJNNzQ1LjggODIzSDY4Mi4yMmEzLjEzOCAzLjEzOC4wIDAgMS0zLjE4LTMuMDk0di0xMS45OWMwLTE3Ljg1IDE0LjgtMzUuMSAzNC45OC0zNS4xUzc0OSA3OTAuMDY2IDc0OSA4MDcuOTE2djExLjk5QTMuMTU1IDMuMTU1LjAgMCAxIDc0NS44IDgyM3ptLTMxLjc4LTU3LjIyYy0xNy41OC4wLTMxLjg0LTEzLjgzMy0zMS44NC0zMC44OVM2OTYuNDQgNzA0IDcxNC4wMiA3MDRjMTcuNTYuMCAzMS44MiAxMy44MzQgMzEuODIgMzAuODlTNzMxLjU4IDc2NS43OCA3MTQuMDIgNzY1Ljc4ek02NzAuOTUgODIzSDYxMy43MmEyLjgxOSAyLjgxOS4wIDAgMS0yLjg2LTIuNzg3di0xMC44YzAtMTYuMDQ1IDEzLjMyLTMxLjU3NSAzMS40Ny0zMS41NzUgMTguMTcuMCAzMS40OCAxNS41MyAzMS40OCAzMS41NzV2MTAuOEEyLjgzMiAyLjgzMi4wIDAgMSA2NzAuOTUgODIzem0tMjguNjItNTEuNWMtMTUuODIuMC0yOC42NC0xMi40NTUtMjguNjQtMjcuOC4wLTE1LjM2MSAxMi44Mi0yNy44MDYgMjguNjQtMjcuODA2czI4LjY2IDEyLjQ0NSAyOC42NiAyNy44MDZDNjcwLjk5IDc1OS4wNDcgNjU4LjE1IDc3MS41IDY0Mi4zMyA3NzEuNXpNNjAzLjA3IDgyM2gtNTEuNWEyLjU0MyAyLjU0My4wIDAgMS0yLjU3LTIuNXYtOS43MjhjMC0xNC40MjkgMTEuOTktMjguNDEyIDI4LjMzLTI4LjQxMnMyOC4zMyAxMy45ODMgMjguMzMgMjguNDEyVjgyMC41QTIuNTU0IDIuNTU0LjAgMCAxIDYwMy4wNyA4MjN6bS0yNS43NC00Ni4zNjFjLTE0LjI1LjAtMjUuNzgtMTEuMi0yNS43OC0yNS4wMXMxMS41My0yNS4wMDkgMjUuNzgtMjUuMDA5YzE0LjIzLjAgMjUuNzcgMTEuMiAyNS43NyAyNS4wMDlTNTkxLjU2IDc3Ni42MzkgNTc3LjMzIDc3Ni42Mzl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDUwIC01NjUpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJZb3VUdWJlMS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yMTY4IDE0MjJoNGUydjM5OS4xMkgyMTY4VjE0MjJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE2OCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJZb3VUdWJlMSIgY2xhc3M9ImNscy0yIiBkPSJNMjQ2Mi41NSAxNTcyLjUxYTI1LjMgMjUuMy4wIDAgMC0yMS42Mi0xOS43NGMtMjQuOC0yLjc4LTQ5LjktMi43OS03NC44OS0yLjc4LTI1LS4wMS01MC4xLjAtNzQuOTEgMi43OGEyNS4yODcgMjUuMjg3LjAgMCAwLTIxLjYxIDE5Ljc0Yy0zLjQ4IDE1LjIxLTMuNTIgMzEuODEtMy41MiA0Ny40OHMwIDMyLjI3IDMuNDggNDcuNDlhMjUuMjc4IDI1LjI3OC4wIDAgMCAyMS42MiAxOS43M2MyNC43OSAyLjc4IDQ5LjkgMi44IDc0Ljg5IDIuNzggMjUgLjAyIDUwLjEuMCA3NC45LTIuNzhhMjUuMyAyNS4zLjAgMCAwIDIxLjYyLTE5Ljc0YzMuNDgtMTUuMjEgMy41LTMxLjgxIDMuNS00Ny40OFMyNDY2LjAzIDE1ODcuNzIgMjQ2Mi41NSAxNTcyLjUxem0tMTE3LjUyIDc0Ljg2di01NS42OWw1Mi44OCAyNy44NHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC0xNDIyKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-179 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-179 .youtube .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJZb3VUdWJlMS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yMTY4IDE0MjJoNGUydjM5OS4xMkgyMTY4VjE0MjJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE2OCAtMTQyMikiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJZb3VUdWJlMSIgY2xhc3M9ImNscy0yIiBkPSJNMjQ2Mi41NSAxNTcyLjUxYTI1LjMgMjUuMy4wIDAgMC0yMS42Mi0xOS43NGMtMjQuOC0yLjc4LTQ5LjktMi43OS03NC44OS0yLjc4LTI1LS4wMS01MC4xLjAtNzQuOTEgMi43OGEyNS4yODcgMjUuMjg3LjAgMCAwLTIxLjYxIDE5Ljc0Yy0zLjQ4IDE1LjIxLTMuNTIgMzEuODEtMy41MiA0Ny40OHMwIDMyLjI3IDMuNDggNDcuNDlhMjUuMjc4IDI1LjI3OC4wIDAgMCAyMS42MiAxOS43M2MyNC43OSAyLjc4IDQ5LjkgMi44IDc0Ljg5IDIuNzggMjUgLjAyIDUwLjEuMCA3NC45LTIuNzhhMjUuMyAyNS4zLjAgMCAwIDIxLjYyLTE5Ljc0YzMuNDgtMTUuMjEgMy41LTMxLjgxIDMuNS00Ny40OFMyNDY2LjAzIDE1ODcuNzIgMjQ2Mi41NSAxNTcyLjUxem0tMTE3LjUyIDc0Ljg2di01NS42OWw1Mi44OCAyNy44NHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC0xNDIyKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .telegram .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWxlZ3JhbS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEyNSIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTI1Ij48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxNSIgY2xhc3M9ImNscy0xIiBkPSJNMTczOCA1NjVoNGUyVjk2NC4xMjFIMTczOFY1NjV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTczOCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9InRlbGVncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMDIzLjc5IDY4MC4zNzhsLTE3OS4yOCA2Ny44Yy05LjgxIDIuODI5LTkuNDkgMTIuNS0yLjI0IDE0LjgyOGw0NC45MiAxNCAxNy4xOSA1Mi42MzJjMi4wOSA1Ljc2MSAzLjggNy45MzEgNy4zNiA3Ljk3OSAzLjc1LjA1MiA1LjE5LTEuMzE2IDkuMDgtNC43NTUgNC41Ni00LjI3NyAxMS41MS0xMS4wMDkgMjIuNDktMjEuNjY3bDQ2LjcyIDM0LjQ4MmM4LjYgNC43MzcgMTQuODEgMi4yODMgMTYuOTUtNy45NzZsMjkuMjktMTQ0LjczMkMyMDM5LjQxIDY4MC40IDIwMzIuMDIgNjc2LjY0OCAyMDIzLjc5IDY4MC4zNzh6bS0xMjkuNTUgOTMuNDE0IDEwMi4xMy02NGM1LjAzLTMuMzcxIDYuNjEuMzkgNC4zNCAyLjk4OGwtODQuNzYgNzYuMTUxLTQuMzUgMzguMDA4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MzggLTU2NSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-179 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-179 .telegram .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWxlZ3JhbS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEyNSIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTI1Ij48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxNSIgY2xhc3M9ImNscy0xIiBkPSJNMTczOCA1NjVoNGUyVjk2NC4xMjFIMTczOFY1NjV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTczOCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9InRlbGVncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMDIzLjc5IDY4MC4zNzhsLTE3OS4yOCA2Ny44Yy05LjgxIDIuODI5LTkuNDkgMTIuNS0yLjI0IDE0LjgyOGw0NC45MiAxNCAxNy4xOSA1Mi42MzJjMi4wOSA1Ljc2MSAzLjggNy45MzEgNy4zNiA3Ljk3OSAzLjc1LjA1MiA1LjE5LTEuMzE2IDkuMDgtNC43NTUgNC41Ni00LjI3NyAxMS41MS0xMS4wMDkgMjIuNDktMjEuNjY3bDQ2LjcyIDM0LjQ4MmM4LjYgNC43MzcgMTQuODEgMi4yODMgMTYuOTUtNy45NzZsMjkuMjktMTQ0LjczMkMyMDM5LjQxIDY4MC40IDIwMzIuMDIgNjc2LjY0OCAyMDIzLjc5IDY4MC4zNzh6bS0xMjkuNTUgOTMuNDE0IDEwMi4xMy02NGM1LjAzLTMuMzcxIDYuNjEuMzkgNC4zNCAyLjk4OGwtODQuNzYgNzYuMTUxLTQuMzUgMzguMDA4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MzggLTU2NSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .whatsapp .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ2aWJlcjEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMjUiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEyNSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTMiIGNsYXNzPSJjbHMtMSIgZD0iTTI1OTcgNTY1aDRlMlY5NjQuMTIxSDI1OTdWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1OTcgLTU2NSkiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJ2aWJlcjEiIGNsYXNzPSJjbHMtMiIgZD0iTTI3OTcuOCA2NjMuOTlhOTcuNSA5Ny41LjAgMCAwLTgzLjI0IDE0Ny43NDlsLTE3LjU1IDUyLjI3NiA1My44MS0xNy4yN0E5Ny4zNyA5Ny4zNy4wIDEgMCAyNzk3LjggNjYzLjk5em0wIDE2LjMyYTgxLjExMiA4MS4xMTIuMCAwIDAtNjUuNSAxMjguNjc2bC0xMC4xMSAzMC4xMiAzMS4xLTkuOTc4YTgwLjI5NCA4MC4yOTQuMCAwIDAgNDQuNTEgMTMuNDExQTgxLjExNSA4MS4xMTUuMCAwIDAgMjc5Ny44IDY4MC4zMXptNTAuMjEgMTA2LjMzOGMtLjU4LTEuMDYtMi4yMS0xLjc0Ny00LjY0LTMuMDgycy0xNC40MS03LjgxMy0xNi42NS04LjcyOC0zLjg4LTEuMzg5LTUuNjMgMS4wMzktNi43MSA3Ljg0NS04LjIyIDkuNDUyLTIuOTYgMS43NTYtNS40LjQxNS0xMC4zMy00LjI2My0xOS40OS0xMy4wODlhNzUuMTg4IDc1LjE4OC4wIDAgMS0xMy4xNi0xNy43NDFjLTEuMzUtMi41NDUtLjAxLTMuODQyIDEuMjgtNS4wMzMgMS4xNi0xLjA3NSAyLjU5LTIuODE0IDMuODktNC4yMTlhMTYuNzcgMTYuNzcuMCAwIDAgMi42My00LjA1MyA0LjYgNC42LjAgMCAwLS4wNC00LjM2NWMtLjU4LTEuMjY0LTUuMDgtMTMuNjkyLTYuOTYtMTguNzQ4cy0zLjk4LTQuMy01LjQzLTQuMzYxLTMuMDktLjMyMy00Ljc0LS4zODRhOS4xMjUgOS4xMjUuMCAwIDAtNi43NCAyLjg2MWMtMi4zNiAyLjQtOSA4LjE3OS05LjQ1IDIwLjQyczcuOTkgMjQuMzk1IDkuMTYgMjYuMSAxNi4xMyAyOC4yMzUgNDAuOTggMzkuMTQ0IDI0Ljk4IDcuNTgxIDI5LjU0IDcuMzM2IDE0LjktNS40NjggMTcuMTktMTEuMTk0UzI4NDguNTkgNzg3LjcwOSAyODQ4LjAxIDc4Ni42NDh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU5NyAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat rgba(51, 51, 51, 0.5);
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-179 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-179 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-179 .whatsapp .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ2aWJlcjEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMjUiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEyNSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTMiIGNsYXNzPSJjbHMtMSIgZD0iTTI1OTcgNTY1aDRlMlY5NjQuMTIxSDI1OTdWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1OTcgLTU2NSkiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJ2aWJlcjEiIGNsYXNzPSJjbHMtMiIgZD0iTTI3OTcuOCA2NjMuOTlhOTcuNSA5Ny41LjAgMCAwLTgzLjI0IDE0Ny43NDlsLTE3LjU1IDUyLjI3NiA1My44MS0xNy4yN0E5Ny4zNyA5Ny4zNy4wIDEgMCAyNzk3LjggNjYzLjk5em0wIDE2LjMyYTgxLjExMiA4MS4xMTIuMCAwIDAtNjUuNSAxMjguNjc2bC0xMC4xMSAzMC4xMiAzMS4xLTkuOTc4YTgwLjI5NCA4MC4yOTQuMCAwIDAgNDQuNTEgMTMuNDExQTgxLjExNSA4MS4xMTUuMCAwIDAgMjc5Ny44IDY4MC4zMXptNTAuMjEgMTA2LjMzOGMtLjU4LTEuMDYtMi4yMS0xLjc0Ny00LjY0LTMuMDgycy0xNC40MS03LjgxMy0xNi42NS04LjcyOC0zLjg4LTEuMzg5LTUuNjMgMS4wMzktNi43MSA3Ljg0NS04LjIyIDkuNDUyLTIuOTYgMS43NTYtNS40LjQxNS0xMC4zMy00LjI2My0xOS40OS0xMy4wODlhNzUuMTg4IDc1LjE4OC4wIDAgMS0xMy4xNi0xNy43NDFjLTEuMzUtMi41NDUtLjAxLTMuODQyIDEuMjgtNS4wMzMgMS4xNi0xLjA3NSAyLjU5LTIuODE0IDMuODktNC4yMTlhMTYuNzcgMTYuNzcuMCAwIDAgMi42My00LjA1MyA0LjYgNC42LjAgMCAwLS4wNC00LjM2NWMtLjU4LTEuMjY0LTUuMDgtMTMuNjkyLTYuOTYtMTguNzQ4cy0zLjk4LTQuMy01LjQzLTQuMzYxLTMuMDktLjMyMy00Ljc0LS4zODRhOS4xMjUgOS4xMjUuMCAwIDAtNi43NCAyLjg2MWMtMi4zNiAyLjQtOSA4LjE3OS05LjQ1IDIwLjQyczcuOTkgMjQuMzk1IDkuMTYgMjYuMSAxNi4xMyAyOC4yMzUgNDAuOTggMzkuMTQ0IDI0Ljk4IDcuNTgxIDI5LjU0IDcuMzM2IDE0LjktNS40NjggMTcuMTktMTEuMTk0UzI4NDguNTkgNzg3LjcwOSAyODQ4LjAxIDc4Ni42NDh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU5NyAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #333;
}
.title-page .widgetsocial-179 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-179 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .block-73 .layout_126 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 .layout_129 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 .layout_130 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 {
  padding: 50px 20px 60px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-74 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  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: 0.02px;
}
.title-page .widget-77 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  right: 0;
}
.title-page .widget-78 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 320px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-79 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  width: 320px;
  right: auto;
}
.title-page .widget-5 {
  border: none;
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-7 .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-7 .side-panel-content {
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 320px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px #000;
  -moz-box-shadow: 0px 0px 15px #000;
  box-shadow: 0px 0px 15px #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-7 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 60px;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljg3NSIgaGVpZ2h0PSI5Ljg3NSIgdmlld0JveD0iMCAwIDkuODc1IDkuODc1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDMuNDUsNDguMjU3TDI5OS4yMDcsNTIuNWw0LjI0Myw0LjI0My0wLjcwNy43MDdMMjk4LjUsNTMuMjA3bC00LjI0Myw0LjI0My0wLjcwNy0uNzA3LDQuMjQzLTQuMjQzLTQuMjQzLTQuMjQzLDAuNzA3LS43MDcsNC4yNDMsNC4yNDMsNC4yNDMtNC4yNDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkzLjU2MyAtNDcuNTYzKSIgZmlsbD0iIzFhMWExYSIgZmlsbC1vcGFjaXR5PSIwLjYiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 15px no-repeat #f7f7f7;
  cursor: pointer;
  right: 100%;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -25px;
}
.title-page .side-panel-7 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-7 .side-panel-top {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 1260px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  padding-right: 30px;
}
.title-page .side-panel-7 .side-panel-button {
  padding: 4px 5px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 60px;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImJ1cmcyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjk5IDQ1NGgyNmEyIDIgMCAwIDEgMCA0SDI5OWEyIDIgMCAwIDEgMC00em0wIDI2aDE2YTIgMiAwIDAgMSAwIDRIMjk5YTIgMiAwIDAgMSAwLTR6bTAtMTNoMjZhMiAyIDAgMCAxIDAgNEgyOTlhMiAyIDAgMCAxIDAtNHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTcgLTQ1NCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 18px no-repeat, linear-gradient(to bottom right, #c59d5f 0%, #ad8549 100%);
  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;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  align-self: auto;
}
.title-page .side-panel-7 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-7 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .side-panel-7 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-58 {
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-110 {
    background: none;
  }
  .title-page .block-78 {
    width: auto;
    background: none;
    display: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-79 .layout_134 {
    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-79 .layout_135 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-79 .layout_158 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-79 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 60px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-91 {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-2 {
    margin-bottom: 0;
    max-width: 100%;
    padding-bottom: 5px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-3 {
    max-width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-84 {
    text-align: right;
    width: 250px;
    margin-top: 30px;
    margin-right: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-134 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-134 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-85 {
    text-align: left;
    width: 250px;
    margin-top: 30px;
    margin-left: auto;
    background: none;
  }
  .title-page .address-135 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-135 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-5 .layout_center_12_id_9_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-5 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-92 .layout_162 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_163 {
    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-92 .layout_166 {
    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-92 {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-103 {
    width: 250px;
    margin-bottom: 0;
  }
  .title-page .editable_block-162 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-162 .more {
    clear: none;
  }
  .title-page .block-94 {
    display: none;
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-102 {
    text-align: left;
    display: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-104 {
    width: 250px;
  }
  .title-page .editable_block-163 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-163 .more {
    clear: none;
  }
  .title-page .widget-6 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-9 .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-9 .title {
    font-size: 35px;
  }
  .title-page .editable_block-9 .text {
    font-size: 17px;
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
  .title-page .editable_block-9 .more {
    clear: none;
    padding-top: 30px;
  }
  .title-page .block-65 {
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-64 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-66 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-104 .header {
    margin-bottom: 30px;
  }
  .title-page .blocklist-104 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-104 .body-outer {
    width: auto;
    text-align: center;
  }
  .title-page .blocklist-104 .body {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-104 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-104 .item {
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .blocklist-104 .item:hover, .title-page .blocklist-104 .item.hover, .title-page .blocklist-104 .item.active {
    background: none;
  }
  .title-page .blocklist-104 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-104 .image {
    margin-right: auto;
    float: none;
    background: none;
    margin-left: auto;
  }
  .title-page .blocklist-104 .img-convert {
    background: none;
  }
  .title-page .blocklist-104 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
  }
  .title-page .blocklist-104 .bx-wrapper {
    max-width: 648px;
  }
  .title-page .blocklist-104 .footer {
    padding-top: 20px;
  }
  .title-page .block-95 {
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .block-96 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-105 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-169 .header {
    margin-bottom: 30px;
  }
  .title-page .blocklist-169 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-169 .body-outer {
    width: auto;
    text-align: center;
  }
  .title-page .blocklist-169 .body {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-169 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-169 .item {
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .blocklist-169 .item:hover, .title-page .blocklist-169 .item.hover, .title-page .blocklist-169 .item.active {
    background: none;
  }
  .title-page .blocklist-169 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-169 .image {
    margin-right: auto;
    float: none;
    background: none;
    margin-left: auto;
  }
  .title-page .blocklist-169 .img-convert {
    background: none;
  }
  .title-page .blocklist-169 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
  }
  .title-page .blocklist-169 .bx-wrapper {
    max-width: 648px;
  }
  .title-page .blocklist-169 .footer {
    padding-top: 20px;
  }
  .title-page .block-97 {
    background: none;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 0.02px;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-98 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-99 {
    padding: 20px;
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .widget-110 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-182 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-182 .header_text:hover, .title-page .blocklist-182 .header_text.hover, .title-page .blocklist-182 .header_text.active {
    font-weight: 900;
  }
  .title-page .blocklist-182 .body-outer {
    background: none;
  }
  .title-page .blocklist-182 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-182 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-182 .item {
    background: none;
  }
  .title-page .blocklist-182 .text {
    background: none;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-182 .image {
    margin-bottom: 30px;
    background: none;
  }
  .title-page .blocklist-182 .img-convert {
    background: none;
  }
  .title-page .blocklist-182 .title {
    background: none;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-182 .title:hover, .title-page .blocklist-182 .title.hover, .title-page .blocklist-182 .title.active {
    font-weight: 500;
  }
  .title-page .blocklist-182 .bx-wrapper {
    max-width: 639px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-100 .layout_177 {
    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-100 .layout_178 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-100 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-102 {
    display: none;
    background: none;
  }
  .title-page .block-101 {
    background: none;
    display: none;
  }
  .title-page .widget-108 {
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-left: 0;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .editable_block-177 .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-177 .title {
    font-size: 35px;
    margin-bottom: 30px;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: auto;
    margin-right: 0;
  }
  .title-page .editable_block-177 .text {
    padding-top: 0.02px;
    width: auto;
    margin-right: 0;
  }
  .title-page .editable_block-177 .more {
    clear: none;
    padding-top: 30px;
  }
  .title-page .block-55 {
    background: none;
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-54 .layout_111 {
    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-54 .layout_170 {
    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-54 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-70 {
    margin-right: 0;
    margin-top: 0;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-111 .header {
    padding-bottom: 5px;
    background: none;
  }
  .title-page .blocklist-111 .header_text {
    font-size: 22px;
  }

  .title-page .blocklist-111 .description {
    font-size: 27px;
  }
  .title-page .blocklist-111 .body-outer {
    width: auto;
  }
  .title-page .blocklist-111 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-111 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-111 .item {
    margin: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-111 .text {
    -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-111 .image {
    margin-right: 0;
    float: none;
    background: none;
  }
  .title-page .blocklist-111 .item-label {
    margin-bottom: -45px;
    margin-left: -15px;
    font-size: 90px;
  }
  .title-page .blocklist-111 .img-convert {
    height: 175px;
    background: none;
  }
  .title-page .blocklist-111 .title {
    font-size: 18px;
    -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-111 .more {
    margin-left: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
  }
  .title-page .blocklist-111 .footer {
    padding-top: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    background: none;
  }
  .title-page .widget-106 {
    margin-left: 0;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-170 .header {
    padding-bottom: 5px;
    background: none;
  }
  .title-page .blocklist-170 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-170 .description {
    margin-bottom: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-170 .body-outer {
    width: auto;
  }
  .title-page .blocklist-170 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-170 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-170 .item {
    margin: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-170 .text {
    -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-170 .image {
    margin-right: 0;
    float: none;
    background: none;
  }
  .title-page .blocklist-170 .item-label {
    margin-bottom: -45px;
    margin-left: -15px;
    font-size: 90px;
  }
  .title-page .blocklist-170 .img-convert {
    height: 175px;
    background: none;
  }
  .title-page .blocklist-170 .title {
    font-size: 18px;
    -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-170 .more {
    margin-left: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
  }
  .title-page .block-103 {
    padding: 40px 20px 50px;
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-104 {
    border: none;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-111 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-185 .header {
    margin-bottom: 5px;
  }
  .title-page .blocklist-185 .header_text {
    font-size: 35px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-185 .description {
    margin-bottom: 30px;
  }
  .title-page .blocklist-185 .body-outer {
    background: none;
    overflow: hidden;
  }
  .title-page .blocklist-185 .body {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-185 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-185 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-185 .item {
    padding: 30px;
    margin: 10px;
  }
  .title-page .blocklist-185 .text {
    font-size: 14px;
    background: none;
  }
  .title-page .blocklist-185 .image {
    background: none;
  }
  .title-page .blocklist-185 .item-label {
    background: none;
    display: none;
  }
  .title-page .blocklist-185 .img-convert {
    height: 250px;
    background: none;
  }
  .title-page .blocklist-185 .title {
    margin-bottom: 5px;
  }
  .title-page .block-109 {
    padding-bottom: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 0.02px;
    -webkit-order: 21;
    -moz-order: 21;
    order: 21;
  }
  .title-page .block-107 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-105 {
    background: none;
  }
  .title-page .block-106 {
    border: none;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-108 {
    width: auto;
    padding-top: 0.02px;
    padding-right: 0;
  }
  .title-page .widget-112 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-bottom: 0.02px;
    display: block;
  }
  .title-page .blocklist-188 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-188 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 35px;
  }
  .title-page .blocklist-188 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
  }
  .title-page .blocklist-188 .body-outer {
    margin-right: 0;
    margin-bottom: 0;
    overflow: visible;
  }
  .title-page .blocklist-188 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-188 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-188 .item-outer {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-188 .item {
    padding: 10px;
    margin: 10px;
  }
  .title-page .blocklist-188 .text {
    background: none;
  }
  .title-page .blocklist-188 .image {
    min-height: 0;
    background: none;
  }
  .title-page .blocklist-188 .item-label {
    background: none;
  }
  .title-page .blocklist-188 .img-convert {
    height: 100px;
    background: none;
  }
  .title-page .blocklist-188 .title {
    background: none;
  }
  .title-page .blocklist-188 .title:hover, .title-page .blocklist-188 .title.hover, .title-page .blocklist-188 .title.active {
    font-weight: 900;
  }
  .title-page .blocklist-188 .sub-title {
    background: none;
  }
  .title-page .blocklist-188 .sub-title:hover, .title-page .blocklist-188 .sub-title.hover, .title-page .blocklist-188 .sub-title.active {
    font-weight: 300;
  }
  .title-page .blocklist-188 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-188 .controls {
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }
  .title-page .block-22 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 40px;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
  }
  .title-page .block-23 .layout_76 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_123 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-47 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-bottom: 70px;
  }
  .title-page .blocklist-76 .header {
    padding-bottom: 5px;
  }
  .title-page .blocklist-76 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 35px;
    text-align: center;
  }
  .title-page .blocklist-76 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .title-page .blocklist-76 .body {
    width: auto;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-76 .list {
    width: 728px;
  }
  .title-page .blocklist-76 .image {
    margin-right: 30px;
    background: none;
  }
  .title-page .blocklist-76 .img-convert {
    background: none;
  }
  .title-page .blocklist-76 .title {
    font-size: 18px;
  }
  .title-page .blocklist-76 .more {
    padding-top: 30px;
  }
  .title-page .blocklist-76 .sub-title {
    padding-bottom: 20px;
    background: none;
  }
  .title-page .blocklist-76 .controls {
    left: 50%;
    margin-top: 0;
    margin-left: -55px;
  }
  .title-page .block-72 {
    padding: 30px 30px 40px;
    margin-top: 50px;
    margin-left: 0;
    width: auto;
    right: 0;
  }
  .title-page .widget-75 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .form-124 .form-text {
    padding-right: 20px;
    width: 25%;
  }
  .title-page .form-124 .form-textarea textarea {
    min-height: 80px;
  }
  .title-page .form-124 .form-item__title {
    color: #fff;
  }
  .title-page .form-124 .form-textarea {
    margin-bottom: 10px;
  }
  .title-page .form-124 .form-submit {
    text-align: center;
  }
  .title-page .form-124 .form-submit button {
    width: 280px;
  }
  .title-page .form-124 .form-captcha button {
    width: 280px;
  }
  .title-page .form-124 .form-captcha button:hover, .title-page .form-124 .form-captcha button.hover, .title-page .form-124 .form-captcha button.active {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 50%) #c59d5f;
  }
  .title-page .form-124 .form-captcha button:active, .title-page .form-124 .form-captcha button.active {
    background: none #ad8549;
  }
  .title-page .form-124 .form-checkbox {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-radio {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-select {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-div {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-html {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-upload {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-calendar {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-124 .form-calendar_interval {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .block-66 {
    -webkit-order: 21;
    -moz-order: 21;
    order: 21;
  }
  .title-page .block-67 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-76 {
    text-align: left;
    width: 50px;
    min-height: 50px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .up-127 .title:hover, .title-page .up-127 .title.hover, .title-page .up-127 .title.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNkMTJmNzgiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
    color: #d12f78;
  }
  .title-page .block-68 .layout_center_114_id_146_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-68 {
    background: none;
    padding-bottom: 60px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-84 .layout_147 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: none;
  }
  .title-page .block-84 .layout_148 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-84 .layout_149 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-84 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-91 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .schedule-147 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-147 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-92 {
    width: 250px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .phones-148 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-148 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-93 {
    width: 250px;
    margin-left: auto;
  }
  .title-page .address-149 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-149 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-109 {
    margin-top: 30px;
    -webkit-order: 21;
    -moz-order: 21;
    order: 21;
  }
  .title-page .block-73 .layout_126 {
    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-73 .layout_129 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_130 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-74 {
    background: none;
    display: none;
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-77 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-78 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    min-height: 0;
    padding-bottom: 10px;
  }
  .title-page .widget-79 {
    color: #212121;
    text-align: center;
    width: auto;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    min-height: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-5 {
    padding-top: 0.02px;
    background: none;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-7 .side-panel-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .side-panel-7 .side-panel-content:hover, .title-page .side-panel-7 .side-panel-content.hover, .title-page .side-panel-7 .side-panel-content.active {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .title-page .side-panel-7 .side-panel-close {
    min-height: 50px;
    width: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljg3NSIgaGVpZ2h0PSI5Ljg3NSIgdmlld0JveD0iMCAwIDkuODc1IDkuODc1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDMuNDUsNDguMjU3TDI5OS4yMDcsNTIuNWw0LjI0Myw0LjI0My0wLjcwNy43MDdMMjk4LjUsNTMuMjA3bC00LjI0Myw0LjI0My0wLjcwNy0uNzA3LDQuMjQzLTQuMjQzLTQuMjQzLTQuMjQzLDAuNzA3LS43MDcsNC4yNDMsNC4yNDMsNC4yNDMtNC4yNDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkzLjU2MyAtNDcuNTYzKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 15px no-repeat #c59d5f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
  }
  .title-page .side-panel-7 .side-panel-close:hover, .title-page .side-panel-7 .side-panel-close.hover, .title-page .side-panel-7 .side-panel-close.active {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-7 .side-panel-top {
    width: auto;
    background: none;
    padding-right: 0;
  }
  .title-page .side-panel-7 .side-panel-button {
    width: 50px;
    min-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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: 20px;
    margin-right: 20px;
  }
  .title-page .side-panel-7 .side-panel-button:hover, .title-page .side-panel-7 .side-panel-button.hover, .title-page .side-panel-7 .side-panel-button.active {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-7 .side-panel-button-icon-line {
    background: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-79 .layout_134 {
    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-79 .layout_135 {
    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-79 .layout_158 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-84 {
    margin-bottom: 0;
  }
  .title-page .widget-85 {
    margin-top: -42px;
    margin-bottom: 0;
  }
  .title-page .block-5 .layout_center_12_id_9_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-5 {
    -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-92 .layout_162 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_163 {
    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-92 .layout_166 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-103 {
    width: auto;
    margin-top: 15px;
  }
  .title-page .block-94 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-104 {
    width: auto;
    margin-bottom: 0;
  }
  .title-page .editable_block-9 .title {
    font-size: 32px;
  }
  .title-page .editable_block-9 .text {
    margin-left: 35px;
    margin-right: 35px;
  }
  .title-page .blocklist-104 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-104 .bx-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-169 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-169 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-169 .bx-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-182 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-182 .description {
    font-size: 18px;
  }
  .title-page .blocklist-182 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-182 .title:hover, .title-page .blocklist-182 .title.hover, .title-page .blocklist-182 .title.active {
    font-weight: normal;
  }
  .title-page .block-100 .layout_177 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-100 .layout_178 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-100 {
    padding-top: 50px;
  }
  .title-page .editable_block-177 .header {
    padding-bottom: 10px;
  }
  .title-page .editable_block-177 .title {
    font-size: 30px;
  }
  .title-page .block-54 .layout_111 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_170 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-111 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-111 .text {
    margin-left: 80px;
  }
  .title-page .blocklist-111 .item-label {
    margin-bottom: -35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 70px;
  }

  .title-page .blocklist-111 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-111 .title {
    margin-left: 80px;
  }
  .title-page .blocklist-111 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-170 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-170 .description {
    font-size: 15px;
  }
  .title-page .blocklist-170 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-170 .text {
    margin-left: 80px;
  }
  .title-page .blocklist-170 .item-label {
    margin-bottom: -35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 70px;
  }
  .title-page .blocklist-170 .item-label:hover, .title-page .blocklist-170 .item-label.hover, .title-page .blocklist-170 .item-label.active {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSI3NSIgdmlld0JveD0iMCAwIDc1IDc1IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InBsdXMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik04OCA1MUg1MVY4OEg1MFY1MUgxM1Y1MEg1MFYxM2gxVjUwSDg4djF6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMgLTEzKSIgZmlsbD0iIzQ2OTU3NSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.5);
  }
  .title-page .blocklist-170 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-170 .title {
    margin-left: 80px;
  }
  .title-page .blocklist-170 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-103 {
    padding-top: 50px;
  }
  .title-page .blocklist-185 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-185 .description {
    font-size: 15px;
  }
  .title-page .blocklist-185 .sub-title {
    padding-bottom: 15px;
  }
  .title-page .blocklist-185 .price-note {
    font-size: 15px;
  }
  .title-page .blocklist-185 .price-value {
    font-size: 22px;
  }
  .title-page .blocklist-185 .price-currency {
    font-size: 15px;
  }
  .title-page .blocklist-185 .more {
    margin-bottom: 30px;
  }
  .title-page .blocklist-185 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .title-page .block-107:hover, .title-page .block-107.hover, .title-page .block-107.active {
    background: none;
  }
  .title-page .blocklist-188 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-188 .description {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 15px;
  }
  .title-page .blocklist-188 .title {
    font-size: 18px;
    margin-top: 20px;
    margin-right: 30px;
  }
  .title-page .blocklist-188 .price-note {
    font-size: 15px;
  }
  .title-page .blocklist-188 .price-value {
    font-size: 22px;
  }
  .title-page .blocklist-188 .price-currency {
    font-size: 15px;
  }
  .title-page .blocklist-188 .more {
    margin-bottom: 30px;
  }
  .title-page .blocklist-188 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .title-page .blocklist-188 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .block-23 .layout_76 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_123 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-76 .description {
    font-size: 15px;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-76 .list {
    width: 600px;
  }
  .title-page .blocklist-76 .image {
    margin-bottom: 50px;
    width: 120px;
    margin-left: 0;
  }
  .title-page .blocklist-76 .img-convert {
    width: 120px;
    height: 120px;
  }
  .title-page .widget-75 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-124 .form-text {
    padding-right: 10px;
    margin-right: 10px;
  }
  .title-page .block-68 .layout_center_114_id_146_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-84 .layout_147 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-84 .layout_148 {
    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-84 .layout_149 {
    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 .widget-92 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-93 {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .block-73 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-73 .layout_129 {
    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-73 .layout_130 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-78 {
    margin-bottom: 0;
  }
  .title-page .side-panel-7 .side-panel-content {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-58 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-79 .layout_134 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-79 .layout_135 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-79 .layout_158 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-91 {
    margin-top: 15px;
  }
  .title-page .widget-84 {
    border: none;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .phones-134 .cell-icon {
    display: none;
  }
  .title-page .phones-134 .title {
    padding-top: 0.02px;
  }
  .title-page .widget-85 {
    text-align: center;
    margin-top: 15px;
    margin-right: auto;
    display: none;
  }
  .title-page .address-135 .cell-icon {
    display: none;
  }
  .title-page .address-135 .title {
    padding-top: 0.02px;
  }
  .title-page .block-5 .layout_center_12_id_9_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-5 {
    padding-bottom: 40px;
  }
  .title-page .block-92 .layout_162 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_163 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_166 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .editable_block-162 .title {
    font-size: 30px;
  }
  .title-page .editable_block-162 .text {
    font-size: 14px;
  }
  .title-page .editable_block-163 .title {
    font-size: 30px;
  }
  .title-page .editable_block-163 .text {
    font-size: 14px;
  }
  .title-page .editable_block-9 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-9 .title {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .title-page .editable_block-9 .text {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .block-65 {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .title-page .blocklist-104 .header {
    margin-bottom: 20px;
  }
  .title-page .blocklist-104 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-104 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-104 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-104 .item {
    padding: 15px 0;
  }
  .title-page .blocklist-104 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-104 .title {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .title-page .blocklist-104 .bx-wrapper {
    margin-left: auto;
  }
  .title-page .blocklist-104 .footer {
    padding-top: 10px;
  }
  .title-page .block-95 {
    padding-bottom: 40px;
  }
  .title-page .blocklist-169 .header {
    margin-bottom: 20px;
  }
  .title-page .blocklist-169 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-169 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-169 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-169 .item {
    padding: 15px 0;
  }
  .title-page .blocklist-169 .title {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .title-page .blocklist-169 .bx-wrapper {
    margin-left: auto;
  }
  .title-page .blocklist-169 .footer {
    padding-top: 10px;
  }
  .title-page .blocklist-182 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-182 .description {
    font-size: 16px;
  }
  .title-page .blocklist-182 .title {
    font-size: 25px;
  }
  .title-page .block-100 .layout_177 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-100 .layout_178 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-100 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .title-page .widget-108 {
    padding-right: 0;
  }
  .title-page .editable_block-177 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: center;
  }
  .title-page .editable_block-177 .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .title-page .block-55 {
    padding-bottom: 40px;
  }
  .title-page .block-54 .layout_111 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_170 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 {
    padding-bottom: 0.02px;
  }
  .title-page .widget-70 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .blocklist-111 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-111 .description {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-111 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-111 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-111 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-111 .title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 17px;
  }
  .title-page .blocklist-111 .price {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-111 .price-value {
    font-size: 23px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-106 {
    margin-bottom: 0;
  }
  .title-page .blocklist-170 .header_text {
    font-size: 25px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-170 .description {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .title-page .blocklist-170 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-170 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-170 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-170 .title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 17px;
  }
  .title-page .blocklist-170 .price {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-170 .price-value {
    font-size: 23px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-170 .footer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-103 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .blocklist-185 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-185 .description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-185 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-185 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-185 .item {
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-185 .image {
    border: none;
    margin-bottom: 20px;
    min-height: 120px;
    -webkit-box-shadow: inset 0px -20px 0px #c59d5f;
    -moz-box-shadow: inset 0px -20px 0px #c59d5f;
    box-shadow: inset 0px -20px 0px #c59d5f;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-185 .img-convert {
    width: 120px;
    height: 200px;
  }
  .title-page .blocklist-185 .title {
    margin-bottom: 0;
  }
  .title-page .blocklist-185 .sub-title {
    font-size: 14px;
  }
  .title-page .blocklist-185 .price-value {
    font-size: 20px;
  }
  .title-page .block-105 {
    padding-bottom: 40px;
  }
  .title-page .blocklist-188 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-188 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .title-page .blocklist-188 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-188 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-188 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-188 .title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-188 .price-value {
    font-size: 20px;
  }
  .title-page .blocklist-188 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-22 {
    padding: 0.02px 20px 40px;
  }
  .title-page .block-23 .layout_76 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_123 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-47 {
    margin-bottom: 0;
    display: block;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-76 .description {
    font-size: 14px;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-76 .list {
    width: 440px;
  }
  .title-page .blocklist-76 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-76 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }
  .title-page .blocklist-76 .image {
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-76 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-76 .sub-title {
    padding-bottom: 15px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .title-page .blocklist-76 .controls {
    margin-left: -60px;
  }
  .title-page .blocklist-76 .next {
    margin-left: 10px;
  }
  .title-page .block-72 {
    margin-top: 40px;
  }
  .title-page .widget-75 {
    max-width: 100%;
  }
  .title-page .form-124 .form__header {
    font-size: 23px;
  }
  .title-page .form-124 .form__text {
    font-size: 15px;
  }
  .title-page .form-124 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-124 .form-text {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .title-page .form-124 .form-submit button {
    width: 100%;
  }
  .title-page .form-124 .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-124 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-124 .form-captcha button {
    width: 100%;
  }
  .title-page .form-124 .form-checkbox {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-radio {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-select {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-div {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-html {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-upload {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-calendar {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .form-calendar_interval {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-124 .group-text {
    margin-right: 0;
  }
  .title-page .block-67 {
    padding-top: 40px;
  }
  .title-page .block-68 .layout_center_114_id_146_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-84 .layout_147 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-84 .layout_148 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-84 .layout_149 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-91 {
    margin-bottom: 0;
  }
  .title-page .block-73 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-73 .layout_129 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_130 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-79 {
    margin-bottom: 0;
  }
  .title-page .side-panel-7 .side-panel-content {
    width: 280px;
  }
  .title-page .side-panel-7 .side-panel-close {
    margin-top: 10px;
  }
  .title-page .side-panel-7 .side-panel-button {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-79 .layout_134 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-79 .layout_135 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-79 .layout_158 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    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 .site-name-3 .sn-text {
    min-height: 0;
  }
  .title-page .widget-3 {
    font-size: 14px;
  }
  .title-page .block-5 .layout_center_12_id_9_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-92 .layout_162 {
    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-92 .layout_163 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_166 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-92 {
    margin-left: auto;
  }
  .title-page .popover-wrap-162 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-162 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .editable_block-162 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-162 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-162 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .widget-102 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .popover-wrap-161 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-161 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .popover-wrap-161 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-161 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-163 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .editable_block-163 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-163 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-9 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .editable_block-9 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-9 .title {
    font-size: 23px;
  }
  .title-page .editable_block-9 .text {
    font-size: 15px;
    line-height: 1.2;
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .editable_block-9 .more {
    padding-top: 25px;
  }
  .title-page .popover-wrap-9 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-104 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-104 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-104 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-104 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-104 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 16px;
  }
  .title-page .popover-wrap-104 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-104 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-169 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-169 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-169 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-169 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-169 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 16px;
  }
  .title-page .popover-wrap-169 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-169 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .block-99 {
    padding-bottom: 30px;
  }
  .title-page .popover-wrap-182 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-182 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-182 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-182 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-182 .item {
    margin: 10px 0;
  }
  .title-page .popover-wrap-182 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-182 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .block-100 .layout_177 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-100 .layout_178 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .popover-wrap-177 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-177 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .editable_block-177 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 15px;
  }
  .title-page .editable_block-177 .title {
    font-size: 23px;
    margin-bottom: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-177 .more > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-177 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-177 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .block-54 .layout_111 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_170 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .popover-wrap-111 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-111 .description {
    font-size: 21px;
  }
  .title-page .blocklist-111 .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-111 .title {
    font-size: 16px;
  }
  .title-page .blocklist-111 .more {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .popover-wrap-111 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-170 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-170 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-170 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-170 .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-170 .title {
    font-size: 16px;
  }
  .title-page .blocklist-170 .more {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .popover-wrap-170 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-170 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-185 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-185 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-185 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-185 .description {
    margin-bottom: 10px;
  }
  .title-page .blocklist-185 .image {
    min-height: 100px;
    -webkit-box-shadow: inset 0px -40px 0px #c59d5f;
    -moz-box-shadow: inset 0px -40px 0px #c59d5f;
    box-shadow: inset 0px -40px 0px #c59d5f;
  }
  .title-page .blocklist-185 .img-convert {
    width: 100px;
    height: 150px;
  }
  .title-page .blocklist-185 .title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-185 .sub-title {
    font-size: 15px;
  }
  .title-page .blocklist-185 .price {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-185 .more {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-185 .more > a {
    padding: 12px 20px;
    font-size: 13px;
  }
  .title-page .popover-wrap-185 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-185 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-188 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-188 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-188 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-188 .description {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .title-page .blocklist-188 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-188 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-188 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-188 .title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-188 .price {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-188 .more {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-188 .more > a {
    padding: 12px 20px;
    font-size: 13px;
  }
  .title-page .blocklist-188 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .popover-wrap-188 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-188 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .block-23 .layout_76 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_123 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .popover-wrap-76 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-76 .description {
    margin-bottom: 20px;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-76 .list {
    width: 280px;
  }
  .title-page .blocklist-76 .image {
    margin-bottom: 15px;
  }
  .title-page .blocklist-76 .sub-title {
    padding-top: 5px;
    margin-top: 1px;
  }
  .title-page .popover-wrap-76 .popover-form-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_form_item {
    margin-bottom: 0;
  }
  .title-page .block-72 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .title-page .form-124 .form__header {
    font-size: 21px;
  }
  .title-page .form-124 .form__text {
    font-size: 14px;
  }
  .title-page .form-124 .form-submit button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .form-124 .form-captcha button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-68 .layout_center_114_id_146_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-84 .layout_147 {
    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: none;
  }
  .title-page .block-84 .layout_148 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-84 .layout_149 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-73 .layout_129 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-73 .layout_130 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .side-panel-7 .side-panel-content {
    width: 270px;
  }
}
.title-page .side-panel .widget-4 {
  margin: 0;
  z-index: 12;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-6 .menu-button {
  background: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul {
  position: static;
  width: auto;
  background: #f7f7f7;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul:hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul.hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.active {
  background: #c59d5f;
  color: #fff;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgba(26, 26, 26, 0.7);
  background: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #c59d5f;
  -webkit-box-shadow: inset 2px 0px 0px 0px #c59d5f;
  -moz-box-shadow: inset 2px 0px 0px 0px #c59d5f;
  box-shadow: inset 2px 0px 0px 0px #c59d5f;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a {
  background: none;
}