@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #e7e7e7;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 {
  padding: 0.02px 55px;
  margin: -133px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 10;
  text-align: left;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-10 {
  padding: 0.02px 0 90px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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-12 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-22 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-22 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-22 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large:hover, .title-page .popover-wrap-22 .popover-body .s3_button_large.hover, .title-page .popover-wrap-22 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-22 .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-22 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-22 .popover-close:hover, .title-page .popover-wrap-22 .popover-close.hover, .title-page .popover-wrap-22 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-22 .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-22 .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-22 .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-22 .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-22 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-22 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-22 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-22 .header_text {
  border: none;
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  margin-bottom: 0;
}
.title-page .blocklist-22 .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-22 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto Condensed, sans-serif;
  color: #636363;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-22 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-22 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 .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-22 .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-22 .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-22 .item {
  padding: 25px;
  margin: 5px;
  border: none;
  position: relative;
  width: 640px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  background: url("../images/ser_bg_left.png@1562908227969") left 0px top calc(50% + 22px) / 9px no-repeat, url("../images/ser_bg_right.png@1562908204563") right 0px top calc(50% + 22px) / 9px no-repeat #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-22 .item:hover, .title-page .blocklist-22 .item.hover, .title-page .blocklist-22 .item.active {
  background: url("../images/ser_bg_left.png@1562908227969") left 0px top calc(50% + 22px) / 9px no-repeat, url("../images/ser_bg_right.png@1562908204563") right 0px top calc(50% + 22px) / 9px no-repeat #e7e7e7;
}
.title-page .blocklist-22 .text {
  padding: 0.02px 0;
  border: none;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 49px;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-22 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-22 .image {
  margin: 0 auto 25px;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 130px;
  width: 130px;
  left: 0;
  right: 0;
  float: none;
  max-width: 100%;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-22 .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-22 .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-22 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 90px;
  height: 130px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 14px 11px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 14px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 14px 11px rgba(0, 0, 0, 0.22);
}
.title-page .blocklist-22 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .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-22 .title {
  padding: 0.02px 0 18px;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #242424;
  line-height: 1;
  text-decoration: none;
  font-size: 17px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzMyMTc2OSI+CiA8ZGVmcyBpZD0iZGVmcy0yIj4KICAKIDwvZGVmcz4KIDxnIGlkPSJTbG95X3gwMDIwXzEiPgogIDxtZXRhZGF0YSBpZD0iQ29yZWxDb3JwSURfMENvcmVsLUxheWVyIi8+CiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik00LjQ0IDBjMi40NiwwIDQuNDUsMS45OSA0LjQ1LDQuNDQgMCwyLjQ2IC0xLjk5LDQuNDUgLTQuNDUsNC40NSAtMi40NSwwIC00LjQ0LC0xLjk5IC00LjQ0LC00LjQ1IDAsLTIuNDUgMS45OSwtNC40NCA0LjQ0LC00LjQ0em0yNy41NSAwYzIuNDUsMCA0LjQ0LDEuOTkgNC40NCw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ0LDQuNDUgLTIuNDYsMCAtNC40NSwtMS45OSAtNC40NSwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NSwtNC40NHptLTEzLjc4IDBjMi40NiwwIDQuNDUsMS45OSA0LjQ1LDQuNDQgMCwyLjQ2IC0xLjk5LDQuNDUgLTQuNDUsNC40NSAtMi40NSwwIC00LjQ0LC0xLjk5IC00LjQ0LC00LjQ1IDAsLTIuNDUgMS45OSwtNC40NCA0LjQ0LC00LjQ0eiIgZmlsbD0iIzMyMTc2OSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC01IiB0eXBlPSJzb2xpZENvbG9yIi8+CiA8L2c+Cjwvc3ZnPg==") left 50% bottom 0px / 18px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .blocklist-22 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-22 .price {
  border: none;
  box-sizing: border-box;
  margin-bottom: 23px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-22 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-22 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: rgba(48, 48, 48, 0.9);
  text-decoration: none;
  font-size: 15px;
  margin-right: 5px;
}
.title-page .blocklist-22 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-22 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: rgba(48, 48, 48, 0.9);
  text-decoration: none;
  font-size: 15px;
  margin-left: 5px;
  -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;
}
.title-page .blocklist-22 .more {
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-22 .more > a {
  padding: 9px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 11px 17px rgba(255, 126, 0, 0.43);
  -moz-box-shadow: 0px 11px 17px rgba(255, 126, 0, 0.43);
  box-shadow: 0px 11px 17px rgba(255, 126, 0, 0.43);
  font-weight: normal;
  min-height: 50px;
  width: 200tpx;
  margin-right: auto;
  margin-left: auto;
}
.title-page .blocklist-22 .more > a:hover, .title-page .blocklist-22 .more > a.hover, .title-page .blocklist-22 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-box-shadow: 0px 11px 36px rgba(255, 126, 0, 0.57);
  -moz-box-shadow: 0px 11px 36px rgba(255, 126, 0, 0.57);
  box-shadow: 0px 11px 36px rgba(255, 126, 0, 0.57);
}
.title-page .blocklist-22 .more > a:active, .title-page .blocklist-22 .more > a.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .blocklist-22 .bx-wrapper {
  max-width: 1170px;
}
.title-page .blocklist-22 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-22 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-22 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-22 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-22 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 .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-22 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-22 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-22 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-22 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-22 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 .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-22 .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-22 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-22 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-22 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-22 .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-22 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .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-22 .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-22 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .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-22 .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-22 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-22 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-22 .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-22 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-22 .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-22 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-15 {
  margin: 0;
  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-top: 55px;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-27 .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-27 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-27 .popover-close:hover, .title-page .popover-wrap-27 .popover-close.hover, .title-page .popover-wrap-27 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-27 .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-27 .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-27 .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-27 .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-27 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-27 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-27 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-27 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .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-27 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-27 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-27 .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-27 .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-27 .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-27 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-27 .item {
  margin: 10px 15px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-27 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-27 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-27 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 21px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-27 .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-27 .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-27 .img-convert {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  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;
}
.title-page .blocklist-27 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .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-27 .title {
  border: none;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #262626;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  padding-top: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgCiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciI+PC9tZXRhZGF0YT4KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTQuNDQgMGMyLjQ2LDAgNC40NSwxLjk5IDQuNDUsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NSw0LjQ1IC0yLjQ1LDAgLTQuNDQsLTEuOTkgLTQuNDQsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDQsLTQuNDR6bTI3LjU1IDBjMi40NSwwIDQuNDQsMS45OSA0LjQ0LDQuNDQgMCwyLjQ2IC0xLjk5LDQuNDUgLTQuNDQsNC40NSAtMi40NiwwIC00LjQ1LC0xLjk5IC00LjQ1LC00LjQ1IDAsLTIuNDUgMS45OSwtNC40NCA0LjQ1LC00LjQ0em0tMTMuNzggMGMyLjQ2LDAgNC40NSwxLjk5IDQuNDUsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NSw0LjQ1IC0yLjQ1LDAgLTQuNDQsLTEuOTkgLTQuNDQsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDQsLTQuNDR6IiBmaWxsPSIjMzIxNzY5IiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KIDwvZz4KPC9zdmc+") left 50% top 0px / 26px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-27 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-27 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-27 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-27 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-27 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-27 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-27 .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-27 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-27 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-27 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-27 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-27 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-27 .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-27 .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-27 .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-27 .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-27 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-27 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-27 .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-27 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-27 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-27 .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-27 .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-27 .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-27 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-27 .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-27 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-27 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-27 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-27 .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-27 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .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-27 .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-27 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .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-27 .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-27 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-27 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-27 .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-27 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-27 .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-27 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 900px;
  max-width: 100%;
  background: #e7e7e7;
  z-index: 9;
  text-align: center;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.title-page .block-14 {
  margin: -836px 0 600px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-left: 55px;
  padding-right: 55px;
}
.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_18 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_10_id_8 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-5 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .block-8 .layout_16 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 .layout_17 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 {
  margin: 27px 0 auto 35px;
  position: relative;
  top: 0;
  left: 0;
  width: 444px;
  min-height: 0;
  z-index: 3;
  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;
}
.title-page .widget-9 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .address-16 p:first-child {
  margin-top: 0;
}
.title-page .address-16 p:last-child {
  margin-bottom: 0;
}
.title-page .address-16 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-16 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-16 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 25px;
  background: url("../images/address.png") left 50% top 50% / 14px no-repeat;
  margin-right: 15px;
  min-height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-16 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-16 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-16 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-16 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 300;
}
.title-page .address-16 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-16 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-10 {
  margin: 0 0 auto 44px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-17 p:first-child {
  margin-top: 0;
}
.title-page .phones-17 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-17 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-17 .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-17 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 25px;
  background: url("../images/phone.png") left 50% top 50% / 16px no-repeat;
  margin-right: 15px;
  min-height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-17 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-17 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-17 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-17 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 300;
}
.title-page .phones-17 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-17 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-17 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-7 .layout_9 {
  -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-7 .layout_11 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 {
  margin: 46px 0 0;
  border: none;
  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;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-6 {
  margin: 35px 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 180px;
  min-height: 59px;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: none, none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff7e00;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff7e00;
  box-shadow: inset 0px 0px 0px 2px #ff7e00;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2px;
}
.title-page .widget-6:hover, .title-page .widget-6.hover, .title-page .widget-6.active {
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widget-6:active, .title-page .widget-6.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-11 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-11 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-11 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-11 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-11 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_button_large:hover, .title-page .popover-wrap-11 .popover-body .s3_button_large.hover, .title-page .popover-wrap-11 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-11 .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-11 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-11 .popover-close:hover, .title-page .popover-wrap-11 .popover-close.hover, .title-page .popover-wrap-11 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-11 .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-11 .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-11 .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-11 .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-11 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-11 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-11 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-11 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-11 .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-11 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-11 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-11 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-11 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-11 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-11 .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-11 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-11 .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-11 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-11 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-11 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-5 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-9 .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-9 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-9 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-9 .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-9 .menu-scroll > ul > li.delimiter {
  margin: auto 1px 27px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0px solid #fff;
  align-self: flex-end;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: 176;
}
.title-page .menu-9 .menu-scroll > ul ul {
  padding: 15px;
  margin: 5px 0 0 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 220px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .menu-9 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a {
  padding: 9px 10px;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #242424;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #ff7e00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a .has-child-icon {
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 13px;
  min-height: 12px;
  background: url("../images/menu_ar.png@1563358151892") left 50% top 50% / auto auto no-repeat #ff7e00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .menu-9 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-9 .menu-scroll > ul ul > li.delimiter {
  border: none;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(0, 0, 0, 0.08);
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a {
  padding: 55px 10px 25px;
  margin: 0 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: #fff;
  font-size: 17px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 176;
  position: relative;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  min-height: 75px;
  align-self: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px #ff7e00;
  -moz-box-shadow: inset 0px 3px 0px 0px #ff7e00;
  box-shadow: inset 0px 3px 0px 0px #ff7e00;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  border: none;
  position: absolute;
  top: auto;
  right: 0;
  margin-top: 0;
  margin-right: 10px;
  width: 12px;
  min-height: 12px;
  background: url("../images/menu_ar.png") left 50% top 50% / auto auto no-repeat;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  align-self: auto;
  bottom: 0;
  margin-bottom: 27px;
  padding-bottom: 0.02px;
}
.title-page .menu-9 .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-9 .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-9 .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-9 .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-9 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 38px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/more.png") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  min-height: 59px;
  width: 59px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  align-self: auto;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-9 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-9 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-4 .layout_5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_8_id_6 {
  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-4 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
}
.title-page .widget-4 {
  margin: 7px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Open Sans, sans-serif;
  text-align: left;
  font-size: 18px;
  color: #f0f0f0;
  text-decoration: none;
  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;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-6 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-6 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-6 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-6 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 43px;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-weight: 600;
}
.title-page .site-name-6 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-2 {
  margin: 0 25px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 85px;
  min-height: 85px;
  font-size: 25px;
}
.title-page .site-name-5 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-5 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-5 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-5 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .site-name-5 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-11 {
  margin: -1px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  height: 0;
  min-height: 900px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, repeating-linear-gradient(to top, #221340 0%, rgba(50, 23, 105, 0.87) 100%);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-11:hover, .title-page .widget-11.hover, .title-page .widget-11.active {
  border: none;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-19 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-19 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-19 .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-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-19 .popover-close:hover, .title-page .popover-wrap-19 .popover-close.hover, .title-page .popover-wrap-19 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-19 .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-19 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-19 .text-slider {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: center;
  right: 0;
  bottom: 0;
  width: auto;
  padding-top: 407px;
  background: url("../images/slider_bg.png") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-19 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-19 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: 300;
  width: 850px;
  margin-top: 14px;
}
.title-page .slider-19 .block-more {
  box-sizing: border-box;
  text-align: center;
  margin-top: 35px;
}
.title-page .slider-19 .block-more > a {
  padding: 20px 35px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: 300;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 13px 35px rgba(255, 126, 0, 0.38);
  -moz-box-shadow: 0px 13px 35px rgba(255, 126, 0, 0.38);
  box-shadow: 0px 13px 35px rgba(255, 126, 0, 0.38);
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-19 .block-more > a:hover, .title-page .slider-19 .block-more > a.hover, .title-page .slider-19 .block-more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-box-shadow: 0px 13px 45px rgba(255, 126, 0, 0.51);
  -moz-box-shadow: 0px 13px 45px rgba(255, 126, 0, 0.51);
  box-shadow: 0px 13px 45px rgba(255, 126, 0, 0.51);
}
.title-page .slider-19 .block-more > a:active, .title-page .slider-19 .block-more > a.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .slider-19 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 45px;
  font-weight: 800;
  width: 850px;
}
.title-page .slider-19 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-19 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: 38px;
  text-align: justify;
  width: 960px;
  margin-left: -480px;
}
.title-page .slider-19 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/ar_left.png@1562905913874") left 50% top 50% / auto auto no-repeat transparent;
  min-height: 45px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .slider-19 .slider-prev:hover, .title-page .slider-19 .slider-prev.hover, .title-page .slider-19 .slider-prev.active {
  background: url("../images/ar_left.png@1562905913874") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .slider-19 .slider-prev:active, .title-page .slider-19 .slider-prev.active {
  background: url("../images/ar_left.png@1562905913874") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .slider-19 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/ar_right.png@1562905913911") left 50% top 50% / auto auto no-repeat transparent;
  text-align: left;
  min-height: 45px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .slider-19 .slider-next:hover, .title-page .slider-19 .slider-next.hover, .title-page .slider-19 .slider-next.active {
  background: url("../images/ar_right.png@1562905913911") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .slider-19 .slider-next:active, .title-page .slider-19 .slider-next.active {
  background: url("../images/ar_right.png@1562905913911") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .slider-19 .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-19 .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-19 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  top: 0;
  margin-top: 361px;
  padding-top: 0.02px;
}
.title-page .slider-19 .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-19 .slider-pager {
  box-sizing: border-box;
  text-align: left;
}
.title-page .slider-19 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  min-height: 10px;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0 0 0 transparent;
}
.title-page .slider-19 .slider-pager > a:hover, .title-page .slider-19 .slider-pager > a.hover, .title-page .slider-19 .slider-pager > a.active {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0px 0px 19px rgba(255, 255, 255, 0.57);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0px 0px 19px rgba(255, 255, 255, 0.57);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0px 0px 19px rgba(255, 255, 255, 0.57);
}
.title-page .slider-19 .slider-pager > a:active, .title-page .slider-19 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-19 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-19 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-19 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-19 .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-19 .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-19 .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-19 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-19 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-19 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-19 .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-19 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-19 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-19 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-19 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-19 .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-19 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-19 .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-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .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-19 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 {
  margin: -84px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: transparent;
  z-index: 8;
  text-align: left;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 55px;
  padding-right: 55px;
}
.title-page .block-16 {
  padding: 75px 70px 75px 270px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  background: url("../images/online_pic.svg") left 35px top 50% / 192px no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
}
.title-page .form-31 .form__header {
  box-sizing: border-box;
  font-size: 37px;
  margin-bottom: 4px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.title-page .form-31 .form__text {
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-31 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-31 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-31 .form__body {
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-31 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-31 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-31 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-31 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-31 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
}
.title-page .form-31 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-31 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-31 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-31 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-31 .form-text input {
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  background: #ebebeb;
  width: 100%;
  min-width: 100px;
  min-height: 75px;
  outline: none;
  -webkit-appearance: none;
  resize: vertical;
  display: block;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 75px;
}
.title-page .form-31 .form-textarea textarea {
  padding: 25px;
  border: none;
  box-sizing: border-box;
  background: #ebebeb;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 75px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 75px;
}
.title-page .form-31 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-31 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-31 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-31 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-31 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-31 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Arial;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 75px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .form-31 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-31 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-31 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-31 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-31 .form-submit {
  box-sizing: border-box;
  text-align: left;
}
.title-page .form-31 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-31 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-31 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  min-height: 75px;
  width: 210px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.title-page .form-31 .form-submit button:hover, .title-page .form-31 .form-submit button.hover, .title-page .form-31 .form-submit button.active {
  background: #fff;
  color: #3d3d3d;
}
.title-page .form-31 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-31 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-31 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-31 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #ebebeb;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  resize: vertical;
  display: block;
  font-family: Open Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .form-31 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-31 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-31 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  min-height: 75px;
  width: 210px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.title-page .form-31 .form-captcha button:hover, .title-page .form-31 .form-captcha button.hover, .title-page .form-31 .form-captcha button.active {
  background: #fff;
  color: #3d3d3d;
}
.title-page .form-31 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-31 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-31 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-31 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-31 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-31 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
}
.title-page .form-31 .form-checkbox .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.title-page .form-31 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-31 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-31 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-31 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-31 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
}
.title-page .form-31 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-html .form-item__body {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.title-page .form-31 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-31 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #ebebeb;
  width: 100%;
  min-height: 75px;
  outline: none;
  -webkit-appearance: none;
  font-family: Arial;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 75px;
}
.title-page .form-31 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-31 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 75px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 75px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .form-31 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-31 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-31 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-31 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-31 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-31 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .form-31 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-31 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-31 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-31 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-31 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-31 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-31 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/54680685_2.jpg") left 50% top 50% / auto auto no-repeat;
  max-width: 100%;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-11 {
  padding: 120px 55px 150px;
  margin: 0;
  position: relative;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/slider_bg_top.png@1562828672888") left 50% top 0px / 1056px no-repeat rgba(50, 23, 105, 0.95);
  z-index: 1;
  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;
}
.title-page .block-12 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-14 {
  margin: 0;
  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;
}
.title-page .popover-wrap-26 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-26 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-26 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large:hover, .title-page .popover-wrap-26 .popover-body .s3_button_large.hover, .title-page .popover-wrap-26 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-26 .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-26 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-26 .popover-close:hover, .title-page .popover-wrap-26 .popover-close.hover, .title-page .popover-wrap-26 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-26 .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-26 .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-26 .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-26 .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-26 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-26 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-26 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-26 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.title-page .blocklist-26 .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-26 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 38px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.81);
  text-decoration: none;
  font-size: 25px;
  font-weight: 300;
}
.title-page .blocklist-26 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-26 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .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-26 .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-26 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-26 .item {
  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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  padding-left: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-right: 25px;
}
.title-page .blocklist-26 .text {
  border: none;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  padding-top: 18px;
  margin-top: 15px;
  background: url("../images/dot_lines.svg@1562839506339") left 50% top 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-26 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-26 .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;
}
.title-page .blocklist-26 .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-26 .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-26 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-26 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .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-26 .title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #ff7e00;
  text-decoration: none;
  font-size: 59px;
}
.title-page .blocklist-26 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-26 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-26 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-26 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-26 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-26 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-26 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-26 .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-26 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-26 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-26 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-26 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-26 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .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-26 .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-26 .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-26 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-26 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-26 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .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-26 .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-26 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-26 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-26 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-26 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-26 .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-26 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .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-26 .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-26 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .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-26 .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-26 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-26 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-26 .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-26 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-26 .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-26 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-26 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-26 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 350px;
  background: transparent;
  z-index: 6;
  text-align: left;
  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;
  padding-top: 0.02px;
  padding-left: 55px;
  padding-right: 55px;
}
.title-page .block-18 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  padding-bottom: 90px;
  padding-top: 90px;
}
.title-page .blocklist-35 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-35 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-35 .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: 15px;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-35 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #292929;
  text-decoration: none;
  font-weight: 800;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-35 .all-in_header {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-35 .all-in_header:hover, .title-page .blocklist-35 .all-in_header.hover, .title-page .blocklist-35 .all-in_header.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-35 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #575757;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  margin-top: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-35 .body {
  margin: 0 -15px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-35 .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-35 .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-35 .bx-wrapper {
  max-width: 1200px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-35 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-35 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1200px;
}
.title-page .blocklist-35 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-35 .item {
  margin: 60px 15px 30px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-35 .image {
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-35 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .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-35 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 470px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-35 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .image-inner {
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  background: url("../images/ser_bg_right.png@1562908204563") right -1px top 50% / 10px no-repeat, url("../images/ser_bg_left.png@1562908227969") left -1px top 50% / 10px no-repeat, repeating-linear-gradient(to bottom, rgba(0, 196, 244, 0) 0%, rgba(255, 255, 255, 0) 45.6%, #221340 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .blocklist-35 .image-inner:hover, .title-page .blocklist-35 .image-inner.hover, .title-page .blocklist-35 .image-inner.active {
  background: url("../images/ser_bg_right.png@1562908204563") right -1px top 50% / 10px no-repeat, url("../images/ser_bg_left.png@1562908227969") left -1px top 50% / 10px no-repeat, repeating-linear-gradient(to bottom, rgba(50, 23, 105, 0.81) 0%, rgba(34, 19, 64, 0.81) 100%);
}
.title-page .blocklist-35 .text {
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #ff7e00;
  text-decoration: none;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-35 .title {
  border: none;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  padding-left: 0;
  padding-right: 0;
  margin-top: auto;
  padding-bottom: 18px;
  background: url("../images/dot_lines.svg@1562839506339") left 50% bottom 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-35 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-35 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-35 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-35 .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;
  cursor: pointer;
}
.title-page .blocklist-35 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-35 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-35 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-35 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .all {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-35 .all:hover, .title-page .blocklist-35 .all.hover, .title-page .blocklist-35 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-35 .controls {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 30px;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 331px;
}
.title-page .blocklist-35 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: none, url("../images/ar_left.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 11px 13px 5px rgba(255, 126, 0, 0.25);
  -moz-box-shadow: 0px 11px 13px 5px rgba(255, 126, 0, 0.25);
  box-shadow: 0px 11px 13px 5px rgba(255, 126, 0, 0.25);
}
.title-page .blocklist-35 .prev:hover, .title-page .blocklist-35 .prev.hover, .title-page .blocklist-35 .prev.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url("../images/ar_left.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-box-shadow: 0px 11px 17px 5px rgba(255, 126, 0, 0.45);
  -moz-box-shadow: 0px 11px 17px 5px rgba(255, 126, 0, 0.45);
  box-shadow: 0px 11px 17px 5px rgba(255, 126, 0, 0.45);
}
.title-page .blocklist-35 .prev:active, .title-page .blocklist-35 .prev.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/ar_left.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .blocklist-35 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: none, url("../images/ar_right.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-right: -27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 11px 13px 5px rgba(255, 126, 0, 0.25);
  -moz-box-shadow: 0px 11px 13px 5px rgba(255, 126, 0, 0.25);
  box-shadow: 0px 11px 13px 5px rgba(255, 126, 0, 0.25);
}
.title-page .blocklist-35 .next:hover, .title-page .blocklist-35 .next.hover, .title-page .blocklist-35 .next.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url("../images/ar_right.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-box-shadow: 0px 11px 17px 5px rgba(255, 126, 0, 0.45);
  -moz-box-shadow: 0px 11px 17px 5px rgba(255, 126, 0, 0.45);
  box-shadow: 0px 11px 17px 5px rgba(255, 126, 0, 0.45);
}
.title-page .blocklist-35 .next:active, .title-page .blocklist-35 .next.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/ar_right.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .blocklist-35 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-35 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-35 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-35 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-35 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large:hover, .title-page .popover-wrap-35 .popover-body .s3_button_large.hover, .title-page .popover-wrap-35 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-35 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-35 .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-35 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-35 .popover-close:hover, .title-page .popover-wrap-35 .popover-close.hover, .title-page .popover-wrap-35 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-35 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-35 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .bx-auto_controls {
  margin: auto auto 49px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 0;
}
.title-page .blocklist-35 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .bx-pager {
  margin: 0 auto 8px;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .blocklist-35 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-35 .bx-pager a:hover, .title-page .blocklist-35 .bx-pager a.hover, .title-page .blocklist-35 .bx-pager a.active {
  background: #ff7e00;
}
.title-page .blocklist-35 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-35 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .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-35 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-35 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .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-35 .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-35 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .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-35 .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-35 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-35 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-35 .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-35 .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-35 .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-35 .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-35 .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 .popover-wrap-35 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-19 {
  padding: 0.02px 55px 35px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: transparent;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-20 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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-18 {
  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;
  padding-top: 0.02px;
  padding-bottom: 65px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-38 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-38 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-38 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-38 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_button_large:hover, .title-page .popover-wrap-38 .popover-body .s3_button_large.hover, .title-page .popover-wrap-38 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-38 .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-38 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-38 .popover-close:hover, .title-page .popover-wrap-38 .popover-close.hover, .title-page .popover-wrap-38 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .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-38 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-38 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-38 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 35px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .blocklist-38 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #292929;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
}
.title-page .blocklist-38 .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-38 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .body-outer {
  padding: 0.02px 10px 1px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-38 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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-38 .bx-wrapper {
  max-width: 1170px;
}
.title-page .blocklist-38 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-38 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1170px;
}
.title-page .blocklist-38 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 16.66%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-38 .item {
  padding: 10px;
  margin: 15px 5px;
  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%;
  background: #fff;
  align-self: auto;
  -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-38 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-38 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-38 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-38 .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-38 .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-38 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 240px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-38 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .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-38 .title {
  font-weight: 300;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
}
.title-page .blocklist-38 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-38 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-38 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-38 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-38 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-38 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-38 .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-38 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-38 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-38 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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;
  text-align: justify;
}
.title-page .blocklist-38 .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-38 .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-38 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-38 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-38 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-38 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-38 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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-38 .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-38 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-38 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-38 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-38 .bx-pager a:hover, .title-page .blocklist-38 .bx-pager a.hover, .title-page .blocklist-38 .bx-pager a.active {
  background: #ff7e00;
}
.title-page .blocklist-38 .bx-pager a:active, .title-page .blocklist-38 .bx-pager a.active {
  -webkit-box-shadow: 0px 0px 0px 3px #e3e3e3;
  -moz-box-shadow: 0px 0px 0px 3px #e3e3e3;
  box-shadow: 0px 0px 0px 3px #e3e3e3;
}
.title-page .popover-container-38 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-38 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-38 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-38 .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-38 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-38 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-38 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-38 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-38 .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-38 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-38 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-38 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-38 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-38 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-38 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-38 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-21 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/slider_bg_top.png@1562845890066") left 50% top 0px / 1094px no-repeat #fff;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 126px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-22 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 55px;
  padding-left: 55px;
}
.title-page .widget-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-41 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-41 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-41 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-41 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-41 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-41 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-41 .popover-body .s3_button_large:hover, .title-page .popover-wrap-41 .popover-body .s3_button_large.hover, .title-page .popover-wrap-41 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-41 .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-41 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-41 .popover-close:hover, .title-page .popover-wrap-41 .popover-close.hover, .title-page .popover-wrap-41 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-41 .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-41 .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-41 .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-41 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-41 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-41 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-41 .header {
  border: none;
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #878787;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-41 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-align: left;
}
.title-page .editable_block-41 .title {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 59px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #292929;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-41 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 70px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 450px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-41 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-41 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-41 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 450px;
  height: 370px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .editable_block-41 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-41 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  color: #2e2e2e;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-41 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-41 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-41 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-41 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-41 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-41 .more {
  box-sizing: border-box;
  margin-top: 24px;
  pointer-events: auto;
}
.title-page .editable_block-41 .more > a {
  padding: 25px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  font-weight: 300;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .editable_block-41 .more > a:hover, .title-page .editable_block-41 .more > a.hover, .title-page .editable_block-41 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .editable_block-41 .more > a:active, .title-page .editable_block-41 .more > a.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .editable_block-41 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-41 .clear {
  clear: both;
}
.title-page .popover-container-41 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-41 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-41 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-41 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-41 .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-41 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-41 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-41 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-41 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .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-41 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-41 .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-41 .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-41 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .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-41 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-41 .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-41 .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-41 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .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-41 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-41 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .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-41 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-41 .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-41 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-41 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-41 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-41 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-41 .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-41 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-41 .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-41 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-41 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-41 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-23 {
  padding: 0.02px 55px 90px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/slider_bg.png@1562845890055") left 50% bottom 0px / auto auto no-repeat #fff;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-24 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-20 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 45px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-44 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -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: 310px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-44 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-44 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-44 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-44 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  -moz-box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  box-shadow: 0px 15px 33px rgba(255, 126, 0, 0.34);
  font-size: 18px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 55px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_button_large:hover, .title-page .popover-wrap-44 .popover-body .s3_button_large.hover, .title-page .popover-wrap-44 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-44 .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-44 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #221340;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-44 .popover-close:hover, .title-page .popover-wrap-44 .popover-close.hover, .title-page .popover-wrap-44 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .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-44 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-44 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-44 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 31px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  min-height: 0;
}
.title-page .blocklist-44 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #2b2b2b;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-44 .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-44 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-44 .body-outer {
  padding: 0.02px 0 1px;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-44 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-44 .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-44 .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-44 .bx-wrapper {
  max-width: 1182px;
}
.title-page .blocklist-44 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-44 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1180px;
}
.title-page .blocklist-44 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 16.66%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-44 .item {
  padding: 15px;
  margin: 15px 5px;
  border: none;
  position: relative;
  width: 182px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: #f2f2f2;
  align-self: auto;
  -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-44 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-44 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-44 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.22);
}
.title-page .blocklist-44 .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-44 .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-44 .img-convert {
  box-sizing: border-box;
  width: px;
  height: 152px;
  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: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .blocklist-44 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-44 .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-44 .title {
  font-weight: 300;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
}
.title-page .blocklist-44 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-44 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-44 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-44 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-44 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-44 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-44 .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-44 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-44 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-44 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-44 .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-44 .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;
  text-align: justify;
}
.title-page .blocklist-44 .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-44 .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-44 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-44 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-44 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-44 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-44 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-44 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-44 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-44 .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-44 .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-44 .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-44 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-44 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-44 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-44 .bx-pager a:hover, .title-page .blocklist-44 .bx-pager a.hover, .title-page .blocklist-44 .bx-pager a.active {
  background: #ff7e00;
}
.title-page .popover-container-44 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-44 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-44 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-44 .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-44 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .popover-wrap-44 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
}
.title-page .popover-wrap-44 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-44 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-44 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-44 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #1c1c1c;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
}
.title-page .popover-wrap-44 .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-44 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-44 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-44 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-44 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-44 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-44 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-44 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-25 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 25px;
  padding-left: 55px;
  padding-right: 55px;
}
.title-page .block-26 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widget-21 {
  padding: 90px 0 70px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .reviews-47 p:first-child {
  margin-top: 0;
}
.title-page .reviews-47 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-47 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 5px;
  text-align: center;
}
.title-page .reviews-47 .header_text {
  box-sizing: border-box;
  font-size: 45px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #2b2b2b;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
}
.title-page .reviews-47 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  color: rgba(43, 43, 43, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 17px;
  margin-top: 1px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-47 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-47 .body {
  margin: 0 -25px;
  box-sizing: border-box;
}
.title-page .reviews-47 .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-47 .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-47 .bx-wrapper {
  max-width: 1220px;
}
.title-page .reviews-47 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-47 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1220px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-47 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-47 .item {
  padding: 0.02px 45px 45px;
  margin: 90px 25px 22px;
  border: 0px solid #000;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: url("../images/slider_bg_top.png@1562905913908") left 50% top 0px / 326px no-repeat, url("../images/ser_bg_left.png@1562908227969") left 0px top 50% / 8px no-repeat, url("../images/ser_bg_right.png@1562908204563") right 0px top 50% / 8px no-repeat #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  align-self: auto;
}
.title-page .reviews-47 .image {
  padding: 15px;
  margin: -72px auto 5px;
  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;
  background: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: none;
  width: 150px;
  min-height: 150px;
}
.title-page .reviews-47 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  -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-box-shadow: 0px 14px 14px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 14px 14px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 14px 14px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .reviews-47 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-47 .text {
  padding: 0.02px 0;
  border: none;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #2b2b2b;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 0;
  margin-top: 22px;
}
.title-page .reviews-47 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-47 .author {
  padding: 0.02px 0;
  margin: 20px 0 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  color: #4095bf;
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .reviews-47 .name {
  padding: 0.02px 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #ff7e00;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-47 .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;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-47 .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-47 .footer {
  text-align: center;
  box-sizing: border-box;
}
.title-page .reviews-47 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.title-page .reviews-47 .controls {
  margin: 30px 0 0 -55.5px;
  z-index: 1;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-align: justify;
  bottom: 0;
  width: auto;
}
.title-page .reviews-47 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: none, url("../images/ar_left.png@1562904268857") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  box-sizing: border-box;
  min-height: 55px;
  -webkit-border-radius: 15px 0px 0px 15px;
  -moz-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
  margin-left: 0;
}
.title-page .reviews-47 .prev:hover, .title-page .reviews-47 .prev.hover, .title-page .reviews-47 .prev.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url("../images/ar_left.png@1562904268857") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .reviews-47 .prev:active, .title-page .reviews-47 .prev.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/ar_left.png@1562904268857") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .reviews-47 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: none, url("../images/ar_right.png@1562904268890") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 0px 15px 15px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
  margin-left: 1px;
  margin-right: 0;
}
.title-page .reviews-47 .next:hover, .title-page .reviews-47 .next.hover, .title-page .reviews-47 .next.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url("../images/ar_right.png@1562904268890") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .reviews-47 .next:active, .title-page .reviews-47 .next.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/ar_right.png@1562904268890") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .reviews-47 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-47 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-47 .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-47 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-47 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-47 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-47 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-47 .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-47 .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-47 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-47 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-47 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-47 .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;
}
.title-page .reviews-47 .bx-pager a:active, .title-page .reviews-47 .bx-pager a.active {
  background: #bbb;
}
.title-page .block-27 .layout_center_48_id_62_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-27 {
  padding: 60px 55px 70px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/slider_bg_top.png@1562905913908") left 50% top 0px / 1229px no-repeat #1e1333;
  z-index: 1;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .widget-29 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: 75px;
  min-height: 75px;
  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: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  border-top: 0px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.title-page .widget-29:hover, .title-page .widget-29.hover, .title-page .widget-29.active {
  background: rgba(255, 255, 255, 0.15);
  border-right: 0px solid rgba(255, 255, 255, 0.15);
  border-bottom: 0px solid rgba(255, 255, 255, 0.15);
  border-left: 0px solid rgba(255, 255, 255, 0.15);
}
.title-page .up-62 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/up_ar.png") left 50% top 50% / auto auto no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-62 .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 .block-28 .layout_50 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 .layout_51 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 .layout_54 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 {
  margin: 35px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  max-width: 100%;
}
.title-page .widget-22 {
  margin: 0 0 auto 25px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 270px;
}
.title-page .form-50 .form__header {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 17px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgCiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPgogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNC40NCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHptMjcuNTUgMGMyLjQ1LDAgNC40NCwxLjk5IDQuNDQsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NCw0LjQ1IC0yLjQ2LDAgLTQuNDUsLTEuOTkgLTQuNDUsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDUsLTQuNDR6bS0xMy43OCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHoiIGZpbGw9IiNmZjdlMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNSIgdHlwZT0ic29saWRDb2xvciIvPgogPC9nPgo8L3N2Zz4=") left 50% bottom 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-50 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .form-50 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-50 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-50 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-50 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-50 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-50 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .form-50 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-50 .form-text {
  box-sizing: border-box;
  text-align: center;
}
.title-page .form-50 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.title-page .form-50 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-50 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-50 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-50 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-50 .form-text input {
  padding: 2px 4px 2px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  background: #e7e7e7;
  width: 100%;
  min-width: 100px;
  min-height: 45px;
  outline: none;
  font-family: Open Sans, sans-serif;
  color: #262626;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 45px;
  margin-bottom: 15px;
  -webkit-appearance: none;
}
.title-page .form-50 .form-textarea textarea {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  background: #e7e7e7;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  font-family: Open Sans, sans-serif;
  color: #262626;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-appearance: none;
}
.title-page .form-50 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-50 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-50 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-50 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-50 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-50 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Open Sans, sans-serif;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  min-height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .form-50 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.title-page .form-50 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-50 .form-textarea {
  box-sizing: border-box;
  text-align: center;
}
.title-page .form-50 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-50 .form-submit {
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .form-50 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-50 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-50 .form-submit button {
  padding: 10px 15px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  outline: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: normal;
  -webkit-appearance: none;
  min-height: 45px;
}
.title-page .form-50 .form-submit button:hover, .title-page .form-50 .form-submit button.hover, .title-page .form-50 .form-submit button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .form-50 .form-submit button:active, .title-page .form-50 .form-submit button.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .form-50 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-50 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-50 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-50 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  background: #e7e7e7;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  font-family: Open Sans, sans-serif;
  color: #262626;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-appearance: none;
}
.title-page .form-50 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-50 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-50 .form-captcha button {
  padding: 10px 15px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  outline: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: normal;
  -webkit-appearance: none;
  min-height: 45px;
}
.title-page .form-50 .form-captcha button:hover, .title-page .form-50 .form-captcha button.hover, .title-page .form-50 .form-captcha button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .form-50 .form-captcha button:active, .title-page .form-50 .form-captcha button.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .form-50 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-50 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-50 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-50 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-50 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-50 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-50 .form-checkbox .form-item__title {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
}
.title-page .form-50 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-50 .form-checkbox .form-item__body label.form-item__title {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-50 .form-radio {
  box-sizing: border-box;
}
.title-page .form-50 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-50 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-50 .form-radio .form-item__body label.form-item__title {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-50 .form-radio .form-item__title {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
}
.title-page .form-50 .form-select {
  box-sizing: border-box;
}
.title-page .form-50 .form-div {
  box-sizing: border-box;
}
.title-page .form-50 .form-html {
  box-sizing: border-box;
}
.title-page .form-50 .form-html .form-item__body {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-50 .form-upload {
  box-sizing: border-box;
}
.title-page .form-50 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-50 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-50 .form-calendar input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 50px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .form-50 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-50 .form-calendar_interval input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 50px;
  outline: none;
  -webkit-appearance: none;
  font-family: Arial;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 50px;
}
.title-page .form-50 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-50 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-50 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-50 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-50 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-50 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-50 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-50 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-50 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-50 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-50 ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.47);
}
.title-page .form-50 ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.47);
}
.title-page .form-50 :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.47);
}
.title-page .block-29 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-32 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 240px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-23 {
  margin: 45px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-52 p:first-child {
  margin-top: 0;
}
.title-page .address-52 p:last-child {
  margin-bottom: 0;
}
.title-page .address-52 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-52 .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-52 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-52 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-52 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-52 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 17px;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgCiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPgogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNC40NCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHptMjcuNTUgMGMyLjQ1LDAgNC40NCwxLjk5IDQuNDQsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NCw0LjQ1IC0yLjQ2LDAgLTQuNDUsLTEuOTkgLTQuNDUsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDUsLTQuNDR6bS0xMy43OCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHoiIGZpbGw9IiNmZjdlMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNSIgdHlwZT0ic29saWRDb2xvciIvPgogPC9nPgo8L3N2Zz4=") left 50% bottom 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-52 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .address-52 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-52 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-24 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-53 p:first-child {
  margin-top: 0;
}
.title-page .phones-53 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-53 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-53 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-53 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-53 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-53 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-53 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 17px;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgCiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPgogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNC40NCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHptMjcuNTUgMGMyLjQ1LDAgNC40NCwxLjk5IDQuNDQsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NCw0LjQ1IC0yLjQ2LDAgLTQuNDUsLTEuOTkgLTQuNDUsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDUsLTQuNDR6bS0xMy43OCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHoiIGZpbGw9IiNmZjdlMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNSIgdHlwZT0ic29saWRDb2xvciIvPgogPC9nPgo8L3N2Zz4=") left 50% bottom 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-53 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-53 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-53 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-53 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-30 {
  margin: 0 25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 270px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  text-indent: 0;
  text-decoration: none;
  padding-top: 0.02px;
  padding-right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-25 {
  margin: 36px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-26 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  width: auto;
  font-weight: normal;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgCiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPgogIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNNC40NCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHptMjcuNTUgMGMyLjQ1LDAgNC40NCwxLjk5IDQuNDQsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NCw0LjQ1IC0yLjQ2LDAgLTQuNDUsLTEuOTkgLTQuNDUsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDUsLTQuNDR6bS0xMy43OCAwYzIuNDYsMCA0LjQ1LDEuOTkgNC40NSw0LjQ0IDAsMi40NiAtMS45OSw0LjQ1IC00LjQ1LDQuNDUgLTIuNDUsMCAtNC40NCwtMS45OSAtNC40NCwtNC40NSAwLC0yLjQ1IDEuOTksLTQuNDQgNC40NCwtNC40NHoiIGZpbGw9IiNmZjdlMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNSIgdHlwZT0ic29saWRDb2xvciIvPgogPC9nPgo8L3N2Zz4=") left 50% bottom 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.title-page .text-2 {
  margin: 17px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 53px;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
  right: 0;
}
.title-page .block-31 .layout_59 {
  -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-31 .layout_60 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 {
  padding: 10px 25px;
  margin: 59px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  background: none;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  max-width: 100%;
}
.title-page .widget-27 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-59 .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-59 .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-59 .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-59 .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-59 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-59 .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-59 .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-59 .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-59 .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-59 .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: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 45px;
}
.title-page .menu-59 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-59 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-59 .menu-scroll > ul > li.menu-item > a.active {
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .menu-59 .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-59 .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-59 .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-59 .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-59 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-59 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-59 .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-59 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-59 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-59 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-59 .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-59 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-59 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-59 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-59 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .widget-28 {
  margin: 12px 0 0 25px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-align: right;
  text-decoration: none;
  width: 190px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-30 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-63 .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-63 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-63 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: left;
}
.title-page .side-panel-63 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-63 .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;
  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;
}
.title-page .side-panel-63 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.title-page .side-panel-63 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-63 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-63 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-9 {
    background: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-10 {
    padding: 50px 50px 25px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-12 {
    background: none;
    padding-bottom: 25px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-22 .header_text {
    font-size: 35px;
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-22 .description {
    margin-bottom: 23px;
    background: none;
  }
  .title-page .blocklist-22 .body-outer {
    width: auto;
  }
  .title-page .blocklist-22 .body {
    width: auto;
    margin-left: -2px;
    margin-right: -2px;
  }
  .title-page .blocklist-22 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-22 .item {
    margin: 2px;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-22 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    min-height: 30px;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .title-page .blocklist-22 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-22 .img-convert {
    background: none;
  }
  .title-page .blocklist-22 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-22 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-22 .price {
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-22 .price-inner {
    min-height: 0;
  }
  .title-page .blocklist-22 .price-currency {
    margin-left: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
    text-align: center;
    margin-right: 0;
  }
  .title-page .blocklist-22 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-22 .more > a {
    width: 180px;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .widget-15 {
    padding-top: 25px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-27 .body-outer {
    width: auto;
  }
  .title-page .blocklist-27 .body {
    width: auto;
  }
  .title-page .blocklist-27 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .image {
    margin-bottom: 0;
  }
  .title-page .blocklist-27 .title {
    font-size: 15px;
    margin-top: 11px;
  }
  .title-page .block-2 {
    min-height: 750px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-14 {
    margin-top: -677px;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .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_18 {
    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 .layout_10_id_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-5 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-8 .layout_16 {
    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-8 .layout_17 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-8 {
    width: 2284px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-9 {
    text-align: center;
    width: 2151px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
  .title-page .address-16 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-16 .cell-icon {
    display: none;
  }
  .title-page .address-16 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-16 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-7 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-7 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-7 {
    background: none;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_8_id_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-4 {
    text-align: center;
    width: 2818px;
    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-3 {
    width: 2605px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-6 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 0;
    text-align: center;
  }
  .title-page .widget-2 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-11 {
    min-height: 750px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .slider-19 .text-slider {
    padding-top: 320px;
    -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/slider_bg.png") left 50% bottom 0px / contain no-repeat;
    padding-left: 55px;
    padding-right: 55px;
  }
  .title-page .slider-19 .block-body {
    font-size: 22px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .slider-19 .block-more {
    margin-top: 15px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-19 .block-title {
    font-size: 30px;
    width: auto;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.1;
  }
  .title-page .slider-19 .slider-controls {
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .slider-19 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-19 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .block-15 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-16 {
    padding: 50px 50px 50px 205px;
    width: auto;
    background: url("../images/online_pic.svg") left 35px top 50% / 120px no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-16 {
    display: block;
  }
  .title-page .form-31 .form__header {
    font-size: 30px;
  }
  .title-page .form-31 .form__text {
    margin-bottom: 25px;
    font-size: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-31 .form-text {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-submit button {
    width: 170px;
  }
  .title-page .form-31 .form-captcha button {
    width: 170px;
  }
  .title-page .form-31 .form-checkbox {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-radio {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-select {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-div {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-html {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-upload {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-calendar {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .form-calendar_interval {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-31 .group-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .block-13 {
    margin-bottom: -30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 0.02px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-11 {
    padding: 50px 50px 116px;
    background: url("../images/slider_bg_top.png@1562828672888") left 50% top 0px / 461px no-repeat rgba(50, 23, 105, 0.95);
  }
  .title-page .block-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-14 {
    text-align: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-26 .header_text {
    font-size: 35px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-26 .description {
    font-size: 15px;
  }
  .title-page .blocklist-26 .body-outer {
    width: auto;
  }
  .title-page .blocklist-26 .body {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-26 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-26 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-26 .text {
    min-height: 45px;
  }
  .title-page .blocklist-26 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-26 .title {
    font-size: 45px;
  }
  .title-page .blocklist-26 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-17 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-18 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-17 {
    padding-bottom: 50px;
    padding-top: 50px;
    display: block;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-35 .description {
    font-size: 15px;
    margin-bottom: 34px;
  }
  .title-page .blocklist-35 .body-outer {
    width: auto;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .body {
    width: auto;
    margin-left: -2px;
    margin-right: -2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 672px;
    margin-left: auto;
  }
  .title-page .blocklist-35 .list {
    width: 672px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-35 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-35 .item {
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    min-height: 388px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-35 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-35 .img-convert {
    background: none;
  }
  .title-page .blocklist-35 .image-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .title-page .blocklist-35 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-35 .title {
    font-size: 20px;
  }
  .title-page .blocklist-35 .title:hover, .title-page .blocklist-35 .title.hover, .title-page .blocklist-35 .title.active {
    font-weight: 500;
  }
  .title-page .blocklist-35 .controls {
    margin-bottom: 287px;
  }
  .title-page .blocklist-35 .bx-auto_controls {
    margin-bottom: 0;
  }
  .title-page .block-19 {
    padding: 35px 50px 50px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-20 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-18 {
    padding-bottom: 55px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-38 .header {
    margin-bottom: 25px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-38 .header:hover, .title-page .blocklist-38 .header.hover, .title-page .blocklist-38 .header.active {
    background: url("../../../../1125602/images/header_line.png") left 50% top 0px / auto auto no-repeat;
  }
  .title-page .blocklist-38 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-38 .body-outer {
    width: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    padding-right: 0;
  }
  .title-page .blocklist-38 .body {
    width: auto;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-38 .list {
    width: 678px;
  }
  .title-page .blocklist-38 .item-outer {
    width: 25%;
  }
  .title-page .blocklist-38 .item {
    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;
    flex-basis: auto;
  }
  .title-page .blocklist-38 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-38 .img-convert {
    height: 200px;
  }
  .title-page .block-21 {
    padding: 70px 50px 50px;
    background: url("../images/slider_bg_top.png@1562845890066") left 50% top 0px / 480px no-repeat #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-19 {
    text-align: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-41 .header {
    background: none;
  }
  .title-page .editable_block-41 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-41 .title {
    font-size: 30px;
    margin-bottom: 24px;
    background: none;
  }
  .title-page .editable_block-41 .image {
    display: none;
    background: none;
  }
  .title-page .editable_block-41 .img-convert {
    background: none;
  }
  .title-page .editable_block-41 .more {
    clear: none;
    text-align: center;
  }
  .title-page .block-23 {
    background: url("../images/slider_bg.png@1562845890055") left 50% bottom 0px / contain no-repeat #fff;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-24 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-20 {
    padding-bottom: 35px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .blocklist-44 .header {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-44 .header:hover, .title-page .blocklist-44 .header.hover, .title-page .blocklist-44 .header.active {
    background: url("../../../../1125602/images/header_line.png") left 50% top 0px / auto auto no-repeat;
  }
  .title-page .blocklist-44 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-44 .body-outer {
    width: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-44 .body {
    width: auto;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-44 .list {
    width: 678px;
  }
  .title-page .blocklist-44 .item-outer {
    width: 25%;
  }
  .title-page .blocklist-44 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .title-page .blocklist-44 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-44 .img-convert {
    height: 130px;
  }
  .title-page .block-25 {
    padding: 0.02px 35px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-26 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-21 {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .reviews-47 .header_text {
    font-size: 35px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .reviews-47 .description {
    margin-bottom: 25px;
  }
  .title-page .reviews-47 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-47 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-47 .bx-wrapper {
    max-width: 628px;
  }
  .title-page .reviews-47 .list {
    width: 628px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-47 .item-outer {
    width: 100%;
  }
  .title-page .reviews-47 .item {
    margin-right: 0;
    margin-left: 0;
    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;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .title-page .reviews-47 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-bottom: 10px;
  }
  .title-page .reviews-47 .img-convert {
    background: none;
  }
  .title-page .reviews-47 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-bottom: 24px;
  }
  .title-page .reviews-47 .author {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    top: auto;
    margin-bottom: -15px;
  }
  .title-page .reviews-47 .name {
    margin-bottom: 15px;
  }
  .title-page .reviews-47 .controls {
    margin-top: -46px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -55px;
    width: 110px;
  }
  .title-page .reviews-47 .prev {
    margin-right: 1px;
  }
  .title-page .reviews-47 .next {
    margin-left: 0;
  }
  .title-page .block-27 .layout_center_48_id_62_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-27 {
    padding: 23px 50px 40px;
    background: url("../images/slider_bg_top.png@1562905913908") left 50% top 0px / 461px no-repeat #1e1333;
    margin-top: 50px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .widget-29 {
    text-align: left;
    background: transparent;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .up-62 .icon {
    margin-top: auto;
    margin-bottom: auto;
  }
  .title-page .block-28 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_54 {
    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-28 {
    margin-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-22 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    right: 0;
  }
  .title-page .form-50 .form__header {
    margin-bottom: 15px;
  }
  .title-page .form-50 .form-text input {
    padding-right: 15px;
  }
  .title-page .block-29 {
    margin-bottom: 40px;
  }
  .title-page .block-32 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }
  .title-page .widget-23 {
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-52 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-52 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-24 {
    text-align: center;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-53 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-53 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-30 {
    width: auto;
    margin-bottom: 25px;
    margin-right: 0;
    right: 0;
    padding-left: 0;
  }
  .title-page .widget-25 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .widget-26 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .text-2 {
    min-height: 0;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .block-31 .layout_59 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-31 .layout_60 {
    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-31 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
    margin-left: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-27 {
    display: none;
  }
  .title-page .menu-59 .menu-scroll > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .menu-59 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-59 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-59 .menu-scroll > ul > li.menu-item > a.active {
    font-weight: 800;
  }
  .title-page .menu-59 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-28 {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    text-align: center;
    right: 0;
  }
  .title-page .widget-30 {
    box-sizing: border-box;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    display: block;
  }
  .title-page .side-panel-63 .side-panel-content {
    border: none;
    text-align: left;
    background: #1e1333;
  }
  .title-page .side-panel-63 .side-panel-close {
    border: none;
    min-height: 55px;
    width: 55px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    background: none, url("../images/close.png@1563175371864") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .side-panel-63 .side-panel-close:hover, .title-page .side-panel-63 .side-panel-close.hover, .title-page .side-panel-63 .side-panel-close.active {
    background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url("../images/close.png@1563175371864") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  }
  .title-page .side-panel-63 .side-panel-close:active, .title-page .side-panel-63 .side-panel-close.active {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/close.png@1563175371864") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  }
  .title-page .side-panel-63 .side-panel-top {
    border: none;
    width: auto;
    background: #1e1333;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
  }
  .title-page .side-panel-63 .side-panel-button {
    padding: 13px;
    border: none;
    text-align: left;
    width: 55px;
    min-height: 55px;
    background: url("../images/more.png@1563175372016") left 50% top 50% / auto auto no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-63 .side-panel-button-icon-line {
    border: none;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0);
  }
}
@media all and (max-width: 768px) {
  .title-page .blocklist-22 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-22 .text {
    font-size: 15px;
  }
  .title-page .blocklist-22 .title {
    min-height: 35px;
  }
  .title-page .blocklist-22 .price {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-22 .price-value {
    font-size: 23px;
  }
  .title-page .blocklist-22 .price-currency {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-22 .more > a {
    width: 509px;
  }
  .title-page .widget-15 {
    padding-top: 0.02px;
  }
  .title-page .blocklist-27 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-27 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-27 .item {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .title-page .blocklist-27 .image {
    margin-right: 25px;
    float: left;
  }
  .title-page .blocklist-27 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 19px;
    margin-top: 0;
    min-height: 100px;
    padding-top: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMzFweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNi40MyA4Ljg5IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgCiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciI+PC9tZXRhZGF0YT4KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTQuNDQgMGMyLjQ2LDAgNC40NSwxLjk5IDQuNDUsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NSw0LjQ1IC0yLjQ1LDAgLTQuNDQsLTEuOTkgLTQuNDQsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDQsLTQuNDR6bTI3LjU1IDBjMi40NSwwIDQuNDQsMS45OSA0LjQ0LDQuNDQgMCwyLjQ2IC0xLjk5LDQuNDUgLTQuNDQsNC40NSAtMi40NiwwIC00LjQ1LC0xLjk5IC00LjQ1LC00LjQ1IDAsLTIuNDUgMS45OSwtNC40NCA0LjQ1LC00LjQ0em0tMTMuNzggMGMyLjQ2LDAgNC40NSwxLjk5IDQuNDUsNC40NCAwLDIuNDYgLTEuOTksNC40NSAtNC40NSw0LjQ1IC0yLjQ1LDAgLTQuNDQsLTEuOTkgLTQuNDQsLTQuNDUgMCwtMi40NSAxLjk5LC00LjQ0IDQuNDQsLTQuNDR6IiBmaWxsPSIjMWUxMzMzIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KIDwvZz4KPC9zdmc+") left 0px top 50% / 26px no-repeat;
    padding-left: 35px;
  }
  .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_18 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_10_id_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-8 .layout_16 {
    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-8 .layout_17 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-8 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-9 {
    margin-left: 0;
  }
  .title-page .address-16 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-7 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-7 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-4 .layout_5 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_8_id_6 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-4 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-4 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .site-name-6 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-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 .slider-19 .text-slider {
    overflow: hidden;
  }
  .title-page .slider-19 .block-body {
    font-size: 18px;
  }
  .title-page .slider-19 .block-title {
    font-size: 25px;
  }
  .title-page .block-16 {
    background: url("../images/online_pic.svg") left 50% top 35px / 96px no-repeat, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
    padding-left: 50px;
    padding-top: 155px;
  }
  .title-page .form-31 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-31 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-31 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-31 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-31 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .form-31 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-31 .form-success {
    text-align: center;
  }
  .title-page .block-11 {
    padding-bottom: 121px;
  }
  .title-page .blocklist-26 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-26 .description {
    margin-bottom: 25px;
  }
  .title-page .blocklist-26 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-26 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-35 .body-outer {
    margin-left: NaNpx;
    margin-right: NaNpx;
  }
  .title-page .blocklist-35 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 570px;
  }
  .title-page .blocklist-35 .list {
    width: 570px;
  }
  .title-page .blocklist-35 .image {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .img-convert {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    height: 400px;
  }
  .title-page .blocklist-35 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .title {
    font-size: 16px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .controls {
    margin-bottom: 250px;
  }
  .title-page .blocklist-38 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-38 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .blocklist-38 .list {
    width: 540px;
  }
  .title-page .blocklist-38 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-38 .img-convert {
    height: 220px;
  }
  .title-page .block-21 {
    background: #fff;
  }
  .title-page .block-23 {
    padding-bottom: 50px;
  }
  .title-page .widget-20 {
    padding-bottom: 33px;
  }
  .title-page .blocklist-44 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-44 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .blocklist-44 .list {
    width: 540px;
  }
  .title-page .blocklist-44 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-44 .img-convert {
    height: 152px;
  }
  .title-page .blocklist-44 .title {
    margin-bottom: 0;
    margin-top: 13px;
  }
  .title-page .block-25 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .block-26 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-21 {
    padding-bottom: 75px;
  }
  .title-page .reviews-47 .header_text {
    font-size: 30px;
  }
  .title-page .reviews-47 .description {
    margin-bottom: 22px;
    font-size: 15px;
  }
  .title-page .reviews-47 .body {
    margin-left: - 10px;
  }
  .title-page .reviews-47 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .reviews-47 .list {
    width: 540px;
  }
  .title-page .reviews-47 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .reviews-47 .image {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .title-page .reviews-47 .text {
    padding-bottom: 15px;
  }
  .title-page .reviews-47 .controls {
    margin-bottom: 15px;
  }
  .title-page .reviews-47 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .block-27 .layout_center_48_id_62_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-27 {
    margin-top: 0;
  }
  .title-page .widget-29 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-28 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_54 {
    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 .widget-22 {
    margin-top: 15px;
  }
  .title-page .block-29 {
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .title-page .widget-24 {
    margin-left: auto;
    margin-right: 0;
  }
  .title-page .block-30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-page .text-2 {
    margin-right: 0;
  }
  .title-page .block-31 .layout_59 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-31 .layout_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-10 {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-12 {
    padding-bottom: 15px;
  }
  .title-page .blocklist-22 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-22 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-22 .item {
    width: 205px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-22 .text {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-22 .title {
    font-size: 15px;
  }
  .title-page .blocklist-22 .price-value {
    font-size: 19px;
  }
  .title-page .blocklist-27 .image {
    margin-right: 24px;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .img-convert {
    height: 70px;
    width: 70px;
  }
  .title-page .blocklist-27 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 0;
    min-height: 70px;
  }
  .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_18 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_10_id_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-8 .layout_16 {
    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-8 .layout_17 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-7 .layout_9 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-7 .layout_11 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-4 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_8_id_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .slider-19 .block-body {
    font-size: 17px;
    line-height: 1.3;
  }
  .title-page .slider-19 .block-title {
    font-size: 22px;
  }
  .title-page .block-16 {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
  }
  .title-page .form-31 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 24px;
  }
  .title-page .form-31 .form__text {
    font-size: 18px;
  }
  .title-page .form-31 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-31 .form-text {
    padding-right: 0;
  }
  .title-page .form-31 .form-submit button {
    width: 100%;
  }
  .title-page .form-31 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-31 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-31 .form-captcha button {
    width: 100%;
  }
  .title-page .block-11 {
    padding: 55px 35px 110px;
  }
  .title-page .blocklist-26 .description {
    font-size: 14px;
  }
  .title-page .blocklist-26 .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-26 .text {
    font-size: 15px;
    min-height: 0;
  }
  .title-page .block-17 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .block-18 {
    margin-top: 35px;
  }
  .title-page .widget-17 {
    padding-top: 25px;
  }
  .title-page .blocklist-35 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 410px;
  }
  .title-page .blocklist-35 .list {
    width: 410px;
  }
  .title-page .blocklist-35 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-35 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .img-convert {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 470px;
  }
  .title-page .blocklist-35 .title {
    font-size: 18px;
  }
  .title-page .blocklist-35 .controls {
    margin-bottom: 290px;
  }
  .title-page .block-19 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-18 {
    text-align: center;
    padding-bottom: 48px;
  }
  .title-page .blocklist-38 .header {
    margin-bottom: 22px;
  }
  .title-page .blocklist-38 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-38 .body {
    margin-right: -2px;
    margin-left: -2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 414px;
  }
  .title-page .blocklist-38 .list {
    width: 414px;
  }
  .title-page .blocklist-38 .item {
    margin-right: 2px;
    margin-left: 2px;
  }
  .title-page .blocklist-38 .img-convert {
    height: 170px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-21 {
    padding: 50px 35px 25px;
  }
  .title-page .widget-19 {
    margin-bottom: 21px;
  }
  .title-page .editable_block-41 .title {
    font-size: 24px;
  }
  .title-page .block-23 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-20 {
    text-align: center;
  }
  .title-page .blocklist-44 .header {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-44 .header:hover, .title-page .blocklist-44 .header.hover, .title-page .blocklist-44 .header.active {
    background: none;
  }
  .title-page .blocklist-44 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-44 .body {
    margin-right: -2px;
    margin-left: -2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 414px;
  }
  .title-page .blocklist-44 .list {
    width: 414px;
  }
  .title-page .blocklist-44 .item {
    margin-right: 2px;
    margin-left: 2px;
  }
  .title-page .blocklist-44 .img-convert {
    height: 102px;
    width: 108px;
  }
  .title-page .block-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .reviews-47 .description {
    margin-bottom: 10px;
  }
  .title-page .reviews-47 .bx-wrapper {
    max-width: 430px;
  }
  .title-page .reviews-47 .list {
    width: 430px;
  }
  .title-page .reviews-47 .image {
    margin-bottom: 0;
  }
  .title-page .reviews-47 .text {
    padding-bottom: 0.02px;
    margin-bottom: 0;
  }
  .title-page .reviews-47 .name {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .reviews-47 .controls {
    margin-bottom: 27px;
    margin-left: -58.5px;
  }
  .title-page .block-27 .layout_center_48_id_62_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-29 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-28 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 {
    margin-top: 15px;
  }
  .title-page .form-50 .form-submit button {
    width: 100%;
  }
  .title-page .form-50 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-50 .form-captcha button {
    width: 100%;
  }
  .title-page .address-52 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-24 {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-31 .layout_59 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-31 .layout_60 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-27 {
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .menu-59 .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 .menu-59 .menu-scroll > ul > li.menu-item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .title-page .menu-59 .menu-scroll > ul > li.menu-item > a {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .menu-59 .menu-scroll > ul > li.home-button {
    display: none;
  }
  .title-page .menu-59 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .menu-59 .menu-scroll > ul ul {
    width: auto;
    right: 0;
  }
  .title-page .menu-59 .menu-scroll > ul ul ul {
    width: 100%;
    right: auto;
  }
  .title-page .widget-28 {
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-10 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .blocklist-22 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-22 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-22 .description {
    margin-bottom: 0;
  }
  .title-page .blocklist-22 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-22 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-22 .image {
    margin-bottom: 15px;
  }
  .title-page .blocklist-22 .title {
    font-size: 17px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-22 .price {
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-22 .more > a {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-page .blocklist-27 .image {
    margin-right: 10px;
    min-height: 70px;
  }
  .title-page .block-14 {
    margin-top: -743px;
  }
  .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_18 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_10_id_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-8 .layout_16 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_17 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-9 {
    margin-left: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-7 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-7 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-4 .layout_5 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_8_id_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    margin-bottom: 0;
  }
  .title-page .widget-11 {
    min-height: 800px;
    margin-top: 0;
  }
  .title-page .slider-19 .text-slider {
    padding-top: 350px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .slider-19 .block-more > a {
    padding: 15px 25px;
    min-height: 55px;
  }
  .title-page .slider-19 .block-title {
    font-size: 18px;
  }
  .title-page .slider-19 .slider-controls {
    top: 0;
    left: 50%;
    right: auto;
    margin-top: 290px;
    margin-left: -44px;
    bottom: auto;
    padding-top: 0.02px;
  }
  .title-page .slider-19 .slider-prev {
    min-height: 35px;
    width: 35px;
  }
  .title-page .slider-19 .slider-next {
    width: 35px;
    min-height: 35px;
  }
  .title-page .block-15 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-16 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .title-page .form-31 .form__header {
    font-size: 17px;
  }
  .title-page .form-31 .form__text {
    font-size: 17px;
  }
  .title-page .block-11 {
    padding: 53px 25px 115px;
  }
  .title-page .blocklist-26 .header_text {
    font-size: 21px;
  }
  .title-page .blocklist-26 .description {
    margin-bottom: 15px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-26 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-26 .text {
    font-size: 18px;
    padding-top: 12px;
    margin-top: 8px;
  }
  .title-page .blocklist-26 .image {
    margin-bottom: 5px;
  }
  .title-page .block-17 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-17 {
    padding-bottom: 59px;
    padding-top: 0.02px;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 21px;
  }
  .title-page .blocklist-35 .body-outer {
    min-height: 0;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 270px;
  }
  .title-page .blocklist-35 .list {
    width: 270px;
  }
  .title-page .blocklist-35 .item {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 0;
    min-height: 0;
  }
  .title-page .blocklist-35 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-35 .img-convert {
    height: 330px;
  }
  .title-page .blocklist-35 .image-inner {
    padding-bottom: 20px;
  }
  .title-page .blocklist-35 .title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .title-page .blocklist-35 .controls {
    margin-top: 25px;
    margin-bottom: 206px;
  }
  .title-page .blocklist-35 .prev {
    width: 45px;
    min-height: 45px;
    margin-left: -15px;
  }
  .title-page .blocklist-35 .next {
    width: 45px;
    min-height: 45px;
    margin-right: -15px;
  }
  .title-page .block-19 {
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-18 {
    padding-bottom: 41px;
  }
  .title-page .blocklist-38 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-38 .header_text {
    font-size: 21px;
  }
  .title-page .blocklist-38 .body {
    margin-right: -1px;
    margin-left: -1px;
  }
  .title-page .blocklist-38 .bx-wrapper {
    max-width: 272px;
  }
  .title-page .blocklist-38 .list {
    width: 272px;
  }
  .title-page .blocklist-38 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-38 .item {
    margin-right: 1px;
    margin-left: 1px;
  }
  .title-page .blocklist-38 .img-convert {
    height: 180px;
  }
  .title-page .block-21 {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .widget-19 {
    margin-bottom: 0;
  }
  .title-page .editable_block-41 .header {
    font-size: 17px;
  }
  .title-page .editable_block-41 .title {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .title-page .editable_block-41 .image {
    float: none;
    margin-right: 0;
  }
  .title-page .editable_block-41 .text {
    font-size: 15px;
  }
  .title-page .editable_block-41 .more > a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
  }
  .title-page .block-23 {
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .blocklist-44 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-44 .body {
    margin-right: -1px;
    margin-left: -1px;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 272px;
  }
  .title-page .blocklist-44 .list {
    width: 272px;
  }
  .title-page .blocklist-44 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-44 .item {
    margin-right: 1px;
    margin-left: 1px;
  }
  .title-page .blocklist-44 .img-convert {
    height: 105px;
  }
  .title-page .block-25 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .widget-21 {
    padding-bottom: 55px;
  }
  .title-page .reviews-47 .header_text {
    font-size: 25px;
  }
  .title-page .reviews-47 .description {
    margin-bottom: 15px;
  }
  .title-page .reviews-47 .body {
    margin-left: 0;
  }
  .title-page .reviews-47 .bx-wrapper {
    max-width: 290px;
  }
  .title-page .reviews-47 .list {
    width: 290px;
  }
  .title-page .reviews-47 .item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .reviews-47 .image {
    margin-bottom: 12px;
  }
  .title-page .reviews-47 .text {
    margin-top: 0;
  }
  .title-page .reviews-47 .author {
    margin-top: 10px;
  }
  .title-page .reviews-47 .name {
    margin-bottom: 25px;
  }
  .title-page .reviews-47 .controls {
    margin-bottom: 0;
    margin-left: -55px;
  }
  .title-page .block-27 .layout_center_48_id_62_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-27 {
    padding: 25px;
    margin-top: 15px;
  }
  .title-page .widget-29 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-28 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 {
    margin-left: auto;
  }
  .title-page .widget-24 {
    margin-right: 0;
  }
  .title-page .phones-53 .cell-text {
    margin-left: 0;
    margin-right: auto;
    width: auto;
  }
  .title-page .phones-53 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-53 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-26 {
    margin-bottom: 15px;
  }
  .title-page .text-2 {
    margin-bottom: 20px;
  }
  .title-page .block-31 .layout_59 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-31 .layout_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 {
    margin-left: auto;
  }
  .title-page .widget-27 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-59 .menu-button {
    display: -webkit-flex;
    display: flex;
    position: static;
    width: 100%;
    min-height: 0;
  }
  .title-page .menu-59 .menu-scroll > ul {
    display: block;
  }
  .title-page .menu-59 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-59 .menu-scroll > ul > li.menu-item > a {
    width: auto;
  }
  .title-page .menu-59 .menu-scroll > ul ul {
    position: static;
  }
  .title-page .menu-59 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
  }
  .title-page .widget-28 {
    margin-left: 0;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-10 {
  margin: 5px 5px auto 0;
  border: none;
  z-index: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: 45px;
  min-height: 45px;
  text-align: undefined;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .side-panel .phones-17 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-17 .icon {
  width: 45px;
  min-height: 45px;
  margin-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: url("../images/phone.png") left 50% top 50% / 22px no-repeat;
}
.title-page .side-panel .phones-17 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
}
.title-page .side-panel .phones-17 .cell-text {
  padding: 15px;
  border: none;
  width: 160px;
  margin-top: 5px;
  margin-left: -119px;
  background: #ff7e00;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.title-page .side-panel .phones-17 .text_body {
  -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 .side-panel .widget-6 {
  margin: 5px 5px auto 0;
  z-index: 2;
  text-align: center;
  pointer-events: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  left: 0;
  top: 0;
  position: relative;
  font-size: 15px;
  background: none, none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff7e00;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff7e00;
  box-shadow: inset 0px 0px 0px 2px #ff7e00;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  width: 180px;
  padding-bottom: 2px;
  min-height: 45px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  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 .side-panel .widget-6:hover, .title-page .side-panel .widget-6.hover, .title-page .side-panel .widget-6.active {
  background: none, repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .side-panel .widget-6:active, .title-page .side-panel .widget-6.active {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-11 .popover-body .s3_button_large:hover, .title-page .popover-wrap-11 .popover-body .s3_button_large.hover, .title-page .popover-wrap-11 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
.title-page .popover-wrap-11 .popover-close:hover, .title-page .popover-wrap-11 .popover-close.hover, .title-page .popover-wrap-11 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #321769;
}
.title-page .side-panel .widget-5 {
  padding: 30px;
  margin: 0 0 20px;
  z-index: 1;
  text-align: left;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-9 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.delimiter {
  margin: 0 10px;
  min-height: 1px;
  width: auto;
  background: rgba(255, 255, 255, 0.08);
  border-top: 0px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 5px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul {
  position: static;
  width: 203px;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #ff7e00;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a {
  width: 203px;
  min-height: 55px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  background: #ff7e00;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  margin-top: -6px;
  bottom: auto;
  top: 50%;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.png") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
