@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%;
}
.align-elem.\32{
	
max-width: 70% !important;	
}
.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: linear-gradient(#fff, #fff);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .wrapper {
  border: none;
  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;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .block-3 .layout_5 {
  -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-3 .layout_11 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  padding: 40px 20px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  max-width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  padding-right: 30px;
}
.title-page .widget-2 {
  margin: 0;
  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%;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-3 .sn-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #404040;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -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;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-3 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #404040;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .block-4 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_137 {
  -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-4 {
  margin: 13px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 700px;
  min-height: 0;
  z-index: 1;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .widget-93 {
  margin: 2px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-137 p:first-child {
  margin-top: 0;
}
.title-page .address-137 p:last-child {
  margin-bottom: 0;
}
.title-page .address-137 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-137 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-137 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiMxMjVlNzIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: 15px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .address-137 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-137 .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-137 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-137 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #404040;
  -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: 14px;
}
.title-page .address-137 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-137 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-7 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 270px;
  right: 0;
}
.title-page .phones-10 p:first-child {
  margin-top: 0;
}
.title-page .phones-10 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-10 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-10 .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-10 .icon {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxMjVlNzIiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: 15px;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-10 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-10 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-10 .title {
  box-sizing: border-box;
  display: none;
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 5px;
}
.title-page .phones-10 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #404040;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-10 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-10 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-10 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-55 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;

  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-54 .layout_98_id_111 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-54 {
  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-70 {
  margin: -50px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 960px;
  min-width: 960px;
  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: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-111 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-111 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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: #a3c76f;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large:active, .title-page .popover-wrap-111 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-111 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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 {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-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: 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-left: 0;
  padding-bottom: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
}
.title-page .blocklist-111 .header_text {
  font-size: 40px;
  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;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  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;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  color: #1b1b1b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 40px;
  font-weight: normal;
  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 {
  padding: 40px;
  border: none;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-111 .body {
  margin: 0 -20px;
  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: 33%;
}
.title-page .blocklist-111 .item {
  margin: 0 20px;
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-111 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #404040;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
  margin-top: 10px;
}
.title-page .blocklist-111 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-111 .image {
  border: 1px solid #06a488;
  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-box-shadow: inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 5px #fff;
  background: #06a488;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 70px;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  max-width: 100%;
  min-height: 70px;
}
.title-page .blocklist-111 .item-label {
  padding: 2px 5px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: none transparent;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: 0;
  -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 .item-label:hover, .title-page .blocklist-111 .item-label.hover, .title-page .blocklist-111 .item-label.active {
  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);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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 {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  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: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.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 {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #404040;
  -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: 14px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .blocklist-111 .sub-title {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.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;
}
.title-page .blocklist-111 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: rgba(27, 27, 27, 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: #1b1b1b;
  text-decoration: none;
  font-size: 25px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: normal;
}
.title-page .blocklist-111 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: rgba(27, 27, 27, 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 {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 30px;
}
.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;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: linear-gradient(to bottom right, #cf4861 0%, #bd2a45 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .blocklist-111 .more > a:hover, .title-page .blocklist-111 .more > a.hover, .title-page .blocklist-111 .more > a.active {
  background: none #cf4861;
}
.title-page .blocklist-111 .more > a:active, .title-page .blocklist-111 .more > a.active {
  background: none #bd2a45;
}
.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 {
  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-111 .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: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #a37955;
  -moz-box-shadow: inset 0px 0px 0px 2px #a37955;
  box-shadow: inset 0px 0px 0px 2px #a37955;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-111 .all:hover, .title-page .blocklist-111 .all.hover, .title-page .blocklist-111 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #a37955;
}
.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: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: left;
}
.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: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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%;
  text-align: center;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  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 .block-98 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(18, 94, 114, 0.6), rgba(18, 94, 114, 0.6)), url("../images/1920x1080_1.png") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 8;
  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;
}
.title-page .block-58 {
  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;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-79 {
  padding: 30px 20px 0.02px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  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;
}
.title-page .widget-4 {
  padding: 20px 40px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  -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;
  background: #333;
  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 wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-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 25px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
  width: 5px;
  min-height: 1px;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  text-align: center;
}
.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 0;
  margin: 20px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  list-style: none;
  width: 260px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: center;
  -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;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(43, 43, 43, 0.8);
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.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 {
  color: #91b266;
  -webkit-box-shadow: inset 2px 0px 0px #91b266;
  -moz-box-shadow: inset 2px 0px 0px #91b266;
  box-shadow: inset 2px 0px 0px #91b266;
}
.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: 10px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  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;
  align-self: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.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: #fff;
}
.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: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px 8px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  min-height: 40px;
  width: 40px;
  text-align: center;
  font-weight: 900;
}
.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-5 .layout_12_id_107 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-5 {
  padding: 120px 20px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  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;
}
.title-page .block-59 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-6 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-left: 0;
}
.title-page .popover-wrap-9 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-9 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-9 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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: #a3c76f;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:active, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-9 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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 {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-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: normal;
}
.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 {
  border: none;
  box-sizing: border-box;
  font-size: 60px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  letter-spacing: 0.3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  -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-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(255, 255, 255, 0.8);
  letter-spacing: 0.3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 40px;
  font-weight: 200;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.02px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.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: 140px;
  padding-bottom: 0.02px;
}
.title-page .editable_block-9 .more > a {
  padding: 20px 40px;
  border: none;
  box-sizing: border-box;
  border-radius: 45px;
    margin-bottom: 50px;
  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: 65px;
  color: #06a488;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 15px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.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: #5c606b;
  color: #fff;
}
.title-page .editable_block-9 .more > a:active, .title-page .editable_block-9 .more > a.active {
  background: #91b266;
}
.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: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: left;
}
.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: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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%;
  text-align: center;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  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-94 {
  padding: 70px 20px 0.02px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
 
  z-index: 7;
  text-align: left;
  display: block;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-indent: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-95 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-108 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 25px;
}
.title-page .popover-wrap-163 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-163 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-163 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-163 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-163 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-163 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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: #a3c76f;
}
.title-page .popover-wrap-163 .popover-body .s3_button_large:active, .title-page .popover-wrap-163 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-163 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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 {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-163 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-163 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-163 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-163 .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-163 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-163 .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-163 .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: #404040;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-163 .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-163 .body {
  margin: 0 1px 0 0;
  box-sizing: border-box;
}
.title-page .blocklist-163 .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-163 .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-163 .bx-wrapper {
  max-width: 1149px;
}
.title-page .blocklist-163 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-163 .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: 1149px;
}
.title-page .blocklist-163 .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-163 .item {
  padding: 0.02px 40px 40px;
  margin: 45px -1px 0 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;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  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-163 .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;
  -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: #404040;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
}
.title-page .blocklist-163 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-163 .image {
  margin: -45px auto 40px;
  border: 1px solid #06a488;
  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-box-shadow: inset 0px 0px 0px 9px #f5f5f5;
  -moz-box-shadow: inset 0px 0px 0px 9px #f5f5f5;
  box-shadow: inset 0px 0px 0px 9px #f5f5f5;
  background: #06a488;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0.02px;
}
.title-page .blocklist-163 .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;
  -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: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
}
.title-page .blocklist-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 .blocklist-163 .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: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-163 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-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 .blocklist-163 .title {
  margin: 0 0 5px;
  border: none;
  font-weight: 500;
  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: #404040;
  line-height: 1;
  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-163 .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;
  -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-163 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-163 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-163 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-163 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-163 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-163 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-163 .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-163 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-163 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-163 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-163 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 70px;
}
.title-page .blocklist-163 .all {
  padding: 20px 40px;
  border: none;
  border-radius: 45px;
  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: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 15px;
  background: #06a488;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .blocklist-163 .all:hover, .title-page .blocklist-163 .all.hover, .title-page .blocklist-163 .all.active {
  background: #1f768c;
}
.title-page .blocklist-163 .all:active, .title-page .blocklist-163 .all.active {
  background: #125e72;
}
.title-page .blocklist-163 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 0;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-163 .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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NjEuMzQ5IDQ4Mi4wMDUgNTM3LjYzMSA0NTguMjNsLS44MTgtLjgyTDUzNiA0NTYuNTkgNTYwLjUzMSA0MzJsMS42MzYgMS42NC0yMi45IDIyLjk1NSAyMy43MTcgMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzNiAtNDMyKSIgZmlsbD0iIzQwNDA0MCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px 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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-163 .prev:hover, .title-page .blocklist-163 .prev.hover, .title-page .blocklist-163 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NjEuMzQ5IDQ4Mi4wMDUgNTM3LjYzMSA0NTguMjNsLS44MTgtLjgyTDUzNiA0NTYuNTkgNTYwLjUzMSA0MzJsMS42MzYgMS42NC0yMi45IDIyLjk1NSAyMy43MTcgMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzNiAtNDMyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #91b366;
}
.title-page .blocklist-163 .prev:active, .title-page .blocklist-163 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NjEuMzQ5IDQ4Mi4wMDUgNTM3LjYzMSA0NTguMjNsLS44MTgtLjgyTDUzNiA0NTYuNTkgNTYwLjUzMSA0MzJsMS42MzYgMS42NC0yMi45IDIyLjk1NSAyMy43MTcgMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzNiAtNDMyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #a3c76f;
}
.title-page .blocklist-163 .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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjIwLjY1MSA0MzJsMjMuNzE4IDIzLjc3NS44MTguODIuODE4LjgyLTI0LjUzNiAyNC41OTUtMS42MzYtMS42NCAyMi45LTIyLjk1NS0yMy43MTctMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxOSAtNDMyKSIgZmlsbD0iIzQwNDA0MCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px 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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-163 .next:hover, .title-page .blocklist-163 .next.hover, .title-page .blocklist-163 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjIwLjY1MSA0MzJsMjMuNzE4IDIzLjc3NS44MTguODIuODE4LjgyLTI0LjUzNiAyNC41OTUtMS42MzYtMS42NCAyMi45LTIyLjk1NS0yMy43MTctMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxOSAtNDMyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #91b366;
}
.title-page .blocklist-163 .next:active, .title-page .blocklist-163 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjIwLjY1MSA0MzJsMjMuNzE4IDIzLjc3NS44MTguODIuODE4LjgyLTI0LjUzNiAyNC41OTUtMS42MzYtMS42NCAyMi45LTIyLjk1NS0yMy43MTctMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxOSAtNDMyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #a3c76f;
}
.title-page .blocklist-163 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-163 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-163 .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-163 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-163 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-163 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-163 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-163 .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-163 .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-163 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-163 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-163 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-163 .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-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: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: left;
}
.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: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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%;
  text-align: center;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  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 .block-85 {
  padding: 70px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/image2.png") left -60px bottom -512px / auto auto no-repeat, url("../images/image1.png") right -60px top -185px / auto auto no-repeat #fff;
  max-width: 100%;
  z-index: 6;
  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;
}
.title-page .block-84 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-97 {
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-143 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-143 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-143 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-143 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-143 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-143 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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-143 .popover-body .s3_button_large:hover, .title-page .popover-wrap-143 .popover-body .s3_button_large.hover, .title-page .popover-wrap-143 .popover-body .s3_button_large.active {
  background: #a3c76f;
}
.title-page .popover-wrap-143 .popover-body .s3_button_large:active, .title-page .popover-wrap-143 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-143 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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-143 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-143 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-143 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-143 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-143 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-143 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-143 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-143 .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: 5px;
  text-align: left;
  box-sizing: border-box;
  margin-right: 0;
}
.title-page .blocklist-143 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #404040;
  -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;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-right: 0;
}
.title-page .blocklist-143 .all-in_header {
  padding: 18px 30px;
  border: none;
  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;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  margin-left: auto;
  margin-right: 0;
  font-weight: 600;
  background: none #c22129;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-143 .all-in_header:hover, .title-page .blocklist-143 .all-in_header.hover, .title-page .blocklist-143 .all-in_header.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #c22129;
}
.title-page .blocklist-143 .all-in_header:active, .title-page .blocklist-143 .all-in_header.active {
  background: none #d42029;
}
.title-page .blocklist-143 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  color: #404040;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 40px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0;
  width: auto;
  margin-left: 0;
  font-weight: bold;
}
.title-page .blocklist-143 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-143 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-143 .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-143 .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-143 .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-143 .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-143 .item {
  padding: 0.02px 0;
  margin: 20px;
  border: none;
  position: relative;
  width: 620px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
}
.title-page .blocklist-143 .image {
  padding: 1px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  float: none;
  max-width: 100%;
  left: 0;
  right: 0;
}
.title-page .blocklist-143 .item-label {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #91b366;
  color: rgba(0, 0, 0, 0.26);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: 0;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-height: 70px;
  align-self: auto;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  transform: rotate(-360deg);
  font-weight: 500;
}
.title-page .blocklist-143 .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-143 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 450px;
  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;
  background: #fff;
}
.title-page .blocklist-143 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-143 .image-inner {
  padding: 30px;
  border: none;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 0;
  align-self: auto;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-143 .text {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  font-weight: 600;
  padding-top: 10px;
}
.title-page .blocklist-143 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-143 .title {
  padding: 5px 30px 0.02px;
  margin: 0 30px;
  border: none;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #404040;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .blocklist-143 .sub-title {
  padding: 30px 30px 0.02px;
  margin: -50px 30px 0;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #404040;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  background: #f5f5f5;
  -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-143 .price {
  padding: 20px 30px 30px;
  margin: 0 30px;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-143 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-143 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
}
.title-page .blocklist-143 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #404040;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  -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;
  padding-left: 3px;
  padding-right: 3px;
}
.title-page .blocklist-143 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #404040;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-143 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
.title-page .blocklist-143 .more > a {
  padding: 18px 25px;
  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;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background: none #c22129;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
}
.title-page .blocklist-143 .more > a:hover, .title-page .blocklist-143 .more > a.hover, .title-page .blocklist-143 .more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #c22129;
}
.title-page .blocklist-143 .more > a:active, .title-page .blocklist-143 .more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #d42029;
}
.title-page .blocklist-143 .bx-wrapper {
  max-width: 1200px;
}
.title-page .blocklist-143 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-143 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-143 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-143 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-143 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 0.02px;
}
.title-page .blocklist-143 .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: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 15px;
  background: #92b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .blocklist-143 .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-143 .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 no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-143 .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 no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-143 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-143 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-143 .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-143 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-143 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-143 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-143 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-143 .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-143 .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-143 .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-143 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-143 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-143 .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-143 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-143 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-143 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-143 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-143 .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-143 .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-143 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-143 .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-143 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-143 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-143 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .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-143 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.title-page .popover-wrap-143 .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-143 .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-143 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .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-143 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-143 .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-143 .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-143 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.title-page .popover-wrap-143 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-143 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .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-143 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .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-143 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-143 .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-143 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-143 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-143 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-143 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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-143 .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-143 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-143 .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-143 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-143 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-143 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-96 {
  padding: 70px 20px 0.02px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/image2.png") left -60px top -140px / auto auto no-repeat #f5f5f5;
  z-index: 5;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .block-97 .layout_center_165_id_166_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-97 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  padding-right: 0;
  text-decoration: none;
}
.title-page .widget-109 {
  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;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-166 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-166 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-166 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-166 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-166 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-166 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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-166 .popover-body .s3_button_large:hover, .title-page .popover-wrap-166 .popover-body .s3_button_large.hover, .title-page .popover-wrap-166 .popover-body .s3_button_large.active {
  background: #a3c76f;
}
.title-page .popover-wrap-166 .popover-body .s3_button_large:active, .title-page .popover-wrap-166 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-166 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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-166 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-166 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-166 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-166 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-166 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-166 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-166 .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;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  margin-left: 0;
}
.title-page .blocklist-166 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #404040;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  margin-top: 0;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-166 .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-166 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  color: #404040;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-166 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjUiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEyNSA1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaWNvbnM0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMyNy41LDUwM2EyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMzI3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMzEyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjk3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjgyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjY3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjUyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjM3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjIyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjA3LjUsNTAzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMDUgLTQ5OCkiIGZpbGw9IiNlM2UzZTMiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left calc(50% + 305px) top 43px / auto auto no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjUiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEyNSA1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaWNvbnM0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMyNy41LDUwM2EyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMzI3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMzEyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjk3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjgyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjY3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjUyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjM3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjIyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjA3LjUsNTAzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMDUgLTQ5OCkiIGZpbGw9IiNlM2UzZTMiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left calc(50% - 305px) top 43px / auto auto no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjUiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEyNSA1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaWNvbnM0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMyNy41LDUwM2EyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMzI3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMzEyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjk3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjgyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjY3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjUyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjM3LjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjIyLjUsNTAzWm0tMTUsMGEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSwxMjA3LjUsNTAzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMDUgLTQ5OCkiIGZpbGw9IiNlM2UzZTMiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 43px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-166 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .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-166 .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-166 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-166 .item {
  padding: 0.02px 0;
  margin: 0 10px;
  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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  align-self: auto;
  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 .blocklist-166 .text {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #404040;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-166 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-166 .image {
  margin: 0 auto 20px;
  border: 1px solid #06a488;
  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;
  width: 90px;
  min-height: 90px;
  float: none;
  max-width: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 7px #f5f5f5;
  -moz-box-shadow: inset 0px 0px 0px 7px #f5f5f5;
  box-shadow: inset 0px 0px 0px 7px #f5f5f5;
  background: #06a488;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-166 .item-label {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 50%;
  z-index: 5;
  background: #f5f5f5;
  color: #e3e3e3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin-left: 0;
  margin-top: -25px;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 50px;
  min-height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: normal;
  right: 0;
  margin-right: -60px;
  bottom: auto;
}
.title-page .blocklist-166 .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-166 .img-convert {
  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;
}
.title-page .blocklist-166 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .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-166 .title {
  padding: 0.02px 0;
  border: none;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #404040;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  margin-top: 0;
  margin-right: 0;
  -webkit-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-166 .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-166 .price {
  margin: 0 30px 30px 160px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-166 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-166 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-166 .price-value {
  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;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}
.title-page .blocklist-166 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
}
.title-page .blocklist-166 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-166 .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-166 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-166 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-166 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-166 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-166 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .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-166 .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-166 .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-166 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-166 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-166 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .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-166 .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-166 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-166 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-166 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-166 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-166 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-166 .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-166 .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-166 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-166 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-166 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.title-page .popover-wrap-166 .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-166 .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-166 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-166 .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-166 .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-166 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.title-page .popover-wrap-166 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-166 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-166 .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-166 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-166 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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-166 .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-166 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-166 .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-166 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-166 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-166 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-110 {
  padding: 20px 40px;
  margin: 70px auto 0;
  border-radius: 45px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 35px;
  background: #06a488;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 500;
}
.title-page .widget-110:hover, .title-page .widget-110.hover, .title-page .widget-110.active {
  background: #1f768c;
}
.title-page .widget-110:active, .title-page .widget-110.active {
  background: #125e72;
}
.title-page .popover-wrap-167 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-167 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-167 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-167 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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-167 .popover-body .s3_button_large:hover, .title-page .popover-wrap-167 .popover-body .s3_button_large.hover, .title-page .popover-wrap-167 .popover-body .s3_button_large.active {
  background: #a3c76f;
}
.title-page .popover-wrap-167 .popover-body .s3_button_large:active, .title-page .popover-wrap-167 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-167 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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-167 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-167 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-167 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-167 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-167 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: 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-167 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.title-page .popover-wrap-167 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-167 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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-167 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-167 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-167 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-167 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-167 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-22 {
  padding: 70px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  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 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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;
  -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;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-right: 0;
}
.title-page .popover-wrap-76 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-76 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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: #a3c76f;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large:active, .title-page .popover-wrap-76 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-76 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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 {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-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: 5px;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-76 .header_text {
  padding: 0.02px 0;
  border: none;
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #404040;
  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: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #404040;
  text-decoration: none;
  font-size: 40px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-76 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  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 -20px;
  box-sizing: border-box;
}
.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: 1240px;
}
.title-page .blocklist-76 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
  height: 370px !important;
}
.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: 1240px;
}
.bx-wrapper {
    max-width: inherit !important ;
}
.title-page .blocklist-76 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 300px !important;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-76 .item {
  padding: 0.02px 0;
  margin: 0 20px;
  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;
  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: 10px 0 40px 40px;
  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(43, 43, 43, 0.7);
  line-height: 1.5;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  min-height: 0;
}
.title-page .blocklist-76 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-76 .image {
  margin: 0 -60px 0 0;
  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: 300px;
  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: none;
  box-sizing: border-box;
  width: auto;
  height: 370px;
  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-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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: 30px 0 0;
  border: none;
  font-weight: 500;
  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: #404040;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: none #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 40px;
  padding-bottom: 0.02px;
  padding-top: 40px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-76 .title:active, .title-page .blocklist-76 .title.active {
  background: #fff;
}
.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;
  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;
  -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: #1b1b1b;
  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: #a37955;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
  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 #a37955;
  -moz-box-shadow: inset 0px 0px 0px 2px #a37955;
  box-shadow: inset 0px 0px 0px 2px #a37955;
  background: transparent;
}
.title-page .blocklist-76 .sub-title {
  border: none;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #a37955;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
  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: 0.02px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 40px;
}
.title-page .blocklist-76 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-76 .footer {
  text-align: left;
  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: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  z-index: 1;
  text-align: justify;
  bottom: auto;
  width: auto;
}
.title-page .blocklist-76 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM0LjcxNiA0NSAxNi4yNjggMjYuNDU5bC0uNjM2LS42MzlMMTUgMjUuMTggMzQuMDggNmwxLjI3MiAxLjI3OUwxNy41NDEgMjUuMTggMzUuOTg4IDQzLjcyNXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 11px no-repeat #06a488;
  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: 7px;
}
.title-page .blocklist-76 .prev:hover, .title-page .blocklist-76 .prev.hover, .title-page .blocklist-76 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM0LjcxNiA0NSAxNi4yNjggMjYuNDU5bC0uNjM2LS42MzlMMTUgMjUuMTggMzQuMDggNmwxLjI3MiAxLjI3OUwxNy41NDEgMjUuMTggMzUuOTg4IDQzLjcyNXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 11px no-repeat #06a488;
}
.title-page .blocklist-76 .prev:active, .title-page .blocklist-76 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM0LjcxNiA0NSAxNi4yNjggMjYuNDU5bC0uNjM2LS42MzlMMTUgMjUuMTggMzQuMDggNmwxLjI3MiAxLjI3OUwxNy41NDEgMjUuMTggMzUuOTg4IDQzLjcyNXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 11px no-repeat #06a488;
}
.title-page .blocklist-76 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0MjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNi4yODQgNiAzNC43MzIgMjQuNTQxbC42MzYuNjM5TDM2IDI1LjgyIDE2LjkyMSA0NWwtMS4yNzItMS4yNzlMMzMuNDU5IDI1LjgyIDE1LjAxMiA3LjI3NXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlLW9wYWNpdHk9IjEiIHN0cm9rZT0iI2ZmZmZmZiIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #06a488;
  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: 7px;
  margin-right: 0;
}
.title-page .blocklist-76 .next:hover, .title-page .blocklist-76 .next.hover, .title-page .blocklist-76 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0MjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNi4yODQgNiAzNC43MzIgMjQuNTQxbC42MzYuNjM5TDM2IDI1LjgyIDE2LjkyMSA0NWwtMS4yNzItMS4yNzlMMzMuNDU5IDI1LjgyIDE1LjAxMiA3LjI3NXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlLW9wYWNpdHk9IjEiIHN0cm9rZT0iI2ZmZmZmZiIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #06a488;
}
.title-page .blocklist-76 .next:active, .title-page .blocklist-76 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0MjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNi4yODQgNiAzNC43MzIgMjQuNTQxbC42MzYuNjM5TDM2IDI1LjgyIDE2LjkyMSA0NWwtMS4yNzItMS4yNzlMMzMuNDU5IDI1LjgyIDE1LjAxMiA3LjI3NXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlLW9wYWNpdHk9IjEiIHN0cm9rZT0iI2ZmZmZmZiIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat #06a488;
}
.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;
}
.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: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: left;
}
.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: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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%;
  text-align: center;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.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: #404040;
  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-73 .layout_center_125_id_127_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-73 {
  padding: 0.02px 20px 60px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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;
  -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 .widget-76 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 60px;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPgo8L3N2Zz4=") left 50% top 50% / 20px no-repeat #06a488;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  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("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPgo8L3N2Zz4=") left 50% top 50% / 20px no-repeat #1f768c;
}
.title-page .widget-76:active, .title-page .widget-76.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPgo8L3N2Zz4=") left 50% top 50% / 20px no-repeat #1f768c;
}
.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;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  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-74 .layout_128 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 .layout_129 {
  -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-74 .layout_130 {
  -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-74 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .widget-77 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 300px;
  right: 0;
}
.title-page .widget-78 {
  margin: 9px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #404040;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.title-page .widget-79 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #404040;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  width: auto;
  right: 0;
}
.title-page .block-82 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-83 .layout_140 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-83 .layout_142 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-83 {
  padding: 50px 40px;
  margin: 0 auto -85px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: #f7f7f7;
  z-index: 1;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-94 {
  margin: 2px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-140 .popover-body {
  padding: 60px 40px;
  border: none;
  -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: #f5f5f5;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-140 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-140 .popover-body .form_calendar input {
  padding: 10px 25px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-140 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-140 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #91b366;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  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-140 .popover-body .s3_button_large:hover, .title-page .popover-wrap-140 .popover-body .s3_button_large.hover, .title-page .popover-wrap-140 .popover-body .s3_button_large.active {
  background: #a3c76f;
}
.title-page .popover-wrap-140 .popover-body .s3_button_large:active, .title-page .popover-wrap-140 .popover-body .s3_button_large.active {
  background: #91b366;
}
.title-page .popover-wrap-140 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #125e72;
  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-140 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45MzgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOS45MzggMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjbG9zZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1My45NzMsMjIxLjkxN2wtOS4wNjYsOS4wOTIsOS4wNjYsOS4wOTEtMC45MDcuOTA5TDM0NCwyMzEuOTE4bC05LjA2Niw5LjA5MS0wLjkwNy0uOTA5LDkuMDY2LTkuMDkxLTkuMDY2LTkuMDkyLDAuOTA3LS45MDlMMzQ0LDIzMC4xbDkuMDY2LTkuMDkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNC4wMzEgLTIyMSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 16px no-repeat #91b366;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-140 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-140 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-140 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-140 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-140 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-140 .header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #404040;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .editable_block-140 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-140 .title {
  border: none;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #404040;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-140 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-140 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-140 .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-140 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-140 .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-140 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-140 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-140 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-140 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-140 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-140 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-140 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-140 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-140 .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-140 .clear {
  clear: both;
}
.title-page .popover-container-140 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-140 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-140 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-140 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-140 .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-140 .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-140 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-140 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-140 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #404040;
  font-style: normal;
}
.title-page .popover-wrap-140 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-140 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-140 .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-140 .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: #404040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-140 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #404040;
  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-140 .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-140 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-140 .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-140 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-140 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-140 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-96 {
  padding: 0.02px 0;
  margin: 0 0 auto 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 530px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  min-height: 0;
}
.title-page .form-142 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 5px;
  color: #fff;
  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-142 .form__text {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  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-142 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-142 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-142 .form__body {
  margin: 0;
  box-sizing: border-box;
  width: auto;
}
.title-page .form-142 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-142 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-142 .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: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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-142 .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-142 .form-text {
  margin: 0 10px 0 0;
  box-sizing: border-box;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-142 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-142 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-142 .form-text input {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 58px;
  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: 58px;
  resize: vertical;
  display: block;
  margin-bottom: 0;
  -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-142 .form-textarea textarea {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  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: 46px;
  -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-142 .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-142 .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-142 .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-142 .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-142 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-142 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-142 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}
.title-page .form-142 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-142 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-142 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-142 .form-radio .form-item__title {
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-142 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
}
.title-page .form-142 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-142 .form-submit {
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  padding-top: 0.02px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-142 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-142 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-142 .form-submit button {
  padding: 20px 40px;
  border: none;
  border-radius: 45px;
  box-sizing: border-box;
  text-align: center;
  background: #06a488;
  outline: none;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-142 .form-submit button:hover, .title-page .form-142 .form-submit button.hover, .title-page .form-142 .form-submit button.active {
  background: #1f768c;
}
.title-page .form-142 .form-submit button:active, .title-page .form-142 .form-submit button.active {
  background: #91b266;
}
.title-page .form-142 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-142 .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: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.title-page .form-142 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-142 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  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-142 .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-142 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-142 .form-captcha button {
  padding: 20px 40px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #91b266;
  outline: none;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-142 .form-captcha button:hover, .title-page .form-142 .form-captcha button.hover, .title-page .form-142 .form-captcha button.active {
  background: #1f768c;
}
.title-page .form-142 .form-captcha button:active, .title-page .form-142 .form-captcha button.active {
  background: #91b266;
}
.title-page .form-142 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-142 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-142 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-142 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-142 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-142 .form-checkbox .form-item__title {
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-142 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-142 .form-checkbox .form-item__body label.form-item__title {
  color: #000;
  font-size: 13px;
}
.title-page .form-142 .form-radio {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-142 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-142 .form-radio .form-item__body label.form-item__title {
  color: #fff;
  font-size: 13px;
}
.title-page .form-142 .form-select {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-div {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-html {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-html .form-item__body {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-142 .form-upload {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-142 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-142 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-142 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-142 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-142 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-142 .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-142 .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-142 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -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-142 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-142 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-142 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-142 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #91b366;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .form-142 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .form-142 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .form-142 :-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: linear-gradient(rgba(18, 94, 114, 0.8), rgba(18, 94, 114, 0.8)), url("../images/image1.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;
  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: 155px 20px 70px;
  margin: 0 auto;
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-69 .layout_117 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-69 .layout_118 {
  -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-69 .layout_119 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-69 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-71 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  right: 0;
  min-height: 0;
  padding-right: 0;
}
.title-page .address-117 p:first-child {
  margin-top: 0;
}
.title-page .address-117 p:last-child {
  margin-bottom: 0;
}
.title-page .address-117 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-117 .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-117 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiM5MmIzNjYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: 15px;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .address-117 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-117 .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;
  min-height: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-117 .title {
  box-sizing: border-box;
  color: #ff457c;
  text-indent: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
  display: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-117 .text_body {
  color: rgba(255, 255, 255, 0.8);
  text-indent: 0;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-117 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-117 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-70 {
  margin: 6px 0 auto 12px;
  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;
  padding-right: 0;
  padding-left: 0;
}
.title-page .widget-73 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  right: 0;
  padding-right: 0;
}
.title-page .phones-120 p:first-child {
  margin-top: 0;
}
.title-page .phones-120 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-120 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-120 .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-120 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiM5MmIzNjYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / contain no-repeat;
  margin-right: 15px;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
}
.title-page .phones-120 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-120 .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-120 .title {
  box-sizing: border-box;
  color: #ff457c;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
  display: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-120 .text_body {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-120 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-120 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-120 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-72 {
  margin: 9px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  right: 0;
}
.title-page .email-119 p:first-child {
  margin-top: 0;
}
.title-page .email-119 p:last-child {
  margin-bottom: 0;
}
.title-page .email-119 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-119 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-119 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: none;
  margin-right: 15px;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-119 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-119 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-119 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-119 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #91b266;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
.title-page .email-119 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-119 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.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: 60px;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljg3NSIgaGVpZ2h0PSI5Ljg3NSIgdmlld0JveD0iMCAwIDkuODc1IDkuODc1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDMuNDUsNDguMjU3TDI5OS4yMDcsNTIuNWw0LjI0Myw0LjI0My0wLjcwNy43MDdMMjk4LjUsNTMuMjA3bC00LjI0Myw0LjI0My0wLjcwNy0uNzA3LDQuMjQzLTQuMjQzLTQuMjQzLTQuMjQzLDAuNzA3LS43MDcsNC4yNDMsNC4yNDMsNC4yNDMtNC4yNDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkzLjU2MyAtNDcuNTYzKSIgZmlsbD0iIzFiMWIxYiIgZmlsbC1vcGFjaXR5PSIwLjYiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 50% top 50% / 15px no-repeat #f5f5f5;
  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: none #a37955;
  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:active, .title-page .side-panel-7 .side-panel-button.active {
  background: #a37955;
}
.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-3 .layout_5 {
    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-3 .layout_11 {
    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-3 {
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-2 {
    padding-right: 0;
  }
  .title-page .widget-2 {
    background: none;
    max-width: 100%;
    padding-bottom: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-3 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    max-width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_137 {
    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-4 {
    width: auto;
    background: none;
    margin-top: 0;
    padding-top: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-93 {
    text-align: center;
    width: 290px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .address-137 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-137 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-7 {
    text-align: center;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-10 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-10 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-55 {
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-54 .layout_98_id_111 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-54 {
    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-70 {
    width: auto;
    min-width: 0;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    background: none;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: block;
  }
  .title-page .popover-wrap-111 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-111 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-111 .body-outer {
    padding: 20px;
  }
  .title-page .blocklist-111 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-111 .item {
    margin: 10px;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-111 .text {
    line-height: 1.2;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 0.02px;
    margin-top: 0;
  }
  .title-page .blocklist-111 .image {
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-111 .img-convert {
    background: none;
  }
  .title-page .blocklist-111 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-111 .footer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-111 .all {
    margin-left: auto;
  }
  .title-page .block-98 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-58 {
    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-79 {
    width: auto;
    background: none;
    display: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-5 .layout_12_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-5 {
    padding: 150px 30px;
    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-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-6 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-9 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-9 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-9 .title {
    font-size: 40px;
    background: none;
  }
  .title-page .editable_block-9 .text {
    font-size: 30px;
  }
  .title-page .editable_block-9 .more {
    clear: none;
    padding-top: 30px;
  }
  .title-page .editable_block-9 .more > a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
  .title-page .block-94 {
    padding: 60px 30px;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-95 {
    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;
  }
  .title-page .widget-108 {
    padding-right: 0;
    background: none;
    padding-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-163 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-163 .description {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-163 .body-outer {
    background: none;
  }
  .title-page .blocklist-163 .body {
    width: auto;
  }
  .title-page .blocklist-163 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-163 .list {
    width: 708px;
  }
  .title-page .blocklist-163 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-163 .item {
    padding: 30px;
    margin-top: 0;
  }
  .title-page .blocklist-163 .text {
    background: none;
  }
  .title-page .blocklist-163 .image {
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-box-shadow: inset 0px 0px 0px 9px #fff;
    -moz-box-shadow: inset 0px 0px 0px 9px #fff;
    box-shadow: inset 0px 0px 0px 9px #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-163 .item-label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-163 .img-convert {
    background: none;
  }
  .title-page .blocklist-163 .title {
    background: none;
  }
  .title-page .blocklist-163 .footer {
    padding-top: 30px;
  }
  .title-page .blocklist-163 .all {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
  .title-page .blocklist-163 .controls {
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-163 .prev {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-163 .next {
    -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-85 {
    padding: 60px 30px;
    background: #fff;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-84 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-97 {
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: block;
  }
  .title-page .popover-wrap-143 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-143 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-143 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-143 .description {
    font-size: 30px;
  }
  .title-page .blocklist-143 .body-outer {
    width: auto;
    overflow: hidden;
  }
  .title-page .blocklist-143 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-143 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-143 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-143 .item {
    margin: 0 10px 10px;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-143 .image {
    margin-right: auto;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-143 .item-label {
    min-height: 36px;
  }
  .title-page .blocklist-143 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-143 .image-inner {
    background: none;
  }
  .title-page .blocklist-143 .title {
    margin-left: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-right: 0;
  }
  .title-page .blocklist-143 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-143 .price {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-143 .price-value {
    font-size: 25px;
  }
  .title-page .blocklist-143 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-143 .bx-wrapper {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-96 {
    padding: 60px 30px;
    background: #f5f5f5;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .block-97 .layout_center_165_id_166_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-97 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-109 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-166 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-166 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-166 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-166 .description {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-166 .body-outer {
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    overflow: hidden;
  }
  .title-page .blocklist-166 .body {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-166 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-166 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-166 .item {
    margin-bottom: 10px;
  }
  .title-page .blocklist-166 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-166 .image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-166 .item-label {
    display: none;
  }
  .title-page .blocklist-166 .title {
    font-size: 20px;
  }
  .title-page .widget-110 {
    font-size: 14px;
    width: 230px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-167 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-167 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-167 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-22 {
    padding: 60px 30px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-23 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-47 {
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
    display: block;
  }
  .title-page .popover-wrap-76 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-76 .description {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-76 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 709px;
  }
  .title-page .blocklist-76 .list {
    width: 709px;
  }
  .title-page .blocklist-76 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-76 .item {
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    background: none;
    margin-bottom: 80px;
  }
  .title-page .blocklist-76 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 0.02px;
    text-align: center;
    padding-left: 0;
  }
  .title-page .blocklist-76 .image {
    margin-right: auto;
    float: none;
    width: 150px;
    margin-left: auto;
    background: none;
  }
  .title-page .blocklist-76 .img-convert {
    width: 150px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    height: 150px;
    background: none;
  }
  .title-page .blocklist-76 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 0.02px;
    text-align: center;
    margin-top: 20px;
  }
  .title-page .blocklist-76 .more {
    padding-top: 30px;
  }
  .title-page .blocklist-76 .sub-title {
    font-size: 16px;
  }
  .title-page .blocklist-76 .controls {
    top: auto;
    bottom: 0;
  }
  .title-page .block-73 .layout_center_125_id_127_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .title-page .block-73 {
    background: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
  }
  .title-page .widget-76 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .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-74 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-74 .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-74 .layout_130 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 {
    background: none;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-77 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-78 {
    margin-top: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-bottom: 0.02px;
  }
  .title-page .widget-79 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    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 .block-82 {
    -webkit-order: 18;
    -moz-order: 18;
    order: 18;
  }
  .title-page .block-83 .layout_140 {
    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-83 .layout_142 {
    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-83 {
    padding: 30px;
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .widget-94 {
    margin-top: 0;
    margin-bottom: 30px;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-140 .popover-body {
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-140 .popover-body .s3_button_large {
    font-size: 14px;
  }
  .title-page .popover-wrap-140 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-140 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .editable_block-140 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-140 .title {
    font-size: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .editable_block-140 .more {
    clear: none;
  }
  .title-page .widget-96 {
    margin-left: 0;
    width: auto;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .form-142 .form__header {
    font-size: 30px;
    margin-bottom: 0;
  }
  .title-page .form-142 .form__text {
    margin-bottom: 40px;
  }
  .title-page .form-142 .form-text {
    padding-right: 20px;
    margin-right: 0;
    width: 50%;
  }
  .title-page .form-142 .form-text input {
    min-height: 0;
  }
  .title-page .form-142 .form-textarea textarea {
    min-height: 80px;
  }
  .title-page .form-142 .form-textarea {
    margin-bottom: 10px;
  }
  .title-page .form-142 .form-submit button {
    width: 280px;
    font-size: 14px;
  }
  .title-page .form-142 .form-captcha button {
    width: 280px;
    font-size: 14px;
  }
  .title-page .form-142 .form-checkbox {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-radio {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-select {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-div {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-html {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-upload {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-calendar {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .form-142 .form-calendar_interval {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
  .title-page .block-66 {
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-67 {
    padding: 40px 30px;
    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;
  }
  .title-page .block-68 {
    background: none;
  }
  .title-page .block-69 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_118 {
    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-69 .layout_119 {
    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-69 {
    width: 708px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-71 {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-left: 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 .address-117 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-117 .cell-icon {
    display: none;
  }
  .title-page .address-117 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .address-117 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-117 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-70 {
    width: 700px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .title-page .widget-73 {
    text-align: center;
    width: 400px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .phones-120 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-120 .cell-icon {
    display: none;
  }
  .title-page .phones-120 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .phones-120 .cell-text {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-120 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-120 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-72 {
    text-align: center;
    width: 400px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .email-119 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-119 .cell-icon {
    display: none;
  }
  .title-page .email-119 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-119 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-5 {
    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;
    background: #fcfcfc;
    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-close {
    min-height: 45px;
    width: 45px;
    -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 #91b366;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 30px;
  }
  .title-page .side-panel-7 .side-panel-top {
    width: auto;
    padding-top: 5px;
    background: none;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .title-page .side-panel-7 .side-panel-button {
    width: 45px;
    min-height: 45px;
    -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;
    background: #91b366;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
  }
  .title-page .side-panel-7 .side-panel-button:active, .title-page .side-panel-7 .side-panel-button.active {
    background: #91b366;
  }
  .title-page .side-panel-7 .side-panel-button-icon-line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_137 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-93 {
    width: 400px;
    margin-bottom: 20px;
    -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-7 {
    width: 400px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-55 {
    background: linear-gradient(#f5f5f5, #f5f5f5);
  }
  .title-page .block-54 .layout_98_id_111 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-70 {
    margin-top: 0;
  }
  .title-page .blocklist-111 .header {
    padding-bottom: 30px;
  }
  .title-page .blocklist-111 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-111 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-111 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-111 .text {
    font-size: 18px;
  }
  .title-page .blocklist-111 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-5 .layout_12_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-5 {
    background: linear-gradient(rgba(18, 94, 114, 0.6), rgba(18, 94, 114, 0.6)), url("../images/image.jpg?1566532034091") left 50% top 50% / cover no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .title-page .editable_block-9 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-9 .more > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 0;
  }
  .title-page .block-94 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .block-95 {
    padding-right: 0;
  }
  .title-page .blocklist-163 .header_text {
    font-size: 18px;
  }
  .title-page .blocklist-163 .description {
    font-size: 25px;
  }
  .title-page .blocklist-163 .body {
    margin-right: 0;
  }
  .title-page .blocklist-163 .bx-wrapper {
    max-width: 582px;
  }
  .title-page .blocklist-163 .list {
    width: 581px;
  }
  .title-page .blocklist-163 .item {
    margin-right: 0;
  }
  .title-page .blocklist-163 .image {
    width: 90px;
    min-height: 90px;
    -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
    -moz-box-shadow: inset 0px 0px 0px 5px #fff;
    box-shadow: inset 0px 0px 0px 5px #fff;
  }
  .title-page .blocklist-163 .img-convert {
    width: 50px;
    height: 50px;
  }
  .title-page .blocklist-163 .title {
    font-size: 18px;
  }
  .title-page .blocklist-163 .all {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .block-85 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .blocklist-143 .header_text {
    font-size: 18px;
  }
  .title-page .blocklist-143 .description {
    font-size: 25px;
  }
  .title-page .blocklist-143 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-143 .item {
    width: 250px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-page .blocklist-143 .image {
    margin-right: 0;
  }
  .title-page .blocklist-143 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-143 .title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-143 .sub-title {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-143 .price {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-143 .price-note {
    font-size: 14px;
  }
  .title-page .blocklist-143 .price-value {
    font-size: 23px;
  }
  .title-page .blocklist-143 .price-currency {
    font-size: 14px;
  }
  .title-page .blocklist-143 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-96 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .block-97 .layout_center_165_id_166_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-166 .header_text {
    font-size: 18px;
  }
  .title-page .blocklist-166 .description {
    font-size: 25px;
  }
  .title-page .blocklist-166 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-166 .item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-page .blocklist-166 .title {
    font-size: 18px;
  }
  .title-page .widget-110 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .block-22 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 18px;
  }
  .title-page .blocklist-76 .description {
    font-size: 25px;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 581px;
  }
  .title-page .blocklist-76 .list {
    width: 581px;
  }
  .title-page .blocklist-76 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-76 .image {
    width: 120px;
  }
  .title-page .blocklist-76 .img-convert {
    width: 120px;
    height: 120px;
  }
  .title-page .blocklist-76 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 18px;
  }
  .title-page .block-73 .layout_center_125_id_127_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .title-page .block-74 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-74 .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-74 .layout_130 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-77 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-78 {
    text-align: center;
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-79 {
    text-align: center;
  }
  .title-page .block-82 {
    background: none;
  }
  .title-page .block-83 .layout_140 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-83 .layout_142 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-140 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 25px;
  }
  .title-page .editable_block-140 .title {
    font-size: 18px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-142 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-142 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-142 .form-text {
    padding-right: 0;
  }
  .title-page .form-142 .form-text input {
    min-height: 58px;
  }
  .title-page .form-142 .form-textarea {
    margin-right: 0;
  }
  .title-page .form-142 .form-submit {
    padding-top: 15px;
  }
  .title-page .form-142 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-142 .form-submit button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .form-142 .form-captcha {
    margin-right: 0;
  }
  .title-page .form-142 .form-captcha button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-69 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_118 {
    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-69 .layout_119 {
    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 .address-117 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-117 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-70 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .phones-120 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-120 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-72 {
    margin-bottom: 0;
  }
  .title-page .email-119 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-2 {
    width: 440px;
  }
  .title-page .widget-2 {
    margin-left: auto;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-3 {
    margin-right: auto;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_137 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    padding-top: 25px;
  }
  .title-page .address-137 .cell-icon {
    display: none;
  }
  .title-page .address-137 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-10 .cell-icon {
    display: none;
  }
  .title-page .phones-10 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-10 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-10 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-54 .layout_98_id_111 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .blocklist-111 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-111 .header_text {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-111 .description {
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-111 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-111 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-111 .price {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-111 .price-value {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-111 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-111 .footer {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-5 .layout_12_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-5 {
    padding: 60px 20px;
  }
  .title-page .widget-6 {
    text-align: center;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .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: 25px;
  }
  .title-page .editable_block-9 .text {
    font-size: 25px;
  }
  .title-page .editable_block-9 .more > a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }
  .title-page .block-94 {
    padding: 40px 20px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .blocklist-163 .bx-wrapper {
    max-width: 441px;
  }
  .title-page .blocklist-163 .list {
    width: 441px;
  }
  .title-page .blocklist-163 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-163 .image {
    width: 80px;
    min-height: 80px;
  }
  .title-page .blocklist-163 .img-convert {
    height: 60px;
  }
  .title-page .blocklist-163 .all {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }
  .title-page .block-85 {
    padding: 40px 20px;
  }
  .title-page .popover-wrap-143 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .blocklist-143 .header {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .title-page .blocklist-143 .description {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-143 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-143 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-143 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-143 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-143 .sub-title {
    font-size: 14px;
  }
  .title-page .block-96 {
    padding: 40px 20px;
  }
  .title-page .block-97 .layout_center_165_id_166_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-166 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .blocklist-166 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-166 .image {
    width: 80px;
    min-height: 80px;
    -webkit-box-shadow: inset 0px 0px 0px 5px #f5f5f5;
    -moz-box-shadow: inset 0px 0px 0px 5px #f5f5f5;
    box-shadow: inset 0px 0px 0px 5px #f5f5f5;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-110 {
    font-size: 13px;
    width: 210px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-167 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .block-22 {
    padding: 40px 20px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 441px;
  }
  .title-page .blocklist-76 .list {
    width: 441px;
  }
  .title-page .blocklist-76 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 5px;
  }
  .title-page .blocklist-76 .image {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-76 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
  .title-page .blocklist-76 .sub-title {
    text-align: center;
    padding-top: 5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }
  .title-page .blocklist-76 .prev {
    margin-right: 10px;
  }
  .title-page .blocklist-76 .next {
    margin-left: 10px;
  }
  .title-page .block-73 .layout_center_125_id_127_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .title-page .block-73 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-76 {
    width: 50px;
    min-height: 50px;
  }
  .title-page .block-74 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-74 .layout_129 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .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 .block-83 .layout_140 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-83 .layout_142 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-83 {
    padding: 40px 20px;
    right: 0;
  }
  .title-page .widget-94 {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .popover-wrap-140 .popover-body .s3_button_large {
    padding: 15px 25px;
    font-size: 13px;
    min-height: 0;
  }
  .title-page .widget-96 {
    width: 440px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .title-page .form-142 .form__header {
    font-size: 27px;
  }
  .title-page .form-142 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-142 .form-text {
    width: 100%;
  }
  .title-page .form-142 .form-submit {
    padding-top: 20px;
  }
  .title-page .form-142 .form-submit button {
    width: 100%;
    font-size: 13px;
  }
  .title-page .form-142 .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-142 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-142 .form-captcha button {
    width: 100%;
    font-size: 13px;
  }
  .title-page .form-142 .form-checkbox {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-radio {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-select {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-div {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-html {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-upload {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-calendar {
    width: 100%;
    padding-right: 0;
  }
  .title-page .form-142 .form-calendar_interval {
    width: 100%;
    padding-right: 0;
  }
  .title-page .block-67 {
    padding: 30px 20px;
  }
  .title-page .block-69 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_118 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_119 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .address-117 .inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .address-117 .icon {
    margin-left: auto;
    margin-bottom: 20px;
  }
  .title-page .address-117 .block-body-drop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .title-page .address-117 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .address-117 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-120 .inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .phones-120 .icon {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-120 .block-body-drop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-120 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-120 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-72 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .side-panel-7 .side-panel-content {
    width: 280px;
  }
  .title-page .side-panel-7 .side-panel-close {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper {
    -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-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .widget-2 {
    margin-left: 0;
  }
  .title-page .site-name-3 .sn-text {
    min-height: 0;
    font-size: 20px;
  }
  .title-page .widget-3 {
    margin-left: auto;
  }
  .title-page .block-4 .layout_10 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_137 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    padding-top: 20px;
  }
  .title-page .address-137 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-7 {
    margin-bottom: 0;
  }
  .title-page .phones-10 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-10 .text_body {
    font-size: 17px;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-54 .layout_98_id_111 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .popover-wrap-111 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-111 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .blocklist-111 .header {
    padding-bottom: 20px;
  }
  .title-page .blocklist-111 .text {
    font-size: 17px;
  }
  .title-page .blocklist-111 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .popover-wrap-111 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .block-5 .layout_12_id_107 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .popover-wrap-9 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-9 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .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: 20px;
  }
  .title-page .editable_block-9 .more {
    padding-top: 25px;
  }
  .title-page .editable_block-9 .more > a {
    padding: 22px 20px;
    font-size: 12px;
  }
  .title-page .popover-wrap-9 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .block-94 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .popover-wrap-163 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-163 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .blocklist-163 .header_text {
    font-size: 17px;
  }
  .title-page .blocklist-163 .description {
    font-size: 20px;
  }
  .title-page .blocklist-163 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-163 .list {
    width: 280px;
  }
  .title-page .blocklist-163 .item {
    padding: 20px;
  }
  .title-page .blocklist-163 .image {
    width: 70px;
    min-height: 70px;
  }
  .title-page .blocklist-163 .img-convert {
    height: 50px;
  }
  .title-page .blocklist-163 .title {
    font-size: 17px;
  }
  .title-page .blocklist-163 .all {
    padding: 12px 20px;
    font-size: 12px;
  }
  .title-page .blocklist-163 .prev {
    width: 40px;
    min-height: 40px;
  }
  .title-page .blocklist-163 .next {
    width: 40px;
    min-height: 40px;
  }
  .title-page .popover-wrap-163 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-163 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .block-85 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .popover-wrap-143 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-143 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-143 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .blocklist-143 .header_text {
    font-size: 17px;
  }
  .title-page .blocklist-143 .description {
    font-size: 20px;
  }
  .title-page .blocklist-143 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-143 .title {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-143 .sub-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-143 .price {
    padding: 10px 15px 15px;
  }
  .title-page .blocklist-143 .price-value {
    font-size: 20px;
  }
  .title-page .blocklist-143 .more {
    margin-left: 30px;
  }
  .title-page .popover-wrap-143 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-143 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .block-96 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .block-97 .layout_center_165_id_166_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-166 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-166 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-166 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .blocklist-166 .header_text {
    font-size: 17px;
  }
  .title-page .blocklist-166 .description {
    font-size: 20px;
  }
  .title-page .blocklist-166 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-166 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-166 .image {
    width: 70px;
    min-height: 70px;
  }
  .title-page .blocklist-166 .img-convert {
    height: 40px;
    width: 40px;
  }
  .title-page .blocklist-166 .title {
    font-size: 17px;
  }
  .title-page .popover-wrap-166 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-166 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .widget-110 {
    font-size: 12px;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .popover-wrap-167 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-167 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-167 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .popover-wrap-167 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-167 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .block-22 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .title-page .popover-wrap-76 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-76 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 17px;
  }
  .title-page .blocklist-76 .description {
    font-size: 20px;
  }
  .title-page .blocklist-76 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-76 .list {
    width: 280px;
  }
  .title-page .blocklist-76 .item {
    margin-bottom: 60px;
  }
  .title-page .blocklist-76 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-76 .img-convert {
    width: 100px;
    height: 100px;
    max-width: 100%;
  }
  .title-page .blocklist-76 .title {
    font-size: 17px;
  }
  .title-page .blocklist-76 .prev {
    width: 40px;
    min-height: 40px;
  }
  .title-page .blocklist-76 .next {
    width: 40px;
    min-height: 40px;
  }
  .title-page .popover-wrap-76 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .block-73 .layout_center_125_id_127_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: block;
  }
  .title-page .widget-76 {
    width: 40px;
    min-height: 40px;
  }
  .title-page .block-74 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-74 .layout_129 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .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 .block-74 {
    margin-right: 0;
  }
  .title-page .block-83 .layout_140 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-83 .layout_142 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-83 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .title-page .widget-94 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-140 .popover-body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .popover-wrap-140 .popover-body .s3_button_large {
    font-size: 12px;
    width: 220px;
  }
  .title-page .popover-wrap-140 .popover-close {
    width: 40px;
    min-height: 40px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .title-page .editable_block-140 .header {
    font-size: 20px;
  }
  .title-page .editable_block-140 .title {
    font-size: 16px;
  }
  .title-page .editable_block-140 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-140 .popover-form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-140 .popover-body .s3_form_item {
    margin-bottom: 0;
    text-align: center;
  }
  .title-page .widget-96 {
    width: auto;
  }
  .title-page .form-142 .form__header {
    font-size: 25px;
  }
  .title-page .form-142 .form__text {
    font-size: 16px;
  }
  .title-page .form-142 .form-submit button {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .form-142 .form-captcha button {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .form-142 .form-checkbox {
    padding-right: 5px;
  }
  .title-page .form-142 .form-radio {
    padding-right: 5px;
  }
  .title-page .form-142 .form-select {
    padding-right: 5px;
  }
  .title-page .form-142 .form-div {
    padding-right: 5px;
  }
  .title-page .form-142 .form-html {
    padding-right: 5px;
  }
  .title-page .form-142 .form-upload {
    padding-right: 5px;
  }
  .title-page .form-142 .form-calendar {
    padding-right: 5px;
  }
  .title-page .form-142 .form-calendar_interval {
    padding-right: 5px;
  }
  .title-page .block-69 .layout_117 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_118 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_119 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .address-117 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-117 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-120 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-120 .text_body {
    font-size: 17px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-72 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .email-119 .text_body {
    font-size: 15px;
  }
  .title-page .side-panel-7 .side-panel-content {
    width: 270px;
  }
}
.title-page .side-panel .widget-4 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  z-index: 11;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul {
  display: block;
  flex-flow: row nowrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  width: auto;
  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 .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;
  margin-top: 0;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.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 {
  -webkit-box-shadow: inset 2px 0px 0px #91b266;
  -moz-box-shadow: inset 2px 0px 0px #91b266;
  box-shadow: inset 2px 0px 0px #91b266;
  color: #91b266;
}
.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-right: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #404040;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  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: #91b366;
  -webkit-box-shadow: inset 2px 0px 0px #91b366;
  -moz-box-shadow: inset 2px 0px 0px #91b366;
  box-shadow: inset 2px 0px 0px #91b366;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #a37955;
  -moz-box-shadow: inset 0px 0px 0px 2px #a37955;
  box-shadow: inset 0px 0px 0px 2px #a37955;
}
@media(max-width:960px){
	.title-page .block-3{
		text-align: center;
	}
}