@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  border: none;
  position: relative;
  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;
  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-56 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 10;
  text-align: left;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
  text-decoration: none;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-57 {
  padding: 0.02px 20px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 6px;
  background: #0b1b35;
  z-index: 2;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.title-page .block-58 .layout_93 {
  -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-58 .layout_94 {
  -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-58 .layout_90_id_91 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-58 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  padding-bottom: 25px;
  padding-top: 0.02px;
  right: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.title-page .widget-65 {
  margin: -25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  background: #0b1b35;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widget-65:hover, .title-page .widget-65.hover, .title-page .widget-65.active {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 173, 65, 0.25);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 173, 65, 0.25);
  box-shadow: 0px 0px 0px 6px rgba(255, 173, 65, 0.25);
}
.title-page .up-91 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/lib_2342001_up2.svg") 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-91 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-66 {
  margin: 40px 0 0 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 186px;
  right: 0;
}
.title-page .widget-67 {
  margin: 67px 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  color: #d1d1d1;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-68 {
  margin: 74px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 13px;
  color: #c9c9c9;
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-59 {
  padding: 100px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(11, 27, 53, 0.9), rgba(11, 27, 53, 0.9)), url("../images/54863053_2.jpg") left 50% bottom -77px / cover no-repeat, repeating-linear-gradient(to bottom right, #0f1521 0%, #0f1521 100%);
  z-index: 1;
  right: 0;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-60 .layout_97 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-60 .layout_100 {
  -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-60 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
}
.title-page .block-61 .layout_98 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-61 .layout_99 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-61 {
  margin: 0 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 442px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-69 {
  margin: 0 0 auto 80px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 194px;
  min-height: 0;
}
.title-page .address-98 p:first-child {
  margin-top: 0;
}
.title-page .address-98 p:last-child {
  margin-bottom: 0;
}
.title-page .address-98 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-98 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-98 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-98 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-98 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-98 .title {
  border: none;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 25px;
  padding-top: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-98 .text_body {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #a8a8a8;
  line-height: 1.4;
  text-decoration: none;
  margin-top: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-98 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-98 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-70 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 169px;
  min-height: 0;
}
.title-page .phones-99 p:first-child {
  margin-top: 0;
}
.title-page .phones-99 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-99 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-99 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-99 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-99 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-99 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-99 .title {
  border: none;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 25px;
  padding-top: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-99 .text_body {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  margin-top: 15px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-99 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-99 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-99 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-71 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  max-width: 100%;
}
.title-page .menu-col-100 ul.menu-columns-items > li.delimiter {
  margin-top: 3px;
  box-sizing: border-box;
  margin-bottom: 3px;
  min-height: 3px;
  background: #999;
}
.title-page .menu-col-100 .columns-delimiter {
  margin: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #999;
}
.title-page .menu-col-100 .menu-name {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
}
.title-page .menu-col-100 .menu-columns-content {
  box-sizing: border-box;
}
.title-page .menu-col-100 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .menu-col-100 .columns-cell {
  padding: 0.02px 10px 0.02px 0;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.title-page .menu-col-100 ul.menu-columns-items {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-100 ul.menu-columns-items > li {
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
}
.title-page .menu-col-100 ul.menu-columns-items > li > a {
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  padding-left: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 14px;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .menu-col-100 ul.menu-columns-items > li > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-col-100 ul.menu-columns-items > li > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-col-100 ul.menu-columns-items > li > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-col-100 ul.menu-columns-items > li > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-col-100 ul.menu-columns-items ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-100 ul.menu-columns-items ul li {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .menu-col-100 ul.menu-columns-items ul a {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #a6a6a6;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 5px;
  z-index: 2;
}
.title-page .menu-col-100 ul.menu-columns-items ul a:hover, .title-page .menu-col-100 ul.menu-columns-items ul a.hover, .title-page .menu-col-100 ul.menu-columns-items ul a.active {
  color: #ffa166;
}
.title-page .menu-col-100 ul.menu-columns-items ul li.delimiter {
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 2px;
  background: #999;
}
.title-page .menu-col-100 .columns-cell-delim {
  box-sizing: border-box;
  display: table-cell;
  width: 20px;
  position: relative;
}
.title-page .block-51 {
  margin: 50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 9;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-4 .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-4 .layout_12 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Exo2, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-5 .layout_10 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_11 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 {
  margin: 10px 0 auto 60px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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;
  right: 0;
}
.title-page .widget-5 {
  margin: 1px 0 auto 32px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-10 p:first-child {
  margin-top: 0;
}
.title-page .address-10 p:last-child {
  margin-bottom: 0;
}
.title-page .address-10 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-10 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-10 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyNS4wMzEiIHZpZXdCb3g9IjAgMCAxOCAyNS4wMzEiIGlkPSJzdmctMSI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkXzZpYzE0bjYiIHNwcmVhZG1ldGhvZD0icGFkIiB4MT0iMC4wIiB5MT0iMC4wIiB4Mj0iMS4wIiB5Mj0iMC4wIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1NzVmIiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiNmZmExNjYiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIxIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJBZGRyZXNzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzY5LjUsNDMuNzM0YTkuMTU3LDkuMTU3LDAsMCwwLTguOTkzLDkuMjk0YzAsNC43ODYsNy4zMDcsMTMuNzA5LDguMTM5LDE0LjcxMmwwLjg1NCwxLjAyNiwwLjg1My0xLjAyNmMwLjgzMy0xLDguMTQtOS45MjUsOC4xNC0xNC43MTJBOS4xNTcsOS4xNTcsMCwwLDAsMzY5LjUsNDMuNzM0Wm0wLDIxLjQzMWMtMi40NTMtMy4xMi02Ljc0My05LjE5LTYuNzQzLTEyLjEzN2E2Ljc0Nyw2Ljc0NywwLDEsMSwxMy40ODYsMEMzNzYuMjQzLDU1Ljk3MywzNzEuOTUzLDYyLjA0NSwzNjkuNSw2NS4xNjVabS0wLjAyMS0xNi44MjJhNC42NTMsNC42NTMsMCwxLDAsNC41LDQuNjUxQTQuNTgyLDQuNTgyLDAsMCwwLDM2OS40NzksNDguMzQzWm0wLDYuOTc2YTIuMzI3LDIuMzI3LDAsMSwxLDIuMjUtMi4zMjVBMi4yOTEsMi4yOTEsMCwwLDEsMzY5LjQ3OSw1NS4zMTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYwLjUgLTQzLjcxOSkiIGZpbGw9InVybCgjZ3JhZF82aWMxNG42KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 11px no-repeat;
  margin-right: 15px;
  min-height: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.6);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.6);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.6);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .address-10 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-10 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-10 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #fe575f;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
}
.title-page .address-10 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 15px;
}
.title-page .address-10 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-10 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 240px;
}
.title-page .phones-11 p:first-child {
  margin-top: 0;
}
.title-page .phones-11 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-11 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-11 .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-11 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDxsaW5lYXJHcmFkaWVudCBpZD0iZmlsbF9ncmFkX0NhbGxfc3ZnIiBzcHJlYWRNZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxwYXRoIGlkPSJDYWxsLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzM0LjY0Miw1OS4xMjNsLTAuMjY3LDAtNC40MzQsMGEzLjAxMywzLjAxMywwLDAsMC0yLjMuNiwxLjk4NiwxLjk4NiwwLDAsMC0uNTQ4LDEuNDEzLDguMzQsOC4zNCwwLDAsMS03LjIyNi03LjIyNSwxLjk4NCwxLjk4NCwwLDAsMCwxLjQxNC0uNTQ4LDMuMDE4LDMuMDE4LDAsMCwwLC42LTIuM3YtNC43YTMuMDE4LDMuMDE4LDAsMCwwLS42LTIuMywyLjAwOCwyLjAwOCwwLDAsMC0xLjQ4NS0uNTUzaC00LjE2N2EzLjEyOCwzLjEyOCwwLDAsMC0zLjEyNSwzLjEyNXY0LjE2NkExNy43MjcsMTcuNzI3LDAsMCwwLDMzMC4yMDgsNjguNWg0LjE2N2EzLjEyOCwzLjEyOCwwLDAsMCwzLjEyNS0zLjEyNFY2MS4yMDhhMi4wMDcsMi4wMDcsMCwwLDAtLjU1NC0xLjQ4NEEzLjAyOSwzLjAyOSwwLDAsMCwzMzQuNjQyLDU5LjEyM1ptMC43NzQsNi4yNTFhMS4wNDIsMS4wNDIsMCwwLDEtMS4wNDEsMS4wNDFoLTQuMTY3YTE1LjY0LDE1LjY0LDAsMCwxLTE1LjYyNC0xNS42MjNWNDYuNjI2YTEuMDQyLDEuMDQyLDAsMCwxLDEuMDQxLTEuMDQxaDQuMTQ4YTYuODM5LDYuODM5LDAsMCwxLC4wMi43NTh2NC43MzNhNi44NDQsNi44NDQsMCwwLDEtLjAyLjc1OGgtMi4wNjV2MS4wNDFhMTAuNDI4LDEwLjQyOCwwLDAsMCwxMC40MTcsMTAuNDE1aDEuMDQyVjYxLjIyNWE3LjQxMyw3LjQxMywwLDAsMSwuNzU3LTAuMDE5bDAuMjg0LDAsNC40NTEsMGE3LjUxNCw3LjUxNCwwLDAsMSwuNzU3LjAxOXY0LjE0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTIuNSAtNDMuNSkiIGZpbGw9InVybCgjZmlsbF9ncmFkX0NhbGxfc3ZnKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 15px no-repeat;
  margin-right: 15px;
  min-height: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.6);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.6);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.6);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-11 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-11 .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;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-11 .title {
  margin: auto 0 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #fe575f;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
  width: auto;
}
.title-page .phones-11 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-11 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-11 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-11 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.title-page .widget-7 {
  margin: 10px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #858585;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .widget-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-14 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-14 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-14 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-14 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.title-page .site-name-14 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-3 .layout_4 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  margin: 50px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  padding-bottom: 0.02px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
}
.title-page .widget-3 {
  margin: 7px 0 auto 40px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #0b1b35;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 220px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 45px;
  background: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fe575f, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #fe575f, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #fe575f, 0 0 0 transparent;
}
.title-page .widget-3:hover, .title-page .widget-3.hover, .title-page .widget-3.active {
  color: #fff;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 30px rgba(254, 87, 95, 0.25);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 30px rgba(254, 87, 95, 0.25);
  box-shadow: 0 0 0 transparent, 0px 10px 30px rgba(254, 87, 95, 0.25);
}
.title-page .widget-3:active, .title-page .widget-3.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(254, 87, 95, 0.25);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(254, 87, 95, 0.25);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(254, 87, 95, 0.25);
}
.title-page .popover-wrap-5 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-5 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-5 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-5 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-5 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-5 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-5 .popover-body .s3_button_large:hover, .title-page .popover-wrap-5 .popover-body .s3_button_large.hover, .title-page .popover-wrap-5 .popover-body .s3_button_large.active {
  -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 .popover-wrap-5 .popover-body .s3_button_large:active, .title-page .popover-wrap-5 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-5 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-5 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-5 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-5 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-5 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-5 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-5 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-5 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-5 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-5 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-5 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-5 .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-5 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-5 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-5 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-5 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .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-5 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-5 .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-5 .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-5 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .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-5 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-5 .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-5 .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-5 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-5 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-5 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .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-5 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-5 .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-5 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-5 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-5 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-5 .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-5 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-5 .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-5 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-5 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-5 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  min-height: 0;
}
.title-page .menu-4 .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-4 .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-4 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-4 .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-4 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-4 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-4 .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-4 .menu-scroll > ul ul {
  padding: 10px 5px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAzMCA3Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNLTAuMDAwLDEuMDAwIEwtMC4wMDAsMC4wMDAgTDMwLjAwMCwwLjAwMCBMMzAuMDAwLDEuMDAwIEwtMC4wMDAsMS4wMDAgWk0yMy4wMDAsNC4wMDAgTDcuMDAwLDQuMDAwIEw3LjAwMCwzLjAwMCBMMjMuMDAwLDMuMDAwIEwyMy4wMDAsNC4wMDAgWk0xOS4wMDAsNy4wMDAgTDExLjAwMCw3LjAwMCBMMTEuMDAwLDYuMDAwIEwxOS4wMDAsNi4wMDAgTDE5LjAwMCw3LjAwMCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMzZDNmNGIiIGZpbGwtb3BhY2l0eT0iMSIvPgo8L3N2Zz4=") left 33px top -3px / auto auto no-repeat #0b1b35;
  list-style: none;
  width: 240px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 15px rgba(11, 27, 53, 0.38);
  -moz-box-shadow: 0px 10px 15px rgba(11, 27, 53, 0.38);
  box-shadow: 0px 10px 15px rgba(11, 27, 53, 0.38);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-4 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a {
  padding: 15px;
  border: none;
  cursor: pointer;
  display: block;
  background: none;
  -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-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a:hover, .title-page .menu-4 .menu-scroll > ul ul > li > a.hover, .title-page .menu-4 .menu-scroll > ul ul > li > a.active {
  background: url("../images/Ho22v.svg") left 0px top 50% / auto auto no-repeat;
  color: #fe575f;
}
.title-page .menu-4 .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-4 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-4 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item > a {
  padding: 20px 25px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #636363;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #fe575f;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 161, 102, 0.4);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 161, 102, 0.4);
  box-shadow: inset 0px -1px 0px rgba(255, 161, 102, 0.4);
  background: url("../images/Hov.svg") left 50% bottom -3px / auto auto no-repeat;
}
.title-page .menu-4 .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-4 .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-4 .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-4 .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-4 .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-4 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 11px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/More2.svg?1551784811081") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 161, 102, 0.5);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 40px;
  min-height: 40px;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  padding: 50px 20px 40px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 600px;
  max-width: 100%;
  background: url("../images/up.svg") left 50% top 0px / auto auto no-repeat, url("../images/dow.svg") left 50% bottom 0px / auto auto no-repeat, url("../images/Slide.jpg?1559039750976") left 50% top 50% / auto auto no-repeat;
  z-index: 8;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .block-7 {
  margin: 91px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
}
.title-page .widget-10 {
  margin: 50px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 240px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 45px;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(11, 27, 53, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(11, 27, 53, 0.5);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(11, 27, 53, 0.5);
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-10:hover, .title-page .widget-10.hover, .title-page .widget-10.active {
  -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-10:active, .title-page .widget-10.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-17 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-17 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-17 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-17 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  -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 .popover-wrap-17 .popover-body .s3_button_large:active, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-17 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-17 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-17 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-17 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-17 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-17 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-17 .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-17 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-17 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-17 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-17 .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-17 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-17 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-17 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-9 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  color: #0b1b35;
  line-height: 1;
  text-decoration: none;
  font-size: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA1NSAyIiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF9kNnRpNDQ4IiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI1NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9InVybCgjZ3JhZF9kNnRpNDQ4KSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icmVjdC0zIj48L3JlY3Q+Cjwvc3ZnPg==") left 0px top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
}
.title-page .block-22 {
  padding: 55px 20px 35px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-23 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  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;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-20 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-20 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-20 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-20 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-20 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-20 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-20 .popover-body .s3_button_large:hover, .title-page .popover-wrap-20 .popover-body .s3_button_large.hover, .title-page .popover-wrap-20 .popover-body .s3_button_large.active {
  -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 .popover-wrap-20 .popover-body .s3_button_large:active, .title-page .popover-wrap-20 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-20 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-20 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-20 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-20 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-20 .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;
  padding-bottom: 30px;
  padding-top: 0.02px;
  background: url("../images/el.svg?1559040472718") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-20 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #d2d3d8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-20 .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-20 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-20 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-20 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-20 .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-20 .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-20 .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-20 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-20 .item {
  padding: 20px 20px 35px;
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(11, 27, 53, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(11, 27, 53, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(11, 27, 53, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-20 .item:hover, .title-page .blocklist-20 .item.hover, .title-page .blocklist-20 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.35);
}
.title-page .blocklist-20 .text {
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #6b6b6b;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-20 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-20 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 170px;
}
.title-page .blocklist-20 .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-20 .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-20 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 170px;
  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-20 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-20 .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-20 .title {
  border: none;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #0b1b35;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-20 .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-20 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-20 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-20 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-20 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-20 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-20 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-20 .more > a {
  padding: 7px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
  width: 140px;
}
.title-page .blocklist-20 .more > a:hover, .title-page .blocklist-20 .more > a.hover, .title-page .blocklist-20 .more > a.active {
  -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 .blocklist-20 .more > a:active, .title-page .blocklist-20 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .blocklist-20 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-20 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-20 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-20 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-20 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-20 .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-20 .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-20 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-20 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-20 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-20 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-20 .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-20 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-20 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-20 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-20 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-20 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-20 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-20 .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-20 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-20 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-20 .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-20 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-20 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-20 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-20 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-20 .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-20 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-20 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-20 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-20 .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-20 .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-20 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-20 .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-20 .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-20 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-20 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-20 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-20 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-20 .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-20 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-20 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-20 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-54 {
  margin: -80px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-32 {
  padding: 70px 30px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 56px;
  max-width: 100%;
  background: repeating-linear-gradient(to right, rgba(254, 87, 95, 0.84) 0%, rgba(255, 161, 102, 0.84) 100%), url("../images/54792711_2.jpg") left 50% top 50% / cover no-repeat;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  font-size: 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .block-33 .layout_35 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-33 .layout_36 {
  -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-33 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .text-3 {
  margin: 21px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 414px;
  min-height: 0;
  z-index: 2;
  color: #fff;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  padding-left: 0;
}
.title-page .widget-37 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 69px;
  right: 0;
  padding-top: 8px;
  padding-bottom: 20px;
  padding-right: 7px;
}
.title-page .form-36 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 20px;
  background: url("../images/lib_927401_el.png?1494392918821") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-36 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  text-indent: 0;
  color: #e5fdff;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-36 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-36 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-36 .form__body {
  box-sizing: border-box;
  margin-right: -7px;
  margin-bottom: -12px;
  width: auto;
  margin-top: 0;
}
.title-page .form-36 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-36 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-36 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-36 .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-36 .form-text {
  margin: 10px 7px 12px 0;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  align-self: auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-36 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-36 .form-item__body {
  box-sizing: border-box;
  display: block;
  min-height: 21px;
}
.title-page .form-36 .form-text input {
  padding: 15px 10px 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 45px;
  outline: none;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  -webkit-appearance: none;
  height: 45px;
}
.title-page .form-36 .form-text input:hover, .title-page .form-36 .form-text input.hover, .title-page .form-36 .form-text input.active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
}
.title-page .form-36 .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;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-appearance: none;
}
.title-page .form-36 .form-textarea textarea:hover, .title-page .form-36 .form-textarea textarea.hover, .title-page .form-36 .form-textarea textarea.active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
}
.title-page .form-36 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-36 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-36 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-36 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-36 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-36 .form-select select {
  padding: 7px 15px;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .form-36 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
.title-page .form-36 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-36 .form-item__header {
  margin-bottom: 4px;
}
.title-page .form-36 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 7px;
}
.title-page .form-36 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-36 .form-radio .form-item__title {
  color: #fff;
  margin-bottom: 1px;
  font-weight: 500;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-36 .form-textarea {
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: 7px;
}
.title-page .form-36 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-36 .form-submit {
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  align-self: auto;
  margin-bottom: 10px;
  margin-right: 0;
}
.title-page .form-36 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-36 .form-submit .form-item__body {
  min-height: 22px;
  box-sizing: border-box;
}
.title-page .form-36 .form-submit button {
  padding: 10px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #0b1b35;
  outline: none;
  width: 170px;
  text-indent: 0;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent, 0px 14px 30px rgba(11, 27, 53, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 14px 30px rgba(11, 27, 53, 0.5);
  box-shadow: 0 0 0 transparent, 0px 14px 30px rgba(11, 27, 53, 0.5);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  position: relative;
  min-height: 45px;
  margin-left: 0;
  margin-right: 0;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-36 .form-submit button:hover, .title-page .form-36 .form-submit button.hover, .title-page .form-36 .form-submit button.active {
  -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 .form-36 .form-submit button:active, .title-page .form-36 .form-submit button.active {
  -webkit-box-shadow: inset 0px 4px 4px 0px #000, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 4px 4px 0px #000, 0 0 0 transparent;
  box-shadow: inset 0px 4px 4px 0px #000, 0 0 0 transparent;
}
.title-page .form-36 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-36 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: 7px;
}
.title-page .form-36 .form-captcha .form-item__body {
  min-height: 22px;
  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-36 .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;
  text-indent: 0;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-appearance: none;
}
.title-page .form-36 .form-captcha input:hover, .title-page .form-36 .form-captcha input.hover, .title-page .form-36 .form-captcha input.active {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(11, 27, 53, 0.1);
}
.title-page .form-36 .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-36 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-36 .form-captcha button {
  padding: 10px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #0b1b35;
  outline: none;
  width: 170px;
  text-indent: 0;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent, 0px 14px 30px rgba(11, 27, 53, 0.5);
  -moz-box-shadow: 0 0 0 transparent, 0px 14px 30px rgba(11, 27, 53, 0.5);
  box-shadow: 0 0 0 transparent, 0px 14px 30px rgba(11, 27, 53, 0.5);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  position: relative;
  min-height: 45px;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-36 .form-captcha button:hover, .title-page .form-36 .form-captcha button.hover, .title-page .form-36 .form-captcha button.active {
  -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 .form-36 .form-captcha button:active, .title-page .form-36 .form-captcha button.active {
  -webkit-box-shadow: inset 0px 4px 4px 0px #000, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 4px 4px 0px #000, 0 0 0 transparent;
  box-shadow: inset 0px 4px 4px 0px #000, 0 0 0 transparent;
}
.title-page .form-36 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-36 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-36 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-36 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-36 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-checkbox .form-item__body {
  min-height: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-36 .form-checkbox .form-item__title {
  color: #fff;
  margin-bottom: 1px;
  font-weight: 500;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-36 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-36 .form-checkbox .form-item__body label.form-item__title {
  color: #fff;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 13px;
}
.title-page .form-36 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-radio .form-item__body {
  min-height: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-36 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-36 .form-radio .form-item__body label.form-item__title {
  color: #fff;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.title-page .form-36 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-html .form-item__body {
  min-height: 22px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-36 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-calendar .form-item__body {
  min-height: 22px;
}
.title-page .form-36 .form-calendar input {
  padding: 7px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .form-36 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.title-page .form-36 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-36 .form-calendar_interval .form-item__body {
  min-height: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-36 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.title-page .form-36 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.title-page .form-36 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-36 .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-36 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .form-36 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-36 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-36 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-36 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-36 ::-webkit-input-placeholder {
  color: #8a8a8a;
}
.title-page .form-36 ::-moz-placeholder {
  color: #8a8a8a;
}
.title-page .form-36 :-ms-input-placeholder {
  color: #8a8a8a;
}
.title-page .block-49 {
  padding: 70px 20px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  right: 0;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.title-page .block-50 .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-50 .layout_85 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-50 {
  margin: -9px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  padding-top: 0.02px;
  right: 0;
  max-width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-53 {
  margin: -3px 0 auto 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 560px;
  background: url("../images/54863053_2.jpg") left 50% top 50% / cover no-repeat;
  z-index: 2;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-52 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-top: 40px;
}
.title-page .widget-61 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  color: #808080;
  line-height: 1.3;
  text-decoration: none;
  font-size: 16px;
  display: block;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .content-preview {
  width: 200px;
  height: 100px;
  background: #ccc;
}
.title-page .content-77 h2 {
  box-sizing: border-box;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page .content-77 h3 {
  box-sizing: border-box;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page .content-77 h4 {
  box-sizing: border-box;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page .content-77 h5 {
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page .content-77 h6 {
  box-sizing: border-box;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page .content-77 a {
  box-sizing: border-box;
  color: #00f;
}
.title-page .content-77 .pics-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .content-77 .img-convert {
  margin: 5px;
  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 .content-77 .pics-1 img {
  margin: 5px;
  box-sizing: content-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .content-77 .pics-2 img {
  box-sizing: content-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .content-77 .pics-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widget-62 {
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 230px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 45px;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  padding-left: 16px;
  padding-right: 16px;
}
.title-page .widget-62:hover, .title-page .widget-62.hover, .title-page .widget-62.active {
  -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-62:active, .title-page .widget-62.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-78 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-78 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-78 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-78 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-78 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-78 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-78 .popover-body .s3_button_large:hover, .title-page .popover-wrap-78 .popover-body .s3_button_large.hover, .title-page .popover-wrap-78 .popover-body .s3_button_large.active {
  -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 .popover-wrap-78 .popover-body .s3_button_large:active, .title-page .popover-wrap-78 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-78 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-78 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-78 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-78 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-78 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-78 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-78 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-78 .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-78 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-78 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-78 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-78 .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-78 .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-78 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-78 .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-78 .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-78 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-78 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-78 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-78 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-78 .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-78 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-78 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-78 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-63 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  color: #0b1b35;
  text-decoration: none;
  font-size: 40px;
  box-sizing: border-box;
  font-weight: bold;
  width: auto;
  right: 0;
  padding-bottom: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA1NSAyIiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF81aWxlamNhIiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI1NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9InVybCgjZ3JhZF81aWxlamNhKSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icmVjdC0zIj48L3JlY3Q+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page h2 {
  box-sizing: border-box;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page h3 {
  box-sizing: border-box;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page h4 {
  box-sizing: border-box;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page h5 {
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page h6 {
  box-sizing: border-box;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #0b1b35;
}
.title-page .block-55 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(11, 27, 53, 0.85), rgba(11, 27, 53, 0.85)), url("../images/54863053_2.jpg") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-30 {
  padding: 100px 20px 110px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/dow.svg") left 50% bottom 0px / auto auto no-repeat, url("../images/up.svg") left 50% top 0px / auto auto no-repeat;
  z-index: 1;
  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;
}
.title-page .block-31 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-25 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-32 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-32 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-32 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  -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 .popover-wrap-32 .popover-body .s3_button_large:active, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-32 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-32 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-32 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-32 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-32 .header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  padding-top: 0.02px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA1NSAyIiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF9xbmIzdmF0IiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI1NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9InVybCgjZ3JhZF9xbmIzdmF0KSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icmVjdC0zIj48L3JlY3Q+Cjwvc3ZnPg==") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 25px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-32 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
}
.title-page .editable_block-32 .title {
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: #ffa166;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 300;
}
.title-page .editable_block-32 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .editable_block-32 .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-32 .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-32 .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-32 .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-32 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: #c2c2c2;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-32 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-32 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-32 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-32 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-32 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-32 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center;
}
.title-page .editable_block-32 .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;
  height: 0;
  min-height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 160px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-32 .more > a:hover, .title-page .editable_block-32 .more > a.hover, .title-page .editable_block-32 .more > a.active {
  -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 .editable_block-32 .more > a:active, .title-page .editable_block-32 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .editable_block-32 .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-32 .clear {
  clear: both;
}
.title-page .popover-container-32 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-32 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-32 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-32 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-32 .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-32 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-32 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-32 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-32 .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-32 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-28 {
  padding: 80px 20px 150px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 271px;
  max-width: 100%;
  background: url("../images/up.svg") left 50% top -15px / auto auto no-repeat, url("../images/bg.svg?1559041421473") left 0px top 0px / auto auto no-repeat, url("../images/bg2 (1).svg?1559041425572") right 0px bottom 0px / auto auto no-repeat, linear-gradient(#f5f5f5, #f5f5f5);
  z-index: 3;
  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-29 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-24 {
  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;
}
.title-page .popover-wrap-29 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-29 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-29 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-29 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-29 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_button_large:hover, .title-page .popover-wrap-29 .popover-body .s3_button_large.hover, .title-page .popover-wrap-29 .popover-body .s3_button_large.active {
  -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 .popover-wrap-29 .popover-body .s3_button_large:active, .title-page .popover-wrap-29 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-29 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-29 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-29 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-29 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-29 .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: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-29 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .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-29 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-29 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .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-29 .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-29 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-29 .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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-29 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-29 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-29 .image {
  border: 2px dotted rgba(61, 63, 75, 0.45);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  min-height: 130px;
  left: 0;
  right: 0;
}
.title-page .blocklist-29 .item-label {
  padding: 12px 5px 12px 4px;
  margin: -30px 0 0 -25px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAzMCA3IiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF9hdzRwbjJ2IiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNLTAuMDAwLDcuMDAwIEwtMC4wMDAsNi4wMDAgTDMwLjAwMCw2LjAwMCBMMzAuMDAwLDcuMDAwIEwtMC4wMDAsNy4wMDAgWk03LjAwMCwzLjAwMCBMMjMuMDAwLDMuMDAwIEwyMy4wMDAsNC4wMDAgTDcuMDAwLDQuMDAwIEw3LjAwMCwzLjAwMCBaTTExLjAwMCwwLjAwMCBMMTkuMDAwLDAuMDAwIEwxOS4wMDAsMS4wMDAgTDExLjAwMCwxLjAwMCBMMTEuMDAwLDAuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0idXJsKCNncmFkX2F3NHBuMnYpIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiPjwvcGF0aD4KPC9zdmc+") left 50% bottom 0px / auto auto no-repeat #fff;
  color: #0b1b35;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  width: 50px;
  right: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: auto;
  align-self: auto;
  -webkit-box-shadow: 0px 5px 7px rgba(11, 27, 53, 0.25);
  -moz-box-shadow: 0px 5px 7px rgba(11, 27, 53, 0.25);
  box-shadow: 0px 5px 7px rgba(11, 27, 53, 0.25);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 49px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-29 .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-29 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 135px;
  height: 128px;
  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: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-29 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .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-29 .title {
  border: none;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #0b1b35;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-29 .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-29 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-29 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-29 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-29 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-29 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-29 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-29 .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-29 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-29 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-29 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-29 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-29 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .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-29 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-29 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-29 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-29 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-29 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-29 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-29 .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-29 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-29 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-29 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-29 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-29 .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-29 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-29 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-29 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-29 .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-29 .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-29 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-29 .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-29 .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-29 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-29 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-29 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-29 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-29 .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-29 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-29 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-29 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-24 {
  padding: 40px 20px 70px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 335px;
  max-width: 100%;
  z-index: 2;
  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;
}
.title-page .block-25 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-27 {
  padding: 0.02px 0;
  margin: 20px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-23 {
  padding: 0.02px 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  right: 0;
}
.title-page .blocklist-25 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-25 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-25 .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: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-25 .header_text {
  font-size: 26px;
  box-sizing: border-box;
  letter-spacing: 0.6px;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-weight: 600;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-25 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
}
.title-page .blocklist-25 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 13px;
  color: #ababab;
  letter-spacing: 0.1px;
  text-indent: 0;
  text-decoration: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 22px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-25 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-page .blocklist-25 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-25 .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-25 .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-25 .bx-wrapper {
  max-width: 1120px;
}
.title-page .blocklist-25 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-25 .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: 1120px;
  margin-right: 0;
}
.title-page .blocklist-25 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-25 .item {
  margin: 10px;
  border: none;
  position: relative;
  width: 180px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  left: 0;
  right: 0;
  align-self: auto;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 5px 10px rgba(11, 27, 53, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(11, 27, 53, 0.1);
  box-shadow: 0px 5px 10px rgba(11, 27, 53, 0.1);
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-top: 15px;
  min-width: 0;
  min-height: 119px;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-25 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-25 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-25 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 89px;
}
.title-page .blocklist-25 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .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-25 .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: left;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .blocklist-25 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .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-25 .title {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #c2c2c2;
  text-indent: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-25 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-25 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-25 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-25 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-25 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.title-page .blocklist-25 .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-25 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-25 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-25 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-25 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .blocklist-25 .controls {
  margin: -20px 0 0;
  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;
  text-align: justify;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  bottom: auto;
  z-index: 1;
}
.title-page .blocklist-25 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNi42NjIsMTQuMDA4IEwwLjAwNyw3LjAwMCBMNi42NjIsLTAuMDA4IEw3Ljk5MiwxLjM5NCBMMi42NjksNy4wMDAgTDcuOTkyLDEyLjYwNiBMNi42NjIsMTQuMDA4IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzBiMWIzNSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: -40px;
  margin-right: 6px;
  margin-top: 0;
  align-self: auto;
}
.title-page .blocklist-25 .prev:hover, .title-page .blocklist-25 .prev.hover, .title-page .blocklist-25 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA4IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNi42NjIsMTQuMDA4IEwwLjAwNyw3LjAwMCBMNi42NjIsLTAuMDA4IEw3Ljk5MiwxLjM5NCBMMi42NjksNy4wMDAgTDcuOTkyLDEyLjYwNiBMNi42NjIsMTQuMDA4IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzBiMWIzNSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(11, 27, 53, 0.04);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-25 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjguNSIgaGVpZ2h0PSIxNC4xMjUiIHZpZXdCb3g9IjAgMCA4LjUgMTQuMTI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMS40MjIsMTQuMTMzIEw4LjQ5Miw3LjA2MiBMMS40MjIsLTAuMDA4IEwwLjAwOCwxLjQwNiBMNS42NjQsNy4wNjIgTDAuMDA4LDEyLjcxOCBMMS40MjIsMTQuMTMzIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzBiMWIzNSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: auto;
  margin-right: -40px;
  margin-top: auto;
  align-self: center;
}
.title-page .blocklist-25 .next:hover, .title-page .blocklist-25 .next.hover, .title-page .blocklist-25 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjguNSIgaGVpZ2h0PSIxNC4xMjUiIHZpZXdCb3g9IjAgMCA4LjUgMTQuMTI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMS40MjIsMTQuMTMzIEw4LjQ5Miw3LjA2MiBMMS40MjIsLTAuMDA4IEwwLjAwOCwxLjQwNiBMNS42NjQsNy4wNjIgTDAuMDA4LDEyLjcxOCBMMS40MjIsMTQuMTMzIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzBiMWIzNSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(11, 27, 53, 0.04);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-25 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-25 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-25 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-25 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-25 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  -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 .popover-wrap-25 .popover-body .s3_button_large:active, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-25 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-25 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-25 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-25 .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-25 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-25 .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-25 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 11px;
  background: #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  height: 10px;
}
.title-page .blocklist-25 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-25 .bx-controls-auto {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-25 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-25 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-25 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-25 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-22 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-23 .popover-body {
  padding: 40px 30px 32px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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-23 .popover-body .form_text input {
  padding: 7px 8px;
  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: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  min-height: 45px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body textarea {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  box-shadow: 0 0 0 transparent, 0px 10px 25px rgba(254, 87, 95, 0.6);
  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: 40px;
  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: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  -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 .popover-wrap-23 .popover-body .s3_button_large:active, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-23 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close33.svg") left 50% top 50% / 16px no-repeat #0b1b35;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-23 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-23 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-23 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #0b1b35;
  text-decoration: none;
  font-weight: bold;
}
.title-page .editable_block-23 .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-23 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(130, 130, 130, 0.75);
  text-decoration: none;
}
.title-page .editable_block-23 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-23 .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-23 .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-23 .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-23 .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-23 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-23 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-23 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-23 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-23 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-23 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-23 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-23 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-23 .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-23 .clear {
  clear: both;
}
.title-page .popover-container-23 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-23 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-23 .popover-form-title {
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
  background: url("../images/Hov.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-23 .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-23 .popover-body .s3_form_field_title {
  margin-bottom: 7px;
  box-sizing: border-box;
  color: #6b6b6b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .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-23 .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-23 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .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-23 .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-23 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-23 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-23 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_title {
  margin-bottom: 4px;
  color: #6b6b6b;
  font-size: 14px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-23 .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-23 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-64 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-81 .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-81 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-81 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: left;
}
.title-page .side-panel-81 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-81 .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;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .side-panel-81 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-81 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-81 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-81 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-56 {
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-57 {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-58 .layout_93 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_94 {
    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-58 .layout_90_id_91 {
    margin-top: 15px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: 0;
  }
  .title-page .block-58 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .title-page .widget-65 {
    margin-top: 20px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-66 {
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-67 {
    text-align: center;
    width: 1203px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-68 {
    text-align: center;
    margin-top: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-59 {
    background: linear-gradient(rgba(11, 27, 53, 0.9), rgba(11, 27, 53, 0.9)), url("../images/54863053_2.jpg") left 50% top 50% / cover no-repeat, repeating-linear-gradient(to bottom right, #0f1521 0%, #0f1521 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-60 .layout_97 {
    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-60 .layout_100 {
    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-60 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-61 .layout_98 {
    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-61 .layout_99 {
    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-61 {
    width: auto;
    margin-top: 25px;
    margin-left: 0;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-61:hover, .title-page .block-61.hover, .title-page .block-61.active {
    text-align: left;
  }
  .title-page .widget-69 {
    width: auto;
    margin-left: 65px;
    right: 0;
    padding-left: 25px;
  }
  .title-page .address-98 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-98 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-70 {
    width: auto;
    right: 0;
    padding-left: 0;
  }
  .title-page .phones-99 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-99 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-71 {
    display: block;
  }
  .title-page .block-51 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-4 .layout_8 {
    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-4 .layout_12 {
    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-4 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-5 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .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-5 {
    border: none;
    background: none;
    margin-top: 30px;
    margin-left: 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-5 {
    margin-top: 15px;
    margin-left: 0;
    background: none;
  }
  .title-page .address-10 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-10 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-6 {
    text-align: left;
    margin-top: 15px;
    margin-right: 7px;
  }
  .title-page .phones-11 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-11 .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-6 {
    margin-left: auto;
    margin-right: auto;
    width: 1156px;
  }
  .title-page .widget-7 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-8 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-14 .sn-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;
    text-align: center;
  }
  .title-page .block-3 .layout_4 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 {
    width: auto;
    background: none;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-2 {
    min-height: 496px;
    background: url("../images/up.svg") left 50% top 0px / auto auto no-repeat, url("../images/dow.svg") left 50% bottom 0px / auto auto no-repeat, url("../images/Slide.jpg?1559039750976") left 50% top 50% / cover no-repeat;
    margin-top: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-9 {
    text-align: center;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA1NSAyIiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF9kNnRpNDQ4IiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI1NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9InVybCgjZ3JhZF9kNnRpNDQ4KSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icmVjdC0zIj48L3JlY3Q+Cjwvc3ZnPg==") left 50% top 0px / auto auto no-repeat;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-22 {
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-23 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-21 {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .blocklist-20 .body-outer {
    width: auto;
  }
  .title-page .blocklist-20 .body {
    width: auto;
  }
  .title-page .blocklist-20 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-20 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-20 .image {
    margin-right: 0;
    margin-bottom: 25px;
    float: none;
  }
  .title-page .block-54 {
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-32 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-33 .layout_35 {
    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-33 .layout_36 {
    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-33 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .text-3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    width: auto;
    background: none;
  }
  .title-page .widget-37 {
    margin-left: 0;
  }
  .title-page .form-36 .form__header {
    margin-bottom: 6px;
  }
  .title-page .form-36 .form__text {
    margin-bottom: 17px;
  }
  .title-page .form-36 .form-text {
    margin-bottom: 10px;
  }
  .title-page .form-36 .form-textarea {
    margin-top: 0;
  }
  .title-page .form-36 .form-submit {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .form-36 .form-submit button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-36 .form-captcha {
    margin-top: 0;
  }
  .title-page .form-36 .form-captcha button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .block-49 {
    background: none;
    padding-bottom: 40px;
    padding-top: 40px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-50 .layout_84 {
    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 .layout_85 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-50 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.02px;
  }
  .title-page .block-53 {
    display: none;
  }
  .title-page .widget-61 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-62 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-63 {
    text-align: center;
    font-size: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA1NSAyIiBpZD0ic3ZnLTEiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF81aWxlamNhIiBzcHJlYWRtZXRob2Q9InBhZCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTc1ZiIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSIjZmZhMTY2IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI1NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9InVybCgjZ3JhZF81aWxlamNhKSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icmVjdC0zIj48L3JlY3Q+Cjwvc3ZnPg==") left 50% bottom 0px / auto auto no-repeat;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-55 {
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title-page .block-31 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-25 {
    display: block;
  }
  .title-page .editable_block-32 .header {
    font-size: 30px;
  }
  .title-page .editable_block-32 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-32 .more {
    clear: none;
  }
  .title-page .block-28 {
    padding-top: 60px;
    padding-bottom: 110px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-29 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-24 {
    display: block;
  }
  .title-page .blocklist-29 .body-outer {
    width: auto;
  }
  .title-page .blocklist-29 .body {
    width: auto;
  }
  .title-page .blocklist-29 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    align-self: auto;
  }
  .title-page .blocklist-29 .image {
    float: none;
    background: none;
    min-height: 131px;
    max-width: 100%;
  }
  .title-page .blocklist-29 .img-convert {
    height: 126px;
    background: none;
  }
  .title-page .blocklist-29 .title {
    background: none;
  }
  .title-page .block-24 {
    background: none;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-25 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-27 {
    background: none;
    margin-top: 25px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-23 {
    padding-bottom: 30px;
    display: block;
  }
  .title-page .blocklist-25 .header {
    margin-bottom: 8px;
  }
  .title-page .blocklist-25 .description {
    margin-bottom: 29px;
  }
  .title-page .blocklist-25 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-25 .body {
    width: auto;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 748px;
  }
  .title-page .blocklist-25 .list {
    width: 748px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-25 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-basis: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-25 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
  .title-page .blocklist-25 .img-convert {
    height: 90px;
  }
  .title-page .blocklist-25 .controls {
    margin-top: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -40px;
  }
  .title-page .blocklist-25 .prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: auto;
    margin-right: 2px;
  }
  .title-page .blocklist-25 .next {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 2px;
    margin-right: auto;
  }
  .title-page .blocklist-25 .bx-pager a {
    width: 11px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .title-page .blocklist-25 .bx-pager a:hover, .title-page .blocklist-25 .bx-pager a.hover, .title-page .blocklist-25 .bx-pager a.active {
    background: #8f8f8f;
  }
  .title-page .blocklist-25 .bx-pager a:active, .title-page .blocklist-25 .bx-pager a.active {
    background: #fad4a6;
  }
  .title-page .widget-22 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-23 .header {
    font-size: 30px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-23 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-23 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-23 .more {
    clear: none;
  }
  .title-page .widget-64 {
    border: none;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 10px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .side-panel-81 .side-panel-content {
    border: none;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #0b1b35;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-81 .side-panel-close {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4zNDQiIGhlaWdodD0iMzEuMzQ0IiB2aWV3Qm94PSIwIDAgMzEuMzQ0IDMxLjM0NCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkNsb3NlMzMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDEuNjQ2LDE0LjM1NGwxLjcwNy0xLjcwNywyOSwyOS0xLjcwNywxLjcwN1pNMTczLjAxLDE0LjdMMTcxLjMsMTIuOTksMTYwLjk5LDIzLjNsMS43MTUsMS43MTVabS0xOSwxOS0xLjcxNS0xLjcxNUwxNDEuOTksNDIuMywxNDMuNyw0NC4wMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDEuNjU2IC0xMi42NTYpIiBmaWxsPSIjMGIxYjM1IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 50% top 50% / 16px no-repeat #fe575f;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 13px;
  }
  .title-page .side-panel-81 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-81 .side-panel-button {
    padding: 13px 10px;
    border: none;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    align-self: auto;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fe575f;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-81 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-height: 2px;
    margin-top: 4px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-56 {
    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 .block-58 .layout_93 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_90_id_91 {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
  }
  .title-page .block-58 {
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 0;
  }
  .title-page .widget-67 {
    margin-top: 15px;
  }
  .title-page .block-60 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-60 .layout_100 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_98 {
    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-61 .layout_99 {
    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 .widget-69 {
    margin-left: 52px;
  }
  .title-page .widget-70 {
    margin-right: 20px;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .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 .widget-5 {
    margin-left: auto;
  }
  .title-page .widget-6 {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .title-page .widget-7 {
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .site-name-14 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-3 .layout_4 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .blocklist-20 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-20 .item {
    align-self: auto;
  }
  .title-page .block-32 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-33 .layout_35 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_36 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .text-3 {
    margin-bottom: 30px;
  }
  .title-page .form-36 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-36 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-36 .form-submit {
    width: auto;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .form-36 .form-submit:hover, .title-page .form-36 .form-submit.hover, .title-page .form-36 .form-submit.active {
    text-align: center;
  }
  .title-page .form-36 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-36 .form-submit button {
    width: 300px;
  }
  .title-page .form-36 .form-captcha button {
    width: 300px;
  }
  .title-page .block-50 .layout_84 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_85 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-50 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-29 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-29 .img-convert {
    height: 128px;
  }
  .title-page .blocklist-25 .description {
    margin-right: 0;
    padding-right: 80px;
  }
  .title-page .blocklist-25 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-25 .list {
    width: 600px;
  }
  .title-page .blocklist-25 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-25 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .title-page .blocklist-25 .image {
    margin-left: auto;
  }
  .title-page .blocklist-25 .controls {
    margin-left: -42px;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-58 .layout_93 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_90_id_91 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-68 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-60 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-60 .layout_100 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_98 {
    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-61 .layout_99 {
    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 .widget-69 {
    width: 826px;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
  }
  .title-page .widget-70 {
    margin-right: auto;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-5 {
    margin-right: auto;
    display: none;
  }
  .title-page .widget-6 {
    text-align: center;
    width: auto;
    margin-right: 0;
    right: 0;
  }
  .title-page .block-3 .layout_4 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 .layout_5 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-2 {
    min-height: 360px;
    background: url("../images/up.svg") left 50% top 0px / contain no-repeat, url("../images/dow.svg") left 50% bottom 0px / contain no-repeat, url("../images/Slide.jpg?1559039750976") left 50% top 50% / cover no-repeat;
  }
  .title-page .block-7 {
    margin-top: 40px;
  }
  .title-page .blocklist-20 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .block-33 .layout_35 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_36 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .text-3 {
    margin-bottom: 0;
  }
  .title-page .widget-37 {
    margin-bottom: 0;
  }
  .title-page .form-36 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-36 .form-text input {
    margin-top: 11px;
  }
  .title-page .form-36 .form-submit button {
    width: 100%;
  }
  .title-page .form-36 .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-36 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-36 .form-captcha button {
    width: 100%;
  }
  .title-page .block-50 .layout_84 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_85 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-53 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-29 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-29 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-25 .description {
    line-height: 1.3;
  }
  .title-page .blocklist-25 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 460px;
  }
  .title-page .blocklist-25 .list {
    width: 460px;
  }
  .title-page .blocklist-25 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-25 .image {
    margin-right: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-58 .layout_93 {
    margin-top: 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;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_94 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-58 .layout_90_id_91 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-66 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-67 {
    margin-top: 19px;
    margin-bottom: 0;
  }
  .title-page .widget-68 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-60 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-60 .layout_100 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_98 {
    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-61 .layout_99 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 {
    margin-top: 20px;
  }
  .title-page .widget-69 {
    margin-right: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-70 {
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-71 {
    margin-bottom: 0;
  }
  .title-page .menu-col-100 ul.menu-columns-items > li {
    margin-top: 0;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_10 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-5 .layout_11 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-5 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-6 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-7 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-3 .layout_4 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-7 {
    margin-top: 22px;
  }
  .title-page .widget-9 {
    font-size: 25px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .title-page .blocklist-20 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-20 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-20 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-20 .image {
    margin-bottom: 30px;
  }
  .title-page .block-33 .layout_35 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_36 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .text-3 {
    font-size: 25px;
  }
  .title-page .widget-37 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .form-36 .form__header {
    margin-top: 0;
  }
  .title-page .form-36 .form__text {
    margin-top: 15px;
  }
  .title-page .block-50 .layout_84 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-50 .layout_85 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-63 {
    font-size: 25px;
  }
  .title-page .editable_block-32 .header {
    font-size: 25px;
  }
  .title-page .editable_block-32 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-29 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-29 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .widget-23 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-25 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .description {
    text-align: center;
    line-height: 1.2;
    padding-right: 0;
  }
  .title-page .blocklist-25 .body-outer {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-25 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-25 .list {
    width: 280px;
  }
  .title-page .blocklist-25 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-25 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-25 .controls {
    top: 0;
    bottom: auto;
    margin-left: 0;
    display: none;
  }
  .title-page .blocklist-25 .next {
    margin-right: 0;
  }
  .title-page .editable_block-23 .header {
    font-size: 25px;
  }
  .title-page .editable_block-23 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-3 {
  margin: 11px 0 auto auto;
  border: none;
  z-index: 2;
  pointer-events: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  left: 0;
  top: 0;
  position: relative;
  min-height: 45px;
  width: 220px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fe575f, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #fe575f, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #fe575f, 0 0 0 transparent;
  background: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #0b1b35;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .side-panel .widget-3:hover, .title-page .side-panel .widget-3.hover, .title-page .side-panel .widget-3.active {
  background: repeating-linear-gradient(to right, #fe575f 0%, #ffa166 100%);
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 30px rgba(254, 87, 95, 0.25);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 30px rgba(254, 87, 95, 0.25);
  box-shadow: 0 0 0 transparent, 0px 10px 30px rgba(254, 87, 95, 0.25);
  color: #fff;
}
.title-page .side-panel .widget-3:active, .title-page .side-panel .widget-3.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(254, 87, 95, 0.25);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(254, 87, 95, 0.25);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(254, 87, 95, 0.25);
}
.title-page .popover-wrap-5 .popover-body .s3_button_large:hover, .title-page .popover-wrap-5 .popover-body .s3_button_large.hover, .title-page .popover-wrap-5 .popover-body .s3_button_large.active {
  -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 .popover-wrap-5 .popover-body .s3_button_large:active, .title-page .popover-wrap-5 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .side-panel .widget-2 {
  margin: 0 0 20px;
  z-index: 1;
  text-align: left;
  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;
  right: 0;
  min-height: 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-4 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a.active {
  background: url("../images/Ho22v.svg") left 0px top 50% / auto auto no-repeat;
  color: #fe575f;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a {
  width: 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 .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #fe575f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("../images/Hov.svg") left 33px bottom 0px / auto auto no-repeat;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.more-button {
  display: none;
}
