@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper .layout_center_2_id_54_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-59 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/sea.png?1545286845044") left calc(50% + 423px) bottom -13px / 340px no-repeat, url("../images/pat.png") left calc(50% - 386px) top calc(50% + 89px) / 431px no-repeat, url("../images/54778035_2.jpg") left calc(50% - 234px) top calc(50% - 2px) / 640px no-repeat #fff;
  z-index: 11;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  right: 0;
}
.title-page .block-60 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-66 {
  margin: 0 0 0 589px;
  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;
  padding-left: 60px;
}
.title-page .popover-wrap-117 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-117 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-117 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-117 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-117 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-117 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-117 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-117 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-117 .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-117 .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-117 .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-117 .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-117 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-117 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-117 .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: 15px;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-top: 13px;
  margin-left: 0;
}
.title-page .blocklist-117 .header_text {
  padding: 0.02px 20px 0.02px 0;
  border: none;
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #f7987e;
  letter-spacing: 0.7px;
  -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;
  min-height: 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-117 .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-117 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-117 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-top: 33px;
}
.title-page .blocklist-117 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-117 .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-117 .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-117 .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-117 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-117 .item {
  padding: 0.02px 0;
  margin: 10px 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;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-117 .text {
  border: none;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #262626;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .blocklist-117 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-117 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.title-page .blocklist-117 .item-label {
  padding: 4px 5px 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
  color: #333;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.26);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.26);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  margin-top: -11px;
  align-self: auto;
  margin-left: -11px;
  min-height: 34px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-117 .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-117 .img-convert {
  box-sizing: border-box;
  width: auto;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 11px;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-117 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-117 .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-117 .title {
  margin: 0 0 20px;
  border: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #262626;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 38px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-117 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-117 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-117 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-117 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-117 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-117 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-117 .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;
  margin-top: 30px;
  margin-left: 0;
}
.title-page .blocklist-117 .more > a {
  padding: 15px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-weight: 600;
}
.title-page .blocklist-117 .more > a:hover, .title-page .blocklist-117 .more > a.hover, .title-page .blocklist-117 .more > a.active {
  background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.9) 0%, rgba(239, 77, 158, 0.9) 99.3%) #fff;
  -webkit-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  -moz-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
}
.title-page .blocklist-117 .more > a:active, .title-page .blocklist-117 .more > a.active {
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
}
.title-page .blocklist-117 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-117 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-117 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-117 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-117 .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: 25px;
}
.title-page .blocklist-117 .all {
  padding: 15px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
}
.title-page .blocklist-117 .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-117 .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-117 .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-117 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-117 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-117 .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-117 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-117 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-117 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-117 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-117 .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-117 .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-117 .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-117 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-117 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-117 .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-117 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-117 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-117 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-117 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-117 .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-117 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-117 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-117 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-117 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-117 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .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-117 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-117 .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-117 .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-117 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .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-117 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-117 .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-117 .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-117 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-117 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-117 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .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-117 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-117 .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-117 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-117 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-117 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-117 .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-117 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-117 .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-117 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-117 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-117 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-57 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/sea.png?1543836437720") left 50% top 50% / 231px repeat, linear-gradient(rgba(213, 199, 185, 0.42), rgba(213, 199, 185, 0.42));
  z-index: 10;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  right: 0;
}
.title-page .block-58 {
  margin: 0 auto;
  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%;
}
.title-page .widget-65 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-114 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-114 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-114 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-114 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-114 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-114 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-114 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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-114 .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-114 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-114 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-114 .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: 15px;
  text-align: left;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 13px;
  padding-left: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.4px;
  text-decoration: none;
  margin-left: 0;
}
.title-page .blocklist-114 .header_text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #262626;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-114 .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-114 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-114 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-114 .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-114 .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-114 .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-114 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-114 .item {
  margin: 30px auto;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 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;
  align-self: auto;
}
.title-page .blocklist-114 .text {
  padding: 20px;
  margin-bottom: auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 14px;
  color: #6e6e6e;
  text-decoration: none;
  margin-top: 0;
}
.title-page .blocklist-114 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-114 .image {
  margin: 0 0 40px;
  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%;
}
.title-page .blocklist-114 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .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-114 .img-convert {
  border: 6px solid #ffb8b0;
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.66);
  -moz-box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.66);
  box-shadow: 0px 0px 0px 11px rgba(255, 255, 255, 0.66);
  background: #fff;
  margin-bottom: 0;
}
.title-page .blocklist-114 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .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-114 .title {
  font-weight: bold;
  margin-bottom: auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(28, 28, 28, 0.82);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0.02px;
}
.title-page .blocklist-114 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-114 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-114 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-114 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-114 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-114 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-114 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-114 .more > a {
  padding: 16px 30px;
  border: 2px solid #ff8d54;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #303030;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-weight: normal;
  margin-top: 20px;
  align-self: auto;
}
.title-page .blocklist-114 .more > a:hover, .title-page .blocklist-114 .more > a.hover, .title-page .blocklist-114 .more > a.active {
  border: 2px solid #f73;
  color: #fff;
  background: #f73;
  -webkit-box-shadow: 6px 9px 27px rgba(255, 141, 84, 0.47);
  -moz-box-shadow: 6px 9px 27px rgba(255, 141, 84, 0.47);
  box-shadow: 6px 9px 27px rgba(255, 141, 84, 0.47);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.title-page .blocklist-114 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-114 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-114 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-114 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-114 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-114 .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;
}
.title-page .blocklist-114 .all {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  align-self: auto;
}
.title-page .blocklist-114 .all:hover, .title-page .blocklist-114 .all.hover, .title-page .blocklist-114 .all.active {
  background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.9) 0%, rgba(239, 77, 158, 0.9) 99.3%) #fff;
  -webkit-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  -moz-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
}
.title-page .blocklist-114 .all:active, .title-page .blocklist-114 .all.active {
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
}
.title-page .blocklist-114 .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-114 .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-114 .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-114 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-114 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-114 .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-114 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-114 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-114 .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-114 .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-114 .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-114 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-114 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-114 .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-114 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-114 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-114 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-114 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-114 .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-114 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-114 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-114 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-114 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .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-114 .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-114 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .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-114 .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-114 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-114 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-114 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-114 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-114 .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-114 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-114 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-114 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-61 {
  border: none;
  position: relative;
  z-index: 9;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 559px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  padding-left: 0;
  overflow: hidden;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.title-page .popover-wrap-111 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-111 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-111 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-111 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-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 .slider-111 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-111 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-111 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-111 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-111 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-111 .text-slider {
  padding: 80px 60px 60px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  text-align: left;
  width: 420px;
  min-height: 420px;
  margin-left: 0;
  bottom: auto;
  margin-top: 0;
  background: repeating-linear-gradient(to bottom right, rgba(168, 92, 102, 0.8) 0%, rgba(87, 49, 87, 0.8) 100%) #573157;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  right: auto;
}
.title-page .slider-111 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-111 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  padding-left: 0;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
.title-page .slider-111 .block-more {
  border: none;
  box-sizing: border-box;
  text-align: center;
  padding-top: 30px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
}
.title-page .slider-111 .block-more > a {
  padding: 10px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  background: repeating-linear-gradient(to bottom right, #ffa38c 0%, #ffd261 100%) #ff6d2e;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 60px;
  width: 200px;
}
.title-page .slider-111 .block-more > a:hover, .title-page .slider-111 .block-more > a.hover, .title-page .slider-111 .block-more > a.active {
  background: repeating-linear-gradient(to bottom right, rgba(255, 163, 140, 0.9) 0%, rgba(255, 210, 97, 0.9) 100%) #ff6d2e;
}
.title-page .slider-111 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  font-weight: 800;
  padding-left: 0;
  padding-bottom: 10px;
  padding-right: 0;
}
.title-page .slider-111 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-111 .slider-controls {
  margin: -27.5px 30px 50px -55px;
  border: none;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  bottom: auto;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .slider-111 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iU3RyZWxrYUwzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzkxLjY3NSA2MDFsLTE5LjMxMi0yMCAxOS4zMTItMjAgNC40MTcgNC41MTJMMzgxLjEzNiA1ODFsMTQuOTU2IDE1LjQ4N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNzIuMzc1IC01NjEpIiBmaWxsPSIjNWI1YjViIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 10px no-repeat #fff;
  min-height: 55px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.title-page .slider-111 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iU3RyZWxrYVIzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDE2LjMyNSA2MDFsMTkuMzEyLTIwLTE5LjMxMi0yMC00LjQxNyA0LjUxMkw0MjYuODY0IDU4MWwtMTQuOTU2IDE1LjQ4N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MTEuOTA2IC01NjEpIiBmaWxsPSIjNWI1YjViIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 10px no-repeat #fff;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.title-page .slider-111 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-111 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-111 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-111 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-111 .slider-pager {
  box-sizing: border-box;
}
.title-page .slider-111 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
}
.title-page .slider-111 .slider-pager > a:active, .title-page .slider-111 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-111 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-111 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-111 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-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 .slider-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 .slider-111 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-111 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-111 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-111 .text_wrapper {
  padding: 80px 50px 50px;
  border: none;
  box-sizing: border-box;
  width: 460px;
  position: absolute;
  top: 50%;
  left: 0;
  min-height: 400px;
  z-index: 100;
  text-align: left;
  background: url("../images/pat.png") left -327px top -337px / auto auto no-repeat, url("../images/pat.png") left calc(50% + 258px) top calc(50% + 230px) / auto auto no-repeat, repeating-linear-gradient(64deg, rgba(0, 117, 117, 0.8) 0%, rgba(127, 222, 89, 0.8) 100%) #4ac963;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  bottom: auto;
  margin-top: -200px;
  margin-left: 40px;
  margin-bottom: 48px;
}
.title-page .slider-111 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-111 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-111 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-111 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-111 .block-title a {
  box-sizing: border-box;
  color: inherit;
  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: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-111 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  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_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.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 {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_html_block {
  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%;
}
.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 {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_title {
  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;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_title {
  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;
}
.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 {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_title {
  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 {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_title {
  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;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_upload {
  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;
}
.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: #ababab;
}
.title-page .popover-wrap-111 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-111 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-49 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/pat.png") right -227px bottom -155px / auto auto no-repeat;
  z-index: 8;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 {
  margin: 0 auto;
  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%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-45 {
  margin: 15px 0 0;
  position: relative;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .popover-wrap-92 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_text input {
  padding: 7px 8px 7px 44px;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 40px;
}
.title-page .popover-wrap-92 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-92 .popover-body textarea {
  padding: 7px 8px 7px 28px;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-92 .popover-body .s3_button_large {
  padding: 14px 55px 14px 15px;
  border: 2px solid #fff;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Im1vcmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTQ5LjAxIDIzODQuMDFhMTQgMTQgMCAxIDEgMTQtMTQgMTQuMDE1IDE0LjAxNS4wIDAgMS0xNCAxNHptMC0yNS41MmExMS41MiAxMS41Mi4wIDEgMCAxMS41MiAxMS41MkExMS41MzYgMTEuNTM2LjAgMCAwIDExNDkuMDEgMjM1OC40OXptLjE1IDE3LjJhMS4yNTggMS4yNTguMCAwIDEtLjg4LjM2IDEuMjQxIDEuMjQxLjAgMCAxLS44OC0uMzYgMS4yNTYgMS4yNTYuMCAwIDEgMC0xLjc2bDIuNjgtMi42OGgtNi45MWExLjI0IDEuMjQuMCAwIDEgMC0yLjQ4aDYuOTFsLTIuNjgtMi42OGExLjI0MSAxLjI0MS4wIDAgMSAxLjc2LTEuNzVsNC43OSA0Ljc5YTEuMjU2IDEuMjU2LjAgMCAxIDAgMS43NnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTM1IC0yMzU2KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") right 10px top 50% / auto auto no-repeat #ffc600;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  width: 150px;
}
.title-page .popover-wrap-92 .popover-body .s3_button_large:hover, .title-page .popover-wrap-92 .popover-body .s3_button_large.hover, .title-page .popover-wrap-92 .popover-body .s3_button_large.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Im1vcmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTQ5LjAxIDIzODQuMDFhMTQgMTQgMCAxIDEgMTQtMTQgMTQuMDE1IDE0LjAxNS4wIDAgMS0xNCAxNHptMC0yNS41MmExMS41MiAxMS41Mi4wIDEgMCAxMS41MiAxMS41MkExMS41MzYgMTEuNTM2LjAgMCAwIDExNDkuMDEgMjM1OC40OXptLjE1IDE3LjJhMS4yNTggMS4yNTguMCAwIDEtLjg4LjM2IDEuMjQxIDEuMjQxLjAgMCAxLS44OC0uMzYgMS4yNTYgMS4yNTYuMCAwIDEgMC0xLjc2bDIuNjgtMi42OGgtNi45MWExLjI0IDEuMjQuMCAwIDEgMC0yLjQ4aDYuOTFsLTIuNjgtMi42OGExLjI0MSAxLjI0MS4wIDAgMSAxLjc2LTEuNzVsNC43OSA0Ljc5YTEuMjU2IDEuMjU2LjAgMCAxIDAgMS43NnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTM1IC0yMzU2KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZjNjAwIj48L3BhdGg+PC9zdmc+") right 10px top 50% / auto auto no-repeat #f6f6f6;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-92 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-92 .popover-close {
  border: 3px solid #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/lib_1736601_exit.svg") left 50% top 50% / auto auto no-repeat #ffc600;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_content .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NyIgaGVpZ2h0PSIxOS45MzgiIHZpZXdCb3g9IjAgMCAxNS45NyAxOS45MzgiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iZm9tbmFtZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEyNDcuNzQgNzU2LjhoLTUuNDVhMy41NTggMy41NTguMCAwIDAtMS40NC4zIDQuMDEzIDQuMDEzLjAgMCAwLTIuMzUgMy43di42MzVoMTMuMDRWNzYwLjhhNC4wNjcgNC4wNjcuMCAwIDAtMS43LTMuMzI5IDMuNTA3IDMuNTA3LjAgMCAwLS42Ni0uMzY4IDMuNjIgMy42Mi4wIDAgMC0uNy0uMjI1IDMuNzE1IDMuNzE1LjAgMCAwLS43NC0uMDc1aDB6bS40NS0xLjUxM2gwYTQuNzY5IDQuNzY5LjAgMCAxIC41Ny4wODYgNS4wMDggNS4wMDguMCAwIDEgLjk4LjMxNCA1LjU5MiA1LjU5Mi4wIDAgMSAzLjI2IDUuMTF2MS40YS43NTMuNzUzLjAgMCAxLS43My43NjhoLTE0LjVhLjc1My43NTMuMCAwIDEtLjczLS43Njh2LTEuNGE1LjU2OCA1LjU2OC4wIDAgMSAzLjI1LTUuMTA4IDQuOTIyIDQuOTIyLjAgMCAxIDEuNTUtLjQgNi43IDYuNy4wIDAgMS0zLjA4LTUuNjcgNi4yNjMgNi4yNjMuMCAxIDEgMTIuNTEuMCA2LjY1NiA2LjY1Ni4wIDAgMS0zLjA4IDUuNjY2aDB6bS0zLjE4LTEwLjcxM2gwYTQuOCA0LjguMCAwIDAtNC40MiAzLjExMiA1LjIyNSA1LjIyNS4wIDAgMC0uMzcgMS45MzUgNS4wODUgNS4wODUuMCAwIDAgMi45MyA0LjY1MyA0LjYgNC42LjAgMCAwIDMuNzMuMCA1LjA4MyA1LjA4My4wIDAgMCAyLjk0LTQuNjUzIDQuOTQxIDQuOTQxLjAgMCAwLTQuODEtNS4wNDdoMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjM3LjAzIC03NDMuMDMxKSIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  height: 20px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_content .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMyIgaGVpZ2h0PSIxNC4wNjIiIHZpZXdCb3g9IjAgMCAyMC4wMyAxNC4wNjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJmb21tYWlsLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTE2MC43Niw4NDUuOTQ1aDE4LjUxYTAuNzMyLDAuNzMyLDAsMCwxLC43Ny42OTRWODU5LjNhMC43MzEsMC43MzEsMCwwLDEtLjc3LjY5MmgtMTguNTFhMC43MzEsMC43MzEsMCwwLDEtLjc3LTAuNjkydi0xMi42NmEwLjczMiwwLjczMiwwLDAsMSwuNzctMC42OTRoMFptMTcuNzQsMS45ODhoMGwtOC4xNyw3LjMxNmEwLjUsMC41LDAsMCwxLS42NSwwbC04LjE1LTcuMzE2djEwLjY3NGgxNi45N1Y4NDcuOTMzaDBabS0wLjY0LS42aC0xNS43bDcuODUsNy4wNCw3Ljg1LTcuMDRoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTYwIC04NDUuOTM4KSIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  height: 20px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_content .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE1IDIwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImZvcm1waG9uZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExOTcuNzkgNzYzLjAwOWgxMy40NGEuNzczLjc3My4wIDAgMSAuNzguNzY3djE4LjQ0M2EuNzc2Ljc3Ni4wIDAgMS0uNzguNzY5aC0xMy40NGEuNzc4Ljc3OC4wIDAgMS0uNzktLjc2OVY3NjMuNzc2YS43NzYuNzc2LjAgMCAxIC43OS0uNzY3aDB6bTQuMTEgMTcuMTQzaDUuMjFhLjQ2Mi40NjIuMCAxIDAgMC0uOTIzaC01LjIxYS40NjIuNDYyLjAgMCAwIDAgLjkyM2gwem04LjU1LTE1LjYwN2gtMTEuODlWNzgxLjQ1aDExLjg5Vjc2NC41NDVoMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTk3IC03NjMpIiBmaWxsPSIjY2NjY2NjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  height: 20px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-92 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-92 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-92 .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: 30px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-92 .header_text {
  border: none;
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #3b3b3b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNDAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0ibGluZTEuc3ZnIiBjbGFzcz0iY2xzLTEiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyIiBmaWxsPSIjZmY3ZTM4IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 20px;
  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-92 .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-92 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-92 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-bottom: 0.02px;
}
.title-page .blocklist-92 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-92 .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-92 .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-92 .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-92 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-92 .item {
  padding: 30px 30px 40px;
  margin: 10px;
  border: 2px solid rgba(194, 194, 194, 0.39);
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-92 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #878787;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-92 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-92 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  /*background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjUyIiB2aWV3Qm94PSIwIDAgNjAgNTIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTE1LjAwMSw1MS45OTkgQzE1LjAwMSw1MS45OTkgMC4wMDIsMjYuMDAwIDAuMDAyLDI2LjAwMCBDMC4wMDIsMjYuMDAwIDE1LjAwMSwwLjAwMSAxNS4wMDEsMC4wMDEgQzE1LjAwMSwwLjAwMSA0NC45OTksMC4wMDEgNDQuOTk5LDAuMDAxIEM0NC45OTksMC4wMDEgNTkuOTk4LDI2LjAwMCA1OS45OTgsMjYuMDAwIEM1OS45OTgsMjYuMDAwIDQ0Ljk5OSw1MS45OTkgNDQuOTk5LDUxLjk5OSBDNDQuOTk5LDUxLjk5OSAxNS4wMDEsNTEuOTk5IDE1LjAwMSw1MS45OTkgWk0zOS43NDksNDIuODk5IEMzOS43NDksNDIuODk5IDQ5LjQ5OSwyNi4wMDAgNDkuNDk5LDI2LjAwMCBDNDkuNDk5LDI2LjAwMCAzOS43NDksOS4xMDEgMzkuNzQ5LDkuMTAxIEMzOS43NDksOS4xMDEgMjAuMjUxLDkuMTAxIDIwLjI1MSw5LjEwMSBDMjAuMjUxLDkuMTAxIDEwLjUwMSwyNi4wMDAgMTAuNTAxLDI2LjAwMCBDMTAuNTAxLDI2LjAwMCAyMC4yNTEsNDIuODk5IDIwLjI1MSw0Mi44OTkgQzIwLjI1MSw0Mi44OTkgMzkuNzQ5LDQyLjg5OSAzOS43NDksNDIuODk5IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZhYWFhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left calc(50% - 43px) top calc(50% - 14px) / 47px no-repeat; */
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-92 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: #fff;
  color: #f73;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  width: 30px;
  min-height: 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: 0px 0px 0px 5px #f73;
  -moz-box-shadow: 0px 0px 0px 5px #f73;
  box-shadow: 0px 0px 0px 5px #f73;
  margin-top: -10px;
  align-self: auto;
  margin-left: -15px;
  right: auto;
}
.title-page .blocklist-92 .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-92 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 160px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-92 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-92 .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-92 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #3b3b3b;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
  min-height: 0;
  padding-right: 10px;
}
.title-page .blocklist-92 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-92 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  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;
  margin-top: 16px;
}
.title-page .blocklist-92 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-92 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-92 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #3b3b3b;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-92 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #757575;
  text-decoration: none;
}
.title-page .blocklist-92 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-92 .more > a {
  padding: 15px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-weight: 600;
  margin-top: 20px;
  align-self: auto;
}
.title-page .blocklist-92 .more > a:hover, .title-page .blocklist-92 .more > a.hover, .title-page .blocklist-92 .more > a.active {
  -webkit-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  -moz-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.9) 0%, rgba(239, 77, 158, 0.9) 100%) #fff;
}
.title-page .blocklist-92 .more > a:active, .title-page .blocklist-92 .more > a.active {
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
}
.title-page .blocklist-92 .bx-wrapper {
  max-width: 1161px;
}
.title-page .blocklist-92 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-92 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-92 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-92 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-92 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-92 .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-92 .controls {
  border: none;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -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;
  text-align: justify;
  margin-left: -50px;
  bottom: 0;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-92 .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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMjggNTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTI3LjUzMCwwLjI5NCBDMjcuMTQyLC0wLjA5NiAyNi41MTMsLTAuMDk2IDI2LjEyNSwwLjI5NCBDMjYuMTI1LDAuMjk0IDAuMjkzLDI2LjI0OSAwLjI5MywyNi4yNDkgQy0wLjA5NSwyNi42MzkgLTAuMDk1LDI3LjI3MCAwLjI5MywyNy42NjAgQzAuMjkzLDI3LjY2MCAyNi4xMjUsNTMuNjE1IDI2LjEyNSw1My42MTUgQzI2LjMxOSw1My44MTAgMjYuNTczLDUzLjkwNyAyNi44MjcsNTMuOTA3IEMyNy4wODIsNTMuOTA3IDI3LjMzNiw1My44MTAgMjcuNTMwLDUzLjYxNSBDMjcuOTE4LDUzLjIyNSAyNy45MTgsNTIuNTkzIDI3LjUzMCw1Mi4yMDMgQzI3LjUzMCw1Mi4yMDMgMi40MDEsMjYuOTU0IDIuNDAxLDI2Ljk1NCBDMi40MDEsMjYuOTU0IDI3LjUzMCwxLjcwNSAyNy41MzAsMS43MDUgQzI3LjkxOCwxLjMxNSAyNy45MTgsMC42ODQgMjcuNTMwLDAuMjk0IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYWRhZGFkIiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 14px no-repeat;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-92 .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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMjggNTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg0LDAuMjk0IEMwLjY3NSwtMC4wOTYgMS4zMDgsLTAuMDk2IDEuNjk5LDAuMjk0IEMxLjY5OSwwLjI5NCAyNy43MDUsMjYuMjk0IDI3LjcwNSwyNi4yOTQgQzI4LjA5NSwyNi42ODUgMjguMDk1LDI3LjMxOCAyNy43MDUsMjcuNzA4IEMyNy43MDUsMjcuNzA4IDEuNjk5LDUzLjcwOCAxLjY5OSw1My43MDggQzEuNTAzLDUzLjkwMyAxLjI0OCw1NC4wMDEgMC45OTIsNTQuMDAxIEMwLjczNiw1NC4wMDEgMC40ODAsNTMuOTAzIDAuMjg0LDUzLjcwOCBDLTAuMTA2LDUzLjMxOCAtMC4xMDYsNTIuNjg1IDAuMjg0LDUyLjI5NCBDMC4yODQsNTIuMjk0IDI1LjU4MywyNy4wMDEgMjUuNTgzLDI3LjAwMSBDMjUuNTgzLDI3LjAwMSAwLjI4NCwxLjcwOCAwLjI4NCwxLjcwOCBDLTAuMTA2LDEuMzE4IC0wLjEwNiwwLjY4NSAwLjI4NCwwLjI5NCBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2FkYWRhZCIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 14px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-92 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-92 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-92 .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-92 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-92 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-92 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-92 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-92 .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-92 .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-92 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-92 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-92 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-92 .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-92 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-92 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-92 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 20px;
  background: url("../images/lib_1736601_line.svg?1533704883508") left 50% top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-92 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-92 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .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-92 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-92 .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-92 .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-92 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .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-92 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-92 .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-92 .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-92 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-92 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-92 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .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-92 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-92 .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-92 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .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-92 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-92 .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-92 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-92 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-92 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-28 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  text-decoration: none;
}
.title-page .block-29 .layout_69 {
  -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-29 .layout_58_id_59 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-29 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 0.02px;
  text-decoration: none;
}
.title-page .widget-70 {
  margin: -58px 0 5px 357px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  width: 590px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .menu-122 .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-122 .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-122 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-122 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-122 .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-122 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-122 .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-122 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-122 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-122 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-122 .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-122 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-122 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-122 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
}
.title-page .menu-122 .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-122 .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-122 .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-122 .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-122 .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-122 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-122 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-122 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-122 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-122 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-122 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-36 {
  padding: 10px 20px 46px;
  margin: 0 0 auto -6px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 0px 0px 40px 40px;
  -moz-border-radius: 0px 0px 40px 40px;
  border-radius: 0px 0px 40px 40px;
  text-decoration: none;
  right: 0;
}
.title-page .widget-34 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #3b3b3b;
  line-height: 1.3;
  text-decoration: none;
  font-size: 18px;
  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;
}
.title-page .widget-27 {
  margin: 35px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-55 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-55 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-55 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: center;
  margin-right: 15px;
}
.title-page .site-name-55 .sn-text {
  margin: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #3b3b3b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  width: auto;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-55 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-30 .layout_57 {
  -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-30 .layout_120 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  padding-right: 60px;
  padding-top: 47px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .widget-29 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-top: 0.02px;
  right: 0;
  padding-left: 10px;
  padding-right: 0;
}
.title-page .phones-57 p:first-child {
  margin-top: 0;
}
.title-page .phones-57 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-57 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-57 .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-57 .icon {
  border: 3px solid #eee;
  box-sizing: border-box;
  height: 16px;
  width: 56px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTEzMy4wNSwxNDQ4SDExMzNhMTIuNTUyLDEyLjU1MiwwLDAsMS00LjkxLTEuMTUsMC44NTUsMC44NTUsMCwxLDEsLjY4LTEuNTcsMTEuMiwxMS4yLDAsMCwwLDQuMjQsMWgwLjA0YTUuMzA4LDUuMzA4LDAsMCwwLDMuODMtMS4zOXYtMC4wMWExLjU0NywxLjU0NywwLDAsMC0uMDctMi4xNWMtMi4zMS0yLjIzLTMuNC0yLjA3LTQuNDEtMS4wOGwtMS42LDEuNTlhMC44NTYsMC44NTYsMCwwLDEtLjk2LjE3LDE3LjIzMSwxNy4yMzEsMCwwLDEtNC42OS0zLjQ1bC0wLjExLS4xMWExNy40MTcsMTcuNDE3LDAsMCwxLTMuNDYtNC42OSwwLjg3MywwLjg3MywwLDAsMSwuMTgtMC45NmwxLjU5LTEuNmMwLjk5LTEuMDEsMS4xNS0yLjEtMS4wOC00LjQxYTEuNTM3LDEuNTM3LDAsMCwwLTIuMTUtLjA3aC0wLjAxYTUuMzA3LDUuMzA3LDAsMCwwLTEuMzksMy44N2MwLjAxLDMuMDksMS43Niw2LjY3LDQuNjgsOS41OWwwLjAxLDAuMDFhMTkuNTg5LDE5LjU4OSwwLDAsMCwxLjg5LDEuNjUsMC44NDgsMC44NDgsMCwwLDEsLjE2LDEuMiwwLjg2MSwwLjg2MSwwLDAsMS0xLjIxLjE2LDIxLjUzOCwyMS41MzgsMCwwLDEtMi4wNS0xLjc5bC0wLjAxLS4wMWMtMy4yMy0zLjIzLTUuMTctNy4yNy01LjE5LTEwLjhhNi45ODIsNi45ODIsMCwwLDEsMS45MS01LjExLDAuMTM4LDAuMTM4LDAsMCwxLC4wNC0wLjAzbDAuMDItLjAyYTMuMjYzLDMuMjYzLDAsMCwxLDQuNTQuMTYsOC4wMzQsOC4wMzQsMCwwLDEsMi4xLDMuMTYsMy41MzcsMy41MzcsMCwwLDEtMS4wMywzLjY0bC0wLjAxLjAxLTEuMTUsMS4xNmExNy42LDE3LjYsMCwwLDAsMi44MywzLjY2bDAuMTIsMC4xMWExNy4zLDE3LjMsMCwwLDAsMy42NiwyLjg0bDEuMTYtMS4xNmgwLjAxYTMuNTI2LDMuNTI2LDAsMCwxLDMuNjMtMS4wMyw3Ljg4LDcuODgsMCwwLDEsMy4xNywyLjEsMy4yNjMsMy4yNjMsMCwwLDEsLjE2LDQuNTRsLTAuMDIuMDJjLTAuMDEuMDEtLjAyLDAuMDMtMC4wMywwLjA0QTYuOTYsNi45NiwwLDAsMSwxMTMzLjA1LDE0NDhabTAuNTItMTIuNTlhMC44NTQsMC44NTQsMCwwLDAsLjU4LTEuMDdsLTAuMDEtLjA0YTQuOTMzLDQuOTMzLDAsMCwwLTMuNS0zLjQ2LDAuODQ4LDAuODQ4LDAsMCwwLTEuMDUuNiwwLjg2LDAuODYsMCwwLDAsLjU5LDEuMDYsMi45NTIsMi45NTIsMCwwLDEsMS40OC44NCwzLjAyLDMuMDIsMCwwLDEsLjgzLDEuNDVsMC4wMiwwLjA0YTAuODU1LDAuODU1LDAsMCwwLC44Mi42MUEwLjk4NiwwLjk4NiwwLDAsMCwxMTMzLjU3LDE0MzUuNDFabTQuNTIsMS4wOGE5LjUwOSw5LjUwOSwwLDAsMC05LjUzLTkuNThoLTAuMDVhMC44NTUsMC44NTUsMCwwLDAsMCwxLjcxaDAuMDVhNy44LDcuOCwwLDAsMSw3LjgxLDcuODYsMC44NjYsMC44NjYsMCwwLDAsLjg2Ljg2aDBBMC44NTEsMC44NTEsMCwwLDAsMTEzOC4wOSwxNDM2LjQ5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMTcgLTE0MjYpIiBmaWxsPSIjZmY3NDJlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  min-height: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .phones-57 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-57 .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;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8px;
}
.title-page .phones-57 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #3b3b3b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
.title-page .phones-57 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #3b3b3b;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-57 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-57 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-57 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-69 {
  padding: 10px 20px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 220px;
  min-height: 50px;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: repeating-linear-gradient(to bottom right, #ffa38c 0%, #ffd261 100%) #ff6d2e;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
}
.title-page .widget-69:hover, .title-page .widget-69.hover, .title-page .widget-69.active {
  background: repeating-linear-gradient(to bottom right, rgba(255, 163, 140, 0.9) 0%, rgba(255, 210, 97, 0.9) 100%) #ff6d2e;
}
.title-page .popover-wrap-120 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-120 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-120 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-120 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-120 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-120 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-120 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-120 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-120 .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-120 .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-120 .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-120 .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-120 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-120 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-120 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-120 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-120 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-120 .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-120 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-120 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-120 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-120 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .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-120 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-120 .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-120 .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-120 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .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-120 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-120 .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-120 .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-120 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-120 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-120 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .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-120 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-120 .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-120 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-120 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-120 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-120 .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-120 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-120 .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-120 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-120 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-120 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-18 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: repeating-linear-gradient(64deg, rgba(0, 117, 117, 0.9) 0%, rgba(127, 222, 89, 0.9) 100%), url("../images/54761701_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 6;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-22 {
  margin: 0 auto;
  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%;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-40 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-40 .popover-body .form_text input {
  padding: 7px 8px 7px 44px;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 40px;
}
.title-page .popover-wrap-40 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-40 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-40 .popover-body textarea {
  padding: 7px 8px 7px 28px;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-40 .popover-body .s3_button_large {
  padding: 14px 55px 14px 15px;
  border: 2px solid #fff;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Im1vcmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTQ5LjAxIDIzODQuMDFhMTQgMTQgMCAxIDEgMTQtMTQgMTQuMDE1IDE0LjAxNS4wIDAgMS0xNCAxNHptMC0yNS41MmExMS41MiAxMS41Mi4wIDEgMCAxMS41MiAxMS41MkExMS41MzYgMTEuNTM2LjAgMCAwIDExNDkuMDEgMjM1OC40OXptLjE1IDE3LjJhMS4yNTggMS4yNTguMCAwIDEtLjg4LjM2IDEuMjQxIDEuMjQxLjAgMCAxLS44OC0uMzYgMS4yNTYgMS4yNTYuMCAwIDEgMC0xLjc2bDIuNjgtMi42OGgtNi45MWExLjI0IDEuMjQuMCAwIDEgMC0yLjQ4aDYuOTFsLTIuNjgtMi42OGExLjI0MSAxLjI0MS4wIDAgMSAxLjc2LTEuNzVsNC43OSA0Ljc5YTEuMjU2IDEuMjU2LjAgMCAxIDAgMS43NnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTM1IC0yMzU2KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") right 10px top 50% / auto auto no-repeat #ffc600;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  width: 150px;
}
.title-page .popover-wrap-40 .popover-body .s3_button_large:hover, .title-page .popover-wrap-40 .popover-body .s3_button_large.hover, .title-page .popover-wrap-40 .popover-body .s3_button_large.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Im1vcmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTQ5LjAxIDIzODQuMDFhMTQgMTQgMCAxIDEgMTQtMTQgMTQuMDE1IDE0LjAxNS4wIDAgMS0xNCAxNHptMC0yNS41MmExMS41MiAxMS41Mi4wIDEgMCAxMS41MiAxMS41MkExMS41MzYgMTEuNTM2LjAgMCAwIDExNDkuMDEgMjM1OC40OXptLjE1IDE3LjJhMS4yNTggMS4yNTguMCAwIDEtLjg4LjM2IDEuMjQxIDEuMjQxLjAgMCAxLS44OC0uMzYgMS4yNTYgMS4yNTYuMCAwIDEgMC0xLjc2bDIuNjgtMi42OGgtNi45MWExLjI0IDEuMjQuMCAwIDEgMC0yLjQ4aDYuOTFsLTIuNjgtMi42OGExLjI0MSAxLjI0MS4wIDAgMSAxLjc2LTEuNzVsNC43OSA0Ljc5YTEuMjU2IDEuMjU2LjAgMCAxIDAgMS43NnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTM1IC0yMzU2KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZjNjAwIj48L3BhdGg+PC9zdmc+") right 10px top 50% / auto auto no-repeat #f6f6f6;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-40 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-40 .popover-close {
  border: 3px solid #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/exit.svg") left 50% top 50% / auto auto no-repeat #ffc600;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_content .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NyIgaGVpZ2h0PSIxOS45MzgiIHZpZXdCb3g9IjAgMCAxNS45NyAxOS45MzgiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iZm9tbmFtZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEyNDcuNzQgNzU2LjhoLTUuNDVhMy41NTggMy41NTguMCAwIDAtMS40NC4zIDQuMDEzIDQuMDEzLjAgMCAwLTIuMzUgMy43di42MzVoMTMuMDRWNzYwLjhhNC4wNjcgNC4wNjcuMCAwIDAtMS43LTMuMzI5IDMuNTA3IDMuNTA3LjAgMCAwLS42Ni0uMzY4IDMuNjIgMy42Mi4wIDAgMC0uNy0uMjI1IDMuNzE1IDMuNzE1LjAgMCAwLS43NC0uMDc1aDB6bS40NS0xLjUxM2gwYTQuNzY5IDQuNzY5LjAgMCAxIC41Ny4wODYgNS4wMDggNS4wMDguMCAwIDEgLjk4LjMxNCA1LjU5MiA1LjU5Mi4wIDAgMSAzLjI2IDUuMTF2MS40YS43NTMuNzUzLjAgMCAxLS43My43NjhoLTE0LjVhLjc1My43NTMuMCAwIDEtLjczLS43Njh2LTEuNGE1LjU2OCA1LjU2OC4wIDAgMSAzLjI1LTUuMTA4IDQuOTIyIDQuOTIyLjAgMCAxIDEuNTUtLjQgNi43IDYuNy4wIDAgMS0zLjA4LTUuNjcgNi4yNjMgNi4yNjMuMCAxIDEgMTIuNTEuMCA2LjY1NiA2LjY1Ni4wIDAgMS0zLjA4IDUuNjY2aDB6bS0zLjE4LTEwLjcxM2gwYTQuOCA0LjguMCAwIDAtNC40MiAzLjExMiA1LjIyNSA1LjIyNS4wIDAgMC0uMzcgMS45MzUgNS4wODUgNS4wODUuMCAwIDAgMi45MyA0LjY1MyA0LjYgNC42LjAgMCAwIDMuNzMuMCA1LjA4MyA1LjA4My4wIDAgMCAyLjk0LTQuNjUzIDQuOTQxIDQuOTQxLjAgMCAwLTQuODEtNS4wNDdoMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjM3LjAzIC03NDMuMDMxKSIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  height: 20px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_content .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMyIgaGVpZ2h0PSIxNC4wNjIiIHZpZXdCb3g9IjAgMCAyMC4wMyAxNC4wNjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJmb21tYWlsLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTE2MC43Niw4NDUuOTQ1aDE4LjUxYTAuNzMyLDAuNzMyLDAsMCwxLC43Ny42OTRWODU5LjNhMC43MzEsMC43MzEsMCwwLDEtLjc3LjY5MmgtMTguNTFhMC43MzEsMC43MzEsMCwwLDEtLjc3LTAuNjkydi0xMi42NmEwLjczMiwwLjczMiwwLDAsMSwuNzctMC42OTRoMFptMTcuNzQsMS45ODhoMGwtOC4xNyw3LjMxNmEwLjUsMC41LDAsMCwxLS42NSwwbC04LjE1LTcuMzE2djEwLjY3NGgxNi45N1Y4NDcuOTMzaDBabS0wLjY0LS42aC0xNS43bDcuODUsNy4wNCw3Ljg1LTcuMDRoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTYwIC04NDUuOTM4KSIgZmlsbD0iI2NjY2NjYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  height: 20px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_content .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE1IDIwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImZvcm1waG9uZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExOTcuNzkgNzYzLjAwOWgxMy40NGEuNzczLjc3My4wIDAgMSAuNzguNzY3djE4LjQ0M2EuNzc2Ljc3Ni4wIDAgMS0uNzguNzY5aC0xMy40NGEuNzc4Ljc3OC4wIDAgMS0uNzktLjc2OVY3NjMuNzc2YS43NzYuNzc2LjAgMCAxIC43OS0uNzY3aDB6bTQuMTEgMTcuMTQzaDUuMjFhLjQ2Mi40NjIuMCAxIDAgMC0uOTIzaC01LjIxYS40NjIuNDYyLjAgMCAwIDAgLjkyM2gwem04LjU1LTE1LjYwN2gtMTEuODlWNzgxLjQ1aDExLjg5Vjc2NC41NDVoMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTk3IC03NjMpIiBmaWxsPSIjY2NjY2NjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / auto auto no-repeat;
  width: 40px;
  height: 20px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-40 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-40 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-40 .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: 30px;
  box-sizing: border-box;
}
.title-page .blocklist-40 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -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;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-40 .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-40 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  color: #757575;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-40 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-bottom: 0.02px;
  margin-bottom: 30px;
}
.title-page .blocklist-40 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-40 .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-40 .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-40 .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-40 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-40 .item {
  padding: 30px 30px 0.02px;
  margin: 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;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: url("../images/list1.png") left calc(50% - 13px) top calc(50% - 119px) / 142px no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-40 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #878787;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-40 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-40 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  min-height: 160px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-40 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
  color: #d8d8d8;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto Condensed, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  width: 30px;
  min-height: 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: 0px 0px 0px 5px #d8d8d8;
  -moz-box-shadow: 0px 0px 0px 5px #d8d8d8;
  box-shadow: 0px 0px 0px 5px #d8d8d8;
  margin-top: -10px;
  align-self: auto;
  margin-left: -10px;
}
.title-page .blocklist-40 .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-40 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 120px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-40 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-40 .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-40 .title {
  padding: 20px 0;
  border: none;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -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;
  margin-top: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-40 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-40 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 20px;
}
.title-page .blocklist-40 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-40 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-40 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-40 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .blocklist-40 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-40 .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-40 .bx-wrapper {
  max-width: 1179px;
}
.title-page .blocklist-40 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-40 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-40 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-40 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-40 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-40 .all {
  padding: 15px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-weight: 600;
}
.title-page .blocklist-40 .all:hover, .title-page .blocklist-40 .all.hover, .title-page .blocklist-40 .all.active {
  background: repeating-linear-gradient(to bottom right, rgba(253, 199, 106, 0.9) 0%, rgba(239, 77, 158, 0.9) 99.3%) #fff;
  -webkit-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  -moz-box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
  box-shadow: 0px 10px 43px rgba(255, 68, 0, 0.81);
}
.title-page .blocklist-40 .all:active, .title-page .blocklist-40 .all.active {
  background: repeating-linear-gradient(to bottom right, #fdc76a 0%, #ef4d9e 99.3%) #fff;
  -webkit-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  -moz-box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
  box-shadow: 0px 10px 24px rgba(255, 68, 0, 0.42);
}
.title-page .blocklist-40 .controls {
  margin: -10px 0 0 -52px;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  width: auto;
}
.title-page .blocklist-40 .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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMjggNTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTI3LjUzMCwwLjI5NCBDMjcuMTQyLC0wLjA5NiAyNi41MTMsLTAuMDk2IDI2LjEyNSwwLjI5NCBDMjYuMTI1LDAuMjk0IDAuMjkzLDI2LjI0OSAwLjI5MywyNi4yNDkgQy0wLjA5NSwyNi42MzkgLTAuMDk1LDI3LjI3MCAwLjI5MywyNy42NjAgQzAuMjkzLDI3LjY2MCAyNi4xMjUsNTMuNjE1IDI2LjEyNSw1My42MTUgQzI2LjMxOSw1My44MTAgMjYuNTczLDUzLjkwNyAyNi44MjcsNTMuOTA3IEMyNy4wODIsNTMuOTA3IDI3LjMzNiw1My44MTAgMjcuNTMwLDUzLjYxNSBDMjcuOTE4LDUzLjIyNSAyNy45MTgsNTIuNTkzIDI3LjUzMCw1Mi4yMDMgQzI3LjUzMCw1Mi4yMDMgMi40MDEsMjYuOTU0IDIuNDAxLDI2Ljk1NCBDMi40MDEsMjYuOTU0IDI3LjUzMCwxLjcwNSAyNy41MzAsMS43MDUgQzI3LjkxOCwxLjMxNSAyNy45MTgsMC42ODQgMjcuNTMwLDAuMjk0IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNjA1YTVhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 11px no-repeat #fff;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  min-height: 50px;
  margin-right: 0;
}
.title-page .blocklist-40 .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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMjggNTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg0LDAuMjk0IEMwLjY3NSwtMC4wOTYgMS4zMDgsLTAuMDk2IDEuNjk5LDAuMjk0IEMxLjY5OSwwLjI5NCAyNy43MDUsMjYuMjk0IDI3LjcwNSwyNi4yOTQgQzI4LjA5NSwyNi42ODUgMjguMDk1LDI3LjMxOCAyNy43MDUsMjcuNzA4IEMyNy43MDUsMjcuNzA4IDEuNjk5LDUzLjcwOCAxLjY5OSw1My43MDggQzEuNTAzLDUzLjkwMyAxLjI0OCw1NC4wMDEgMC45OTIsNTQuMDAxIEMwLjczNiw1NC4wMDEgMC40ODAsNTMuOTAzIDAuMjg0LDUzLjcwOCBDLTAuMTA2LDUzLjMxOCAtMC4xMDYsNTIuNjg1IDAuMjg0LDUyLjI5NCBDMC4yODQsNTIuMjk0IDI1LjU4MywyNy4wMDEgMjUuNTgzLDI3LjAwMSBDMjUuNTgzLDI3LjAwMSAwLjI4NCwxLjcwOCAwLjI4NCwxLjcwOCBDLTAuMTA2LDEuMzE4IC0wLjEwNiwwLjY4NSAwLjI4NCwwLjI5NCBaIiBpZD0icGF0aC0xIiBjbGFzcz0iY2xzLTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzYwNWE1YSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 11px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  min-height: 50px;
  margin-left: 0;
}
.title-page .blocklist-40 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-40 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-40 .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-40 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-40 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-40 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-40 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-40 .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-40 .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-40 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-40 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-40 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-40 .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-40 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-40 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-40 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 20px;
  background: url("../images/line.svg?1533704883508") left 50% top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-40 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-40 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-40 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-40 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .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-40 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-40 .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-40 .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-40 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .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-40 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-40 .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-40 .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-40 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-40 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-40 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .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-40 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-40 .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-40 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-40 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-40 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-40 .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-40 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-40 .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-40 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-40 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-40 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-11 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/pat.png") right -177px top calc(50% + 5px) / 518px no-repeat, url("../images/54793950_2.jpg") left calc(50% + 527px) top calc(50% + 71px) / 720px no-repeat;
  z-index: 5;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  max-width: 100%;
}
.title-page .block-15 {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 400px;
  right: 0;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  padding-left: 40px;
}
.title-page .reviews-28 p:first-child {
  margin-top: 0;
}
.title-page .reviews-28 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-28 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  text-align: justify;
}
.title-page .reviews-28 .header_text {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  padding-top: 0.02px;
  -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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .reviews-28 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #030303;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNDAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0ibGluZTEuc3ZnIiBjbGFzcz0iY2xzLTEiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyIiBmaWxsPSIjZmZhYzA1IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-28 .list-wr {
  border: none;
  box-sizing: border-box;
  position: relative;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .reviews-28 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .reviews-28 .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 .reviews-28 .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 .reviews-28 .bx-wrapper {
  max-width: 740px;
}
.title-page .reviews-28 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-28 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 740px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-28 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-28 .item {
  margin: 34px 0 0;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  background: #f7f5ef;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  align-self: auto;
  padding-bottom: 50px;
  padding-top: 30px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-right: 30px;
}
.title-page .reviews-28 .image {
  margin: 0 50px 0 40px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  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;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 0;
}
.title-page .reviews-28 .img-convert {
  border: 8px solid #fff;
  box-sizing: border-box;
  width: 150px;
  height: 260px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-top: -60px;
  align-self: auto;
  margin-bottom: 0;
}
.title-page .reviews-28 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-28 .text {
  margin: 40px 0 30px 40px;
  border: none;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #454545;
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  padding-left: 80px;
  background: url("../images/cav.png") left 0px top 0px / 44px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDEgMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBvcGFjaXR5OiAwLjE7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZhYWFhIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJyZWN0LTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KPC9zdmc+") left 77px top 50% / auto auto repeat-y;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 65px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-28 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-28 .author {
  text-align: right;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.title-page .reviews-28 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  text-decoration: 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 .reviews-28 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-28 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-28 .footer {
  box-sizing: border-box;
}
.title-page .reviews-28 .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 .reviews-28 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: justify;
}
.title-page .reviews-28 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-28 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-28 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-28 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-28 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-28 .bx-auto_controls {
  margin: 44px 0 auto auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-28 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-28 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-28 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-28 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-28 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-28 .pager-wrap {
  box-sizing: border-box;
}
.title-page .reviews-28 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-28 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-28 .bx-pager a {
  margin: 2px 6px;
  border: none;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  background: #e0e0e0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
}
.title-page .reviews-28 .bx-pager a:hover, .title-page .reviews-28 .bx-pager a.hover, .title-page .reviews-28 .bx-pager a.active {
  background: #dbabb1;
}
.title-page .widget-11 {
  margin: -25px auto 0;
  border: none;
  position: relative;
  z-index: 4;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  background: repeating-linear-gradient(64deg, #007575 0%, #7fde59 100%) #ffc600;
  padding-top: 1px;
  padding-bottom: 1px;
  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: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widget-11:hover, .title-page .widget-11.hover, .title-page .widget-11.active {
  border: 4px solid #ffc600;
}
.title-page .up-15 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: auto;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE4IDEwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYnV0dG9udXAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTc0LjI2LDQ2MC43MTlhMC45MzEsMC45MzEsMCwwLDAsMS4zMiwwbDcuNDEtNy40NTQsNy40MSw3LjQ1NGEwLjkzMSwwLjkzMSwwLDAsMCwxLjMyLDAsMC45NDUsMC45NDUsMCwwLDAsMC0xLjMyM2wtOC4wNy04LjExN2EwLjkyNiwwLjkyNiwwLDAsMC0uNjYtMC4yNzQsMC45NDQsMC45NDQsMCwwLDAtLjY2LjI3NGwtOC4wNyw4LjExN0EwLjk0NSwwLjk0NSwwLDAsMCwxMTc0LjI2LDQ2MC43MTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3NCAtNDUxKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  margin-bottom: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-15 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-10 {
  position: relative;
  z-index: 3;
  text-align: left;
  width: auto;
  min-height: 450px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-3 {
  padding: 70px 0 80px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(#fff, #fff);
  z-index: 2;
  text-align: center;
  margin-top: -25px;
  margin-left: 0;
  margin-right: 0;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
}
.title-page .block-13 {
  margin: 0 auto;
  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%;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-5 .layout_8 {
  -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-5 .layout_12 {
  -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-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-4 {
  margin: 2px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-3 {
  margin: 0 0 0 483px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 207px;
}
.title-page .email-6 p:first-child {
  margin-top: 0;
}
.title-page .email-6 p:last-child {
  margin-bottom: 0;
}
.title-page .email-6 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-6 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-6 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-6 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-6 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-6 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #4ac963;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .email-6 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-6 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-6 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-4 {
  margin: 10px 0 0 343px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 347px;
}
.title-page .address-7 p:first-child {
  margin-top: 0;
}
.title-page .address-7 p:last-child {
  margin-bottom: 0;
}
.title-page .address-7 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-7 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-7 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-7 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-7 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-7 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #4ac963;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
}
.title-page .address-7 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-7 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-7 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-68 {
  margin: 10px 0 0 442px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 248px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .widgetsocial-119 .soc-header {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-align: right;
  text-decoration: none;
}
.title-page .widgetsocial-119 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-119 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.title-page .widgetsocial-119 .soc {
  margin: 2px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: right;
}
.title-page .widgetsocial-119 .vk .wg-soc-icon {
  border: none;
  background: url("../images/icon_2142630.svg") left 50% top 50% / cover no-repeat, url("../images/icon_834714.svg") left 50% top 50% / contain no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .fb .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_fb.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .tw .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .ins .wg-soc-icon {
  border: none;
  background: url("../images/icon_3146786.svg") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .widgetsocial-119 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-119 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-5 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-8 p:first-child {
  margin-top: 0;
}
.title-page .phones-8 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-8 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-8 .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-8 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF92Z2JydTdjIiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iIzRmYjg3ZCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjOWFkZDU2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxkZWZzIGlkPSJkZWZzLTIiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF9kbjQ0OXh5IiBzcHJlYWRNZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iIzdlNTc1YiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiIGlkPSJzdG9wLTQiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZTA2YjZiIiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMC45ODQzNzUiIGlkPSJzdG9wLTUiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InBob25lMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExMzMuMDUsMTQ0OEgxMTMzYTEyLjU1MiwxMi41NTIsMCwwLDEtNC45MS0xLjE1LDAuODU1LDAuODU1LDAsMSwxLC42OC0xLjU3LDExLjIsMTEuMiwwLDAsMCw0LjI0LDFoMC4wNGE1LjMwOCw1LjMwOCwwLDAsMCwzLjgzLTEuMzl2LTAuMDFhMS41NDcsMS41NDcsMCwwLDAtLjA3LTIuMTVjLTIuMzEtMi4yMy0zLjQtMi4wNy00LjQxLTEuMDhsLTEuNiwxLjU5YTAuODU2LDAuODU2LDAsMCwxLS45Ni4xNywxNy4yMzEsMTcuMjMxLDAsMCwxLTQuNjktMy40NWwtMC4xMS0uMTFhMTcuNDE3LDE3LjQxNywwLDAsMS0zLjQ2LTQuNjksMC44NzMsMC44NzMsMCwwLDEsLjE4LTAuOTZsMS41OS0xLjZjMC45OS0xLjAxLDEuMTUtMi4xLTEuMDgtNC40MWExLjUzNywxLjUzNywwLDAsMC0yLjE1LS4wN2gtMC4wMWE1LjMwNyw1LjMwNywwLDAsMC0xLjM5LDMuODdjMC4wMSwzLjA5LDEuNzYsNi42Nyw0LjY4LDkuNTlsMC4wMSwwLjAxYTE5LjU4OSwxOS41ODksMCwwLDAsMS44OSwxLjY1LDAuODQ4LDAuODQ4LDAsMCwxLC4xNiwxLjIsMC44NjEsMC44NjEsMCwwLDEtMS4yMS4xNiwyMS41MzgsMjEuNTM4LDAsMCwxLTIuMDUtMS43OWwtMC4wMS0uMDFjLTMuMjMtMy4yMy01LjE3LTcuMjctNS4xOS0xMC44YTYuOTgyLDYuOTgyLDAsMCwxLDEuOTEtNS4xMSwwLjEzOCwwLjEzOCwwLDAsMSwuMDQtMC4wM2wwLjAyLS4wMmEzLjI2MywzLjI2MywwLDAsMSw0LjU0LjE2LDguMDM0LDguMDM0LDAsMCwxLDIuMSwzLjE2LDMuNTM3LDMuNTM3LDAsMCwxLTEuMDMsMy42NGwtMC4wMS4wMS0xLjE1LDEuMTZhMTcuNiwxNy42LDAsMCwwLDIuODMsMy42NmwwLjEyLDAuMTFhMTcuMywxNy4zLDAsMCwwLDMuNjYsMi44NGwxLjE2LTEuMTZoMC4wMWEzLjUyNiwzLjUyNiwwLDAsMSwzLjYzLTEuMDMsNy44OCw3Ljg4LDAsMCwxLDMuMTcsMi4xLDMuMjYzLDMuMjYzLDAsMCwxLC4xNiw0LjU0bC0wLjAyLjAyYy0wLjAxLjAxLS4wMiwwLjAzLTAuMDMsMC4wNEE2Ljk2LDYuOTYsMCwwLDEsMTEzMy4wNSwxNDQ4Wm0wLjUyLTEyLjU5YTAuODU0LDAuODU0LDAsMCwwLC41OC0xLjA3bC0wLjAxLS4wNGE0LjkzMyw0LjkzMywwLDAsMC0zLjUtMy40NiwwLjg0OCwwLjg0OCwwLDAsMC0xLjA1LjYsMC44NiwwLjg2LDAsMCwwLC41OSwxLjA2LDIuOTUyLDIuOTUyLDAsMCwxLDEuNDguODQsMy4wMiwzLjAyLDAsMCwxLC44MywxLjQ1bDAuMDIsMC4wNGEwLjg1NSwwLjg1NSwwLDAsMCwuODIuNjFBMC45ODYsMC45ODYsMCwwLDAsMTEzMy41NywxNDM1LjQxWm00LjUyLDEuMDhhOS41MDksOS41MDksMCwwLDAtOS41My05LjU4aC0wLjA1YTAuODU1LDAuODU1LDAsMCwwLDAsMS43MWgwLjA1YTcuOCw3LjgsMCwwLDEsNy44MSw3Ljg2LDAuODY2LDAuODY2LDAsMCwwLC44Ni44NmgwQTAuODUxLDAuODUxLDAsMCwwLDExMzguMDksMTQzNi40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTE3IC0xNDI2KSIgZmlsbD0idXJsKCNncmFkX3ZnYnJ1N2MpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fff;
  margin-right: 15px;
  min-height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-8 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-8 .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;
  margin-top: 2px;
}
.title-page .phones-8 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #b4b4b4;
  -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: 15px;
  margin-bottom: 8px;
}
.title-page .phones-8 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.title-page .phones-8 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-8 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-8 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-6 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  right: 0;
}
.title-page .menu-col-9 .columns-delimiter {
  margin: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #999;
}
.title-page .menu-col-9 .menu-name {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
}
.title-page .menu-col-9 .menu-columns-content {
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
}
.title-page .menu-col-9 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .menu-col-9 .columns-cell {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-col-9 ul.menu-columns-items {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-9 ul.menu-columns-items > li {
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 0;
  width: auto;
}
.title-page .menu-col-9 ul.menu-columns-items > li > a {
  border: none;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-top: 0.02px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNDAgMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWRfaWhxYnY5dyIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiM3ZTU3NWIiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIiBpZD0ic3RvcC00Ij48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2UwNmI2YiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAuOTg0Mzc1IiBpZD0ic3RvcC01Ij48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHJlY3QgaWQ9ImxpbmUxLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iNDAiIGhlaWdodD0iMiIgZmlsbD0iIzAwYmM5NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3JlY3Q+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-col-9 ul.menu-columns-items > li > 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-col-9 ul.menu-columns-items > li > 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-col-9 ul.menu-columns-items > li > 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-col-9 ul.menu-columns-items > li > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-col-9 ul.menu-columns-items ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-9 ul.menu-columns-items ul li {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .menu-col-9 ul.menu-columns-items ul a {
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  color: #454545;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA0IDQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PC9kZWZzPjxjaXJjbGUgaWQ9IkVsbGlwc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iIzAwYmM5NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L2NpcmNsZT48L3N2Zz4=") left 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 20px;
}
.title-page .menu-col-9 ul.menu-columns-items ul a:hover, .title-page .menu-col-9 ul.menu-columns-items ul a.hover, .title-page .menu-col-9 ul.menu-columns-items ul a.active {
  color: #ffc600;
}
.title-page .menu-col-9 ul.menu-columns-items ul li.delimiter {
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 2px;
  background: #999;
}
.title-page .menu-col-9 ul.menu-columns-items > li.delimiter {
  margin: 3px 10px;
  width: auto;
  box-sizing: border-box;
  min-height: 3px;
  background: #999;
}
.title-page .menu-col-9 .columns-cell-delim {
  box-sizing: border-box;
  display: table-cell;
  width: 20px;
  position: relative;
}
.title-page .block-6 {
  margin: 0;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 0px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  border-left: 0px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
  padding-bottom: 40px;
  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;
}
.title-page .block-12 .layout_18 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-12 .layout_19 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-12 .layout_20 {
  -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-12 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-14 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-13 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #8f8f8f;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  width: 300px;
}
.title-page .widget-12 {
  margin: 9px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #3b3b3b;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-31 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .side-panel-61 .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-61 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  right: 0;
}
.title-page .side-panel-61 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 50px;
  min-height: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44NyIgaGVpZ2h0PSIxOC45NCIgdmlld0JveD0iMCAwIDE4Ljg3IDE4Ljk0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iZXhpdDEuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTg1LjcxLDEzMjYuOTlsLTcuMzEtNy4zMy03LjMxLDcuMzMtMi4xMi0yLjEzLDcuMy03LjMzLTcuMy03LjMzLDIuMTItMi4xMyw3LjMxLDcuMzIsNy4zMS03LjMyLDIuMTIsMi4xMy03LjMxLDcuMzMsNy4zMSw3LjMzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNjguOTcgLTEzMDguMDYpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZiZTUiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  cursor: pointer;
  right: 100%;
  margin-top: 10px;
  -webkit-border-radius: 100px 0px 0px 100px;
  -moz-border-radius: 100px 0px 0px 100px;
  border-radius: 100px 0px 0px 100px;
}
.title-page .side-panel-61 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-61 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 1200px;
  max-width: 100%;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.title-page .side-panel-61 .side-panel-button {
  padding: 16px 18px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 56px;
  min-height: 56px;
  background: repeating-linear-gradient(64deg, rgba(0, 117, 117, 0.67) 0%, rgba(127, 222, 89, 0.67) 100%) #4ac963;
  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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: -230px;
  margin-right: -10px;
}
.title-page .side-panel-61 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-61 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 4px;
  background: #fff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  margin-bottom: 0;
}
.title-page .side-panel-61 .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-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .wrapper .layout_center_2_id_54_1 {
    margin-top: 0;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-59 {
    padding: 40px 35px 40px 55px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-60 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-66 {
    margin-left: 0;
    padding-left: 200px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 0;
    display: block;
  }
  .title-page .blocklist-117 .body-outer {
    width: auto;
  }
  .title-page .blocklist-117 .body {
    width: auto;
  }
  .title-page .blocklist-117 .item {
    width: 450px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .title-page .blocklist-117 .image {
    margin-right: 21px;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-57 {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-58 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-65 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-114 .header {
    margin-bottom: 0;
  }
  .title-page .blocklist-114 .body-outer {
    width: auto;
  }
  .title-page .blocklist-114 .body {
    width: auto;
  }
  .title-page .blocklist-114 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-114 .item {
    margin: 0 0 10px;
    display: block;
  }
  .title-page .blocklist-114 .text {
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-114 .image {
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
  }
  .title-page .blocklist-114 .title {
    margin-left: 0;
    margin-top: 21px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-114 .all {
    margin-top: 0;
  }
  .title-page .widget-61 {
    min-height: 500px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    padding-bottom: 0.02px;
    display: block;
  }
  .title-page .slider-111 .text-slider {
    margin-top: -210px;
  }
  .title-page .slider-111 .slider-controls {
    top: auto;
    left: 50%;
    right: auto;
    margin-right: 20px;
    bottom: 0;
    margin-bottom: 8px;
  }
  .title-page .slider-111 .slider-prev {
    padding: 0;
    margin: 0;
  }
  .title-page .slider-111 .slider-next {
    padding: 0;
    margin: 0;
  }
  .title-page .slider-111 .text_wrapper {
    margin: -220px 0 0 -250px;
    width: 500px;
    left: 50%;
    right: auto;
  }
  .title-page .block-49 {
    padding: 40px;
    margin-top: -1px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-50 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-92 .body-outer {
    width: auto;
    min-height: 0;
  }
  .title-page .blocklist-92 .body {
    width: auto;
  }
  .title-page .blocklist-92 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-92 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-92 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-92 .img-convert {
    background: none;
  }
  .title-page .blocklist-92 .title {
    background: none;
  }
  .title-page .blocklist-92 .controls {
    background: none;
  }
  .title-page .block-28 {
    background: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-29 .layout_69 {
    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-29 .layout_58_id_59 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-29 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-36 {
    margin-bottom: 0;
    padding-bottom: 0.02px;
    background: none;
  }
  .title-page .widget-34 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-27 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-55 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-55 img {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .site-name-55 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
  .title-page .block-30 .layout_57 {
    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-30 .layout_120 {
    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-30 {
    padding: 0.02px 30px 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-29 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 265px;
    text-align: left;
  }
  .title-page .phones-57 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-57 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-69 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-18 {
    padding: 40px 40px 60px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-19 {
    display: block;
  }
  .title-page .blocklist-40 .body-outer {
    width: auto;
  }
  .title-page .blocklist-40 .body {
    width: auto;
  }
  .title-page .blocklist-40 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-40 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-40 .image {
    float: none;
  }
  .title-page .blocklist-40 .title {
    width: auto;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-40 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .block-11 {
    padding: 40px 30px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-15 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-17 {
    height: auto;
    display: block;
  }
  .title-page .reviews-28 .header_text {
    font-size: 30px;
  }
  .title-page .reviews-28 .list-wr {
    width: auto;
    overflow: visible;
    background: none;
  }
  .title-page .reviews-28 .body {
    width: auto;
    margin-left: - 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-28 .bx-wrapper {
    max-width: 631px;
  }
  .title-page .reviews-28 .list {
    width: 631px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-28 .item {
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
  }
  .title-page .reviews-28 .image {
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    background: none;
    float: none;
    width: auto;
    left: 0;
    right: 0;
    display: none;
  }
  .title-page .reviews-28 .img-convert {
    background: none;
    margin-top: 0;
  }
  .title-page .reviews-28 .text {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .reviews-28 .author {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .reviews-28 .name {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-11 {
    text-align: left;
    display: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-10 {
    display: none;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-3 {
    padding: 40px 30px;
    margin-top: 0;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .block-13 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-5 .layout_8 {
    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-5 .layout_12 {
    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-5 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-4 {
    margin-top: 0;
  }
  .title-page .widget-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .email-6 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-6 .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-6 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-6 .title {
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
  .title-page .email-6 .text_body:hover, .title-page .email-6 .text_body.hover, .title-page .email-6 .text_body.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-7 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-7 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-7 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-7 .title {
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
  .title-page .address-7 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-68 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widgetsocial-119 .fb .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .tw .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .ok .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .youtube .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .telegram .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-119 .whatsapp .wg-soc-icon {
    background: none;
  }
  .title-page .widget-5 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .phones-8 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-8 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-8 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-8 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-8 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-8 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-6 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .menu-col-9 .menu-columns-content {
    background: none;
  }
  .title-page .menu-col-9 .columns-cell {
    background: none;
  }
  .title-page .menu-col-9 ul.menu-columns-items ul a:hover, .title-page .menu-col-9 ul.menu-columns-items ul a.hover, .title-page .menu-col-9 ul.menu-columns-items ul a.active {
    color: #fff;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA0IDQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PC9kZWZzPjxjaXJjbGUgaWQ9IkVsbGlwc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L2NpcmNsZT48L3N2Zz4=") left 0px top 50% / auto auto no-repeat;
  }
  .title-page .block-6 {
    background: none;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-12 .layout_18 {
    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-12 .layout_19 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_20 {
    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-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-14 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-13 {
    color: #d8d8d8;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-12 {
    margin: 0 auto 20px;
    color: #1c1c1c;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-31 {
    margin-right: 40px;
    margin-top: 45px;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-61 .side-panel-top {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_54_1 {
    margin-top: 0;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-59 {
    padding-left: 35px;
  }
  .title-page .blocklist-117 .header {
    margin-bottom: 0;
  }
  .title-page .blocklist-117 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-114 .body-outer {
    margin-top: 34px;
  }
  .title-page .blocklist-114 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-114 .text {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-114 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-114 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-61 {
    margin-top: 30px;
    padding-top: 0.02px;
  }
  .title-page .slider-111 .text-slider {
    margin: 0 0 30px -225px;
    overflow: hidden;
    width: 450px;
    min-height: 450px;
  }
  .title-page .slider-111 .slider-controls {
    margin-bottom: 20px;
  }
  .title-page .slider-111 .text_wrapper {
    margin-top: -200px;
  }
  .title-page .block-49 {
    padding-top: 50px;
  }
  .title-page .widget-45 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-92 .header {
    border: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-29 .layout_69 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 .layout_58_id_59 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-34 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .site-name-55 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-30 .layout_57 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_120 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-40 .header {
    border: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-40 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-40 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .widget-17 {
    padding-left: 0;
  }
  .title-page .reviews-28 .header {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .reviews-28 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 28px;
    text-align: center;
  }
  .title-page .reviews-28 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/line1.svg") left 50% bottom 0px / auto auto no-repeat;
    text-align: center;
  }
  .title-page .reviews-28 .bx-wrapper {
    max-width: 549px;
  }
  .title-page .reviews-28 .list {
    width: 549px;
  }
  .title-page .reviews-28 .image {
    max-width: 100%;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .title-page .reviews-28 .author {
    padding-right: 30px;
  }
  .title-page .reviews-28 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .widget-11 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-3 {
    padding-top: 20px;
  }
  .title-page .block-5 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_12 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .email-6 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .email-6 .text_body:hover, .title-page .email-6 .text_body.hover, .title-page .email-6 .text_body.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-7 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-7 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widgetsocial-119 .soc-item {
    text-align: left;
  }
  .title-page .widgetsocial-119 .soc {
    text-align: center;
  }
  .title-page .phones-8 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-8 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-12 .layout_18 {
    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-12 .layout_19 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-14 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-13 {
    margin-top: 20px;
  }
  .title-page .widget-12 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_54_1 {
    margin-top: 0;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-59 {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 25px;
  }
  .title-page .widget-66 {
    padding-left: 0;
  }
  .title-page .block-57 {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .blocklist-114 .header {
    margin-left: -12px;
  }
  .title-page .widget-61 {
    margin-top: 20px;
  }
  .title-page .slider-111 .text-slider {
    top: 0;
    margin-top: 30px;
  }
  .title-page .slider-111 .block-more {
    padding-top: 20px;
  }
  .title-page .slider-111 .slider-controls {
    margin-bottom: 41px;
  }
  .title-page .slider-111 .text_wrapper {
    padding: 90px 40px 40px;
    width: auto;
    margin-top: -220px;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .title-page .block-49 {
    padding: 0.02px 20px 30px;
  }
  .title-page .block-50 {
    padding-top: 40px;
  }
  .title-page .blocklist-92 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-92 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-92 .item {
    margin: 5px 0;
  }
  .title-page .blocklist-92 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-29 .layout_69 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 .layout_58_id_59 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-36 {
    padding-bottom: 20px;
  }
  .title-page .block-30 .layout_57 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_120 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    padding-bottom: 10px;
  }
  .title-page .widget-29 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-57 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-69 {
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-69:hover, .title-page .widget-69.hover, .title-page .widget-69.active {
    background: #ff6d2e;
  }
  .title-page .block-18 {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-40 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-40 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-40 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-40 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-40 .item-label {
    margin-left: -15px;
    right: auto;
    left: 50%;
  }
  .title-page .blocklist-40 .img-convert {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-40 .title {
    margin-top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-40 .price {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-40 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-40 .controls {
    margin-top: 0;
  }
  .title-page .block-11 {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .reviews-28 .header_text {
    font-size: 26px;
  }
  .title-page .reviews-28 .description {
    margin-bottom: 0;
  }
  .title-page .reviews-28 .bx-wrapper {
    max-width: 417px;
  }
  .title-page .reviews-28 .list {
    width: 417px;
  }
  .title-page .reviews-28 .item {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
  }
  .title-page .reviews-28 .text {
    padding-left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjUwLjQiIGhlaWdodD0iMzcuNDQiIHZpZXdCb3g9IjAgMCA1MC40IDM3LjQ0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNDIuNzk2LDAuMDEwIEMzNy40NjAsMy40NTggMzMuNDY4LDcuMDkzIDMwLjgyMCwxMC45MTYgQzI4LjE3MSwxNC43MzggMjYuODQ3LDE4LjgyNCAyNi44NDcsMjMuMTcxIEMyNi44NDcsMjcuMzMwIDI4LjA5NCwzMC43NTEgMzAuNTg4LDMzLjQzMCBDMzMuMDgyLDM2LjExMCAzNi4yNDMsMzcuNDQ5IDQwLjA3MCwzNy40NDkgQzQzLjEyNCwzNy40NDkgNDUuNjA5LDM2LjUwMyA0Ny41MjMsMzQuNjEwIEM0OS40MzcsMzIuNzE4IDUwLjM5NCwzMC4yOTEgNTAuMzk0LDI3LjMzMCBDNTAuMzk0LDI0LjY3MCA0OS42OTgsMjIuNjE4IDQ4LjMwNiwyMS4xNzUgQzQ2LjkxNCwxOS43MzMgNDQuOTYxLDE5LjAxMSA0Mi40NDgsMTkuMDExIEM0MC4yMDUsMTkuMDExIDM3LjU5NiwyMC44NDcgMzQuNjE5LDI0LjUyMCBDMzMuOTIzLDI0LjUyMCAzMy40MzAsMjQuMTM2IDMzLjE0MCwyMy4zNjcgQzMyLjg1MCwyMi42MDAgMzIuNzA1LDIxLjI5NyAzMi43MDUsMTkuNDYwIEMzMi43MDUsMTYuNzI1IDMzLjcyOSwxMy45MTQgMzUuNzc5LDExLjAyOCBDMzcuODI4LDguMTQzIDQwLjg0Myw1LjI3NiA0NC44MjYsMi40MjcgTDQ0LjgyNiwyLjQyNyBMNDIuNzk2LDAuMDEwIFpNMTUuODgzLDAuMDEwIEMxMC41NDgsMy40NTggNi41NjUsNy4wOTMgMy45MzYsMTAuOTE2IEMxLjMwNiwxNC43MzggLTAuMDA4LDE4LjgyNCAtMC4wMDgsMjMuMTcxIEMtMC4wMDgsMjcuMzMwIDEuMjI5LDMwLjc1MSAzLjcwNCwzMy40MzAgQzYuMTc4LDM2LjExMCA5LjMzMCwzNy40NDkgMTMuMTU3LDM3LjQ0OSBDMTYuMjExLDM3LjQ0OSAxOC42OTYsMzYuNTAzIDIwLjYxMCwzNC42MTAgQzIyLjUyNCwzMi43MTggMjMuNDgxLDMwLjI5MSAyMy40ODEsMjcuMzMwIEMyMy40ODEsMjQuNjcwIDIyLjc4NSwyMi42MTggMjEuMzkzLDIxLjE3NSBDMjAuMDAxLDE5LjczMyAxOC4wNDgsMTkuMDExIDE1LjUzNSwxOS4wMTEgQzEzLjMzMSwxOS4wMTEgMTEuNDY2LDE5LjkyOSA5LjkzOSwyMS43NjUgQzguNDExLDIzLjYwMiA3LjYyOCwyNC41MjAgNy41OTAsMjQuNTIwIEM2LjkzMiwyNC41MjAgNi40NjgsMjQuMTU0IDYuMTk4LDIzLjQyMyBDNS45MjcsMjIuNjkzIDUuNzkyLDIxLjM3MiA1Ljc5MiwxOS40NjAgQzUuNzkyLDE2LjcyNSA2LjgxNiwxMy45MTQgOC44NjYsMTEuMDI4IEMxMC45MTUsOC4xNDMgMTMuOTMwLDUuMjc2IDE3LjkxMywyLjQyNyBMMTUuODgzLDAuMDEwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmYzYwMCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 0px top 12px / auto auto no-repeat;
    padding-top: 60px;
  }
  .title-page .reviews-28 .bx-auto_controls {
    margin: 0 auto 0 0;
    padding-bottom: 0.02px;
  }
  .title-page .reviews-28 .pager-wrap {
    display: none;
  }
  .title-page .block-5 .layout_8 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_12 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-5 {
    -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-12 .layout_18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_19 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-13 {
    margin-bottom: 0;
  }
  .title-page .widget-12 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-31 {
    margin-right: 20px;
    margin-top: 35px;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_54_1 {
    margin-top: 0;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-59 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .blocklist-117 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-117 .item {
    display: -webkit-flex;
    display: flex;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .blocklist-117 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-117 .image {
    margin-right: auto;
    margin-bottom: 5px;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-117 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 30px;
  }
  .title-page .blocklist-117 .more {
    width: auto;
    left: 0;
    right: 0;
    margin-right: 0;
  }
  .title-page .blocklist-117 .more > a {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-57 {
    padding-bottom: 40px;
  }
  .title-page .widget-65 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-114 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-114 .item {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-114 .image {
    margin-bottom: 40px;
  }
  .title-page .widget-61 {
    min-height: 382px;
  }
  .title-page .slider-111 .text-slider {
    padding: 40px 20px;
    right: 0;
    margin-left: 0;
    width: auto;
    min-height: 0;
  }
  .title-page .slider-111 .block-body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-111 .block-title {
    font-size: 25px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-111 .slider-controls {
    margin-bottom: 24px;
  }
  .title-page .slider-111 .text_wrapper {
    padding-top: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: -193px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-49 {
    margin-top: 0;
    padding-top: 30px;
  }
  .title-page .block-50 {
    padding-top: 0.02px;
  }
  .title-page .blocklist-92 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-92 .item {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .title-page .blocklist-92 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-29 .layout_69 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 .layout_58_id_59 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-36 {
    padding-bottom: 0.02px;
  }
  .title-page .widget-34 {
    font-size: 15px;
  }
  .title-page .block-30 .layout_57 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_120 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .widget-29 {
    text-align: center;
    margin-top: 15px;
  }
  .title-page .phones-57 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-57 .cell-icon {
    display: none;
  }
  .title-page .phones-57 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-57 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .phones-57 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-57 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-57 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-69:hover, .title-page .widget-69.hover, .title-page .widget-69.active {
    background: repeating-linear-gradient(to bottom right, rgba(255, 163, 140, 0.9) 0%, rgba(255, 210, 97, 0.9) 100%) #ff6d2e;
  }
  .title-page .block-18 {
    padding-top: 30px;
  }
  .title-page .blocklist-40 .header_text {
    font-size: 30px;
    padding-bottom: 21px;
  }
  .title-page .blocklist-40 .description {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-40 .item {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .blocklist-40 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-40 .item-label {
    margin-left: -10px;
  }
  .title-page .blocklist-40 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-28 .header_text {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .title-page .reviews-28 .body {
    margin-left: 0;
  }
  .title-page .reviews-28 .bx-wrapper {
    max-width: 264px;
  }
  .title-page .reviews-28 .list {
    width: 264px;
  }
  .title-page .reviews-28 .item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .reviews-28 .text {
    font-size: 15px;
  }
  .title-page .reviews-28 .author {
    padding-left: 0;
  }
  .title-page .reviews-28 .name {
    font-size: 13px;
  }
  .title-page .block-5 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_12 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-4 {
    margin-top: 0;
  }
  .title-page .widget-68 {
    margin-top: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .title-page .block-12 .layout_18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_19 {
    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-12 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-12 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-31 {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.title-page .side-panel .widget-70 {
  padding: 20px;
  margin: 0 0 20px;
  z-index: 4;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
}
.title-page .side-panel .menu-122 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-122 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-122 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-122 .menu-scroll > ul ul {
  position: static;
  width: auto;
  margin-left: 20px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 2px solid #dbabb1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-122 .menu-scroll > ul ul > li > a {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  color: #a85c66;
  font-size: 13px;
  text-align: left;
}
.title-page .side-panel .menu-122 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-122 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-122 .menu-scroll > ul ul > li > a.active {
  color: #573157;
}
.title-page .side-panel .menu-122 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-122 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .side-panel .menu-122 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-122 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-122 .menu-scroll > ul > li.menu-item > a.active {
  color: #a85c66;
}