@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-45 .layout_center_72_id_90_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-45 {
  margin: -49px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: none;
  z-index: 10;
  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;
  padding-bottom: 15px;
  text-decoration: none;
  padding-top: 27px;
}
.title-page .widget-33 {
  margin: -11px auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 66px;
  min-height: 66px;
  background: repeating-linear-gradient(to bottom right, rgba(254, 218, 39, 0.78) 0%, rgba(252, 90, 1, 0.78) 100%) #fc5a01;
  padding-top: 0.02px;
  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: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .widget-33:hover, .title-page .widget-33.hover, .title-page .widget-33.active {
  background: none #fc5a01;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 17px 0px rgba(252, 166, 18, 0.85);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 17px 0px rgba(252, 166, 18, 0.85);
  box-shadow: 0 0 0 transparent, 0px 6px 17px 0px rgba(252, 166, 18, 0.85);
}
.title-page .widget-33:active, .title-page .widget-33.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
}
.title-page .up-90 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: -5px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAxNCA4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy42OTMsMC4yODggTDEzLjcxMyw2LjMyMiBDMTQuMDk2LDYuNzA2IDE0LjA5Niw3LjMyOSAxMy43MTMsNy43MTIgQzEzLjMzMCw4LjA5NiAxMi43MDksOC4wOTYgMTIuMzI2LDcuNzEyIEw3LjAwMCwyLjM3MyBMMS42NzQsNy43MTIgQzEuMjkxLDguMDk2IDAuNjcwLDguMDk2IDAuMjg3LDcuNzEyIEMtMC4wOTYsNy4zMjggLTAuMDk2LDYuNzA2IDAuMjg3LDYuMzIyIEw2LjMwNywwLjI4OCBDNi40OTgsMC4wOTYgNi43NDksMC4wMDAgNy4wMDAsMC4wMDAgQzcuMjUxLDAuMDAwIDcuNTAyLDAuMDk2IDcuNjkzLDAuMjg4IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") 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-90 .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-46 {
  margin: -21px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .block-47 {
  padding: 0.02px 0;
  margin: 22px 0 -14px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  right: 0;
}
.title-page .block-48 {
  margin: 37px 0 0;
  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;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  right: 0;
}
.title-page .block-49 {
  margin: -1px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f0f0f0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  padding-left: 22px;
  padding-right: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 19px;
}
.title-page .block-50 .layout_78 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 .layout_80 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 {
  margin: 23px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 91px;
  z-index: 1;
  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;
  max-width: 100%;
}
.title-page .block-51 {
  margin: 13px 0 auto 60px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: right;
  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 .widget-27 {
  margin: 7px 0 -56px auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #8f8f8f;
  text-decoration: none;
  width: 96px;
}
.title-page .block-52 {
  margin: 10px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-28 {
  margin: 13px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-29 {
  margin: 0 0 0 3px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 207px;
  -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 .block-53 .layout_84 {
  -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-53 .layout_89 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-53 {
  margin: -11px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .text-4 {
  margin: 12px -99px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 217px;
  min-height: 55px;
  z-index: 3;
  font-family: Roboto, sans-serif;
  color: #141414;
  text-align: left;
  text-decoration: none;
  font-size: 23px;
  font-weight: 900;
}
.title-page .block-54 .layout_85 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-54 .layout_86 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-54 .layout_87 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-54 {
  margin: 10px 0 auto 95px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
}
.title-page .widget-30 {
  margin: 0 0 auto 18px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-85 p:first-child {
  margin-top: 0;
}
.title-page .email-85 p:last-child {
  margin-bottom: 0;
}
.title-page .email-85 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-85 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-85 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 44px;
  background: url("../img/email1.svg") left 50% top 50% / auto auto no-repeat;
  margin-right: 12px;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .email-85 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-85 .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 .email-85 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-85 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: auto;
}
.title-page .email-85 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-85 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-31 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-86 p:first-child {
  margin-top: 0;
}
.title-page .phones-86 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-86 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-86 .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-86 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 44px;
  background: url("../img/telek.svg") left 50% top 50% / auto auto no-repeat;
  margin-right: 12px;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .phones-86 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-86 .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-86 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-86 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  line-height: 1.4;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  margin-top: 7px;
  padding-top: 4px;
}
.title-page .phones-86 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-86 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-86 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-32 {
  margin: 0 9px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-right: 12px;
  padding-top: 3px;
  right: 0;
}
.title-page .address-87 p:first-child {
  margin-top: 0;
}
.title-page .address-87 p:last-child {
  margin-bottom: 0;
}
.title-page .address-87 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-87 .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-87 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 44px;
  background: url("../img/adress.svg") left 50% top 50% / auto auto no-repeat;
  margin-right: 12px;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .address-87 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-87 .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-87 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-87 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 16px;
  margin-top: 5px;
  padding-right: 6px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-87 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-87 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-44 .layout_69_id_71 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-44 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 329px;
  max-width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url("../img/54584588_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 9;
  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: 31px;
  padding-bottom: 123px;
}
.title-page .widget-26 {
  margin: 55px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 960px;
  min-height: 227px;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .form-71 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 18px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .form-71 .form__text {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 44px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #a1a1a1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .form-71 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-71 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-71 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-71 .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-71 .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-71 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-71 .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-71 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-71 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.title-page .form-71 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-71 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-71 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-71 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-71 .form-text input {
  padding: 12px 4px 12px 22px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 44px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 44px;
}
.title-page .form-71 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .form-71 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-71 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-71 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-71 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../img/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-71 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-71 .form-select select {
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Arial;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-71 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  margin-left: 8px;
}
.title-page .form-71 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-71 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-71 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-71 .form-submit {
  box-sizing: border-box;
  text-align: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 22px;
  align-self: auto;
}
.title-page .form-71 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-71 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-71 .form-submit button {
  padding: 2px 16px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  min-height: 55px;
  width: 176px;
  font-weight: normal;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-71 .form-submit button:hover, .title-page .form-71 .form-submit button.hover, .title-page .form-71 .form-submit button.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .form-71 .form-submit button:active, .title-page .form-71 .form-submit button.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
}
.title-page .form-71 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-71 .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-71 .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-71 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .form-71 .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-71 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-71 .form-captcha button {
  padding: 2px 16px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  min-height: 55px;
  width: 176px;
  font-weight: normal;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-71 .form-captcha button:hover, .title-page .form-71 .form-captcha button.hover, .title-page .form-71 .form-captcha button.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .form-71 .form-captcha button:active, .title-page .form-71 .form-captcha button.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
}
.title-page .form-71 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-71 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-71 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-71 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-71 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.title-page .form-71 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-71 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.title-page .form-71 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.title-page .form-71 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-71 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.title-page .form-71 .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-71 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.title-page .form-71 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-71 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.title-page .form-71 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-71 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.title-page .form-71 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-71 .form-html .form-item__body {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #ea8b02;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.title-page .form-71 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-71 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-71 .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-71 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-71 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-71 .form-calendar_interval input {
  padding: 9px 4px 9px 13px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-71 .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-71 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.title-page .form-71 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.title-page .form-71 .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-71 .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-71 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .form-71 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-71 .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-71 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-71 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 19px;
}
.title-page .form-71 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .form-71 ::-moz-placeholder {
  color: #525252;
}
.title-page .form-71 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-38 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-bottom: 88px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-39 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .widget-22 {
  margin: 0 0 -11px;
  border: none;
  position: relative;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 66px;
  right: 0;
  padding-top: 66px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-62 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-62 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-62 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-62 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-62 .popover-body .s3_button_large:hover, .title-page .popover-wrap-62 .popover-body .s3_button_large.hover, .title-page .popover-wrap-62 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-62 .popover-body .s3_button_large:active, .title-page .popover-wrap-62 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-62 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-62 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-62 .popover-close:hover, .title-page .popover-wrap-62 .popover-close.hover, .title-page .popover-wrap-62 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-62 .popover-close:active, .title-page .popover-wrap-62 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-62 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-62 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-62 .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: 30px;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 17px;
}
.title-page .blocklist-62 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-62 .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-62 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 35px;
}
.title-page .blocklist-62 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-62 .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-62 .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-62 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.title-page .blocklist-62 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-62 .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: 1140px;
}
.title-page .blocklist-62 .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-62 .item {
  margin: 10px auto;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 153px;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  left: 0;
  right: 0;
}
.title-page .blocklist-62 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-62 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-62 .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;
  width: auto;
  min-height: 154px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-62 .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-62 .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-62 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 185px;
  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-box-shadow: 0px 0px 0px 2px #f5f5f5;
  -moz-box-shadow: 0px 0px 0px 2px #f5f5f5;
  box-shadow: 0px 0px 0px 2px #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-62 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .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-62 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-62 .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-62 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-62 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-62 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-62 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-62 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-62 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-62 .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-62 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-62 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-62 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-62 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 17px;
}
.title-page .blocklist-62 .all {
  padding: 12px 33px;
  border: 2px solid #89be05;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .blocklist-62 .all:hover, .title-page .blocklist-62 .all.hover, .title-page .blocklist-62 .all.active {
  color: #fff;
  background: #89be05;
}
.title-page .blocklist-62 .controls {
  margin: -1px 0 22px -44px;
  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;
  z-index: 1;
  text-align: justify;
  width: auto;
  bottom: 0;
}
.title-page .blocklist-62 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg4LDYuMzA3IEw2LjMyMiwwLjI4NyBDNi43MDYsLTAuMDk2IDcuMzI5LC0wLjA5NiA3LjcxMiwwLjI4NyBDOC4wOTYsMC42NzAgOC4wOTYsMS4yOTEgNy43MTIsMS42NzQgTDIuMzczLDcuMDAwIEw3LjcxMiwxMi4zMjYgQzguMDk2LDEyLjcwOSA4LjA5NiwxMy4zMzAgNy43MTIsMTMuNzEzIEM3LjMyOCwxNC4wOTYgNi43MDYsMTQuMDk2IDYuMzIyLDEzLjcxMyBMMC4yODgsNy42OTMgQzAuMDk2LDcuNTAyIDAuMDAwLDcuMjUxIDAuMDAwLDcuMDAwIEMwLjAwMCw2Ljc0OSAwLjA5Niw2LjQ5OCAwLjI4OCw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-62 .prev:hover, .title-page .blocklist-62 .prev.hover, .title-page .blocklist-62 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMC4yODgsNi4zMDcgTDYuMzIyLDAuMjg3IEM2LjcwNiwtMC4wOTYgNy4zMjksLTAuMDk2IDcuNzEyLDAuMjg3IEM4LjA5NiwwLjY3MCA4LjA5NiwxLjI5MSA3LjcxMiwxLjY3NCBMMi4zNzMsNy4wMDAgTDcuNzEyLDEyLjMyNiBDOC4wOTYsMTIuNzA5IDguMDk2LDEzLjMzMCA3LjcxMiwxMy43MTMgQzcuMzI4LDE0LjA5NiA2LjcwNiwxNC4wOTYgNi4zMjIsMTMuNzEzIEwwLjI4OCw3LjY5MyBDMC4wOTYsNy41MDIgMC4wMDAsNy4yNTEgMC4wMDAsNy4wMDAgQzAuMDAwLDYuNzQ5IDAuMDk2LDYuNDk4IDAuMjg4LDYuMzA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzE5MTkxOSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff6a00;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff6a00;
  box-shadow: inset 0px 0px 0px 2px #ff6a00;
}
.title-page .blocklist-62 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTcuNzEyLDYuMzA3IEwxLjY3OCwwLjI4NyBDMS4yOTQsLTAuMDk2IDAuNjcxLC0wLjA5NiAwLjI4OCwwLjI4NyBDLTAuMDk2LDAuNjcwIC0wLjA5NiwxLjI5MSAwLjI4OCwxLjY3NCBMNS42MjcsNy4wMDAgTDAuMjg4LDEyLjMyNiBDLTAuMDk2LDEyLjcwOSAtMC4wOTYsMTMuMzMwIDAuMjg4LDEzLjcxMyBDMC42NzIsMTQuMDk2IDEuMjk0LDE0LjA5NiAxLjY3OCwxMy43MTMgTDcuNzEyLDcuNjkzIEM3LjkwNCw3LjUwMiA4LjAwMCw3LjI1MSA4LjAwMCw3LjAwMCBDOC4wMDAsNi43NDkgNy45MDQsNi40OTggNy43MTIsNi4zMDcgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-62 .next:hover, .title-page .blocklist-62 .next.hover, .title-page .blocklist-62 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy43MTIsNi4zMDcgTDEuNjc4LDAuMjg3IEMxLjI5NCwtMC4wOTYgMC42NzEsLTAuMDk2IDAuMjg4LDAuMjg3IEMtMC4wOTYsMC42NzAgLTAuMDk2LDEuMjkxIDAuMjg4LDEuNjc0IEw1LjYyNyw3LjAwMCBMMC4yODgsMTIuMzI2IEMtMC4wOTYsMTIuNzA5IC0wLjA5NiwxMy4zMzAgMC4yODgsMTMuNzEzIEMwLjY3MiwxNC4wOTYgMS4yOTQsMTQuMDk2IDEuNjc4LDEzLjcxMyBMNy43MTIsNy42OTMgQzcuOTA0LDcuNTAyIDguMDAwLDcuMjUxIDguMDAwLDcuMDAwIEM4LjAwMCw2Ljc0OSA3LjkwNCw2LjQ5OCA3LjcxMiw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMxNDE0MTQiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.title-page .blocklist-62 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-62 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-62 .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-62 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-62 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-62 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-62 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-62 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-62 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-62 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-62 .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-62 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-62 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-62 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-62 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-62 .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-62 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .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-62 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-62 .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-62 .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-62 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .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-62 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-62 .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-62 .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-62 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-62 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-62 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .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-62 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-62 .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-62 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-62 .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-62 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-62 .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-62 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-62 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-62 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-35 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: none;
  z-index: 7;
  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;
}
.title-page .block-36 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(rgba(242, 242, 242, 0.9), rgba(242, 242, 242, 0.9)), url("../img/54584588_21.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 66px;
  padding-bottom: 66px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 {
  margin: 2px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-21 {
  margin: 0 0 -2px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 66px;
}
.title-page .popover-wrap-59 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-59 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-59 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-59 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-59 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-59 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-59 .popover-body .s3_button_large:hover, .title-page .popover-wrap-59 .popover-body .s3_button_large.hover, .title-page .popover-wrap-59 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-59 .popover-body .s3_button_large:active, .title-page .popover-wrap-59 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-59 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-59 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-59 .popover-close:hover, .title-page .popover-wrap-59 .popover-close.hover, .title-page .popover-wrap-59 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-59 .popover-close:active, .title-page .popover-wrap-59 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-59 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-59 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-59 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-59 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-59 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-59 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-59 .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: 30px;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 21px;
}
.title-page .blocklist-59 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-59 .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-59 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 33px;
}
.title-page .blocklist-59 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 .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-59 .bx-wrapper {
  max-width: 1160px;
}
.title-page .blocklist-59 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-59 .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: 1160px;
}
.title-page .blocklist-59 .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-59 .item {
  margin: 10px;
  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%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-59 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-59 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-59 .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-59 .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-59 .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-59 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 354px;
  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;
}
.title-page .blocklist-59 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .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-59 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-59 .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-59 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-59 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-59 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-59 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-59 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-59 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-59 .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-59 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-59 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-59 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-59 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 18px;
}
.title-page .blocklist-59 .all {
  padding: 12px 33px;
  border: 2px solid #89be05;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .blocklist-59 .all:hover, .title-page .blocklist-59 .all.hover, .title-page .blocklist-59 .all.active {
  color: #fafafa;
  background: #89be05;
}
.title-page .blocklist-59 .controls {
  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;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
  margin-left: -44px;
  bottom: 0;
  margin-bottom: 22px;
}
.title-page .blocklist-59 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg4LDYuMzA3IEw2LjMyMiwwLjI4NyBDNi43MDYsLTAuMDk2IDcuMzI5LC0wLjA5NiA3LjcxMiwwLjI4NyBDOC4wOTYsMC42NzAgOC4wOTYsMS4yOTEgNy43MTIsMS42NzQgTDIuMzczLDcuMDAwIEw3LjcxMiwxMi4zMjYgQzguMDk2LDEyLjcwOSA4LjA5NiwxMy4zMzAgNy43MTIsMTMuNzEzIEM3LjMyOCwxNC4wOTYgNi43MDYsMTQuMDk2IDYuMzIyLDEzLjcxMyBMMC4yODgsNy42OTMgQzAuMDk2LDcuNTAyIDAuMDAwLDcuMjUxIDAuMDAwLDcuMDAwIEMwLjAwMCw2Ljc0OSAwLjA5Niw2LjQ5OCAwLjI4OCw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-59 .prev:hover, .title-page .blocklist-59 .prev.hover, .title-page .blocklist-59 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMC4yODgsNi4zMDcgTDYuMzIyLDAuMjg3IEM2LjcwNiwtMC4wOTYgNy4zMjksLTAuMDk2IDcuNzEyLDAuMjg3IEM4LjA5NiwwLjY3MCA4LjA5NiwxLjI5MSA3LjcxMiwxLjY3NCBMMi4zNzMsNy4wMDAgTDcuNzEyLDEyLjMyNiBDOC4wOTYsMTIuNzA5IDguMDk2LDEzLjMzMCA3LjcxMiwxMy43MTMgQzcuMzI4LDE0LjA5NiA2LjcwNiwxNC4wOTYgNi4zMjIsMTMuNzEzIEwwLjI4OCw3LjY5MyBDMC4wOTYsNy41MDIgMC4wMDAsNy4yNTEgMC4wMDAsNy4wMDAgQzAuMDAwLDYuNzQ5IDAuMDk2LDYuNDk4IDAuMjg4LDYuMzA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzE5MTkxOSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff6a00;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff6a00;
  box-shadow: inset 0px 0px 0px 2px #ff6a00;
}
.title-page .blocklist-59 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTcuNzEyLDYuMzA3IEwxLjY3OCwwLjI4NyBDMS4yOTQsLTAuMDk2IDAuNjcxLC0wLjA5NiAwLjI4OCwwLjI4NyBDLTAuMDk2LDAuNjcwIC0wLjA5NiwxLjI5MSAwLjI4OCwxLjY3NCBMNS42MjcsNy4wMDAgTDAuMjg4LDEyLjMyNiBDLTAuMDk2LDEyLjcwOSAtMC4wOTYsMTMuMzMwIDAuMjg4LDEzLjcxMyBDMC42NzIsMTQuMDk2IDEuMjk0LDE0LjA5NiAxLjY3OCwxMy43MTMgTDcuNzEyLDcuNjkzIEM3LjkwNCw3LjUwMiA4LjAwMCw3LjI1MSA4LjAwMCw3LjAwMCBDOC4wMDAsNi43NDkgNy45MDQsNi40OTggNy43MTIsNi4zMDcgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-59 .next:hover, .title-page .blocklist-59 .next.hover, .title-page .blocklist-59 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy43MTIsNi4zMDcgTDEuNjc4LDAuMjg3IEMxLjI5NCwtMC4wOTYgMC42NzEsLTAuMDk2IDAuMjg4LDAuMjg3IEMtMC4wOTYsMC42NzAgLTAuMDk2LDEuMjkxIDAuMjg4LDEuNjc0IEw1LjYyNyw3LjAwMCBMMC4yODgsMTIuMzI2IEMtMC4wOTYsMTIuNzA5IC0wLjA5NiwxMy4zMzAgMC4yODgsMTMuNzEzIEMwLjY3MiwxNC4wOTYgMS4yOTQsMTQuMDk2IDEuNjc4LDEzLjcxMyBMNy43MTIsNy42OTMgQzcuOTA0LDcuNTAyIDguMDAwLDcuMjUxIDguMDAwLDcuMDAwIEM4LjAwMCw2Ljc0OSA3LjkwNCw2LjQ5OCA3LjcxMiw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMxNDE0MTQiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.title-page .blocklist-59 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-59 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-59 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-59 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-59 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-59 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-59 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-59 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-59 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-59 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-59 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-59 .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-59 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-59 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-59 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-59 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-59 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-59 .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-59 .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-59 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-59 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-59 .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-59 .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-59 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-59 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-59 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-59 .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-59 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-59 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-59 .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-59 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-59 .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-59 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-59 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-59 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-29 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../img/7.png") left 50% top 0px / auto auto no-repeat;
  z-index: 6;
  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;
  padding-top: 88px;
  padding-bottom: 74px;
}
.title-page .block-30 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .block-31 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-18 {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 66px;
}
.title-page .popover-wrap-47 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-47 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-47 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-47 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-47 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-47 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-47 .popover-body .s3_button_large:hover, .title-page .popover-wrap-47 .popover-body .s3_button_large.hover, .title-page .popover-wrap-47 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-47 .popover-body .s3_button_large:active, .title-page .popover-wrap-47 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-47 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-47 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-47 .popover-close:hover, .title-page .popover-wrap-47 .popover-close.hover, .title-page .popover-wrap-47 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-47 .popover-close:active, .title-page .popover-wrap-47 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-47 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-47 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-47 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-47 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-47 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-47 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-47 .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: 15px;
  text-align: center;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .blocklist-47 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fc5f02;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-47 .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-47 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 39px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  color: #787878;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  padding-right: 0;
  margin-right: 62px;
}
.title-page .blocklist-47 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-top: 0.02px;
  padding-bottom: 14px;
}
.title-page .blocklist-47 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-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 .blocklist-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 .blocklist-47 .bx-wrapper {
  max-width: 1132px;
}
.title-page .blocklist-47 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-47 .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: 1132px;
  margin-right: 0;
}
.title-page .blocklist-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 .blocklist-47 .item {
  padding: 44px 22px;
  margin: 45px 10px 10px;
  border: 1px solid rgba(252, 95, 2, 0.4);
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  left: 0;
  right: 0;
  flex-basis: 100%;
}
.title-page .blocklist-47 .text {
  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;
  line-height: 1.6;
  color: #787878;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .blocklist-47 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-47 .image {
  margin: -73px 0 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  max-width: 100%;
}
.title-page .blocklist-47 .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-47 .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-47 .img-convert {
  border: 10px solid #e8e8e8;
  box-sizing: border-box;
  width: 243px;
  height: 243px;
  overflow: hidden;
  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;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-47 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-47 .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-47 .title {
  font-weight: bold;
  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: #2b2b2b;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin-top: 12px;
}
.title-page .blocklist-47 .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-47 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-47 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-47 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-47 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-47 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-47 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-47 .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-47 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-47 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-47 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-47 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-47 .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-47 .controls {
  margin: 109px 0 0 -44px;
  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;
  z-index: 1;
  text-align: justify;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  bottom: 0;
  min-height: 45px;
  width: 88px;
}
.title-page .blocklist-47 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg4LDYuMzA3IEw2LjMyMiwwLjI4NyBDNi43MDYsLTAuMDk2IDcuMzI5LC0wLjA5NiA3LjcxMiwwLjI4NyBDOC4wOTYsMC42NzAgOC4wOTYsMS4yOTEgNy43MTIsMS42NzQgTDIuMzczLDcuMDAwIEw3LjcxMiwxMi4zMjYgQzguMDk2LDEyLjcwOSA4LjA5NiwxMy4zMzAgNy43MTIsMTMuNzEzIEM3LjMyOCwxNC4wOTYgNi43MDYsMTQuMDk2IDYuMzIyLDEzLjcxMyBMMC4yODgsNy42OTMgQzAuMDk2LDcuNTAyIDAuMDAwLDcuMjUxIDAuMDAwLDcuMDAwIEMwLjAwMCw2Ljc0OSAwLjA5Niw2LjQ5OCAwLjI4OCw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-47 .prev:hover, .title-page .blocklist-47 .prev.hover, .title-page .blocklist-47 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMC4yODgsNi4zMDcgTDYuMzIyLDAuMjg3IEM2LjcwNiwtMC4wOTYgNy4zMjksLTAuMDk2IDcuNzEyLDAuMjg3IEM4LjA5NiwwLjY3MCA4LjA5NiwxLjI5MSA3LjcxMiwxLjY3NCBMMi4zNzMsNy4wMDAgTDcuNzEyLDEyLjMyNiBDOC4wOTYsMTIuNzA5IDguMDk2LDEzLjMzMCA3LjcxMiwxMy43MTMgQzcuMzI4LDE0LjA5NiA2LjcwNiwxNC4wOTYgNi4zMjIsMTMuNzEzIEwwLjI4OCw3LjY5MyBDMC4wOTYsNy41MDIgMC4wMDAsNy4yNTEgMC4wMDAsNy4wMDAgQzAuMDAwLDYuNzQ5IDAuMDk2LDYuNDk4IDAuMjg4LDYuMzA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzE2MTYxNiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.title-page .blocklist-47 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("../img/strel1.svg") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-47 .next:hover, .title-page .blocklist-47 .next.hover, .title-page .blocklist-47 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy43MTIsNi4zMDcgTDEuNjc4LDAuMjg3IEMxLjI5NCwtMC4wOTYgMC42NzEsLTAuMDk2IDAuMjg4LDAuMjg3IEMtMC4wOTYsMC42NzAgLTAuMDk2LDEuMjkxIDAuMjg4LDEuNjc0IEw1LjYyNyw3LjAwMCBMMC4yODgsMTIuMzI2IEMtMC4wOTYsMTIuNzA5IC0wLjA5NiwxMy4zMzAgMC4yODgsMTMuNzEzIEMwLjY3MiwxNC4wOTYgMS4yOTQsMTQuMDk2IDEuNjc4LDEzLjcxMyBMNy43MTIsNy42OTMgQzcuOTA0LDcuNTAyIDguMDAwLDcuMjUxIDguMDAwLDcuMDAwIEM4LjAwMCw2Ljc0OSA3LjkwNCw2LjQ5OCA3LjcxMiw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMxNjE2MTYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.title-page .blocklist-47 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-47 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-47 .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-47 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-47 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-47 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-47 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-47 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-47 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-47 .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-47 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .blocklist-47 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-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;
  text-decoration: none;
  height: 10px;
}
.title-page .popover-container-47 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-47 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-47 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-47 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-47 .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-47 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-47 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-47 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-47 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-47 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-47 .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-47 .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-47 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-47 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-47 .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-47 .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-47 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-47 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-47 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-47 .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-47 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-47 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-47 .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-47 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-47 .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-47 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-47 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-47 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-16 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 502px;
  max-width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url("../img/54651610_2.jpg") left 50% top 50% / cover no-repeat fixed, url("../img/54584588_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 5;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 88px;
  padding-bottom: 88px;
}
.title-page .block-70 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .block-69 {
  padding: 0.02px 0;
  margin: 0;
  border: 13px solid #fff;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to right, rgba(0, 196, 244, 0) 44.3%, #fff 44.3%), url("../img/procent.png") left calc(50% - 167px) top 11px / auto auto no-repeat #fff;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  right: 0;
}
.title-page .widget-11 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  right: 0;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  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: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.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: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:active, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-27 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-27 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-27 .popover-close:hover, .title-page .popover-wrap-27 .popover-close.hover, .title-page .popover-wrap-27 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-27 .popover-close:active, .title-page .popover-wrap-27 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  margin-left: 521px;
}
.title-page .blocklist-27 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.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;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.title-page .blocklist-27 .body {
  margin: 0;
  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 .bx-wrapper {
  max-width: 1130px;
}
.title-page .blocklist-27 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-27 .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: 1130px;
}
.title-page .blocklist-27 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-27 .item {
  padding: 44px 44px 112px;
  margin: 0 0 0 421px;
  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: 389px;
  display: block;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.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;
  font-family: Montserrat, sans-serif;
  color: #6b6b6b;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  padding-right: 94px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-27 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-27 .image {
  padding: 9px;
  margin: 16px 62px 0 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  width: 448px;
  min-height: 448px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-27 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  width: 455px;
  min-height: 459px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  align-self: auto;
  bottom: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.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 {
  border: none;
  box-sizing: border-box;
  width: 419px;
  height: 419px;
  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: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.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 {
  font-weight: 900;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 40px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 1px;
}
.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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 12px;
}
.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;
  font-family: Roboto Slab, serif;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 31px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #6b6b6b;
  text-decoration: none;
  font-size: 15px;
  margin-left: 7px;
}
.title-page .blocklist-27 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 18px;
}
.title-page .blocklist-27 .more > a {
  padding: 12px 16px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  min-height: 55px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  width: 236px;
  font-weight: normal;
}
.title-page .blocklist-27 .more > a:hover, .title-page .blocklist-27 .more > a.hover, .title-page .blocklist-27 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  background: none #fc5800;
}
.title-page .blocklist-27 .more > a:active, .title-page .blocklist-27 .more > a.active {
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  background: none transparent;
}
.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 {
  margin: -68px 0 65px;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
}
.title-page .blocklist-27 .all {
  border: 2px solid #50a20e;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #242424;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 55px;
  width: 179px;
}
.title-page .blocklist-27 .all:hover, .title-page .blocklist-27 .all.hover, .title-page .blocklist-27 .all.active {
  color: #fff;
  background: #50a20e;
}
.title-page .blocklist-27 .controls {
  margin: 0 0 25px 465px;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  width: 90px;
}
.title-page .blocklist-27 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg4LDYuMzA3IEw2LjMyMiwwLjI4NyBDNi43MDYsLTAuMDk2IDcuMzI5LC0wLjA5NiA3LjcxMiwwLjI4NyBDOC4wOTYsMC42NzAgOC4wOTYsMS4yOTEgNy43MTIsMS42NzQgTDIuMzczLDcuMDAwIEw3LjcxMiwxMi4zMjYgQzguMDk2LDEyLjcwOSA4LjA5NiwxMy4zMzAgNy43MTIsMTMuNzEzIEM3LjMyOCwxNC4wOTYgNi43MDYsMTQuMDk2IDYuMzIyLDEzLjcxMyBMMC4yODgsNy42OTMgQzAuMDk2LDcuNTAyIDAuMDAwLDcuMjUxIDAuMDAwLDcuMDAwIEMwLjAwMCw2Ljc0OSAwLjA5Niw2LjQ5OCAwLjI4OCw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-27 .prev:hover, .title-page .blocklist-27 .prev.hover, .title-page .blocklist-27 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMC4yODgsNi4zMDcgTDYuMzIyLDAuMjg3IEM2LjcwNiwtMC4wOTYgNy4zMjksLTAuMDk2IDcuNzEyLDAuMjg3IEM4LjA5NiwwLjY3MCA4LjA5NiwxLjI5MSA3LjcxMiwxLjY3NCBMMi4zNzMsNy4wMDAgTDcuNzEyLDEyLjMyNiBDOC4wOTYsMTIuNzA5IDguMDk2LDEzLjMzMCA3LjcxMiwxMy43MTMgQzcuMzI4LDE0LjA5NiA2LjcwNiwxNC4wOTYgNi4zMjIsMTMuNzEzIEwwLjI4OCw3LjY5MyBDMC4wOTYsNy41MDIgMC4wMDAsNy4yNTEgMC4wMDAsNy4wMDAgQzAuMDAwLDYuNzQ5IDAuMDk2LDYuNDk4IDAuMjg4LDYuMzA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzMwMzAzMCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.title-page .blocklist-27 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTcuNzEyLDYuMzA3IEwxLjY3OCwwLjI4NyBDMS4yOTQsLTAuMDk2IDAuNjcxLC0wLjA5NiAwLjI4OCwwLjI4NyBDLTAuMDk2LDAuNjcwIC0wLjA5NiwxLjI5MSAwLjI4OCwxLjY3NCBMNS42MjcsNy4wMDAgTDAuMjg4LDEyLjMyNiBDLTAuMDk2LDEyLjcwOSAtMC4wOTYsMTMuMzMwIDAuMjg4LDEzLjcxMyBDMC42NzIsMTQuMDk2IDEuMjk0LDE0LjA5NiAxLjY3OCwxMy43MTMgTDcuNzEyLDcuNjkzIEM3LjkwNCw3LjUwMiA4LjAwMCw3LjI1MSA4LjAwMCw3LjAwMCBDOC4wMDAsNi43NDkgNy45MDQsNi40OTggNy43MTIsNi4zMDcgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #fc5a01;
  box-sizing: border-box;
  text-align: center;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-27 .next:hover, .title-page .blocklist-27 .next.hover, .title-page .blocklist-27 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy43MTIsNi4zMDcgTDEuNjc4LDAuMjg3IEMxLjI5NCwtMC4wOTYgMC42NzEsLTAuMDk2IDAuMjg4LDAuMjg3IEMtMC4wOTYsMC42NzAgLTAuMDk2LDEuMjkxIDAuMjg4LDEuNjc0IEw1LjYyNyw3LjAwMCBMMC4yODgsMTIuMzI2IEMtMC4wOTYsMTIuNzA5IC0wLjA5NiwxMy4zMzAgMC4yODgsMTMuNzEzIEMwLjY3MiwxNC4wOTYgMS4yOTQsMTQuMDk2IDEuNjc4LDEzLjcxMyBMNy43MTIsNy42OTMgQzcuOTA0LDcuNTAyIDguMDAwLDcuMjUxIDguMDAwLDcuMDAwIEM4LjAwMCw2Ljc0OSA3LjkwNCw2LjQ5OCA3LjcxMiw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMzMDMwMzAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.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("../img/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("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-27 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -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;
  color: #000;
  text-align: left;
}
.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 {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.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: left;
}
.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;
}
.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 {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.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 {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.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%;
  text-align: left;
}
.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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.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%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  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;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.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 {
  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 {
  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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.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: #525252;
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-66 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../img/78.png") left calc(50% + 257px) top -458px / auto auto no-repeat;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .block-64 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("img/9999.png") left calc(50% + 835px) top -1px / auto auto no-repeat, url("../img/9999.png") left calc(50% - 801px) top -12px / auto auto no-repeat;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .block-65 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-top: 113px;
  padding-bottom: 0.02px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-63 .layout_97 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-63 .layout_98 {
  -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-63 {
  margin: 0 12px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-bottom: 45px;
}
.title-page .widget-42 {
  margin: 41px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 50px;
}
.title-page .popover-wrap-98 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-98 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-98 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-98 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-98 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-98 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-98 .popover-body .s3_button_large:hover, .title-page .popover-wrap-98 .popover-body .s3_button_large.hover, .title-page .popover-wrap-98 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-98 .popover-body .s3_button_large:active, .title-page .popover-wrap-98 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-98 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-98 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-98 .popover-close:hover, .title-page .popover-wrap-98 .popover-close.hover, .title-page .popover-wrap-98 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-98 .popover-close:active, .title-page .popover-wrap-98 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-98 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-98 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-98 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-98 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-98 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-98 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-98 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 28px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-98 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fc5f02;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 14px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-98 .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-98 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-98 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-98 .body {
  margin: 0 -25px;
  box-sizing: border-box;
}
.title-page .blocklist-98 .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-98 .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-98 .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-98 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-98 .item {
  padding: 20px 22px;
  margin: 25px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .blocklist-98 .text {
  border: none;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #787878;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-98 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-98 .image {
  margin: 4px 25px auto 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
}
.title-page .blocklist-98 .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-98 .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-98 .img-convert {
  border: 2px solid #fd7507;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  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: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.03);
}
.title-page .blocklist-98 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-98 .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-98 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  text-decoration: none;
  font-size: 16px;
  margin-top: 0;
  padding-right: 0;
}
.title-page .blocklist-98 .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-98 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-98 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-98 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-98 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-98 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-98 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-98 .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-98 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-98 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-98 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-98 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-98 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-98 .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-98 .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-98 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../img/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-98 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../img/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-98 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-98 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-98 .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-98 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-98 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-98 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-98 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-98 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-98 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-98 .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-98 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-98 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-98 .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-98 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-98 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-98 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-98 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-98 .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-98 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-98 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-98 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-98 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-98 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .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-98 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-98 .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-98 .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-98 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-98 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .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-98 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-98 .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-98 .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-98 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-98 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-98 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .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-98 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-98 .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-98 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-98 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-98 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-98 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-98 .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-98 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-98 .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-98 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-98 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-98 :-ms-input-placeholder {
  color: #525252;
}
.title-page .widget-41 {
  padding: 311px 33px 33px;
  margin: -57px 0 auto;
  border: 1px solid rgba(191, 191, 191, 0.4);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 551px;
  width: 350px;
  background: url("../img/5.png") left calc(50% + 10px) top 24px / auto auto no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .popover-wrap-97 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-97 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-97 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-97 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-97 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-97 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-97 .popover-body .s3_button_large:hover, .title-page .popover-wrap-97 .popover-body .s3_button_large.hover, .title-page .popover-wrap-97 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-97 .popover-body .s3_button_large:active, .title-page .popover-wrap-97 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-97 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-97 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-97 .popover-close:hover, .title-page .popover-wrap-97 .popover-close.hover, .title-page .popover-wrap-97 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-97 .popover-close:active, .title-page .popover-wrap-97 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-97 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-97 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-97 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-97 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-97 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-97 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-97 .header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 28px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 900;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fc5f02;
}
.title-page .editable_block-97 .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;
}
.title-page .editable_block-97 .title {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fc5a01;
  text-decoration: none;
  font-weight: bold;
}
.title-page .editable_block-97 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-97 .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-97 .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-97 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-97 .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-97 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #787878;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 17px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-97 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-97 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-97 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-97 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-97 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-97 .more {
  box-sizing: border-box;
  margin-top: 26px;
  pointer-events: auto;
}
.title-page .editable_block-97 .more > a {
  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: 55px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  font-weight: normal;
  padding-left: 33px;
  padding-right: 33px;
}
.title-page .editable_block-97 .more > a:hover, .title-page .editable_block-97 .more > a.hover, .title-page .editable_block-97 .more > a.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
}
.title-page .editable_block-97 .more > a:active, .title-page .editable_block-97 .more > a.active {
  color: #000;
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
}
.title-page .editable_block-97 .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-97 .clear {
  clear: both;
}
.title-page .popover-container-97 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-97 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-97 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-97 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-97 .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-97 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-97 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-97 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-97 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-97 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .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-97 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-97 .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-97 .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-97 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-97 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .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-97 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-97 .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-97 .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-97 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-97 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-97 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .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-97 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-97 .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-97 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-97 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-97 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-97 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-97 .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-97 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-97 .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-97 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-97 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-97 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-11 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 518px;
  max-width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94));
  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;
  padding-top: 0.02px;
  padding-bottom: 8px;
}
.title-page .block-21 {
  margin: 64px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  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: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-19 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-19 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.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: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:active, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-19 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-19 .popover-close:hover, .title-page .popover-wrap-19 .popover-close.hover, .title-page .popover-wrap-19 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-19 .popover-close:active, .title-page .popover-wrap-19 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-19 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-19 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-19 .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: 17px;
  text-align: center;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-19 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-19 .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-19 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 33px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-19 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-19 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .bx-wrapper {
  max-width: 1176px;
}
.title-page .blocklist-19 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-19 .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: 1176px;
}
.title-page .blocklist-19 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-19 .item {
  padding: 33px 22px;
  margin: 109px 12px 88px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-self: auto;
}
.title-page .blocklist-19 .item:hover, .title-page .blocklist-19 .item.hover, .title-page .blocklist-19 .item.active {
  -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.05);
}
.title-page .blocklist-19 .text {
  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: #7a7a7a;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-19 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-19 .image {
  margin: -134px auto 5px;
  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;
  float: none;
  min-height: 243px;
  max-width: 100%;
  width: 243px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-19 .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-19 .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-19 .img-convert {
  border: 15px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  width: 300px;
  height: 243px;
  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: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  margin-bottom: 0;
}
.title-page .blocklist-19 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .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-19 .title {
  padding: 0.02px 0;
  border: none;
  font-weight: bold;
  margin-bottom: 14px;
  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: #231f1d;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .blocklist-19 .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-19 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 228px;
}
.title-page .blocklist-19 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 21px;
  align-self: auto;
}
.title-page .blocklist-19 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #7a7a7a;
  text-decoration: none;
  font-size: 14px;
  margin-right: 7px;
}
.title-page .blocklist-19 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 29px;
  font-weight: 900;
  -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 .blocklist-19 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #7a7a7a;
  text-decoration: none;
  font-size: 14px;
  margin-left: 3px;
}
.title-page .blocklist-19 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 19px;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .blocklist-19 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  background: none transparent;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  font-weight: normal;
  min-height: 47px;
  width: 157px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-19 .more > a:hover, .title-page .blocklist-19 .more > a.hover, .title-page .blocklist-19 .more > a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
}
.title-page .blocklist-19 .more > a:active, .title-page .blocklist-19 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5a01;
}
.title-page .blocklist-19 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-19 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-19 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-19 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 34px;
}
.title-page .blocklist-19 .all {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #50a20e;
  -moz-box-shadow: inset 0px 0px 0px 2px #50a20e;
  box-shadow: inset 0px 0px 0px 2px #50a20e;
  background: transparent;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 55px;
  width: 172px;
  font-weight: 500;
}
.title-page .blocklist-19 .all:hover, .title-page .blocklist-19 .all.hover, .title-page .blocklist-19 .all.active {
  color: #fff;
  background: #50a20e;
}
.title-page .blocklist-19 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 53px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-19 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTAuMjg4LDYuMzA3IEw2LjMyMiwwLjI4NyBDNi43MDYsLTAuMDk2IDcuMzI5LC0wLjA5NiA3LjcxMiwwLjI4NyBDOC4wOTYsMC42NzAgOC4wOTYsMS4yOTEgNy43MTIsMS42NzQgTDIuMzczLDcuMDAwIEw3LjcxMiwxMi4zMjYgQzguMDk2LDEyLjcwOSA4LjA5NiwxMy4zMzAgNy43MTIsMTMuNzEzIEM3LjMyOCwxNC4wOTYgNi43MDYsMTQuMDk2IDYuMzIyLDEzLjcxMyBMMC4yODgsNy42OTMgQzAuMDk2LDcuNTAyIDAuMDAwLDcuMjUxIDAuMDAwLDcuMDAwIEMwLjAwMCw2Ljc0OSAwLjA5Niw2LjQ5OCAwLjI4OCw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, #fda613 0%, #fda613 66.8%, #fc5e02 100%) #fc5a01;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-19 .prev:hover, .title-page .blocklist-19 .prev.hover, .title-page .blocklist-19 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMC4yODgsNi4zMDcgTDYuMzIyLDAuMjg3IEM2LjcwNiwtMC4wOTYgNy4zMjksLTAuMDk2IDcuNzEyLDAuMjg3IEM4LjA5NiwwLjY3MCA4LjA5NiwxLjI5MSA3LjcxMiwxLjY3NCBMMi4zNzMsNy4wMDAgTDcuNzEyLDEyLjMyNiBDOC4wOTYsMTIuNzA5IDguMDk2LDEzLjMzMCA3LjcxMiwxMy43MTMgQzcuMzI4LDE0LjA5NiA2LjcwNiwxNC4wOTYgNi4zMjIsMTMuNzEzIEwwLjI4OCw3LjY5MyBDMC4wOTYsNy41MDIgMC4wMDAsNy4yNTEgMC4wMDAsNy4wMDAgQzAuMDAwLDYuNzQ5IDAuMDk2LDYuNDk4IDAuMjg4LDYuMzA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, none #fc5e02;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5a01;
  box-shadow: inset 0px 0px 0px 2px #fc5a01;
}
.title-page .blocklist-19 .prev:active, .title-page .blocklist-19 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMC4yODgsNi4zMDcgTDYuMzIyLDAuMjg3IEM2LjcwNiwtMC4wOTYgNy4zMjksLTAuMDk2IDcuNzEyLDAuMjg3IEM4LjA5NiwwLjY3MCA4LjA5NiwxLjI5MSA3LjcxMiwxLjY3NCBMMi4zNzMsNy4wMDAgTDcuNzEyLDEyLjMyNiBDOC4wOTYsMTIuNzA5IDguMDk2LDEzLjMzMCA3LjcxMiwxMy43MTMgQzcuMzI4LDE0LjA5NiA2LjcwNiwxNC4wOTYgNi4zMjIsMTMuNzEzIEwwLjI4OCw3LjY5MyBDMC4wOTYsNy41MDIgMC4wMDAsNy4yNTEgMC4wMDAsNy4wMDAgQzAuMDAwLDYuNzQ5IDAuMDk2LDYuNDk4IDAuMjg4LDYuMzA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzJkMmQyYiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5c01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5c01;
  box-shadow: inset 0px 0px 0px 2px #fc5c01;
}
.title-page .blocklist-19 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTcuNzEyLDYuMzA3IEwxLjY3OCwwLjI4NyBDMS4yOTQsLTAuMDk2IDAuNjcxLC0wLjA5NiAwLjI4OCwwLjI4NyBDLTAuMDk2LDAuNjcwIC0wLjA5NiwxLjI5MSAwLjI4OCwxLjY3NCBMNS42MjcsNy4wMDAgTDAuMjg4LDEyLjMyNiBDLTAuMDk2LDEyLjcwOSAtMC4wOTYsMTMuMzMwIDAuMjg4LDEzLjcxMyBDMC42NzIsMTQuMDk2IDEuMjk0LDE0LjA5NiAxLjY3OCwxMy43MTMgTDcuNzEyLDcuNjkzIEM3LjkwNCw3LjUwMiA4LjAwMCw3LjI1MSA4LjAwMCw3LjAwMCBDOC4wMDAsNi43NDkgNy45MDQsNi40OTggNy43MTIsNi4zMDcgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, #fda613 0%, #fc5a01 99%) #fc5e02;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-19 .next:hover, .title-page .blocklist-19 .next.hover, .title-page .blocklist-19 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTcuNzEyLDYuMzA3IEwxLjY3OCwwLjI4NyBDMS4yOTQsLTAuMDk2IDAuNjcxLC0wLjA5NiAwLjI4OCwwLjI4NyBDLTAuMDk2LDAuNjcwIC0wLjA5NiwxLjI5MSAwLjI4OCwxLjY3NCBMNS42MjcsNy4wMDAgTDAuMjg4LDEyLjMyNiBDLTAuMDk2LDEyLjcwOSAtMC4wOTYsMTMuMzMwIDAuMjg4LDEzLjcxMyBDMC42NzIsMTQuMDk2IDEuMjk0LDE0LjA5NiAxLjY3OCwxMy43MTMgTDcuNzEyLDcuNjkzIEM3LjkwNCw3LjUwMiA4LjAwMCw3LjI1MSA4LjAwMCw3LjAwMCBDOC4wMDAsNi43NDkgNy45MDQsNi40OTggNy43MTIsNi4zMDcgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, none #fc5e02;
}
.title-page .blocklist-19 .next:active, .title-page .blocklist-19 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy43MTIsNi4zMDcgTDEuNjc4LDAuMjg3IEMxLjI5NCwtMC4wOTYgMC42NzEsLTAuMDk2IDAuMjg4LDAuMjg3IEMtMC4wOTYsMC42NzAgLTAuMDk2LDEuMjkxIDAuMjg4LDEuNjc0IEw1LjYyNyw3LjAwMCBMMC4yODgsMTIuMzI2IEMtMC4wOTYsMTIuNzA5IC0wLjA5NiwxMy4zMzAgMC4yODgsMTMuNzEzIEMwLjY3MiwxNC4wOTYgMS4yOTQsMTQuMDk2IDEuNjc4LDEzLjcxMyBMNy43MTIsNy42OTMgQzcuOTA0LDcuNTAyIDguMDAwLDcuMjUxIDguMDAwLDcuMDAwIEM4LjAwMCw2Ljc0OSA3LjkwNCw2LjQ5OCA3LjcxMiw2LjMwNyBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMyZDJkMmIiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5c01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5c01;
  box-shadow: inset 0px 0px 0px 2px #fc5c01;
}
.title-page .blocklist-19 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .bx-auto_controls {
  margin: auto 0 60px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
}
.title-page .blocklist-19 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-19 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-19 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-19 .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-19 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager a {
  margin: 2px 9px;
  border: 1px solid #fc5800;
  display: inline-block;
  width: 14px;
  min-height: 14px;
  background: transparent;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.07);
}
.title-page .blocklist-19 .bx-pager a:hover, .title-page .blocklist-19 .bx-pager a.hover, .title-page .blocklist-19 .bx-pager a.active {
  background: #fc5800;
}
.title-page .blocklist-19 .bx-pager a:active, .title-page .blocklist-19 .bx-pager a.active {
  border: 1px solid rgba(252, 88, 0, 0);
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 4px #fc5800;
  -moz-box-shadow: 0px 0px 0px 4px #fc5800;
  box-shadow: 0px 0px 0px 4px #fc5800;
}
.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 {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.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: left;
}
.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;
}
.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 {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.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 {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.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%;
  text-align: left;
}
.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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.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%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
  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;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.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 {
  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 {
  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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_upload {
  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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.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: #525252;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-4 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 760px;
  max-width: 100%;
  z-index: 3;
  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;
  text-decoration: none;
}
.title-page .block-57 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 22px;
  padding-bottom: 28px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-58 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding-right: 34px;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
}
.title-page .menu-37 .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-37 .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-37 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-37 .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-37 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../img/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-37 .menu-scroll > ul > li.delimiter {
  margin: 23px 2px auto;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 3px;
  min-height: 3px;
  background: #231f1d;
  box-sizing: border-box;
  text-align: center;
  align-self: auto;
}
.title-page .menu-37 .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-37 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fc5f02;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  align-self: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .menu-37 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-37 .menu-scroll > ul ul > li > a {
  padding: 12px 10px 12px 22px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
}
.title-page .menu-37 .menu-scroll > ul ul > li > a:hover, .title-page .menu-37 .menu-scroll > ul ul > li > a.hover, .title-page .menu-37 .menu-scroll > ul ul > li > a.active {
  background: rgba(255, 255, 255, 0.21);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .menu-37 .menu-scroll > ul ul > li > a:active, .title-page .menu-37 .menu-scroll > ul ul > li > a.active {
  background: rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
}
.title-page .menu-37 .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-37 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-37 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-37 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 22px;
  margin: 8px 0 auto;
  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: #231f1d;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-align: left;
  font-weight: normal;
  align-self: auto;
}
.title-page .menu-37 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-37 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-37 .menu-scroll > ul > li.menu-item > a.active {
  color: #fd8b0c;
}
.title-page .menu-37 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-37 .menu-scroll > ul > li.menu-item > a.active {
  color: #fd930e;
}
.title-page .menu-37 .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-37 .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-37 .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-37 .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-37 .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-37 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-37 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-37 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 0;
  margin: 2px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCAxOCA0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTYuMDAwLDQuMDAwIEMxNC44OTUsNC4wMDAgMTQuMDAwLDMuMTA1IDE0LjAwMCwyLjAwMCBDMTQuMDAwLDAuODk1IDE0Ljg5NSwtMC4wMDAgMTYuMDAwLC0wLjAwMCBDMTcuMTA1LC0wLjAwMCAxOC4wMDAsMC44OTUgMTguMDAwLDIuMDAwIEMxOC4wMDAsMy4xMDUgMTcuMTA1LDQuMDAwIDE2LjAwMCw0LjAwMCBaTTkuMDAwLDQuMDAwIEM3Ljg5NSw0LjAwMCA3LjAwMCwzLjEwNSA3LjAwMCwyLjAwMCBDNy4wMDAsMC44OTUgNy44OTUsLTAuMDAwIDkuMDAwLC0wLjAwMCBDMTAuMTA1LC0wLjAwMCAxMS4wMDAsMC44OTUgMTEuMDAwLDIuMDAwIEMxMS4wMDAsMy4xMDUgMTAuMTA1LDQuMDAwIDkuMDAwLDQuMDAwIFpNMi4wMDAsNC4wMDAgQzAuODk1LDQuMDAwIC0wLjAwMCwzLjEwNSAtMC4wMDAsMi4wMDAgQy0wLjAwMCwwLjg5NSAwLjg5NSwtMC4wMDAgMi4wMDAsLTAuMDAwIEMzLjEwNSwtMC4wMDAgNC4wMDAsMC44OTUgNC4wMDAsMi4wMDAgQzQuMDAwLDMuMTA1IDMuMTA1LDQuMDAwIDIuMDAwLDQuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2Y3NjEwNCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: #231f1d;
  font-size: 0;
  line-height: 1.4;
  -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;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fc6002;
  -moz-box-shadow: inset 0px 0px 0px 1px #fc6002;
  box-shadow: inset 0px 0px 0px 1px #fc6002;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  width: 40px;
  min-height: 40px;
}
.title-page .menu-37 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-37 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-37 .menu-scroll > ul > li.more-button > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCAxOCA0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTYuMDAwLDQuMDAwIEMxNC44OTUsNC4wMDAgMTQuMDAwLDMuMTA1IDE0LjAwMCwyLjAwMCBDMTQuMDAwLDAuODk1IDE0Ljg5NSwtMC4wMDAgMTYuMDAwLC0wLjAwMCBDMTcuMTA1LC0wLjAwMCAxOC4wMDAsMC44OTUgMTguMDAwLDIuMDAwIEMxOC4wMDAsMy4xMDUgMTcuMTA1LDQuMDAwIDE2LjAwMCw0LjAwMCBaTTkuMDAwLDQuMDAwIEM3Ljg5NSw0LjAwMCA3LjAwMCwzLjEwNSA3LjAwMCwyLjAwMCBDNy4wMDAsMC44OTUgNy44OTUsLTAuMDAwIDkuMDAwLC0wLjAwMCBDMTAuMTA1LC0wLjAwMCAxMS4wMDAsMC44OTUgMTEuMDAwLDIuMDAwIEMxMS4wMDAsMy4xMDUgMTAuMTA1LDQuMDAwIDkuMDAwLDQuMDAwIFpNMi4wMDAsNC4wMDAgQzAuODk1LDQuMDAwIC0wLjAwMCwzLjEwNSAtMC4wMDAsMi4wMDAgQy0wLjAwMCwwLjg5NSAwLjg5NSwtMC4wMDAgMi4wMDAsLTAuMDAwIEMzLjEwNSwtMC4wMDAgNC4wMDAsMC44OTUgNC4wMDAsMi4wMDAgQzQuMDAwLDMuMTA1IDMuMTA1LDQuMDAwIDIuMDAwLDQuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #fc5f02;
}
.title-page .menu-37 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-37 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-37 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-62 {
  margin: 20px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url("../img/444.jpg") left 50% top 0px / auto auto no-repeat;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .block-59 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 593px;
  background: url("../img/78.png") left calc(50% + 258px) bottom -350px / auto auto no-repeat, url("../img/333333.png") left calc(50% + 134px) top calc(50% + 179px) / auto auto no-repeat;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 73px;
}
.title-page .block-10 {
  margin: 3px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 394px;
  padding-left: 0;
}
.title-page .widget-40 {
  padding: 12px 33px 5px;
  margin: 32px 0 -133px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 583px;
  min-width: 583px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
  background: #fff;
  -webkit-border-radius: 18px 18px 0px 0px;
  -moz-border-radius: 18px 18px 0px 0px;
  border-radius: 18px 18px 0px 0px;
}
.title-page .popover-wrap-95 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-95 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-95 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-95 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large:hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-95 .popover-body .s3_button_large:active, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-95 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-95 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-95 .popover-close:hover, .title-page .popover-wrap-95 .popover-close.hover, .title-page .popover-wrap-95 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-95 .popover-close:active, .title-page .popover-wrap-95 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-95 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-95 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-95 .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-95 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .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-95 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-95 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .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-95 .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-95 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-95 .item {
  margin: 20px 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: block;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-95 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-95 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-95 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 15px;
  margin-left: 0;
  width: 66px;
  min-height: 55px;
}
.title-page .blocklist-95 .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-95 .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-95 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-95 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .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-95 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #160a04;
  line-height: 1.5;
  text-decoration: none;
  font-size: 17px;
  margin-top: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-95 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-95 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-95 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-95 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-95 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-95 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-95 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-95 .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-95 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-95 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-95 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-95 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-95 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .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-95 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../img/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-95 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../img/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-95 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-95 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-95 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-95 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-95 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../img/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-95 .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-95 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-95 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-95 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-95 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-95 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-95 .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-95 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-95 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-95 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-95 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-95 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-95 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-95 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-95 .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-95 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-95 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-95 .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-95 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-95 .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-95 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-95 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-95 :-ms-input-placeholder {
  color: #525252;
}
.title-page .widget-7 {
  margin: 0 -187px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  max-width: 100%;
  padding-left: 22px;
  right: 0;
  -webkit-border-radius: 0px 0px 16px 16px;
  -moz-border-radius: 0px 0px 16px 16px;
  border-radius: 0px 0px 16px 16px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-15 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-15 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-15 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:active, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-15 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-15 .popover-close:hover, .title-page .popover-wrap-15 .popover-close.hover, .title-page .popover-wrap-15 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-15 .popover-close:active, .title-page .popover-wrap-15 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-15 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-15 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-15 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-15 .body {
  padding: 30px 33px 44px 0;
  border: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-border-radius: 0px 0px 9px 9px;
  -moz-border-radius: 0px 0px 9px 9px;
  border-radius: 0px 0px 9px 9px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 25px;
}
.title-page .editable_block-15 .title {
  margin: 0 0 -3px;
  border: none;
  box-sizing: border-box;
  font-size: 82px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #fda212;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  width: auto;
}
.title-page .editable_block-15 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-15 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-15 .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-15 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-15 .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-15 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #d4d4d4;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  margin-top: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 98px;
  width: auto;
  margin-left: 0;
  margin-right: 211px;
  font-weight: 300;
}
.title-page .editable_block-15 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-15 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-15 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-15 .more {
  box-sizing: border-box;
  margin-top: 33px;
  pointer-events: auto;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
.title-page .editable_block-15 .more > a {
  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: 55px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  font-weight: normal;
  width: 227px;
  margin-left: 0;
}
.title-page .editable_block-15 .more > a:hover, .title-page .editable_block-15 .more > a.hover, .title-page .editable_block-15 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  background: none #fc5800;
}
.title-page .editable_block-15 .more > a:active, .title-page .editable_block-15 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  background: none transparent;
}
.title-page .editable_block-15 .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-15 .clear {
  clear: both;
}
.title-page .popover-container-15 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-15 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-15 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-15 .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-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-15 .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-15 .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-15 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-15 .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-15 .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-15 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-15 .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-15 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-15 .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-15 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-15 .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-15 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-15 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-15 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-7 .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-7 .layout_14 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 {
  margin: 33px auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  max-width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .block-8 .layout_11 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 .layout_13 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 469px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .widget-6 {
  margin: 12px 15px auto 6px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 140px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 55px;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-weight: normal;
}
.title-page .widget-6:hover, .title-page .widget-6.hover, .title-page .widget-6.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px 0px rgba(255, 132, 0, 0.49);
}
.title-page .widget-6:active, .title-page .widget-6.active {
  color: #000;
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
}
.title-page .popover-wrap-13 .popover-body {
  padding: 9px 33px 44px;
  border: 9px solid rgba(59, 59, 59, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 12px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_text input {
  padding: 9px 8px 9px 22px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 42px;
  background: #fff;
}
.title-page .popover-wrap-13 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-13 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to right, rgba(255, 244, 38, 0.51) 0%, rgba(3, 96, 120, 0) 99%) #fc5800;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 52px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 240px;
  margin-top: 8px;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large:hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
  background: none #fc5800;
  -webkit-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  -moz-box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
  box-shadow: 0 0 0 transparent, 0px 6px 20px rgba(255, 132, 0, 0.49);
}
.title-page .popover-wrap-13 .popover-body .s3_button_large:active, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fc5800, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-13 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fc5a01;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-13 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #f50;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-13 .popover-close:hover, .title-page .popover-wrap-13 .popover-close.hover, .title-page .popover-wrap-13 .popover-close.active {
  border: 3px solid #f50;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.29);
}
.title-page .popover-wrap-13 .popover-close:active, .title-page .popover-wrap-13 .popover-close.active {
  border: 3px solid #fff;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../../../../widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-13 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-13 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-13 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-13 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-13 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 500;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 4px;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .popover-wrap-13 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-13 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-13 .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-13 .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: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-left: 12px;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-13 .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-13 ::-webkit-input-placeholder {
  color: #525252;
}
.title-page .popover-wrap-13 ::-moz-placeholder {
  color: #525252;
}
.title-page .popover-wrap-13 :-ms-input-placeholder {
  color: #525252;
}
.title-page .block-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 247px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .schedule-10 p:first-child {
  margin-top: 0;
}
.title-page .schedule-10 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-10 .header {
  box-sizing: border-box;
}
.title-page .schedule-10 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-10 .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 .schedule-10 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-10 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-10 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-10 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-10 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #292929;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  margin-left: -1px;
  padding-left: 49px;
  font-weight: 300;
}
.title-page .schedule-10 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-10 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-4 {
  margin: 10px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 263px;
  min-height: 0;
}
.title-page .phones-9 p:first-child {
  margin-top: 0;
}
.title-page .phones-9 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-9 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-9 .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-9 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 33px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMzAgMzAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0yNS42MDAsNC4zOTUgQzIyLjc2NywxLjU2MiAxOS4wMDIsLTAuMDAwIDE0Ljk5NywtMC4wMDAgQzEwLjk5MiwtMC4wMDAgNy4yMjcsMS41NjIgNC4zOTQsNC4zOTUgQzEuNTYxLDcuMjI4IC0wLjAwMCwxMC45OTQgLTAuMDAwLDE1LjAwMCBDLTAuMDAwLDE5LjAwNiAxLjU2MSwyMi43NzIgNC4zOTQsMjUuNjA1IEM3LjIyNywyOC40MzggMTAuOTkyLDMwLjAwMCAxNC45OTcsMzAuMDAwIEMxNy4zMjQsMzAuMDAwIDE5LjQ0NywyOS41NjggMjEuMTMxLDI4Ljc1OSBDMjIuNzMwLDI3Ljk4OCAyMy44OTAsMjYuODgzIDI0LjQwMiwyNS42NTQgQzI1LjAxMywyNC4xNzkgMjQuNjY4LDIyLjY0MiAyMy40NTgsMjEuNDMyIEwyMy40MTUsMjEuMzg5IEMyMy40MzMsMjEuMzY0IDIzLjQ1OCwyMS4zNDYgMjMuNDc3LDIxLjMyNyBDMjQuMzQxLDIwLjQyMCAyNC4zNDEsMTkuMjI4IDIzLjQ2NCwxOC4zNTIgTDIxLjMyOSwxNi4yMTYgQzIwLjkwOSwxNS43ODQgMjAuNDAzLDE1LjU0OSAxOS44NjYsMTUuNTQ5IEMxOS4zMjksMTUuNTQ5IDE4LjgxNywxNS43NzggMTguMzg1LDE2LjIxMCBMMTcuMjc0LDE3LjMyMSBDMTcuMjE5LDE3LjI5MCAxNy4xNjksMTcuMjY1IDE3LjExNCwxNy4yNDEgQzE2Ljk3OCwxNy4xNzMgMTYuODU1LDE3LjExMSAxNi43NTAsMTcuMDQzIEMxNS42MjAsMTYuMzI3IDE0LjU5NiwxNS4zODkgMTMuNjE0LDE0LjE4NSBDMTMuMTgyLDEzLjY0MiAxMi44ODYsMTMuMTc5IDEyLjY2NCwxMi43MjIgQzEyLjk0MiwxMi40NjMgMTMuMjAxLDEyLjE5OCAxMy40NTQsMTEuOTM4IEMxMy41NTksMTEuODI3IDEzLjY3MCwxMS43MjIgMTMuNzgxLDExLjYxMSBDMTQuNjg4LDEwLjcwNCAxNC42ODgsOS41MzEgMTMuNzgxLDguNjIzIEwxMi43MjYsNy41NjggQzEyLjYwMiw3LjQ0NCAxMi40ODUsNy4zMjcgMTIuMzY4LDcuMjA0IEMxMi4xMzMsNi45NjMgMTEuODkzLDYuNzE2IDExLjYzMyw2LjQ3NSBDMTEuMjE0LDYuMDYyIDEwLjcxNCw1Ljg0NiAxMC4xODMsNS44NDYgQzkuNjUyLDUuODQ2IDkuMTQ2LDYuMDYyIDguNzE0LDYuNDc1IEM4LjcwOCw2LjQ4MSA4LjcwOCw2LjQ4MSA4LjcwMiw2LjQ4OCBMNy4zNzUsNy44MTUgQzYuODQ0LDguMzQ2IDYuNTM2LDkuMDAwIDYuNDc0LDkuNzUzIEM2LjM4MSwxMC45MjYgNi43MjEsMTIuMDEyIDYuOTg2LDEyLjcyMiBDNy42MjIsMTQuNDM4IDguNTcyLDE2LjAzMSA5Ljk4NiwxNy43MzUgQzExLjcwMSwxOS43ODQgMTMuNzY5LDIxLjQwNyAxNi4xMzIsMjIuNTQ5IEMxNy4wNDAsMjIuOTgxIDE4LjI1NiwyMy40ODggMTkuNjI2LDIzLjU4MCBDMTkuNzEyLDIzLjU4NiAxOS43OTgsMjMuNTg2IDE5Ljg4NSwyMy41ODYgQzIwLjg0MSwyMy41ODYgMjEuNjUwLDIzLjI0MSAyMi4yNzksMjIuNTU2IEMyMi4yODYsMjIuNTQ5IDIyLjI5OCwyMi41MzcgMjIuMzA0LDIyLjUzMSBDMjIuMzIzLDIyLjUwNiAyMi4zNDcsMjIuNDgyIDIyLjM3MiwyMi40NTcgTDIyLjQwOSwyMi40OTQgQzIzLjE5OSwyMy4yODQgMjMuNDE1LDI0LjE4NSAyMy4wMzIsMjUuMTA1IEMyMi4zMjMsMjYuNzkwIDE5LjU2NCwyOC41MTkgMTQuOTk3LDI4LjUxOSBDNy41NDIsMjguNTE5IDEuNDgxLDIyLjQ1NyAxLjQ4MSwxNS4wMDAgQzEuNDgxLDcuNTQzIDcuNTQyLDEuNDgxIDE0Ljk5NywxLjQ4MSBDMjIuNDUyLDEuNDgxIDI4LjUxMyw3LjU0MyAyOC41MTMsMTUuMDAwIEMyOC41MTMsMTYuMjI4IDI4LjM0NiwxNy40MzggMjguMDI1LDE4LjYwNSBDMjcuOTE0LDE5LjAwMCAyOC4xNDksMTkuNDA3IDI4LjU0NCwxOS41MTkgQzI4LjkzOSwxOS42MzAgMjkuMzQ2LDE5LjM5NSAyOS40NTcsMTkuMDAwIEMyOS44MTUsMTcuNzA0IDMwLjAwMCwxNi4zNTggMzAuMDAwLDE1LjAwMCBDMjkuOTk0LDEwLjk5NCAyOC40MzIsNy4yMjggMjUuNjAwLDQuMzk1IFpNMjEuMTgxLDIxLjU0OSBDMjAuODI5LDIxLjkyNiAyMC40MzQsMjIuMDkzIDE5Ljg4NSwyMi4wOTMgQzE5LjgyOSwyMi4wOTMgMTkuNzc0LDIyLjA5MyAxOS43MTgsMjIuMDg2IEMxOC42MDcsMjIuMDEyIDE3LjU1OCwyMS41NzQgMTYuNzc0LDIxLjE5OCBDMTQuNjA4LDIwLjE0OCAxMi43MDcsMTguNjYxIDExLjEyNywxNi43NzIgQzkuODI1LDE1LjIwNCA4Ljk1NSwxMy43NTMgOC4zNzUsMTIuMTk4IEM4LjAyOSwxMS4yNTkgNy45MDAsMTAuNTQzIDcuOTQ5LDkuODY0IEM3Ljk4Niw5LjQ2MyA4LjEzNCw5LjEzNiA4LjQyNCw4Ljg1MiBMOS43NTEsNy41MzEgQzkuODU2LDcuNDMyIDEwLjAxNiw3LjMxNSAxMC4xODksNy4zMTUgQzEwLjM2Miw3LjMxNSAxMC41MTAsNy40MjYgMTAuNjAzLDcuNTI1IEMxMC42MDksNy41MzEgMTAuNjE1LDcuNTM3IDEwLjYyMSw3LjU0MyBDMTAuODU2LDcuNzU5IDExLjA3OCw3Ljk4OCAxMS4zMTIsOC4yMjggQzExLjQzNiw4LjM1MiAxMS41NTksOC40ODEgMTEuNjgzLDguNjA1IEwxMi43MzgsOS42NjAgQzEzLjA2NSw5Ljk4OCAxMy4wNjUsMTAuMjI4IDEyLjczOCwxMC41NTYgQzEyLjYyNywxMC42NjcgMTIuNTE2LDEwLjc3OCAxMi40MDUsMTAuODg5IEMxMi4wNzgsMTEuMjE2IDExLjc3NSwxMS41MzEgMTEuNDQyLDExLjgyNyBDMTEuNDMwLDExLjgzMyAxMS40MjQsMTEuODQ2IDExLjQxMSwxMS44NTggQzEwLjk0OCwxMi4zMjEgMTEuMTA5LDEyLjgwMiAxMS4xNTgsMTIuOTYzIEMxMS4xNjQsMTIuOTgxIDExLjE3MSwxMi45OTQgMTEuMTc3LDEzLjAxMiBDMTEuNDYxLDEzLjY5OCAxMS44NTYsMTQuMzQwIDEyLjQ2MCwxNS4xMDUgTDEyLjQ2NywxNS4xMTEgQzEzLjU1MywxNi40NTEgMTQuNjk1LDE3LjQ4OCAxNS45NjAsMTguMjkwIEMxNi4xMjYsMTguMzk1IDE2LjI5MywxOC40ODEgMTYuNDUzLDE4LjU2MiBDMTYuNTg5LDE4LjYzMCAxNi43MTMsMTguNjkxIDE2LjgxOCwxOC43NTkgQzE2LjgzNiwxOC43NzIgMTYuODYxLDE4Ljc4NCAxNi44ODUsMTguNzk2IEMxNy4wNDYsMTguODc3IDE3LjIwNiwxOC45MTQgMTcuMzY3LDE4LjkxNCBDMTcuNjM4LDE4LjkxNCAxNy44OTEsMTguODAyIDE4LjEwNywxOC41ODAgTDE5LjQzNCwxNy4yNTMgQzE5LjUzOSwxNy4xNDggMTkuNjkzLDE3LjAyNSAxOS44NjYsMTcuMDI1IEMyMC4wMjcsMTcuMDI1IDIwLjE3NSwxNy4xNDIgMjAuMjY3LDE3LjI0MSBDMjAuMjc0LDE3LjI0NyAyMC4yNzQsMTcuMjQ3IDIwLjI4MCwxNy4yNTMgTDIyLjQxNSwxOS4zODkgQzIyLjcxOCwxOS42OTEgMjIuNzE4LDE5Ljk2OSAyMi40MDMsMjAuMjk2IEwyMi4zOTcsMjAuMzAyIEMyMi4yNTUsMjAuNDU3IDIyLjEwMCwyMC42MDUgMjEuOTM0LDIwLjc2NSBDMjEuNjg3LDIxLjAwNiAyMS40MjgsMjEuMjU5IDIxLjE4MSwyMS41NDkgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmY4YzAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  margin-right: 12px;
  min-height: 33px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-9 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-9 .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-9 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-9 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto Slab, serif;
  color: #291e29;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  margin-top: 6px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-9 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-9 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-9 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-left: 0;
}
.title-page .widget-3 {
  margin: 10px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #808080;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 433px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-2 {
  margin: 12px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 400px;
  min-height: 0;
  font-size: 25px;
}
.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: Roboto, sans-serif;
  color: #2b2b2b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-6 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-15 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-38 .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-38 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 280px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  right: 0;
  padding-top: 51px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Montserrat, sans-serif;
}
.title-page .side-panel-38 .side-panel-close {
  border: 4px solid #fff;
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 44px;
  min-height: 44px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMyNTI1MjQ7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTIuMDAwLDExLjAwMCBMMTAuMDAwLDExLjAwMCBMNi4wMDAsNi42MDAgTDIuMDAwLDExLjAwMCBMLTAuMDAwLDExLjAwMCBMNS4wMDAsNS41MDAgTC0wLjAwMCwtMC4wMDAgTDIuMDAwLC0wLjAwMCBMNi4wMDAsNC40MDAgTDEwLjAwMCwtMC4wMDAgTDEyLjAwMCwtMC4wMDAgTDcuMDAwLDUuNTAwIEwxMi4wMDAsMTEuMDAwIFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #ffd500;
  cursor: pointer;
  right: 100%;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-left: 12px;
  margin-right: -21px;
}
.title-page .side-panel-38 .side-panel-close:hover, .title-page .side-panel-38 .side-panel-close.hover, .title-page .side-panel-38 .side-panel-close.active {
  border: 4px solid #ffd500;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMyNTI1MjQ7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTIuMDAwLDExLjAwMCBMMTAuMDAwLDExLjAwMCBMNi4wMDAsNi42MDAgTDIuMDAwLDExLjAwMCBMLTAuMDAwLDExLjAwMCBMNS4wMDAsNS41MDAgTC0wLjAwMCwtMC4wMDAgTDIuMDAwLC0wLjAwMCBMNi4wMDAsNC40MDAgTDEwLjAwMCwtMC4wMDAgTDEyLjAwMCwtMC4wMDAgTDcuMDAwLDUuNTAwIEwxMi4wMDAsMTEuMDAwIFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #fff;
}
.title-page .side-panel-38 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-38 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 1200px;
  max-width: 100%;
  margin-top: 54px;
  min-height: 33px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .side-panel-38 .side-panel-button {
  padding: 13px 12px 9px;
  border: 2px solid #ffd500;
  box-sizing: border-box;
  font-size: 0;
  width: 50px;
  min-height: 50px;
  background: #4a9f05;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.title-page .side-panel-38 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-38 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-38 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-45 .layout_center_72_id_90_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-45 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 46px;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .widget-33 {
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .up-90 .icon {
    margin: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-46 {
    background: none;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-47 {
    background: none;
    margin-bottom: 0;
  }
  .title-page .block-48 {
    min-height: -83px;
    margin-top: 120px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-49 {
    margin-top: -95px;
  }
  .title-page .block-50 .layout_78 {
    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-50 .layout_80 {
    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-50 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-51 {
    margin-left: 0;
    background: none;
  }
  .title-page .widget-27 {
    color: #1f1f1f;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    display: block;
  }
  .title-page .block-52 {
    margin-top: 30px;
    background: none;
  }
  .title-page .widget-28 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-29 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-53 .layout_84 {
    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-53 .layout_89 {
    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-53 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 43px;
    margin-left: 0;
    margin-right: 0;
    border-top: 0px dotted rgba(255, 255, 255, 0.3);
    border-right: 0px dotted rgba(255, 255, 255, 0.3);
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
    border-left: 0px dotted rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 0.02px;
    padding-bottom: 13px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .text-4 {
    margin-top: -9px;
    margin-bottom: 25px;
    text-align: center;
    width: auto;
    right: 0;
  }
  .title-page .block-54 .layout_85 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_86 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_87 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 {
    text-align: center;
    margin-top: -13px;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 0.02px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-30 {
    text-align: center;
    width: 212px;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .title-page .email-85 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-85 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .email-85 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .email-85 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .email-85 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-31 {
    width: 212px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-86 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-86 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-86 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-86 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-86 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-32 {
    width: 212px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .address-87 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-87 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .address-87 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .address-87 .text_body {
    padding-right: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-44 .layout_69_id_71 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-44 {
    padding-top: 65px;
    padding-bottom: 111px;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .widget-26 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 33px;
    padding-right: 33px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .form-71 .form__header {
    background: none;
  }
  .title-page .form-71 .form-item-group {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .form-71 .form-select select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
  }
  .title-page .form-71 .form-checkbox {
    margin-top: 8px;
    align-self: auto;
  }
  .title-page .form-71 .form-checkbox .form-item__body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .form-71 .form-radio {
    margin-top: 7px;
    align-self: auto;
    margin-right: 12px;
    margin-left: 12px;
  }
  .title-page .form-71 .form-radio .form-item__body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-71 .form-div {
    text-align: left;
  }
  .title-page .form-71 .form-html .form-item__body {
    margin-top: 12px;
  }
  .title-page .block-38 {
    background: none;
    padding-bottom: 26px;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-39 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-22 {
    margin-bottom: 0;
    padding-top: 44px;
    background: none;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    display: block;
  }
  .title-page .popover-wrap-62 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-62 .popover-body .s3_button_large:hover, .title-page .popover-wrap-62 .popover-body .s3_button_large.hover, .title-page .popover-wrap-62 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .blocklist-62 .header {
    background: none;
  }
  .title-page .blocklist-62 .body-outer {
    width: auto;
  }
  .title-page .blocklist-62 .body {
    width: auto;
    margin-left: -3px;
    margin-right: -3px;
  }
  .title-page .blocklist-62 .bx-wrapper {
    max-width: 714px;
  }
  .title-page .blocklist-62 .list {
    width: 714px;
  }
  .title-page .blocklist-62 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-62 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .title-page .blocklist-62 .image {
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-62 .img-convert {
    background: none;
  }
  .title-page .blocklist-62 .bx-pager-wrap {
    display: none;
  }
  .title-page .popover-wrap-62 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-62 .popover-body .form_div h2:hover, .title-page .popover-wrap-62 .popover-body .form_div h2.hover, .title-page .popover-wrap-62 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-35 {
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-36 {
    padding-top: 46px;
    padding-bottom: 30px;
  }
  .title-page .block-37 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-21 {
    margin-bottom: 0;
    padding-bottom: 37px;
    display: block;
  }
  .title-page .popover-wrap-59 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-59 .popover-body .s3_button_large:hover, .title-page .popover-wrap-59 .popover-body .s3_button_large.hover, .title-page .popover-wrap-59 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .blocklist-59 .header {
    background: none;
  }
  .title-page .blocklist-59 .body-outer {
    width: auto;
  }
  .title-page .blocklist-59 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-59 .list {
    width: 708px;
  }
  .title-page .blocklist-59 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-59 .item {
    width: 265px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 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;
    flex-basis: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-59 .image {
    float: none;
    min-height: 359px;
    width: 264px;
  }
  .title-page .blocklist-59 .img-convert {
    height: 366px;
  }
  .title-page .blocklist-59 .controls {
    margin-right: 12px;
    margin-top: 12px;
  }
  .title-page .blocklist-59 .bx-pager-wrap {
    display: none;
  }
  .title-page .popover-wrap-59 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-59 .popover-body .form_div h2:hover, .title-page .popover-wrap-59 .popover-body .form_div h2.hover, .title-page .popover-wrap-59 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-29 {
    padding-top: 29px;
    padding-bottom: 7px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-30 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-18 {
    margin-top: 23px;
    margin-bottom: 51px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-47 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-47 .popover-body .s3_button_large:hover, .title-page .popover-wrap-47 .popover-body .s3_button_large.hover, .title-page .popover-wrap-47 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .blocklist-47 .header {
    margin-bottom: 28px;
    background: none;
  }
  .title-page .blocklist-47 .description {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .title-page .blocklist-47 .body-outer {
    width: auto;
  }
  .title-page .blocklist-47 .body {
    width: auto;
    margin-right: -9px;
    margin-left: -9px;
  }
  .title-page .blocklist-47 .bx-wrapper {
    max-width: 698px;
  }
  .title-page .blocklist-47 .list {
    width: 698px;
  }
  .title-page .blocklist-47 .item {
    margin: 43px 9px 20px;
    background: none;
  }
  .title-page .blocklist-47 .image {
    margin-bottom: 0;
  }
  .title-page .blocklist-47 .img-convert {
    background: none;
  }
  .title-page .blocklist-47 .title {
    margin-bottom: 18px;
  }
  .title-page .blocklist-47 .controls {
    margin-top: 55px;
    width: auto;
  }
  .title-page .blocklist-47 .pager-wrap {
    display: none;
  }
  .title-page .popover-wrap-47 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-47 .popover-body .form_div h2:hover, .title-page .popover-wrap-47 .popover-body .form_div h2.hover, .title-page .popover-wrap-47 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-16 {
    margin-top: -35px;
    padding-top: 53px;
    padding-left: 44px;
    padding-right: 44px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-70 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-11 {
    background: url("../img/procent.png") left calc(50% - 167px) top 11px / auto auto no-repeat, url("../img/54630832_22.jpg") left calc(50% - 264px) top calc(50% - 63px) / 800px no-repeat, linear-gradient(to right, rgba(254, 218, 39, 0) 56.4%, #fff 56.7%);
    padding-bottom: 23px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-11:hover, .title-page .widget-11.hover, .title-page .widget-11.active {
    background: linear-gradient(to right, rgba(254, 218, 39, 0) 56.4%, #fff 56.7%), url("../img/procent.png") left calc(50% - 167px) top 11px / auto auto no-repeat, url("../img/54630832_22.jpg") left calc(50% - 264px) top calc(50% - 63px) / 800px no-repeat;
  }
  .title-page .popover-wrap-27 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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 {
    font-weight: 500;
  }
  .title-page .blocklist-27 .header {
    margin-left: 0;
  }
  .title-page .blocklist-27 .body-outer {
    background: none;
  }
  .title-page .blocklist-27 .body {
    width: auto;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 610px;
  }
  .title-page .blocklist-27 .list {
    width: 610px;
  }
  .title-page .blocklist-27 .item {
    margin: 46px 55px 42px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-right: 0;
    text-align: center;
  }
  .title-page .blocklist-27 .image {
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
    max-width: 100%;
    display: none;
    background: none;
  }
  .title-page .blocklist-27 .item-label {
    background: none;
  }
  .title-page .blocklist-27 .img-convert {
    background: none;
  }
  .title-page .blocklist-27 .title {
    font-size: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-right: 0;
    text-align: center;
  }
  .title-page .blocklist-27 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-27 .footer {
    margin-left: 494px;
  }
  .title-page .blocklist-27 .controls {
    margin-bottom: 100px;
    left: 50%;
    width: auto;
    margin-left: -44px;
  }
  .title-page .popover-wrap-27 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-27 .popover-body .form_div h2:hover, .title-page .popover-wrap-27 .popover-body .form_div h2.hover, .title-page .popover-wrap-27 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-66 {
    background: url("../img/78.png") left calc(50% + 346px) top -381px / 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-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-64 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-65 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-63 .layout_97 {
    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-63 .layout_98 {
    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-63 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-42 {
    padding: 62px 33px 11px;
    margin-top: 0;
  }
  .title-page .popover-wrap-98 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-98 .popover-body .s3_button_large:hover, .title-page .popover-wrap-98 .popover-body .s3_button_large.hover, .title-page .popover-wrap-98 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .blocklist-98 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-98 .body-outer {
    width: auto;
  }
  .title-page .blocklist-98 .body {
    width: auto;
  }
  .title-page .blocklist-98 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
    margin-top: 12px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    background: none;
  }
  .title-page .blocklist-98 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    text-align: center;
  }
  .title-page .blocklist-98 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-98 .img-convert {
    background: none;
  }
  .title-page .blocklist-98 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 11px;
    text-align: center;
  }
  .title-page .popover-wrap-98 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-98 .popover-body .form_div h2:hover, .title-page .popover-wrap-98 .popover-body .form_div h2.hover, .title-page .popover-wrap-98 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .widget-41 {
    margin-top: -117px;
    width: auto;
    padding-bottom: 64px;
    padding-right: 55px;
    -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;
    right: 0;
    padding-left: 55px;
  }
  .title-page .popover-wrap-97 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-97 .popover-body .s3_button_large:hover, .title-page .popover-wrap-97 .popover-body .s3_button_large.hover, .title-page .popover-wrap-97 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .editable_block-97 .header {
    background: url("../img/33.png") left 50% bottom 0px / auto auto no-repeat;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 27px;
  }
  .title-page .editable_block-97 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-97 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-97 .text {
    background: none;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-97 .more {
    clear: none;
    margin-top: 6px;
    text-align: center;
  }
  .title-page .popover-wrap-97 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-97 .popover-body .form_div h2:hover, .title-page .popover-wrap-97 .popover-body .form_div h2.hover, .title-page .popover-wrap-97 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-11 {
    min-height: 368px;
    padding-top: 25px;
    padding-bottom: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-21 {
    width: auto;
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 66px;
    padding-right: 66px;
    padding-bottom: 59px;
  }
  .title-page .widget-8 {
    padding-bottom: 0.02px;
    display: block;
  }
  .title-page .popover-wrap-19 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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 {
    font-weight: 500;
  }
  .title-page .blocklist-19 .header {
    background: none;
  }
  .title-page .blocklist-19 .header_text {
    background: none;
  }
  .title-page .blocklist-19 .body-outer {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-19 .body {
    width: auto;
  }
  .title-page .blocklist-19 .bx-wrapper {
    max-width: 612px;
  }
  .title-page .blocklist-19 .list {
    width: 612px;
  }
  .title-page .blocklist-19 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-19 .item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 88px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-bottom: 0;
  }
  .title-page .blocklist-19 .item:hover, .title-page .blocklist-19 .item.hover, .title-page .blocklist-19 .item.active {
    -webkit-box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .title-page .blocklist-19 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-19 .image {
    margin-bottom: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-19 .img-convert {
    background: none;
  }
  .title-page .blocklist-19 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-19 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-19 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-19 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-19 .controls {
    margin-top: 115px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-19 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-19 .popover-body .form_div h2:hover, .title-page .popover-wrap-19 .popover-body .form_div h2.hover, .title-page .popover-wrap-19 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-4 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-57 {
    background: none;
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-58 {
    width: auto;
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-62 {
    background: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url("../img/444.jpg") left calc(50% + 14px) top 0px / auto auto no-repeat;
    margin-top: -16px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-59 {
    min-height: 474px;
    background: url("../img/78.png") left calc(50% + 346px) bottom -429px / auto auto no-repeat, url("../img/333333.png") left calc(50% + 412px) top calc(50% + 138px) / 394px no-repeat;
    padding-bottom: 0.02px;
  }
  .title-page .block-10 {
    border: none;
    width: auto;
    background: none;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-40 {
    width: 600px;
    min-width: 600px;
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-95 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-95 .popover-body .s3_button_large:hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .blocklist-95 .body-outer {
    width: auto;
  }
  .title-page .blocklist-95 .body {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }
  .title-page .blocklist-95 .item {
    width: 220px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    flex-basis: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
  .title-page .blocklist-95 .image {
    margin-bottom: 0;
    width: 51px;
  }
  .title-page .blocklist-95 .img-convert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .title-page .blocklist-95 .title {
    line-height: 1.1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .popover-wrap-95 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-95 .popover-body .form_div h2:hover, .title-page .popover-wrap-95 .popover-body .form_div h2.hover, .title-page .popover-wrap-95 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .widget-7 {
    margin-right: 0;
    padding-left: 44px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-right: 44px;
    display: block;
  }
  .title-page .popover-wrap-15 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-15 .popover-body .s3_button_large:hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .editable_block-15 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    padding-right: 0;
  }
  .title-page .editable_block-15 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 30px;
    background: none;
    text-align: center;
  }
  .title-page .editable_block-15 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    padding-right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-15 .more {
    clear: none;
    text-align: center;
  }
  .title-page .editable_block-15 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .popover-wrap-15 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-15 .popover-body .form_div h2:hover, .title-page .popover-wrap-15 .popover-body .form_div h2.hover, .title-page .popover-wrap-15 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .block-7 .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-7 .layout_14 {
    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-7 {
    border: none;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 46px;
    -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;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-8 .layout_11 {
    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_13 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 {
    padding: 13px 55px 33px;
    border: none;
    width: auto;
    background: none;
    margin-top: 24px;
    right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-6 {
    text-align: left;
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .popover-wrap-13 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-13 .popover-body .s3_button_large:hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
    font-weight: 500;
  }
  .title-page .popover-wrap-13 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-13 .popover-body .form_div h2:hover, .title-page .popover-wrap-13 .popover-body .form_div h2.hover, .title-page .popover-wrap-13 .popover-body .form_div h2.active {
    font-weight: 600;
  }
  .title-page .widget-5 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .schedule-10 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-10 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-4 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .phones-9 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-9 .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-5 {
    text-align: center;
  }
  .title-page .widget-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    text-align: center;
    min-height: 11px;
    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;
    text-align: center;
  }
  .title-page .widget-15 {
    border: none;
    box-sizing: border-box;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    min-height: 68px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .side-panel-38 .side-panel-content {
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-38 .side-panel-close {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fc5c01;
  }
  .title-page .side-panel-38 .side-panel-close:hover, .title-page .side-panel-38 .side-panel-close.hover, .title-page .side-panel-38 .side-panel-close.active {
    border: 4px solid rgba(20, 20, 20, 0.17);
    -webkit-box-shadow: 0px 5px 11px 0px rgba(253, 139, 12, 0.46);
    -moz-box-shadow: 0px 5px 11px 0px rgba(253, 139, 12, 0.46);
    box-shadow: 0px 5px 11px 0px rgba(253, 139, 12, 0.46);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fc5c01;
  }
  .title-page .side-panel-38 .side-panel-close:active, .title-page .side-panel-38 .side-panel-close.active {
    border: 4px solid #fc5c01;
    -webkit-box-shadow: 0px 5px 11px rgba(253, 139, 12, 0.46);
    -moz-box-shadow: 0px 5px 11px rgba(253, 139, 12, 0.46);
    box-shadow: 0px 5px 11px rgba(253, 139, 12, 0.46);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTIgMTEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4wMDAsMTEuMDAwIEwxMC4wMDAsMTEuMDAwIEw2LjAwMCw2LjYwMCBMMi4wMDAsMTEuMDAwIEwtMC4wMDAsMTEuMDAwIEw1LjAwMCw1LjUwMCBMLTAuMDAwLC0wLjAwMCBMMi4wMDAsLTAuMDAwIEw2LjAwMCw0LjQwMCBMMTAuMDAwLC0wLjAwMCBMMTIuMDAwLC0wLjAwMCBMNy4wMDAsNS41MDAgTDEyLjAwMCwxMS4wMDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjMmQyZDJiIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fff;
  }
  .title-page .side-panel-38 .side-panel-top {
    margin-top: 6px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .side-panel-38 .side-panel-button {
    border: none;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: repeating-linear-gradient(to bottom right, rgba(254, 218, 39, 0.81) 0%, rgba(252, 89, 0, 0.81) 100%) #fc5a01;
    margin-right: 22px;
  }
  .title-page .side-panel-38 .side-panel-button:hover, .title-page .side-panel-38 .side-panel-button.hover, .title-page .side-panel-38 .side-panel-button.active {
    -webkit-box-shadow: 0 0 0 transparent, 0px 4px 13px rgba(252, 92, 1, 0.68);
    -moz-box-shadow: 0 0 0 transparent, 0px 4px 13px rgba(252, 92, 1, 0.68);
    box-shadow: 0 0 0 transparent, 0px 4px 13px rgba(252, 92, 1, 0.68);
    background: repeating-linear-gradient(to bottom right, rgba(254, 218, 39, 0.81) 0%, rgba(252, 89, 0, 0.81) 100%) #fd7507;
  }
  .title-page .side-panel-38 .side-panel-button:active, .title-page .side-panel-38 .side-panel-button.active {
    -webkit-box-shadow: inset 0px 0px 0px 2px #fda212;
    -moz-box-shadow: inset 0px 0px 0px 2px #fda212;
    box-shadow: inset 0px 0px 0px 2px #fda212;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-45 .layout_center_72_id_90_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-45 {
    padding-bottom: 0.02px;
  }
  .title-page .widget-33 {
    margin-bottom: 20px;
  }
  .title-page .widget-33:hover, .title-page .widget-33.hover, .title-page .widget-33.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-48 {
    margin-top: -8px;
  }
  .title-page .block-49 {
    margin-top: 0;
  }
  .title-page .block-50 .layout_78 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-52 {
    margin-top: 5px;
  }
  .title-page .widget-29 {
    margin-top: 45px;
  }
  .title-page .block-53 .layout_84 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-53 .layout_89 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-53 {
    text-align: center;
    margin-top: 27px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9px;
  }
  .title-page .text-4 {
    margin-top: 0;
    margin-bottom: -6px;
  }
  .title-page .block-54 .layout_85 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_86 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 {
    margin-top: 0;
  }
  .title-page .widget-30 {
    width: 161px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .email-85 .icon {
    margin-bottom: 12px;
  }
  .title-page .email-85 .text_body {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-31 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-86 .icon {
    margin-bottom: 12px;
  }
  .title-page .phones-86 .text_body {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: auto;
  }
  .title-page .widget-32 {
    width: 184px;
    margin-bottom: 17px;
  }
  .title-page .address-87 .icon {
    margin-bottom: 12px;
  }
  .title-page .address-87 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .address-87 .text_body {
    margin-top: 0;
    margin-bottom: auto;
  }
  .title-page .block-44 .layout_69_id_71 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-38 {
    padding-bottom: 51px;
  }
  .title-page .blocklist-62 .body-outer {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-62 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-62 .bx-wrapper {
    max-width: 510px;
  }
  .title-page .blocklist-62 .list {
    width: 510px;
  }
  .title-page .blocklist-62 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-62 .item {
    width: 239px;
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-62 .image {
    margin-right: auto;
    width: 237px;
    margin-left: auto;
  }
  .title-page .blocklist-62 .controls {
    width: 88px;
  }
  .title-page .block-36 {
    padding-top: 45px;
    padding-bottom: 64px;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-59 .list {
    width: 580px;
  }
  .title-page .blocklist-59 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-59 .image {
    margin-right: auto;
    width: 253px;
    margin-left: auto;
  }
  .title-page .blocklist-59 .img-convert {
    height: 354px;
    width: 254px;
  }
  .title-page .blocklist-59 .controls {
    width: 88px;
  }
  .title-page .block-29 {
    padding-top: 7px;
    padding-bottom: 51px;
  }
  .title-page .block-31 {
    margin-top: 26px;
  }
  .title-page .widget-18 {
    margin-top: 35px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-47 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-47 .bx-wrapper {
    max-width: 596px;
  }
  .title-page .blocklist-47 .list {
    width: 596px;
  }
  .title-page .blocklist-47 .controls {
    border: none;
    margin-top: 52px;
    width: 88px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-16 {
    padding: 55px 22px;
    background: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url("../img/54581816_2.jpg") left 50% top 50% / cover no-repeat fixed;
  }
  .title-page .widget-11 {
    background: linear-gradient(to right, rgba(254, 218, 39, 0) 56.4%, #fff 56.7%), url("../img/procent.png") left calc(50% - 167px) top 11px / auto auto no-repeat, url("../img/54630832_22.jpg") left calc(50% - 264px) top calc(50% - 63px) / 800px no-repeat;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 526px;
  }
  .title-page .blocklist-27 .list {
    width: 526px;
  }
  .title-page .blocklist-27 .item {
    background: url("../img/6.png") left calc(50% + 432px) top calc(50% + 56px) / auto auto no-repeat #fff;
  }
  .title-page .blocklist-27 .text {
    -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: 28px;
  }
  .title-page .blocklist-27 .footer {
    margin-left: 388px;
  }
  .title-page .blocklist-27 .controls {
    width: 90px;
    margin-left: -45px;
  }
  .title-page .block-66 {
    background: none;
  }
  .title-page .block-63 .layout_97 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_98 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-42 {
    padding-top: 24px;
  }
  .title-page .blocklist-98 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-98 .body {
    margin-right: -12px;
    margin-left: -12px;
  }
  .title-page .blocklist-98 .item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .title-page .blocklist-98 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-98 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-41 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-97 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-11 {
    padding-top: 0.02px;
  }
  .title-page .blocklist-19 .bx-wrapper {
    max-width: 484px;
  }
  .title-page .blocklist-19 .list {
    width: 484px;
  }
  .title-page .blocklist-19 .item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .title-page .block-58 {
    display: block;
  }
  .title-page .block-59 {
    background: none;
  }
  .title-page .block-10 {
    margin-bottom: -83px;
  }
  .title-page .widget-40 {
    width: auto;
    min-width: 583px;
    margin-top: 31px;
    margin-bottom: 79px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-95 .item {
    width: 233px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-95 .image {
    margin-right: auto;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-95 .title {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-15 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-15 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-7 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 41px;
  }
  .title-page .block-8 .layout_11 {
    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_13 {
    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: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 {
    padding-bottom: 13px;
  }
  .title-page .widget-6 {
    text-align: center;
  }
  .title-page .block-6 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-3 {
    -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 .side-panel-38 .side-panel-button:active, .title-page .side-panel-38 .side-panel-button.active {
    -webkit-box-shadow: inset 0px 0px 0px 2px #fda212, 0 0 0 transparent;
    -moz-box-shadow: inset 0px 0px 0px 2px #fda212, 0 0 0 transparent;
    box-shadow: inset 0px 0px 0px 2px #fda212, 0 0 0 transparent;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-45 .layout_center_72_id_90_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-33 {
    margin-bottom: 0;
  }
  .title-page .widget-33:hover, .title-page .widget-33.hover, .title-page .widget-33.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-49 {
    margin-bottom: 8px;
  }
  .title-page .block-50 .layout_78 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-29 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-53 .layout_84 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-53 .layout_89 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-53 {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .text-4 {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-54 .layout_85 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_86 {
    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-54 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-30 {
    margin-bottom: 21px;
  }
  .title-page .widget-31 {
    margin-bottom: 0;
  }
  .title-page .widget-32 {
    margin-top: 31px;
    margin-bottom: 0;
  }
  .title-page .block-44 .layout_69_id_71 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-26 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .form-71 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-71 .form-submit button {
    width: 100%;
  }
  .title-page .form-71 .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-71 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-71 .form-captcha button {
    width: 100%;
  }
  .title-page .block-38 {
    padding-bottom: 26px;
  }
  .title-page .widget-22 {
    padding-bottom: 51px;
  }
  .title-page .blocklist-62 .bx-wrapper {
    max-width: 350px;
  }
  .title-page .blocklist-62 .list {
    width: 350px;
  }
  .title-page .blocklist-62 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-62 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-36 {
    padding-bottom: 55px;
  }
  .title-page .blocklist-59 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 35px;
    text-align: center;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-59 .list {
    width: 420px;
  }
  .title-page .blocklist-59 .item-outer {
    width: 100%;
  }
  .title-page .block-29 {
    padding-bottom: 7px;
  }
  .title-page .block-30 {
    padding-top: 18px;
  }
  .title-page .widget-18 {
    margin-top: 0;
    margin-bottom: 31px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-47 .description {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-47 .body-outer {
    padding-bottom: 45px;
  }
  .title-page .blocklist-47 .bx-wrapper {
    max-width: 436px;
  }
  .title-page .blocklist-47 .list {
    width: 436px;
  }
  .title-page .blocklist-47 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-47 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-47 .controls {
    margin-top: 109px;
  }
  .title-page .block-16 {
    margin-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .widget-11 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 386px;
  }
  .title-page .blocklist-27 .list {
    width: 386px;
  }
  .title-page .blocklist-27 .item {
    margin-right: 22px;
    margin-left: 22px;
    padding-right: 15px;
    padding-bottom: 82px;
    padding-left: 15px;
  }
  .title-page .blocklist-27 .text {
    font-size: 14px;
  }
  .title-page .blocklist-27 .title {
    font-size: 29px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .footer {
    margin-top: 13px;
    margin-bottom: 30px;
    margin-left: 247px;
  }
  .title-page .blocklist-27 .controls {
    margin-bottom: 102px;
  }
  .title-page .block-66 {
    padding-top: 255px;
  }
  .title-page .block-66:hover, .title-page .block-66.hover, .title-page .block-66.active {
    background: none;
  }
  .title-page .block-65 {
    padding-top: 37px;
  }
  .title-page .block-63 .layout_97 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_98 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-42 {
    margin-bottom: 0;
    padding-left: 88px;
    padding-right: 88px;
    padding-top: 43px;
  }
  .title-page .blocklist-98 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-98 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-98 .item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-98 .text {
    -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 .widget-41 {
    min-height: 457px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 295px;
    padding-bottom: 63px;
  }
  .title-page .editable_block-97 .header {
    margin-bottom: 12px;
  }
  .title-page .editable_block-97 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-21 {
    border: none;
    background: none;
    margin-top: 52px;
    -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;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 17px;
  }
  .title-page .widget-8 {
    padding-bottom: 62px;
  }
  .title-page .blocklist-19 .bx-wrapper {
    max-width: 412px;
  }
  .title-page .blocklist-19 .list {
    width: 412px;
  }
  .title-page .blocklist-19 .item {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 42px;
  }
  .title-page .blocklist-19 .text {
    margin: 0 12px 28px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-19 .title {
    margin-top: 24px;
  }
  .title-page .blocklist-19 .more {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-19 .controls {
    margin-top: 81px;
  }
  .title-page .blocklist-19 .bx-auto_controls {
    margin-bottom: 31px;
    margin-top: 723px;
  }
  .title-page .block-4 {
    min-height: 722px;
  }
  .title-page .block-57 {
    display: block;
  }
  .title-page .block-62 {
    margin-top: 0;
  }
  .title-page .block-59 {
    background: url("../img/78.png") left calc(50% + 321px) bottom -350px / auto auto no-repeat;
  }
  .title-page .block-10 {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .title-page .widget-40 {
    margin: 0 auto -278px;
    width: 414px;
    min-width: 414px;
    right: 0;
  }
  .title-page .blocklist-95 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-95 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-95 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 0;
    flex-basis: 100%;
  }
  .title-page .widget-7 {
    width: 420px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .editable_block-15 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-7 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    padding-bottom: 48px;
  }
  .title-page .block-8 .layout_11 {
    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_13 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-6 {
    margin-right: auto;
  }
  .title-page .block-6 {
    margin-top: -13px;
    margin-left: auto;
  }
  .title-page .schedule-10 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
  .title-page .phones-9 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-9 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-9 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .widget-3 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .side-panel-38 .side-panel-button {
    margin-bottom: 17px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-45 .layout_center_72_id_90_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-33 {
    background: #fc5a01;
  }
  .title-page .widget-33:hover, .title-page .widget-33.hover, .title-page .widget-33.active {
    background: #fc5a01;
  }
  .title-page .block-46 {
    margin-right: 0;
  }
  .title-page .block-48 {
    min-height: 39px;
  }
  .title-page .block-49 {
    margin-bottom: 29px;
    padding-bottom: 12px;
    padding-top: 33px;
  }
  .title-page .block-50 .layout_78 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_80 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-51 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .block-52 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-28 {
    margin-top: 11px;
  }
  .title-page .widget-29 {
    margin-top: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-53 .layout_84 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-53 .layout_89 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-53 {
    padding-bottom: 31px;
  }
  .title-page .text-4 {
    margin-top: 0;
    margin-bottom: -6px;
  }
  .title-page .block-54 .layout_85 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_86 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-54 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-30 {
    margin-bottom: 0;
  }
  .title-page .widget-31 {
    margin-bottom: 16px;
  }
  .title-page .widget-32 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-page .block-44 .layout_69_id_71 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-44 {
    padding-bottom: 76px;
  }
  .title-page .widget-26 {
    padding-left: 33px;
    padding-right: 33px;
  }
  .title-page .form-71 .form__header {
    font-size: 25px;
  }
  .title-page .block-38 {
    padding-top: 25px;
    padding-bottom: 0.02px;
  }
  .title-page .block-39 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .widget-22 {
    margin-bottom: 33px;
    padding-bottom: 14px;
  }
  .title-page .popover-wrap-62 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-62 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-62 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
  }
  .title-page .blocklist-62 .body-outer {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-62 .bx-wrapper {
    max-width: 252px;
  }
  .title-page .blocklist-62 .list {
    width: 252px;
  }
  .title-page .blocklist-62 .item {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-62 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-62 .img-convert {
    height: 161px;
  }
  .title-page .blocklist-62 .controls {
    margin-bottom: 15px;
  }
  .title-page .block-36 {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .widget-21 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 44px;
  }
  .title-page .popover-wrap-59 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-59 .header {
    margin-bottom: 8px;
  }
  .title-page .blocklist-59 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 25px;
  }
  .title-page .blocklist-59 .body-outer {
    padding-bottom: 69px;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 296px;
  }
  .title-page .blocklist-59 .list {
    width: 296px;
  }
  .title-page .blocklist-59 .controls {
    margin-bottom: 59px;
  }
  .title-page .block-29 {
    padding-top: 0.02px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .block-30 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-18 {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-47 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-47 .header {
    margin-bottom: 4px;
  }
  .title-page .blocklist-47 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 25px;
    text-align: center;
  }
  .title-page .blocklist-47 .description {
    margin-bottom: 18px;
    padding-right: 12px;
    width: auto;
    margin-left: 0;
    padding-left: 12px;
  }
  .title-page .blocklist-47 .body-outer {
    padding-bottom: 75px;
  }
  .title-page .blocklist-47 .bx-wrapper {
    max-width: 296px;
  }
  .title-page .blocklist-47 .list {
    width: 296px;
  }
  .title-page .blocklist-47 .item {
    margin-right: 9px;
    margin-left: 9px;
    padding-top: 9px;
    margin-top: 73px;
  }
  .title-page .blocklist-47 .text {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-47 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-47 .controls {
    margin-bottom: 33px;
  }
  .title-page .block-16 {
    padding: 0.02px 0;
    min-height: 263px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-70 {
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-69 {
    
    -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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-11 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .widget-11:hover, .title-page .widget-11.hover, .title-page .widget-11.active {
    background: none;
  }
  .title-page .popover-wrap-27 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-27 .header_text {
    font-size: 25px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 294px;
  }
  .title-page .blocklist-27 .list {
    width: 294px;
  }
  .title-page .blocklist-27 .item {
    padding: 45px 12px 56px;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
  }
  .title-page .blocklist-27 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-27 .title {
    border: none;
    font-size: 22px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-27 .price-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-27 .price-currency {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .more {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-27 .footer {
    margin-left: 147px;
  }
  .title-page .blocklist-27 .controls {
    margin-bottom: 15px;
  }
  .title-page .block-66 {
    padding-top: 0.02px;
  }
  .title-page .block-65 {
    padding-top: 5px;
  }
  .title-page .block-63 .layout_97 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_98 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 {
    margin-top: 0;
  }
  .title-page .widget-42 {
    margin-top: 15px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .popover-wrap-98 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-98 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-98 .image {
    margin-bottom: auto;
  }
  .title-page .widget-41 {
    margin-top: 277px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .title-page .popover-wrap-97 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .editable_block-97 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-97 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-21 {
    margin-top: 36px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .widget-8 {
    padding-bottom: 0.02px;
  }
  .title-page .popover-wrap-19 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-19 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-19 .description {
    margin-bottom: 7px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-19 .body-outer {
    min-height: 0;
  }
  .title-page .blocklist-19 .bx-wrapper {
    max-width: 272px;
  }
  .title-page .blocklist-19 .list {
    width: 272px;
  }
  .title-page .blocklist-19 .item {
    margin-right: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 134px;
    min-height: 409px;
  }
  .title-page .blocklist-19 .text {
    margin-bottom: 25px;
  }
  .title-page .blocklist-19 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-19 .title {
    font-size: 24px;
    padding-top: 5px;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 2px;
  }
  .title-page .blocklist-19 .price {
    margin-right: 141px;
  }
  .title-page .blocklist-19 .price-value {
    font-size: 24px;
  }
  .title-page .blocklist-19 .more {
    margin-top: auto;
    margin-bottom: 24px;
  }
  .title-page .blocklist-19 .more > a {
    font-size: 13px;
    width: 124px;
  }
  .title-page .blocklist-19 .controls {
    margin-top: 65px;
  }
  .title-page .blocklist-19 .bx-auto_controls {
    margin-bottom: 0;
    margin-top: auto;
  }
  .title-page .block-57 {
    display: none;
  }
  .title-page .block-10 {
    margin-top: -17px;
  }
  .title-page .widget-40 {
    min-width: 0;
    margin-bottom: -290px;
  }
  .title-page .popover-wrap-95 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .blocklist-95 .item {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-95 .image {
    margin-bottom: 5px;
  }
  .title-page .widget-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 21px;
  }
  .title-page .popover-wrap-15 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .editable_block-15 .body {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-15 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 25px;
    padding-right: 12px;
  }
  .title-page .editable_block-15 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .block-7 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    padding-bottom: 26px;
  }
  .title-page .block-8 .layout_11 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_13 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 {
    margin-top: 6px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 6px;
  }
  .title-page .widget-6 {
    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 .popover-wrap-13 .popover-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .block-6 {
    margin-top: 15px;
  }
  .title-page .schedule-10 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-4 {
    margin-top: 21px;
    margin-bottom: 17px;
  }
  .title-page .block-5 {
    margin-top: 27px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .widget-3 {
    margin-top: 0;
  }
  .title-page .widget-2 {
    margin-top: 0;
  }
}
.title-page .side-panel .widget-14 {
  margin: 0 0 20px;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
}
.title-page .side-panel .menu-37 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-37 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
  background: rgba(214, 214, 214, 0.1);
  -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-37 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-37 .menu-scroll > ul ul {
  position: static;
  width: auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .side-panel .menu-37 .menu-scroll > ul ul > li > a {
  padding-left: 20px;
  background: #f5f5f5;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  margin-bottom: 3px;
}
.title-page .side-panel .menu-37 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-37 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-37 .menu-scroll > ul ul > li > a.active {
  background: #ffd500;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #242424;
}
.title-page .side-panel .menu-37 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-37 .menu-scroll > ul ul > li > a.active {
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  background: #ffd500;
  color: #fff;
}
.title-page .side-panel .menu-37 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-37 .menu-scroll > ul > li.menu-item > a {
  border: none;
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-37 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-37 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-37 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fd8b0c;
}
.title-page .side-panel .menu-37 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-37 .menu-scroll > ul > li.menu-item > a.active {
  background: #fc5c01;
  color: #fd930e;
}
.title-page .side-panel .menu-37 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-37 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-37 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-37 .menu-scroll > ul > li.more-button > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCAxOCA0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTYuMDAwLDQuMDAwIEMxNC44OTUsNC4wMDAgMTQuMDAwLDMuMTA1IDE0LjAwMCwyLjAwMCBDMTQuMDAwLDAuODk1IDE0Ljg5NSwtMC4wMDAgMTYuMDAwLC0wLjAwMCBDMTcuMTA1LC0wLjAwMCAxOC4wMDAsMC44OTUgMTguMDAwLDIuMDAwIEMxOC4wMDAsMy4xMDUgMTcuMTA1LDQuMDAwIDE2LjAwMCw0LjAwMCBaTTkuMDAwLDQuMDAwIEM3Ljg5NSw0LjAwMCA3LjAwMCwzLjEwNSA3LjAwMCwyLjAwMCBDNy4wMDAsMC44OTUgNy44OTUsLTAuMDAwIDkuMDAwLC0wLjAwMCBDMTAuMTA1LC0wLjAwMCAxMS4wMDAsMC44OTUgMTEuMDAwLDIuMDAwIEMxMS4wMDAsMy4xMDUgMTAuMTA1LDQuMDAwIDkuMDAwLDQuMDAwIFpNMi4wMDAsNC4wMDAgQzAuODk1LDQuMDAwIC0wLjAwMCwzLjEwNSAtMC4wMDAsMi4wMDAgQy0wLjAwMCwwLjg5NSAwLjg5NSwtMC4wMDAgMi4wMDAsLTAuMDAwIEMzLjEwNSwtMC4wMDAgNC4wMDAsMC44OTUgNC4wMDAsMi4wMDAgQzQuMDAwLDMuMTA1IDMuMTA1LDQuMDAwIDIuMDAwLDQuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #fc5f02;
}
