@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;
  text-align: left;
  z-index: 2;
}
.title-page .wrapper .layout_center_2_id_178_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper {
  position: relative;
  z-index: 3;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  text-indent: 0;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-88 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 35px;
  max-width: 100%;
  background: linear-gradient(rgba(0, 1, 51, 0.6), rgba(0, 1, 51, 0.6)), url("../images/54668715_2.jpg?1558502791808") left 50% top calc(50% + 39px) / cover no-repeat;
  z-index: 14;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-89 .layout_204 {
  -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-89 .layout_205 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-89 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-125 {
  margin: 115px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-204 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-204 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-204 .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-204 .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-204 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-204 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-204 .popover-body .s3_button_large:hover, .title-page .popover-wrap-204 .popover-body .s3_button_large.hover, .title-page .popover-wrap-204 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-204 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-204 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .editable_block-204 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-204 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-204 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-204 .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-204 .title {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNjAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0ibGluZTMzLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iNjAiIGhlaWdodD0iMiIgcng9IjEiIHJ5PSIxIiBmaWxsPSIjMDA5OWQ4IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-204 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-204 .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-204 .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-204 .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-204 .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-204 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 20px;
  margin-right: 143px;
}
.title-page .editable_block-204 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-204 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-204 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-204 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-204 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-204 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-204 .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-204 .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-204 .clear {
  clear: both;
}
.title-page .popover-container-204 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-204 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-204 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-204 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-204 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-204 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-204 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .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-204 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-204 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-204 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-204 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .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-204 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-204 .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-204 .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-204 .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-204 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .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-204 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-204 .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-204 .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-204 .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-204 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .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-204 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-204 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .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-204 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-204 .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-204 .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-204 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-204 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-204 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-204 .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-204 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-204 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-204 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-126 {
  padding: 40px 40px 50px;
  margin: 70px 0 70px 43px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 384px;
  min-height: 440px;
  background: #263480;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-205 .form__header {
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
}
.title-page .form-205 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-205 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-205 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-205 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-205 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-205 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-205 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-205 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-205 .form-text {
  box-sizing: border-box;
  text-align: left;
}
.title-page .form-205 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-205 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-205 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-205 .form-text input {
  padding: 18px 20px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 6px;
}
.title-page .form-205 .form-text input:hover, .title-page .form-205 .form-text input.hover, .title-page .form-205 .form-text input.active {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffd000;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffd000;
  box-shadow: inset 0px 0px 0px 1px #ffd000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-205 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-205 .form-textarea textarea:hover, .title-page .form-205 .form-textarea textarea.hover, .title-page .form-205 .form-textarea textarea.active {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffd000;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffd000;
  box-shadow: inset 0px 0px 0px 1px #ffd000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-205 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-205 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-205 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-205 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-205 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-205 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-205 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-205 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-205 .form-item__header {
  text-align: center;
}
.title-page .form-205 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #878787;
  text-align: left;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
}
.title-page .form-205 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-205 .form-radio .form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-205 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-205 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-205 .form-submit {
  box-sizing: border-box;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .form-205 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-205 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-205 .form-submit button {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #0099d8;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-page .form-205 .form-submit button:hover, .title-page .form-205 .form-submit button.hover, .title-page .form-205 .form-submit button.active {
  background: transparent;
}
.title-page .form-205 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-205 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-205 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-205 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-205 .form-captcha input:hover, .title-page .form-205 .form-captcha input.hover, .title-page .form-205 .form-captcha input.active {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffd000;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffd000;
  box-shadow: inset 0px 0px 0px 1px #ffd000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-205 .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-205 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-205 .form-captcha button {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #0099d8;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-page .form-205 .form-captcha button:hover, .title-page .form-205 .form-captcha button.hover, .title-page .form-205 .form-captcha button.active {
  background: transparent;
}
.title-page .form-205 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-205 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-205 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-205 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-205 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-205 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-205 .form-checkbox .form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-205 .form-checkbox .form-item__body label.form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  font-size: 13px;
}
.title-page .form-205 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-205 .form-radio {
  box-sizing: border-box;
}
.title-page .form-205 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-205 .form-radio .form-item__body label.form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  font-size: 13px;
}
.title-page .form-205 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-205 .form-select {
  box-sizing: border-box;
}
.title-page .form-205 .form-div {
  box-sizing: border-box;
}
.title-page .form-205 .form-html {
  box-sizing: border-box;
}
.title-page .form-205 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-205 .form-upload {
  box-sizing: border-box;
}
.title-page .form-205 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-205 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-205 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-205 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-205 .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-205 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-205 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-205 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-205 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-205 .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-205 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-205 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-205 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-205 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-205 .form-success {
  border: none;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  padding-left: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC45NjkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNC45NjkgMzUiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJ0ci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc2NS41NDMsMjI0LjQ4NWMtNi43LDAtMTMuNjMxLTMuMDg3LTE5LjAxNC04LjQ2OGwtMC4xMDYtLjExNWMtNS41NC01LjUzMy04LjYyMy0xMi42NDgtOC40NjItMTkuNTExbDAuMDEyLS41LDAuMzEyLS40YTE4LjI2NSwxOC4yNjUsMCwwLDEsNy44MzgtNS44MDgsMi43MjQsMi43MjQsMCwwLDEsLjk4Mi0wLjE3MmMwLjgxNSwwLDIuNjQxLjQxNSwzLjEwNSwxLjY5NSwwLjgxOSwyLjI3MywxLjg1OCw1LjI0OCwyLjYxMSw4LjEsMC4yMjEsMC44MjYtLjAzNywyLjc1OC0xLjExMSwzLjQzNWwtMi42NjIsMS42ODlhMi4wMTcsMi4wMTcsMCwwLDAsLjM1OS45MSwzNy41NzcsMzcuNTc3LDAsMCwwLDMuNTU1LDQuMTY0LDM3LjA2MywzNy4wNjMsMCwwLDAsNC4xMzEsMy41MjEsMS41MDksMS41MDksMCwwLDAsLjgzMi4zMTYsMC40LDAuNCwwLDAsMCwuMTUtMC4wMjFsMS42MjMtMi42YzAuNzMzLTEuMTQzLDIuNTgyLTEuMTc2LDIuNzktMS4xNzZhMi41NjcsMi41NjcsMCwwLDEsLjU4My4wNiwzNy43OTEsMzcuNzkxLDAsMCwxLDguMjcxLDIuNjY4LDMuNiwzLjYsMCwwLDEsMS40MTEsNC4wNDVBMTguNCwxOC40LDAsMCwxLDc2OC42LDIyMi43YTE4Ljg5MiwxOC44OTIsMCwwLDEtMS42NjEsMS40NjJsLTAuMzk0LjMwNy0xLjAwNi4wMThoMFptLTE4LjA5NC0yMi42LDIuMzc5LTEuNTA5YTEuOTg2LDEuOTg2LDAsMCwwLC4wNjItMC40MTVjLTAuNjY1LTIuNDc0LTEuNi01LjE5MS0yLjM3Ny03LjM1YTEuMzMyLDEuMzMyLDAsMCwwLS40MDgtMC4wODYsMTUuNDM0LDE1LjQzNCwwLDAsMC01LjIzNSwzLjQ0NmMtMC4zLjMwNi0uNiwwLjYzMy0wLjksMWgwYzAuMDI3LDUuODE1LDIuODM1LDEyLjA2NCw3LjU4OCwxNi44MTZsMC4xNDgsMC4xNTFjNC43Niw0Ljc1OSwxMC44ODcsNy41MiwxNi43NzQsNy41NDEsMC4zNTYtLjI5NS42OTEtMC42LDEtMC45MDZhMTUuMzEyLDE1LjMxMiwwLDAsMCwzLjQ3LTUuMzM2Yy0wLjAxNS0uMDEtMC4wNzQtMC4xOTUtMC4xMzgtMC4zNDNhMzUuMzU3LDM1LjM1NywwLDAsMC03LjM5Mi0yLjM0MywzLjU0MywzLjU0MywwLDAsMC0uMzUzLjA3NGwtMS41MTQsMi4zODZjLTAuOTQ0LDEuNTI4LTMuNDM3LDEuNzY5LTUuMjMxLjQ1N2EzNy40NzgsMzcuNDc4LDAsMCwxLTguMzQxLTguMzQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM3Ljk2OSAtMTg5LjUpIiBmaWxsPSIjMDA5OWQ4IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px top 50% / 24px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-205 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-205 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-205 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-83 .layout_193_id_194 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-83 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 532px;
  background: linear-gradient(rgba(0, 1, 51, 0.6), rgba(0, 1, 51, 0.6)), url("../images/54859708_2.jpg?1558502791799") left 50% top 50% / cover no-repeat, url("../images/54654515_2.jpg?1558502791732") left 50% top 50% / cover no-repeat;
  z-index: 13;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-120 {
  margin: 180px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  background: url("../images/lib_415701_play.png") left 50% top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
}
.title-page .widget-120:hover, .title-page .widget-120.hover, .title-page .widget-120.active {
  
}
.title-page .blocklist-194 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-194 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-194 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-194 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-194 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-194 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-194 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-194 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-194 .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-194 .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-194 .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-194 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-194 .item {
  margin: auto 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  text-align: left;
  left: 0;
  right: 0;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
}
.title-page .blocklist-194 .text {
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-194 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-194 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-194 .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-194 .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-194 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 960px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: NaNpx;
  margin-right: NaNpx;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-194 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-194 .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-194 .title {
  margin: 100px 0 9px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #01a1e3;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-194 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  pointer-events: auto;
}
.title-page .blocklist-194 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-194 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-194 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-194 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-194 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-194 .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-194 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-194 .bx-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-194 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-194 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-194 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-194 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-194 .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;
}
.title-page .blocklist-194 .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-194 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-194 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-194 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-194 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-194 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-194 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-194 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-194 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-194 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-194 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-194 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-194 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-194 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-194 .popover-body .s3_button_large:hover, .title-page .popover-wrap-194 .popover-body .s3_button_large.hover, .title-page .popover-wrap-194 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-194 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-194 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-194 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-194 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-194 .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-194 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-194 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-194 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-194 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-194 .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 .blocklist-194 .bx-pager a:active, .title-page .blocklist-194 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-194 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-194 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-194 .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-194 .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-194 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-194 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-194 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-194 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .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-194 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-194 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-194 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-194 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .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-194 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-194 .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-194 .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-194 .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-194 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .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-194 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-194 .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-194 .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-194 .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-194 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .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-194 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-194 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .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-194 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .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-194 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-194 .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-194 .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-194 .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-194 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-194 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-194 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-194 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-194 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-194 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-82 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f5f5f5;
  z-index: 12;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-119 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 1100px;
  min-height: 0;
  right: 0;
  max-width: 100%;
}
.title-page .news-192 p:first-child {
  margin-top: 0;
}
.title-page .news-192 p:last-child {
  margin-bottom: 0;
}
.title-page .news-192 .news__header {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: justify;
  padding-bottom: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-192 .news__title {
  box-sizing: border-box;
  font-size: 25px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
}
.title-page .news-192 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .news-192 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .news-192 .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 .news-192 .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 .news-192 .news__list {
  box-sizing: border-box;
  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;
}
.title-page .news-192 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .news-192 .item {
  padding: 25px 25px 40px;
  margin: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-192 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-192 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
}
.title-page .news-192 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .news-192 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-192 .item__title {
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 14px;
  text-decoration: none;
  text-align: left;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 0;
}
.title-page .news-192 .item__date {
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.title-page .news-192 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  font-weight: 500;
}
.title-page .news-192 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #141414;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  padding-top: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCA1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI1MCIgaGVpZ2h0PSIxIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMwMDk5ZDgiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InJlY3QtMyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top -1px / auto auto no-repeat;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 115px;
}
.title-page .news-192 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.title-page .news-192 .item__more_link {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgMTUgMTMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik04Ljc2NywxMy4wMDAgTDcuMDAwLDExLjE4MiBMMTEuNDkwLDYuNTAwIEw3LjAwMCwxLjgxOCBMOC43NjcsLTAuMDAwIEwxNS4wMDAsNi41MDAgTDguNzY3LDEzLjAwMCBaTTEuNzY3LDEzLjAwMCBMLTAuMDAwLDExLjE4MiBMNC40OTAsNi41MDAgTC0wLjAwMCwxLjgxOCBMMS43NjcsLTAuMDAwIEw4LjAwMCw2LjUwMCBMMS43NjcsMTMuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzAwOTlkOCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-192 .item__more_link:hover, .title-page .news-192 .item__more_link.hover, .title-page .news-192 .item__more_link.active {
  color: #ffc600;
}
.title-page .news-192 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-192 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .news-192 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .news-192 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.title-page .news-192 .item__image__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .news-192 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}
.title-page .news-192 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .news-192 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-192 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-192 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-192 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-192 .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 .news-192 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-192 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-192 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-192 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-192 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_pause.png") center center / auto no-repeat;
}
.title-page .news-192 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_play.png") center center / auto no-repeat;
}
.title-page .news-192 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-192 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-192 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-192 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .news-192 .bx-pager a:active, .title-page .news-192 .bx-pager a.active {
  background: #bbb;
}
.title-page .news-192 .news__footer {
  box-sizing: border-box;
}
.title-page .news-192 .news__all {
  box-sizing: border-box;
}
.title-page .news-192 .all_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .block-79 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 303px;
  background: #f5f5f5;
  z-index: 11;
  text-align: center;
  right: 0;
  padding-bottom: 70px;
  padding-top: 70px;
  -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 .widget-116 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 1100px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 1100px;
}
.title-page .popover-wrap-186 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-186 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-186 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-186 .popover-body .s3_button_large:hover, .title-page .popover-wrap-186 .popover-body .s3_button_large.hover, .title-page .popover-wrap-186 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-186 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-186 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-186 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-186 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-186 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-186 .header_text {
  font-size: 23px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-186 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-186 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 30px;
}
.title-page .blocklist-186 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-186 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-186 .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-186 .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-186 .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-186 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-186 .item {
  padding: 15px 15px 40px;
  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;
  -webkit-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-186 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  pointer-events: auto;
}
.title-page .blocklist-186 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-186 .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;
}
.title-page .blocklist-186 .item-label {
  padding: 10px;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: auto;
  z-index: 5;
  background: url("../images/lib_666301_gal.svg") left 50% top 50% / 20px no-repeat #0099d8;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  right: 0;
  margin-right: 24px;
  bottom: 0;
  margin-bottom: -25px;
  width: 50px;
  min-height: 50px;
  margin-top: 0;
  align-self: auto;
}
.title-page .blocklist-186 .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-186 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 200px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .blocklist-186 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-186 .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-186 .title {
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 15px;
}
.title-page .blocklist-186 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-186 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-186 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-186 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-186 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-186 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-186 .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-186 .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-186 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-186 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-186 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-186 .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-186 .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-186 .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-186 .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-186 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-186 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-186 .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-186 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-186 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-186 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-186 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-186 .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-186 .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-186 .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-186 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-186 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-186 .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 .blocklist-186 .bx-pager a:active, .title-page .blocklist-186 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-186 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-186 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-186 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-186 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-186 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-186 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-186 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-186 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-186 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-186 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-186 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-186 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .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-186 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-186 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-186 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-186 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .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-186 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-186 .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-186 .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-186 .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-186 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .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-186 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-186 .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-186 .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-186 .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-186 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .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-186 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-186 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .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-186 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .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-186 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-186 .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-186 .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-186 .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-186 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-186 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-186 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-186 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-186 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-186 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-63 .layout_151 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-63 .layout_177 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-63 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  background: #fff;
  z-index: 10;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 10px;
  padding-bottom: 10px;
  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;
  text-decoration: none;
  max-width: 100%;
}
.title-page .widget-91 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 450px;
  min-height: 0;
  font-size: 25px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-left: 0;
  padding-bottom: 0.02px;
  max-width: 100%;
}
.title-page .site-name-151 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-151 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: left;
}
.title-page .site-name-151 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  width: 100px;
}
.title-page .site-name-151 .sn-text {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 27px;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url("../images/Layer 4.png") left calc(50% + 6px) top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-151 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-74 .layout_171 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 .layout_175 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 .layout_176 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-74 {
  margin: 21px 0 auto;
  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: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  right: 0;
}
.title-page .widget-109 {
  margin: 0 0 auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-left: 20px;
  -webkit-box-shadow: inset 1px 0px 0px #0099d8;
  -moz-box-shadow: inset 1px 0px 0px #0099d8;
  box-shadow: inset 1px 0px 0px #0099d8;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-171 p:first-child {
  margin-top: 0;
}
.title-page .phones-171 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-171 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-171 .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-171 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-171 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-171 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-171 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
}
.title-page .phones-171 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.title-page .phones-171 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-171 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-171 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-111 {
  margin: 0 0 auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-left: 20px;
  -webkit-box-shadow: inset 1px 0px 0px #0099d8;
  -moz-box-shadow: inset 1px 0px 0px #0099d8;
  box-shadow: inset 1px 0px 0px #0099d8;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-175 p:first-child {
  margin-top: 0;
}
.title-page .phones-175 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-175 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-175 .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-175 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-175 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-175 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-175 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
}
.title-page .phones-175 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.title-page .phones-175 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-175 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-175 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-112 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-176 p:first-child {
  margin-top: 0;
}
.title-page .phones-176 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-176 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-176 .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-176 .icon {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMxLjQwNyIgaGVpZ2h0PSIzMS40MSIgdmlld0JveD0iMCAwIDMxLjQwNyAzMS40MSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTI5LjQxOSwxNS45OTEgQzI5LjQxOSw4LjI2OSAyMy4xNDAsMS45ODggMTUuNDIxLDEuOTg4IEwxNS40MjEsLTAuMDEzIEMyNC4yNDIsLTAuMDEzIDMxLjQxOSw3LjE2NyAzMS40MTksMTUuOTkxIEwyOS40MTksMTUuOTkxIFpNMjEuNDIwLDE1Ljk5MSBDMjEuNDIwLDEyLjY4MiAxOC43MjksOS45OTAgMTUuNDIxLDkuOTkwIEwxNS40MjEsNy45ODkgQzE5LjgzMiw3Ljk4OSAyMy40MjAsMTEuNTc5IDIzLjQyMCwxNS45OTEgTDIxLjQyMCwxNS45OTEgWk0xNS40MjEsMy45ODggQzIyLjAzNywzLjk4OCAyNy40MjAsOS4zNzMgMjcuNDIwLDE1Ljk5MSBMMjUuNDIwLDE1Ljk5MSBDMjUuNDIwLDEwLjQ3NiAyMC45MzQsNS45ODkgMTUuNDIxLDUuOTg5IEwxNS40MjEsMy45ODggWk0xMy45MjEsMTcuNDkxIEwxMy45MjEsMTcuNDkyIEwxNy43MTAsMjEuMjgzIEMxOC40MjIsMjEuOTk1IDE5LjU4MiwyMS45OTUgMjAuMjk1LDIxLjI4MyBMMjIuNzk1LDE4Ljc4MiBDMjIuODIxLDE4Ljc1NSAyMi44NTAsMTguNzMwIDIyLjg3OCwxOC43MDcgQzIzLjc2OSwxNy45MDMgMjUuMjI1LDE3LjkwMCAyNi4xMTcsMTguNzAxIEMyNi4xNDksMTguNzI2IDI2LjE4MCwxOC43NTMgMjYuMjA5LDE4Ljc4MiBMMzAuNzA5LDIzLjI4MyBDMzEuMTY0LDIzLjczOSAzMS40MTUsMjQuMzQ2IDMxLjQxNSwyNC45OTAgQzMxLjQxNSwyNS42MzUgMzEuMTY0LDI2LjI0MiAzMC43MDksMjYuNjk4IEwyNy43MDksMjkuNjk5IEMyNi42NTAsMzAuNzU4IDI0Ljg2NywzMS4zOTUgMjIuNjI0LDMxLjM5NSBDMTguNTczLDMxLjM5NSAxMy4wMjAsMjkuMzE4IDcuNTE2LDIzLjkwNCBMOC4wNDAsMjMuMzcyIEw3LjUwNywyMy44OTYgQzIuODU5LDE5LjE2NyAxLjA4NCwxNC44NTQgMC40MTIsMTIuMDY5IEMtMC40NDcsOC41MDEgMC4wNDAsNS4zNzEgMS43MTUsMy42OTYgTDQuNzE1LDAuNjk1IEM1LjYyNywtMC4yMTcgNy4yMTYsLTAuMjE3IDguMTI4LDAuNjk1IEwxMi42MjgsNS4xOTYgQzEyLjY1OSw1LjIyNyAxMi42ODksNS4yNjEgMTIuNzE1LDUuMjk1IEMxMy4xMTAsNS43MzkgMTMuMzI2LDYuMzA1IDEzLjMyNiw2LjkwNCBDMTMuMzI2LDcuNTEwIDEzLjEwNyw4LjA4MiAxMi43MDIsOC41MjcgQzEyLjY4MCw4LjU1NiAxMi42NTQsOC41ODUgMTIuNjI4LDguNjExIEwxMC4xMjgsMTEuMTEyIEM5LjQxNSwxMS44MjUgOS40MTUsMTIuOTg1IDEwLjEyOCwxMy42OTggTDEzLjkyMSwxNy40OTEgWk0yOC43MDksMjUuODY5IEwyOS4yOTUsMjUuMjgzIEMyOS40NTYsMjUuMTIyIDI5LjQ1NiwyNC44NTkgMjkuMjk1LDI0LjY5NyBMMjQuODY1LDIwLjI2NiBDMjQuODQzLDIwLjI0OCAyNC44MjEsMjAuMjI5IDI0LjgwMSwyMC4yMDggQzI0LjU4NCwxOS45OTEgMjQuNDE5LDE5Ljk5MiAyNC4yMDIsMjAuMjA4IEMyNC4xODQsMjAuMjI2IDI0LjE2NCwyMC4yNDQgMjQuMTQ0LDIwLjI2MSBMMjMuNjIzLDIwLjc4MiBMMjguNzA5LDI1Ljg2OSBaTTEwLjYyOSw3Ljc4MiBMMTEuMTQ5LDcuMjYyIEMxMS4xNjUsNy4yNDIgMTEuMTg0LDcuMjIyIDExLjIwMiw3LjIwNCBDMTEuMzExLDcuMDk1IDExLjMyNiw2Ljk3MCAxMS4zMjYsNi45MDQgQzExLjMyNiw2LjgzOSAxMS4zMTEsNi43MTMgMTEuMjAyLDYuNjA1IEMxMS4xODAsNi41ODMgMTEuMTU4LDYuNTU5IDExLjEzOCw2LjUzNSBMNi43MTQsMi4xMDkgQzYuNTUyLDEuOTQ4IDYuMjkxLDEuOTQ4IDYuMTI5LDIuMTA5IEw1LjU0MywyLjY5NSBMMTAuNjI5LDcuNzgyIFpNOC43MTQsOS42OTcgTDkuMjE0LDkuMTk3IEw0LjEyOSw0LjEwOSBMMy4xMjksNS4xMTAgQzEuOTY4LDYuMjcxIDEuNjcyLDguNzU4IDIuMzU3LDExLjYwMCBDMy4yMjEsMTUuMTg3IDUuNTU0LDE5LjA1MiA4LjkyNSwyMi40ODUgQzEyLjM1NywyNS44NTggMTYuMjIxLDI4LjE5MiAxOS44MDgsMjkuMDU3IEMyMi42NDksMjkuNzQyIDI1LjEzNCwyOS40NDYgMjYuMjk1LDI4LjI4NCBMMjcuMjk1LDI3LjI4NCBMMjIuMjEwLDIyLjE5NiBMMjEuNzA5LDIyLjY5NyBDMjAuOTYzLDIzLjQ0NCAxOS45ODMsMjMuODE3IDE5LjAwMywyMy44MTcgQzE4LjAyMiwyMy44MTcgMTcuMDQyLDIzLjQ0NCAxNi4yOTYsMjIuNjk3IEwxMi41MDcsMTguOTA2IEwxMi41MDcsMTguOTA2IEw4LjcxNCwxNS4xMTMgQzcuMjIxLDEzLjYyMCA3LjIyMSwxMS4xOTAgOC43MTQsOS42OTcgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjMDA5OWQ4IiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 28px no-repeat;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: -3px;
  align-self: auto;
}
.title-page .phones-176 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-176 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-176 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
}
.title-page .phones-176 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
  margin-top: 8px;
  font-weight: bold;
}
.title-page .phones-176 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-176 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-176 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-75 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #231f20;
  max-width: 100%;
  z-index: 9;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-73 .layout_9 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 .layout_172 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-73 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .widget-6 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 2px;
  padding-left: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 937px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 55px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  max-width: 100%;
}
.title-page .menu-9 .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-9 .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-9 .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-9 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-9 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-9 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-9 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-9 .menu-scroll > ul > li.delimiter {
  margin: 24px 2px 0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 5px;
  min-height: 5px;
  background: #0099d8;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a {
  padding: 20px 10px 15px;
  margin: 0 2px;
  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: #fff;
  font-size: 12px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  align-self: auto;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: inset 0px 5px 0px #0099d8;
  -moz-box-shadow: inset 0px 5px 0px #0099d8;
  box-shadow: inset 0px 5px 0px #0099d8;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-9 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul ul {
  padding: 5px;
  margin: 1px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-9 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a {
  padding: 10px;
  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-family: Roboto, sans-serif;
  text-indent: 0;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.active {
  background: rgba(153, 153, 153, 0);
  color: #0abf31;
}
.title-page .menu-9 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .widget-110 {
  margin: 8px 0 auto 63px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .languages-172 .lang-list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .languages-172 .lang-item {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0;
}
.title-page .languages-172 .lang-item a {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
}
.title-page .languages-172 .lang-item a .img-convert {
  box-sizing: border-box;
  width: 22px;
  height: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .languages-172 .lang-item img {
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .widget-108 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 8;
  width: auto;
  height: 0;
  min-height: 650px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(3, 96, 120, 0) 56.7%, rgba(3, 96, 120, 0) 100%);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-170 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-170 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-170 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-170 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-170 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-170 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  bottom: auto;
  margin-top: -166px;
  margin-left: -550px;
  width: 1100px;
  max-width: 100%;
  right: auto;
  padding-right: 500px;
  margin-right: 0;
}
.title-page .slider-170 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-170 .block-body {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 19px;
  width: auto;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-left: 0;
  margin-right: 0;
}
.title-page .slider-170 .block-more {
  box-sizing: border-box;
}
.title-page .slider-170 .block-more > a {
  padding: 12px 40px 12px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/lib_423801_3.png") right 18px top 50% / auto auto no-repeat #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  min-height: 45px;
  width: 170px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-170 .block-more > a:hover, .title-page .slider-170 .block-more > a.hover, .title-page .slider-170 .block-more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #0099d8;
  -moz-box-shadow: inset 0px 0px 0px 2px #0099d8;
  box-shadow: inset 0px 0px 0px 2px #0099d8;
  background: url("../images/lib_423801_3.png") right 18px top 50% / auto auto no-repeat transparent;
}
.title-page .slider-170 .block-more > a:active, .title-page .slider-170 .block-more > a.active {
 
}
.title-page .slider-170 .block-title {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-170 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-170 .slider-controls {
  margin: -35px 40px 0 0;
  border: none;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 136px;
  min-height: 50px;
  bottom: auto;
}
.title-page .slider-170 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 20px;
  background: url("../images/lib_423801_1.png") left 50% top 50% / auto auto no-repeat #fff;
  text-align: left;
  min-height: 70px;
  margin-top: autopx;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.title-page .slider-170 .slider-prev:hover, .title-page .slider-170 .slider-prev.hover, .title-page .slider-170 .slider-prev.active {
  background: url("../images/lib_423801_1.png") left 50% top 50% / auto auto no-repeat #191a19;
}
.title-page .slider-170 .slider-prev:active, .title-page .slider-170 .slider-prev.active {
  background: url("../images/lib_423801_1.png") left 50% top 50% / auto auto no-repeat #030303;
}
.title-page .slider-170 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 20px;
  background: url("../images/lib_423801_2.png") left 50% top 50% / auto auto no-repeat #fff;
  text-align: left;
  min-height: 70px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: inset 4px 0px 0px #0099d8;
  -moz-box-shadow: inset 4px 0px 0px #0099d8;
  box-shadow: inset 4px 0px 0px #0099d8;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.title-page .slider-170 .slider-next:hover, .title-page .slider-170 .slider-next.hover, .title-page .slider-170 .slider-next.active {
  background: url("../images/lib_423801_2.png") left 50% top 50% / auto auto no-repeat #191a19;
}
.title-page .slider-170 .slider-next:active, .title-page .slider-170 .slider-next.active {
  background: url("../images/lib_423801_2.png") left 50% top 50% / auto auto no-repeat #000;
}
.title-page .slider-170 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-170 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-170 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-170 .bx-auto_controls {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  visibility: visible;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-170 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
}
.title-page .slider-170 .slider-pager > a:active, .title-page .slider-170 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-170 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-170 .bx-controls-auto {
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-170 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-170 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-170 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-170 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-170 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-170 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-170 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-170 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-170 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-170 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-170 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-170 .wrap_text_dm {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  min-height: inherit;
}
.title-page .slider-170 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-170 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-170 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-170 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-170 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-170 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-170 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-170 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-170 .popover-body .s3_button_large:hover, .title-page .popover-wrap-170 .popover-body .s3_button_large.hover, .title-page .popover-wrap-170 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-170 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-170 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-170 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-170 .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-170 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-170 .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-170 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-170 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-170 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-170 .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-170 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-170 .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-170 .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-170 .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-170 .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-170 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-170 .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-170 .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-170 .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-170 .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-170 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-170 .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-170 .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-170 .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-170 .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-170 .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-170 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-170 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-170 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-170 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-170 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-170 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-170 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-27 .layout_68 {
  -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-27 .layout_152 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-27 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  text-align: center;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
}
.title-page .block-64 {
  margin: 0 0 auto 40px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 350px;
  min-height: 0;
  background: url("../images/54654515_2.jpg") left 50% top 50% / cover no-repeat fixed, none #000;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .block-64:active, .title-page .block-64.active {
  background: url("../images/54654515_2.jpg") left 50% top 50% / cover no-repeat fixed #000;
}
.title-page .widget-43 {
  padding: 30px 25px;
  margin: 40px 30px 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  -webkit-box-shadow: 0px 17px 62px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 17px 62px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 17px 62px rgba(0, 0, 0, 0.38);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right: 0;
  min-height: 350px;
}
.title-page .form-67 .form__header {
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-67 .form__text {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
}
.title-page .form-67 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-67 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-67 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-67 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-67 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-67 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-67 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-67 .form-text {
  box-sizing: border-box;
}
.title-page .form-67 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-67 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-67 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-67 .form-text input {
  padding: 5px 4px 5px 56px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 45px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.title-page .form-67 .form-textarea textarea {
  padding: 2px 4px 2px 56px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-67 .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibmFtZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTUzMi44MjUsMjY3LjM1M2EyMS41NiwyMS41NiwwLDAsMC0yLjMzNC0xLjA3MmMtMi4xNzctLjktNC40MjktMS44MzEtNC40MjktMy45MDdhNC40LDQuNCwwLDAsMSwuOTM1LTIuNCw4LjMsOC4zLDAsMCwwLDEuMzM0LTMuMDM5bDAuMTUzLS43NWgxLjMyNGEzLjI4OCwzLjI4OCwwLDAsMCwuMTE0LTIuMzQzaC0wLjlsMC4wNTEtMS4yMTlhNS4wNzcsNS4wNzcsMCwwLDAtMTAuMTUzLDBsMC4wNTIsMS4yMTloLTAuOWEzLjI5MywzLjI5MywwLDAsMCwuMTE1LDIuMzQzaDEuMzI0bDAuMTUyLDAuNzVBOC4zMTYsOC4zMTYsMCwwLDAsNTIxLDI1OS45NzZhNC4zOSw0LjM5LDAsMCwxLC45MzUsMi40YzAsMi4wNzYtMi4yNTEsMy4wMDctNC40MjgsMy45MDdhMjEuNDcxLDIxLjQ3MSwwLDAsMC0yLjMzNCwxLjA3MmwtMC45MjgtMS42MjlhMjIuNiwyMi42LDAsMCwxLDIuNTQ2LTEuMTc2YzEuNTMyLS42MzMsMy4yNjktMS4zNTIsMy4yNjktMi4xNzRhMi45NTEsMi45NTEsMCwwLDAtLjY0LTEuMzg4LDEwLjY0MywxMC42NDMsMCwwLDEtMS40MDYtMi45MjNINTE4Yy0xLjM0NywwLTEuOTYyLTEuNy0xLjk2Mi0zLjI4YTQuMDkyLDQuMDkyLDAsMCwxLC4zMzMtMS43MDYsMiwyLDAsMCwxLC42ODgtMC44MjUsNi45NTIsNi45NTIsMCwwLDEsMTMuODgzLDAsMi44NDYsMi44NDYsMCwwLDEsMS4wMjEsMi41MjZjMCwxLjU4LS42MTQsMy4yOC0xLjk2MiwzLjI4aC0wLjAxNmExMC42NDIsMTAuNjQyLDAsMCwxLTEuNDA3LDIuOTIzLDIuOTUxLDIuOTUxLDAsMCwwLS42NCwxLjM4OGMwLDAuODIyLDEuNzM3LDEuNTQxLDMuMjcsMi4xNzRhMjIuNjg1LDIyLjY4NSwwLDAsMSwyLjU0NiwxLjE3NlpNNTI0LDI3MWExNC45NzIsMTQuOTcyLDAsMCwxLTkuOTA5LTMuNzU5bDEuMjQtMS40YTEzLjA2OSwxMy4wNjksMCwwLDAsMTcuMzM4LDBsMS4yNCwxLjRBMTQuOTcyLDE0Ljk3MiwwLDAsMSw1MjQsMjcxWm05LjkwOS0zLjc1OS0xLjI0LTEuNGExMy4xMjUsMTMuMTI1LDAsMSwwLTE3LjMzOCwwbC0xLjI0LDEuNEExNSwxNSwwLDEsMSw1MzMuOTA5LDI2Ny4yNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTA5IC0yNDEpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 24px no-repeat #00b7ff;
  width: 36px;
  height: 36px;
  min-height: 36px;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-67 .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_1128001_124rfd.svg") left 50% top 50% / auto auto no-repeat;
  width: 36px;
  height: 36px;
  min-height: 36px;
  text-align: left;
  bottom: auto;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-67 .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUyMi5zdmdfIiBkYXRhLW5hbWU9InBob25lMjIuc3ZnICIgY2xhc3M9ImNscy0xIiBkPSJNNTUwLDI0NS44OWwtMS4zNDktMS4zNTEsMi44NjItMi44NjUsMS4zNDksMS4zNVptMy40MjItMi44NjZhMC40LDAuNCwwLDAsMC0uNTYsMGwtMS4zNDktMS4zNWEyLjM1OCwyLjM1OCwwLDAsMSwzLjI1OCwwWm0xLjkwOCwxMi40MTdhMy42NjQsMy42NjQsMCwwLDEsMC01LjE3MWwxLjM0OSwxLjM1YTEuNzUsMS43NSwwLDAsMCwwLDIuNDdabTEuMzQ5LTMuODIxLTEuMzQ5LTEuMzUsMi4zMjYtMi4zMjljMC4wMTYtLjAxOC4wMzItMC4wMzYsMC4wNDktMC4wNTJhMC40MDYsMC40MDYsMCwwLDAsMC0uNTcyLDAuNzEsMC43MSwwLDAsMS0uMDU5LTAuMDY0bC00LjIyNC00LjIyOSwxLjM0OS0xLjM1LDQuMjk0LDQuM2EwLjg1NCwwLjg1NCwwLDAsMSwuMDguMDkxLDIuMzE3LDIuMzE3LDAsMCwxLS4wMTIsMy4wOTRjLTAuMDIxLjAyNi0uMDQ0LDAuMDUxLTAuMDY4LDAuMDc2Wm0tMi41LDEyLjIwN2MtNC40MzUtNC41MTUtNi4xMy04LjYzMy02Ljc3LTExLjI5My0wLjgyLTMuNDA2LS4zNTYtNi4zOTUsMS4yNDMtOEw1NTAsMjQ1Ljg5Yy0xLjEwOCwxLjEwOS0xLjM5LDMuNDgzLS43MzcsNi4yYTIzLjQsMjMuNCwwLDAsMCw2LjI3NiwxMC40Wm00Ljc3MS00Ljc2NC0zLjYxOS0zLjYyMiwxLjM0OS0xLjM1MSwzLjYyLDMuNjIyWm0xNC41MDcsMTAuMzA2LTEuMzQ5LTEuMzUxLDIuODYzLTIuODY1LDEuMzQ5LDEuMzVabTIuODYzLTIuODY2LTEuMzQ5LTEuMzVhMC40LDAuNCwwLDAsMCwwLS41NmwxLjM0OS0xLjM1QTIuMzA2LDIuMzA2LDAsMCwxLDU3Ni4zMTgsMjY2LjVabS0xMS4xNzEtMi43NTFhMy42MzksMy42MzksMCwwLDEtMi41ODMtMS4wNjlsMS4zNDktMS4zNTFhMS43NDYsMS43NDYsMCwwLDAsMi40NjgsMGwxLjM0OSwxLjM1MUEzLjYzOCwzLjYzOCwwLDAsMSw1NjUuMTQ3LDI2My43NTJabTkuODIyLDAuODQxLTQuMjI1LTQuMjI4Yy0wLjAyMi0uMDE5LTAuMDQ0LTAuMDM4LTAuMDY0LTAuMDU5YTAuNCwwLjQsMCwwLDAtLjU3MSwwbC0wLjA1Mi4wNDktMi4zMjcsMi4zMjgtMS4zNDktMS4zNTEsMi4zODUtMi4zODhjMC4wMjUtLjAyNC4wNS0wLjA0NywwLjA3Ni0wLjA2OGEyLjM2NSwyLjM2NSwwLDAsMSwzLjA5Mi0uMDExLDAuOTYsMC45NiwwLDAsMSwuMDkuMDc5bDQuMjk0LDQuM1ptLTYuMzY2LDYuMzk1Yy0zLjg2NiwwLTkuMTY1LTEuOTgzLTE0LjQxNy03LjE1MmwxLjMzOC0xLjM2MmEyMy4zNTQsMjMuMzU0LDAsMCwwLDEwLjM5MSw2LjI4MWMyLjcxMiwwLjY1NSw1LjA4My4zNzMsNi4xOTEtLjczN2wxLjM0OSwxLjM1MUE2LjgsNi44LDAsMCwxLDU2OC42LDI3MC45ODhabS02LjAzOS04LjMwNS0zLjYxOS0zLjYyMywxLjM0OS0xLjM1LDMuNjE5LDMuNjIyWm0xMC44OTUsNC43NzgtNS43MjYtNS43MywxLjM1LTEuMzUxLDUuNzI1LDUuNzMxWm0tMTcuMTc2LTE3LjE5Mi01LjcyNS01LjczLDEuMzQ5LTEuMzUxLDUuNzI1LDUuNzMxWm0xMy4wNzksNi4wMTFBNy42NDEsNy42NDEsMCwxLDEsNTc3LDI0OC42MzksNy42NDYsNy42NDYsMCwwLDEsNTY5LjM2MiwyNTYuMjhabTAtMTMuMzcyYTUuNzMxLDUuNzMxLDAsMSwwLDUuNzI2LDUuNzMxQTUuNzM0LDUuNzM0LDAsMCwwLDU2OS4zNjIsMjQyLjkwOFptLTAuOTU0LDguOTkyLTIuNTgzLTIuNTg2LDEuMzQ5LTEuMzUsMS4yMzQsMS4yMzUsMy4xNDItMy4xNDUsMS4zNDksMS4zNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NDcgLTI0MSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 24px no-repeat #00b7ff;
  width: 36px;
  height: 36px;
  min-height: 36px;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-67 .icon.img_comments {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 36px;
  height: 36px;
  min-height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-67 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-67 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-67 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-67 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-67 .form-item__header {
  text-align: left;
}
.title-page .form-67 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-67 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-67 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-67 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-67 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-67 .form-submit {
  box-sizing: border-box;
  text-align: left;
}
.title-page .form-67 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-67 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-67 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #0099d8;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  min-height: 50px;
  width: 230px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.title-page .form-67 .form-submit button:hover, .title-page .form-67 .form-submit button.hover, .title-page .form-67 .form-submit button.active {
  background: rgba(10, 191, 49, 0);
  color: #0099d8;
  -webkit-box-shadow: inset 0px 0px 0px 2px #0099d8;
  -moz-box-shadow: inset 0px 0px 0px 2px #0099d8;
  box-shadow: inset 0px 0px 0px 2px #0099d8;
}
.title-page .form-67 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-67 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-67 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-67 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-67 .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-67 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-67 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #0099d8;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  min-height: 50px;
  width: 230px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.title-page .form-67 .form-captcha button:hover, .title-page .form-67 .form-captcha button.hover, .title-page .form-67 .form-captcha button.active {
  background: rgba(10, 191, 49, 0);
  color: #0099d8;
  -webkit-box-shadow: inset 0px 0px 0px 2px #0099d8;
  -moz-box-shadow: inset 0px 0px 0px 2px #0099d8;
  box-shadow: inset 0px 0px 0px 2px #0099d8;
}
.title-page .form-67 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-67 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-67 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-67 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-67 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-67 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-67 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-67 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-67 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-67 .form-radio {
  box-sizing: border-box;
}
.title-page .form-67 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-67 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-67 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-67 .form-select {
  box-sizing: border-box;
}
.title-page .form-67 .form-div {
  box-sizing: border-box;
}
.title-page .form-67 .form-html {
  box-sizing: border-box;
}
.title-page .form-67 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-67 .form-upload {
  box-sizing: border-box;
}
.title-page .form-67 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-67 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-67 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-67 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-67 .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-67 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-67 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-67 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-67 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-67 .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-67 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-67 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-67 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-67 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-67 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .widget-44 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-right: 15px;
}
.title-page .popover-wrap-68 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-68 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-68 .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-68 .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-68 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-68 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-68 .popover-body .s3_button_large:hover, .title-page .popover-wrap-68 .popover-body .s3_button_large.hover, .title-page .popover-wrap-68 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-68 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-68 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .editable_block-68 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-68 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-68 .header {
  box-sizing: border-box;
  font-size: 23px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}
.title-page .editable_block-68 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-68 .title {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-68 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-68 .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-68 .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-68 .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-68 .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-68 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  line-height: 1.9;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-68 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-68 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-68 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-68 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-68 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-68 .more {
  box-sizing: border-box;
  margin-top: 30px;
  pointer-events: auto;
}
.title-page .editable_block-68 .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;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.title-page .editable_block-68 .more > a:hover, .title-page .editable_block-68 .more > a.hover, .title-page .editable_block-68 .more > a.active {
  text-decoration: none;
}
.title-page .editable_block-68 .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-68 .clear {
  clear: both;
}
.title-page .popover-container-68 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-68 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-68 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-68 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-68 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-68 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-68 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .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-68 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-68 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-68 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-68 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .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-68 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-68 .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-68 .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-68 .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-68 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .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-68 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-68 .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-68 .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-68 .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-68 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .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-68 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-68 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .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-68 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-68 .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-68 .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-68 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-68 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-68 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-68 .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-68 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-68 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-68 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-49 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 6;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 70px;
  -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 .widget-70 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 1100px;
  min-width: 1100px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-116 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-116 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-116 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-116 .popover-body .s3_button_large:hover, .title-page .popover-wrap-116 .popover-body .s3_button_large.hover, .title-page .popover-wrap-116 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-116 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-116 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-116 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-116 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-116 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-116 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-116 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-116 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-116 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-116 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-116 .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-116 .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-116 .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-116 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-116 .item {
  padding: 15px 15px 40px;
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-box-shadow: 0px 5px 17px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 17px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 17px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .blocklist-116 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}
.title-page .blocklist-116 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-116 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
}
.title-page .blocklist-116 .item-label {
  padding: 0.02px 5px 0.02px 76px;
  margin: 0 19px -24px -21px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIzIiBoZWlnaHQ9IjE5IiB2aWV3Qm94PSIwIDAgMjMgMTkiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMCAxOVYwSDIzVjE5SDB6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMwYWJmMzEiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left -7px top 0px / 18px repeat-y, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI1NSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDI1NSAyMyIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0wIDIzSDI1NUwyNDUgMEgwVjIzeiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjMGFiZjMxIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 0px bottom -9px / 207px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjY1IiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgNjUgMjMiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMCAwSDY1TDU1IDIzSDBWMHoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzBhYmYzMSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 0px top -23px / 96px no-repeat;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 10px;
  text-decoration: none;
  right: auto;
  bottom: 0;
  align-self: auto;
  width: 60px;
  min-height: 59px;
  -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;
  font-weight: 800;
  max-width: 100%;
}
.title-page .blocklist-116 .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-116 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 250px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .blocklist-116 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-116 .image-inner {
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-left: 30px;
  width: 320px;
  margin-right: 0;
}
.title-page .blocklist-116 .title {
  padding: 5px 30px 5px 20px;
  margin: 25px 10px 15px;
  border: none;
  font-weight: bold;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  top: 0;
  width: 270px;
  left: 0;
  right: 0;
  align-self: auto;
  -webkit-box-shadow: inset 5px 0px 0px #0099d8;
  -moz-box-shadow: inset 5px 0px 0px #0099d8;
  box-shadow: inset 5px 0px 0px #0099d8;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  bottom: 0;
  min-height: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  pointer-events: auto;
}
.title-page .blocklist-116 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-116 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-116 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-116 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-116 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-116 .more {
  margin: 15px 10px auto;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  pointer-events: auto;
}
.title-page .blocklist-116 .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;
  font-family: Montserrat, sans-serif;
  color: #0099d8;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.title-page .blocklist-116 .more > a:hover, .title-page .blocklist-116 .more > a.hover, .title-page .blocklist-116 .more > a.active {
  text-decoration: none;
}
.title-page .blocklist-116 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-116 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-116 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-116 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-116 .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-116 .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-116 .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-116 .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-116 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-116 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-116 .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-116 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-116 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-116 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-116 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-116 .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-116 .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-116 .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-116 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-116 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-116 .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 .blocklist-116 .bx-pager a:active, .title-page .blocklist-116 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-116 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-116 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-116 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-116 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-116 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-116 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-116 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-116 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-116 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-116 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-116 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-116 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .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-116 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-116 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-116 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-116 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .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-116 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-116 .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-116 .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-116 .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-116 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .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-116 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-116 .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-116 .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-116 .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-116 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .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-116 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-116 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .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-116 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .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-116 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-116 .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-116 .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-116 .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-116 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-116 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-116 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-116 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-116 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-116 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-28 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 144px;
  background: #fff;
  z-index: 5;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-69 .layout_70 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-69 .layout_102 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-69 {
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  max-width: 100%;
}
.title-page .widget-63 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 300px;
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: auto;
}
.title-page .popover-wrap-102 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-102 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-102 .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-102 .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-102 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-102 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-102 .popover-body .s3_button_large:hover, .title-page .popover-wrap-102 .popover-body .s3_button_large.hover, .title-page .popover-wrap-102 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-102 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-102 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-102 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-102 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-102 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-102 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .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-102 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .body-outer {
  box-sizing: border-box;
  position: relative;
  border-top: 0px solid rgba(255, 255, 255, 0.3);
  border-right: 0px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-102 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .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-102 .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;
  margin-right: 0;
}
.title-page .blocklist-102 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-102 .item {
  padding: 0.02px 0 20px 30px;
  margin: 0;
  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%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-102 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .blocklist-102 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-102 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  min-height: 100px;
  padding-bottom: 0.02px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-102 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 50%;
  z-index: 5;
  color: #00b7ff;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 30px;
  bottom: auto;
  margin-top: -30px;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  right: 0;
  margin-left: 0;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0;
}
.title-page .blocklist-102 .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-102 .img-convert {
  margin: 0 auto 10px 0;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
}
.title-page .blocklist-102 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 0;
  align-self: auto;
  padding-bottom: 0.02px;
  margin-bottom: -20px;
}
.title-page .blocklist-102 .title {
  margin: 85px 0 0;
  font-weight: 500;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-102 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-102 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-102 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-102 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-102 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-102 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-102 .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-102 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-102 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-102 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-102 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-102 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-102 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .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-102 .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;
  text-align: justify;
}
.title-page .blocklist-102 .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;
  text-align: center;
}
.title-page .blocklist-102 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-102 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-102 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-102 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-102 .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-102 .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-102 .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-102 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .blocklist-102 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-102 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  height: 10px;
}
.title-page .popover-container-102 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-102 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-102 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-102 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-102 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-102 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-102 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-102 .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-102 .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-102 .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-102 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-102 .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-102 .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-102 .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-102 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-102 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .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-102 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-102 .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-102 .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-102 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-102 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-102 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-102 .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-102 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-102 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-102 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-45 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 770px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
  padding-right: 0;
}
.title-page .horizontal_blocklist-70 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-70 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-70 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: justify;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  margin-right: 30px;
}
.title-page .horizontal_blocklist-70 .header_text {
  border: none;
  font-size: 23px;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.4px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  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;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-70 .all {
  padding: 12px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  letter-spacing: 0.2px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 12px 43px rgba(4, 179, 30, 0.48);
  -moz-box-shadow: 0px 12px 43px rgba(4, 179, 30, 0.48);
  box-shadow: 0px 12px 43px rgba(4, 179, 30, 0.48);
  background: #04b31e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
}
.title-page .horizontal_blocklist-70 .all:hover, .title-page .horizontal_blocklist-70 .all.hover, .title-page .horizontal_blocklist-70 .all.active {
  background: #10c928;
}
.title-page .horizontal_blocklist-70 .all:active, .title-page .horizontal_blocklist-70 .all.active {
  background: #10b524;
}
.title-page .horizontal_blocklist-70 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 25px;
  padding-bottom: 30px;
  font-weight: 800;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-70 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-70 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-70 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .horizontal_blocklist-70 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .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 .horizontal_blocklist-70 .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 .horizontal_blocklist-70 .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 .horizontal_blocklist-70 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_blocklist-70 .item {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .horizontal_blocklist-70 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-70 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-70 .image {
  box-sizing: border-box;
  position: relative;
  width: 368px;
  min-height: 368px;
  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;
}
.title-page .horizontal_blocklist-70 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-70 .img-convert {
  box-sizing: border-box;
  width: 368px;
  height: 340px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .horizontal_blocklist-70 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-70 .item_detail {
  margin: auto 0 auto 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  align-self: center;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  left: 0;
  right: 0;
  padding-right: 30px;
}
.title-page .horizontal_blocklist-70 .text {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  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;
  min-height: 0;
}
.title-page .horizontal_blocklist-70 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-70 .title {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  letter-spacing: 0.4px;
  text-decoration: none;
  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 .horizontal_blocklist-70 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-70 .price-wrap {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin-left: 0;
}
.title-page .horizontal_blocklist-70 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 20px;
  white-space: nowrap;
  text-align: left;
}
.title-page .horizontal_blocklist-70 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #8f8f8f;
  letter-spacing: 0.4px;
  text-decoration: none;
  margin-right: 7px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-70 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
}
.title-page .horizontal_blocklist-70 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #8f8f8f;
  text-decoration: none;
  margin-left: 3px;
  font-weight: normal;
}
.title-page .horizontal_blocklist-70 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  margin-top: 24px;
}
.title-page .horizontal_blocklist-70 .more > a {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  box-shadow: inset 0px 0px 0px 2px #00b7ff;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 180px;
  min-height: 50px;
}
.title-page .horizontal_blocklist-70 .more > a:hover, .title-page .horizontal_blocklist-70 .more > a.hover, .title-page .horizontal_blocklist-70 .more > a.active {
  color: #0099d8;
  -webkit-box-shadow: inset 0px 0px 0px 2px #0099d8;
  -moz-box-shadow: inset 0px 0px 0px 2px #0099d8;
  box-shadow: inset 0px 0px 0px 2px #0099d8;
  background: transparent;
}
.title-page .horizontal_blocklist-70 .bx-wrapper {
  max-width: 770px;
}
.title-page .horizontal_blocklist-70 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-70 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .horizontal_blocklist-70 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-70 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .controls {
  border: none;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  text-align: justify;
  margin-left: 55px;
  bottom: 0;
  margin-top: 0;
  min-height: 20px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 32px rgba(0, 11, 31, 0.3);
  -moz-box-shadow: 0px 10px 32px rgba(0, 11, 31, 0.3);
  box-shadow: 0px 10px 32px rgba(0, 11, 31, 0.3);
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-70 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBpZD0ic3ZnLTEiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTM1Myw0NTBhMTUsMTUsMCwwLDEtMTAuNjEtNC4zOUwxNTcuNSwyNjAuNzFhMTUsMTUsMCwwLDEsMC0yMS4yMUwzNDIuMzksNTQuNmExNSwxNSwwLDEsMSwyMS4yMiwyMS4yMUwxODkuMzIsMjUwLjEsMzYzLjYxLDQyNC4zOUExNSwxNSwwLDAsMSwzNTMsNDUwWiIgaWQ9InBhdGgtNCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #000b1f;
  box-sizing: border-box;
  text-align: left;
  min-height: 64px;
  -webkit-border-radius: 250px 0px 0px 250px;
  -moz-border-radius: 250px 0px 0px 250px;
  border-radius: 250px 0px 0px 250px;
  margin-right: 0;
  margin-left: 0;
}
.title-page .horizontal_blocklist-70 .prev:hover, .title-page .horizontal_blocklist-70 .prev.hover, .title-page .horizontal_blocklist-70 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBpZD0ic3ZnLTEiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTM1Myw0NTBhMTUsMTUsMCwwLDEtMTAuNjEtNC4zOUwxNTcuNSwyNjAuNzFhMTUsMTUsMCwwLDEsMC0yMS4yMUwzNDIuMzksNTQuNmExNSwxNSwwLDEsMSwyMS4yMiwyMS4yMUwxODkuMzIsMjUwLjEsMzYzLjYxLDQyNC4zOUExNSwxNSwwLDAsMSwzNTMsNDUwWiIgaWQ9InBhdGgtNCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #0abf31;
}
.title-page .horizontal_blocklist-70 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBpZD0ic3ZnLTEiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTIwMi4xLDQ1MGExNSwxNSwwLDAsMS0xMC42LTI1LjYxTDM2NS43OSwyNTAuMSwxOTEuNSw3NS44MUExNSwxNSwwLDAsMSwyMTIuNzEsNTQuNmwxODQuOSwxODQuOWExNSwxNSwwLDAsMSwwLDIxLjIxbC0xODQuOSwxODQuOUExNSwxNSwwLDAsMSwyMDIuMSw0NTBaIiBpZD0icGF0aC00IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L2c+PC9zdmc+") left 50% top 50% / auto auto no-repeat #000b1f;
  box-sizing: border-box;
  text-align: left;
  min-height: 64px;
  -webkit-border-radius: 0px 250px 250px 0px;
  -moz-border-radius: 0px 250px 250px 0px;
  border-radius: 0px 250px 250px 0px;
}
.title-page .horizontal_blocklist-70 .next:hover, .title-page .horizontal_blocklist-70 .next.hover, .title-page .horizontal_blocklist-70 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBpZD0ic3ZnLTEiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTIwMi4xLDQ1MGExNSwxNSwwLDAsMS0xMC42LTI1LjYxTDM2NS43OSwyNTAuMSwxOTEuNSw3NS44MUExNSwxNSwwLDAsMSwyMTIuNzEsNTQuNmwxODQuOSwxODQuOWExNSwxNSwwLDAsMSwwLDIxLjIxbC0xODQuOSwxODQuOUExNSwxNSwwLDAsMSwyMDIuMSw0NTBaIiBpZD0icGF0aC00IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L2c+PC9zdmc+") left 50% top 50% / auto auto no-repeat #0abf31;
}
.title-page .horizontal_blocklist-70 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-70 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-70 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.title-page .popover-container-70 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-70 {
  margin: 6000 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-70 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-70 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-70 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-70 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-70 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-70 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-70 .popover-body .s3_button_large:hover, .title-page .popover-wrap-70 .popover-body .s3_button_large.hover, .title-page .popover-wrap-70 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-70 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-70 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-70 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-70 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .horizontal_blocklist-70 .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 .horizontal_blocklist-70 .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 .horizontal_blocklist-70 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .horizontal_blocklist-70 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-70 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  text-align: left;
}
.title-page .horizontal_blocklist-70 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #36a2ed;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .bx-pager a:hover, .title-page .horizontal_blocklist-70 .bx-pager a.hover, .title-page .horizontal_blocklist-70 .bx-pager a.active {
  background: #2586c7;
}
.title-page .horizontal_blocklist-70 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-70 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-70 .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_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-70 .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_horizontal_play.png") center center / auto no-repeat;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-70 .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-70 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-70 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-70 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-70 .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-70 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-70 .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-70 .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-70 .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-70 .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-70 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-70 .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-70 .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-70 .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-70 .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-70 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-70 .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-70 .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-70 .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-70 .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-70 .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-70 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-70 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-70 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-70 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-53 {
  margin: -27px 0 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: #00b7ff;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  right: auto;
  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;
}
.title-page .up-85 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 50px;
  display: inline-block;
  background: url("../images/lib_785701_315rtgfgdf.svg") left 50% top 50% / auto auto no-repeat #00b7ff;
  text-align: left;
  min-height: 50px;
  -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;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-85 .icon:hover, .title-page .up-85 .icon.hover, .title-page .up-85 .icon.active {
  background: url("../images/lib_785701_315rtgfgdf.svg") left 50% top 50% / auto auto no-repeat #181d29;
}
.title-page .up-85 .icon:active, .title-page .up-85 .icon.active {
  
}
.title-page .up-85 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-127 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: auto;
  min-height: 400px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-45 {
  margin: -31px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 2;
  right: 0;
  padding-top: 70px;
  padding-bottom: 50px;
  -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 .widget-67 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 1100px;
  min-width: 1100px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-109 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-109 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-109 .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-109 .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-109 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-109 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-109 .popover-body .s3_button_large:hover, .title-page .popover-wrap-109 .popover-body .s3_button_large.hover, .title-page .popover-wrap-109 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-109 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-109 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-109 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-109 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-109 .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;
  text-align: left;
  box-sizing: border-box;
  width: 460px;
  padding-right: 0;
}
.title-page .blocklist-109 .header_text {
  border: none;
  font-size: 25px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-109 .all-in_header {
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/lib_787901_dfcxvcgre.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-109 .all-in_header:hover, .title-page .blocklist-109 .all-in_header.hover, .title-page .blocklist-109 .all-in_header.active {
  -webkit-box-shadow: inset 0px -2px 0px #12cc2d;
  -moz-box-shadow: inset 0px -2px 0px #12cc2d;
  box-shadow: inset 0px -2px 0px #12cc2d;
}
.title-page .blocklist-109 .all-in_header:active, .title-page .blocklist-109 .all-in_header.active {
  -webkit-box-shadow: inset 0px -2px 0px #000;
  -moz-box-shadow: inset 0px -2px 0px #000;
  box-shadow: inset 0px -2px 0px #000;
}
.title-page .blocklist-109 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: -330px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  width: 460px;
  padding-right: 30px;
  min-height: 200px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-109 .body-outer {
  margin: 33px 0 0 482px;
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-109 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-109 .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-109 .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-109 .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-109 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-109 .item {
  margin: 10px 15px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-109 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-109 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-109 .image {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 130px;
}
.title-page .blocklist-109 .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-109 .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-109 .img-convert {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 130px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .blocklist-109 .img-convert:active, .title-page .blocklist-109 .img-convert.active {
  -webkit-box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.07);
}
.title-page .blocklist-109 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-109 .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-109 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-109 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-109 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-109 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-109 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-109 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-109 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-109 .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-109 .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-109 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-109 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-109 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.title-page .blocklist-109 .all {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/lib_787901_dfcxvcgre.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-109 .all:hover, .title-page .blocklist-109 .all.hover, .title-page .blocklist-109 .all.active {
  -webkit-box-shadow: inset 0px -2px 0px #12cc2d;
  -moz-box-shadow: inset 0px -2px 0px #12cc2d;
  box-shadow: inset 0px -2px 0px #12cc2d;
}
.title-page .blocklist-109 .all:active, .title-page .blocklist-109 .all.active {
  -webkit-box-shadow: inset 0px -2px 0px #000;
  -moz-box-shadow: inset 0px -2px 0px #000;
  box-shadow: inset 0px -2px 0px #000;
}
.title-page .blocklist-109 .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-109 .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-109 .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-109 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-109 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-109 .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-109 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-109 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-109 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-109 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-109 .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-109 .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-109 .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-109 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-109 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-109 .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 .blocklist-109 .bx-pager a:active, .title-page .blocklist-109 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-109 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-109 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-109 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-109 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-109 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-109 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-109 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .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-109 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-109 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-109 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-109 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .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-109 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-109 .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-109 .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-109 .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-109 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .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-109 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-109 .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-109 .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-109 .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-109 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .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-109 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-109 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .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-109 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-109 .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-109 .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-109 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-109 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-109 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-109 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-109 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-109 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-109 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-109 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-109 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-34 {
  margin: -25px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #212436;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .block-37 .layout_89_id_98 {
  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-37 .layout_89_id_90 {
  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-37 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  background: #212436;
  z-index: 1;
  text-align: left;
  right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  max-width: 100%;
}
.title-page .block-38 .layout_91 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-38 .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-38 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  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;
  text-decoration: none;
  right: 0;
}
.title-page .block-39 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 247px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-56 {
  margin: 30px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 220px;
  min-height: 50px;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff;
  box-shadow: inset 0px 0px 0px 2px #00b7ff;
}
.title-page .widget-56:hover, .title-page .widget-56.hover, .title-page .widget-56.active {
  color: #0099d8;
  background: rgba(10, 191, 49, 0);
  -webkit-box-shadow: inset 0px 0px 0px 2px #0099d8;
  -moz-box-shadow: inset 0px 0px 0px 2px #0099d8;
  box-shadow: inset 0px 0px 0px 2px #0099d8;
}
.title-page .popover-wrap-92 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-92 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-92 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-92 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-92 .popover-body .s3_button_large:hover, .title-page .popover-wrap-92 .popover-body .s3_button_large.hover, .title-page .popover-wrap-92 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-92 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-92 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .button-92 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-92 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-92 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-92 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-92 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-92 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-92 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-92 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-92 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-92 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-92 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-92 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-92 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-92 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-92 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-92 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-92 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-92 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-92 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-57 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 247px;
  right: auto;
}
.title-page .address-93 p:first-child {
  margin-top: 0;
}
.title-page .address-93 p:last-child {
  margin-bottom: 0;
}
.title-page .address-93 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-93 .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-93 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-93 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-93 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-93 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-93 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 19px;
  color: #f0f0f0;
  line-height: 1.5;
  text-decoration: none;
}
.title-page .address-93 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-93 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-58 {
  margin: 0 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-94 .soc-header {
  border: none;
  box-sizing: border-box;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-94 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: left;
}
.title-page .widgetsocial-94 .soc {
  margin: 2px 2px 20px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-94 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 13px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci2.svg") left 50% top 50% / 21px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci4.svg") left 50% top 50% / 25px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci6.svg") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-94 .wg-soc-title {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #00b7ff;
  font-size: 13px;
  line-height: 1;
  word-break: break-word;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 15px;
  background: rgba(0, 0, 0, 0);
}
.title-page .widgetsocial-94 .wg-soc-title:hover, .title-page .widgetsocial-94 .wg-soc-title.hover, .title-page .widgetsocial-94 .wg-soc-title.active {
  color: #fff;
}
.title-page .widgetsocial-94 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/яяя.png") left 50% top 50% / 26px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-94 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-40 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-59 {
  margin: 18px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-left: 15px;
  right: 0;
}
.title-page .email-96 p:first-child {
  margin-top: 0;
}
.title-page .email-96 p:last-child {
  margin-bottom: 0;
}
.title-page .email-96 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-96 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-96 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-96 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-96 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-96 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-96 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 16px;
  color: #f0f0f0;
  text-decoration: underline;
  font-weight: normal;
}
.title-page .email-96 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-96 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-60 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-97 p:first-child {
  margin-top: 0;
}
.title-page .phones-97 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-97 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-97 .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-97 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE5OS4xMyIgaGVpZ2h0PSIxOTkuMjE5IiB2aWV3Qm94PSIwIDAgMTk5LjEzIDE5OS4yMTkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNzcuOTYwLDE5OS4yMDYgTDE3Ni41MzQsMTk5LjE2NSBDODEuODgxLDE5My4xODQgNS45OTksMTE3LjI2NyAwLjAyNSwyMi41NjggQy0wLjM0OCwxNi42MTkgMS43MTksMTAuNzc0IDUuNjkxLDYuNTM3IEM5LjY1MywyLjMyMyAxNS4wODcsLTAuMDA2IDIwLjk4NywtMC4wMDYgTDczLjEzNiwtMC4wMDYgQzg0LjcxNSwtMC4wMDYgOTQuMTMxLDkuNDIwIDk0LjEzMSwyMC45OTkgTDk0LjEzMSw1OC42NjEgQzk0LjEzMSw2NC4xODkgOTEuODkyLDY5LjYwMyA4Ny45ODAsNzMuNTEyIEw4Mi43NTcsNzguNzQyIEM5Mi40MTQsOTMuODkyIDEwNS4yNDYsMTA2LjcyMyAxMjAuNDAzLDExNi4zOTQgTDEyNS42MjYsMTExLjE3NCBDMTI5LjU5NCwxMDcuMjA0IDEzNC44NjQsMTA1LjAyMCAxNDAuNDczLDEwNS4wMjAgTDE3OC4xMTcsMTA1LjAyMCBDMTg5LjY5NywxMDUuMDIwIDE5OS4xMTUsMTE0LjQ0NyAxOTkuMTE1LDEyNi4wMjYgTDE5OS4xMTUsMTc4LjIwMSBDMTk5LjExNSwxODkuOTg1IDE4OS44MjAsMTk5LjIwNiAxNzcuOTYwLDE5OS4yMDYgWk0xNzguMTE3LDEyNi4wMjYgTDE0MC40NzMsMTI2LjAyNiBMMTIzLjg5OSwxNDIuNjEwIEwxMTYuOTg0LDEzOC43ODQgQzkzLjExNywxMjUuNTk2IDczLjU0MCwxMDYuMDE1IDYwLjM3Niw4Mi4xNTkgTDU2LjU2Myw3NS4yNDUgTDczLjEzNiw1OC42NjEgTDczLjEzNiwyMC45OTkgTDIwLjk4NywyMC45OTkgQzI2LjI4OCwxMDUuNDEwIDkzLjczMSwxNzIuODg4IDE3Ny44NjIsMTc4LjIwMSBMMTc3Ljk2MCwxODguNzA0IEwxNzcuOTYwLDE3OC4yMDEgTDE3OC4yMjYsMTc4LjE1OSBMMTc4LjExNywxMjYuMDI2IFpNMTM2LjEyNCw4NC4wMTUgQzEzNi4xMjQsNzIuNDM2IDEyNi43MDgsNjMuMDEwIDExNS4xMjksNjMuMDEwIEwxMTUuMTI5LDQyLjAwNCBDMTM4LjI4Myw0Mi4wMDQgMTU3LjEyMiw2MC44NDUgMTU3LjEyMiw4NC4wMTUgTDEzNi4xMjQsODQuMDE1IFpNMTE1LjEyOSwyMC45OTkgTDExNS4xMjksLTAuMDA2IEMxNjEuNDM4LC0wLjAwNiAxOTkuMTE1LDM3LjY4NiAxOTkuMTE1LDg0LjAxNSBMMTc4LjExNyw4NC4wMTUgQzE3OC4xMTcsNDkuMjY1IDE0OS44NjMsMjAuOTk5IDExNS4xMjksMjAuOTk5IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzAwOTlkOCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
  margin-right: 10px;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-97 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-97 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-97 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-97 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  color: #00b7ff;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
}
.title-page .phones-97 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-97 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-97 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-41 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-right: 50px;
}
.title-page .widget-61 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .popover-wrap-99 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-99 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large {
  border: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px #00b7ff, 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 18px;
  width: 200px;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  background: rgba(0, 153, 216, 0);
  color: #0099d8;
}
.title-page .popover-wrap-99 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-99 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .editable_block-99 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-99 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-99 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-99 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
}
.title-page .editable_block-99 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-99 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-99 .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-99 .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-99 .img-convert {
  box-sizing: border-box;
  width: 482px;
  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-99 .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-99 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
  pointer-events: auto;
}
.title-page .editable_block-99 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-99 .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-99 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-99 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-99 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-99 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-99 .item__image__title {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-99 .clear {
  clear: both;
}
.title-page .popover-container-99 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-99 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-99 .popover-form-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 24px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-99 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-99 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-99 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-99 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-99 .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-99 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-99 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 .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-99 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  min-height: 50px;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-99 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-99 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-99 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-62 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-36 .layout_87 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-36 .layout_88 {
  -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-36 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 550px;
  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;
  right: 0;
  max-width: 100%;
  padding-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-54 {
  margin: 9px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #d8d8d8;
  text-decoration: none;
  width: auto;
  right: 0;
  padding-right: 55px;
}
.title-page .widget-55 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 37px;
}
.title-page .widget-97 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-163 .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-163 .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-163 .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;
}
.title-page .side-panel-163 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-163 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-163 .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-163 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-163 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-163 .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 .layout_center_2_id_178_1 {
    margin-top: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-88 {
    background: linear-gradient(rgba(0, 1, 51, 0.6), rgba(0, 1, 51, 0.6)), url("../images/54668715_2.jpg?1558502791808") left 50% top 50% / cover no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-89 .layout_204 {
    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-89 .layout_205 {
    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-89 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-125 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-204 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-204 .title {
    font-size: 33px;
    background: url("../images/lib_822301_line33.svg") left 50% bottom 0px / auto auto no-repeat;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-204 .text {
    font-size: 17px;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-204 .more {
    clear: none;
  }
  .title-page .widget-126 {
    margin-top: 30px;
    width: auto;
    min-height: 0;
    padding-bottom: 40px;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .form-205 .form__header:hover, .title-page .form-205 .form__header.hover, .title-page .form-205 .form__header.active {
    background: none;
  }
  .title-page .form-205 .form__text {
    background: none;
  }
  .title-page .form-205 .form-text input:hover, .title-page .form-205 .form-text input.hover, .title-page .form-205 .form-text input.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .form-205 .form-textarea textarea:hover, .title-page .form-205 .form-textarea textarea.hover, .title-page .form-205 .form-textarea textarea.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .form-205 .form-captcha input:hover, .title-page .form-205 .form-captcha input.hover, .title-page .form-205 .form-captcha input.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .form-205 .form-success {
    font-size: 20px;
    margin-top: 30px;
    line-height: 0.8;
  }
  .title-page .block-83 .layout_193_id_194 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-83 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .widget-120 {
    margin-top: 170px;
    display: block;
  }
  .title-page .blocklist-194 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-194 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-194 .item {
    margin-top: 0;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-194 .text {
    width: 374px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-194 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-194 .title {
    width: 407px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-82 {
    padding: 40px 30px;
    margin-bottom: autopx;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .widget-119 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .news-192 .news__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0.02px;
    background: none;
  }
  .title-page .news-192 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .news-192 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .news-192 .news__list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-192 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .news-192 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .news-192 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-192 .item__image img {
    min-height: 0;
  }
  .title-page .news-192 .item__date > span:hover, .title-page .news-192 .item__date > span.hover, .title-page .news-192 .item__date > span.active {
    font-weight: 600;
  }
  .title-page .news-192 .item__text {
    min-height: 73px;
  }
  .title-page .block-79 {
    padding: 40px 30px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .widget-116 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    display: block;
  }
  .title-page .blocklist-186 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-186 .body {
    width: auto;
  }
  .title-page .blocklist-186 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-186 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-186 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-186 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-186 .title:hover, .title-page .blocklist-186 .title.hover, .title-page .blocklist-186 .title.active {
    background: none;
  }
  .title-page .blocklist-186 .bx-wrapper {
    max-width: 920px;
  }
  .title-page .blocklist-186 .pager-wrap {
    display: none;
  }
  .title-page .block-63 .layout_151 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_177 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 {
    padding-top: 15px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-91 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    background: none;
    text-align: center;
  }
  .title-page .block-74 .layout_171 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_175 {
    margin: 0 auto;
    -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;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_176 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 {
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-109 {
    margin-top: 15px;
    margin-left: 0;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-171 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-171 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-111 {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-175 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-175 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-112 {
    margin-top: 15px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-176 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-176 .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-75 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-73 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-73 .layout_172 {
    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-73 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-110 {
    margin: 5px 10px 5px auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    background: none;
  }
  .title-page .widget-108 {
    min-height: 600px;
    background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(3, 96, 120, 0) 56.7%, rgba(3, 96, 120, 0) 100%);
    -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;
    display: block;
  }
  .title-page .slider-170 .text-slider {
    margin-left: 0;
    width: auto;
    right: 0;
    left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .slider-170 .slider-controls {
    top: auto;
    margin-right: 10px;
    bottom: 0;
    margin-bottom: 10px;
  }
  .title-page .slider-170 .slider-prev {
    padding: 0;
    margin-bottom: 0;
  }
  .title-page .slider-170 .slider-next {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .block-27 .layout_68 {
    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-27 .layout_152 {
    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-27 {
    padding: 50px 40px 40px;
    background: linear-gradient(rgba(230, 233, 235, 0.96), rgba(230, 233, 235, 0.96));
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-64 {
    margin-top: 40px;
    margin-left: 0;
    background: url("../images/54654515_2.jpg") left 50% top 50% / cover no-repeat fixed transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    width: auto;
    right: 0;
  }
  .title-page .block-64:hover, .title-page .block-64.hover, .title-page .block-64.active {
    background: url("../images/54654515_2.jpg") left 50% top 50% / cover no-repeat fixed #000;
  }
  .title-page .widget-43 {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: linear-gradient(rgba(230, 233, 235, 0.96), rgba(230, 233, 235, 0.96));
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .form-67 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-67 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-67 .form-text input {
    padding-left: 60px;
  }
  .title-page .form-67 .icon.img_email {
    min-height: 30px;
    margin-top: 6px;
    border-top: 0px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
    border-left: 0px solid rgba(255, 255, 255, 0.5);
  }
  .title-page .form-67 .form-submit {
    text-align: center;
  }
  .title-page .form-67 .form-submit button:hover, .title-page .form-67 .form-submit button.hover, .title-page .form-67 .form-submit button.active {
    font-weight: 800;
  }
  .title-page .form-67 .form-captcha button:hover, .title-page .form-67 .form-captcha button.hover, .title-page .form-67 .form-captcha button.active {
    font-weight: 800;
  }
  .title-page .widget-44 {
    margin-bottom: 30px;
  }
  .title-page .editable_block-68 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-68 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-68 .title {
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-68 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-68 .more {
    clear: none;
    text-align: center;
  }
  .title-page .block-49 {
    padding: 40px 30px 50px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .widget-70 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .blocklist-116 .body-outer {
    width: auto;
  }
  .title-page .blocklist-116 .body {
    width: auto;
  }
  .title-page .blocklist-116 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-116 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-116 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-116 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .blocklist-116 .item-label {
    margin-right: 29px;
  }
  .title-page .blocklist-116 .img-convert {
    background: none;
  }
  .title-page .blocklist-116 .image-inner {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMzAgMjciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0tMC4wMDAsMC4wMDAgTDMwLjAwMCwwLjAwMCBMMzAuMDAwLDI3LjAwMCBMLTAuMDAwLDAuMDAwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzBhYmYzMSIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 0px top calc(50% + 59px) / 21px no-repeat;
    width: auto;
    left: 0;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-116 .title {
    width: auto;
    margin-left: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    top: auto;
  }
  .title-page .blocklist-116 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-116 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-116 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-116 .bx-wrapper {
    max-width: 920px;
  }
  .title-page .blocklist-116 .pager-wrap {
    display: none;
  }
  .title-page .block-28 {
    padding: 50px 30px 60px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-69 .layout_70 {
    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-69 .layout_102 {
    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-69 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-63 {
    width: auto;
    margin-left: 0;
    margin-top: 40px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    min-width: 0;
    right: 0;
  }
  .title-page .blocklist-102 .body-outer {
    width: auto;
    background: none;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-102 .body {
    width: auto;
    margin-right: -50px;
  }
  .title-page .blocklist-102 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-102 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-right: 50px;
    padding-left: 0;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-102 .image {
    margin-bottom: 20px;
    float: none;
  }
  .title-page .blocklist-102 .item-label {
    background: none;
    left: 0;
  }
  .title-page .blocklist-102 .image-inner {
    margin-bottom: 20px;
  }
  .title-page .blocklist-102 .bx-wrapper {
    max-width: 668px;
  }
  .title-page .blocklist-102 .controls {
    text-align: justify;
  }
  .title-page .blocklist-102 .prev {
    border: none;
    width: 30px;
    min-height: 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("../images/lib_1111501_214dsggd.svg") left 50% top 50% / 7px no-repeat #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: -10px;
  }
  .title-page .blocklist-102 .next {
    border: none;
    text-align: left;
    width: 30px;
    min-height: 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("../images/lib_1111501_35tgfz.svg") left 50% top 50% / 7px no-repeat #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-right: -10px;
  }
  .title-page .blocklist-102 .pager-wrap {
    display: none;
  }
  .title-page .widget-45 {
    width: auto;
    padding-left: 0;
  }
  .title-page .horizontal_blocklist-70 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
    margin-right: 0;
    width: auto;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-70 .header_text {
    background: none;
  }
  .title-page .horizontal_blocklist-70 .all:hover, .title-page .horizontal_blocklist-70 .all.hover, .title-page .horizontal_blocklist-70 .all.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-70 .description {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .horizontal_blocklist-70 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .horizontal_blocklist-70 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-70 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-70 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-70 .image {
    width: 346px;
    min-height: 346px;
  }
  .title-page .horizontal_blocklist-70 .item_detail {
    padding-right: 10px;
  }
  .title-page .horizontal_blocklist-70 .text {
    font-size: 13px;
  }
  .title-page .horizontal_blocklist-70 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .horizontal_blocklist-70 .controls {
    margin-left: 40px;
  }
  .title-page .widget-53 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-127 {
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-45 {
    padding: 50px 30px 40px;
    margin-top: 0;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .widget-67 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .blocklist-109 .header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-109 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    background: none;
    text-align: center;
  }
  .title-page .blocklist-109 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
    padding-right: 0;
    min-height: 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .blocklist-109 .body-outer {
    margin-left: 0;
  }
  .title-page .blocklist-109 .body {
    width: auto;
  }
  .title-page .blocklist-109 .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;
  }
  .title-page .blocklist-109 .image {
    float: none;
    background: none;
  }
  .title-page .blocklist-109 .img-convert {
    background: none;
  }
  .title-page .blocklist-109 .img-convert:hover, .title-page .blocklist-109 .img-convert.hover, .title-page .blocklist-109 .img-convert.active {
    -webkit-box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 44px 0px rgba(0, 0, 0, 0.07);
  }
  .title-page .block-34 {
    background: none;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-37 .layout_89_id_98 {
    margin: 15px 0 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-37 .layout_89_id_90 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-37 {
    padding: 40px 30px 79px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-38 .layout_91 {
    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-38 .layout_94 {
    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-38 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-39 {
    width: auto;
    margin-top: 15px;
    right: 0;
  }
  .title-page .widget-56 {
    display: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-57 {
    text-align: center;
    width: auto;
    margin-top: 40px;
    margin-right: auto;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .address-93 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-93 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-93 .title {
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-93 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-58 {
    text-align: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widgetsocial-94 .soc-header {
    background: none;
    text-align: center;
  }
  .title-page .widgetsocial-94 .soc-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widgetsocial-94 .vk .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .fb .wg-soc-icon {
    min-height: 20px;
  }
  .title-page .widgetsocial-94 .tw .wg-soc-icon {
    min-height: 20px;
  }
  .title-page .widgetsocial-94 .google .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .ins .wg-soc-icon {
    min-height: 20px;
  }
  .title-page .widgetsocial-94 .ok .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .mail .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .pin .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .lj .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .my .wg-soc-icon {
    min-height: 20px;
    background: none;
  }
  .title-page .widgetsocial-94 .youtube .wg-soc-icon {
    min-height: 20px;
  }
  .title-page .widgetsocial-94 .telegram .wg-soc-icon {
    min-height: 20px;
  }
  .title-page .widgetsocial-94 .whatsapp .wg-soc-icon {
    min-height: 20px;
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat;
  }
  .title-page .block-40 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-59 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .email-96 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-96 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-60 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-97 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-97 .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-41 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-61 {
    text-align: center;
    margin-top: 10px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-99 .image {
    float: left;
  }
  .title-page .editable_block-99 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-99 .more {
    clear: none;
  }
  .title-page .widget-62 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-36 .layout_87 {
    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-36 .layout_88 {
    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: none;
  }
  .title-page .block-36 {
    border: none;
    background: rgba(24, 29, 41, 0);
    margin-top: -78px;
    padding-top: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-bottom: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-54 {
    border: none;
    margin-top: 0;
    margin-right: 133px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-55 {
    margin-right: auto;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-97 {
    border: none;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    background: none;
    display: block;
  }
  .title-page .side-panel-163 .side-panel-top {
    border: none;
    width: auto;
    background: rgba(0, 0, 0, 0);
  }
  .title-page .side-panel-163 .side-panel-button {
    border: none;
    width: 45px;
    min-height: 45px;
    background: #00b7ff;
  }
  .title-page .side-panel-163 .side-panel-button-icon-line {
    border: none;
    margin-top: 5px;
    min-height: 4px;
    background: #fff;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_178_1 {
    margin-top: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-88 {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-89 .layout_204 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-89 .layout_205 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-204 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-204 .text {
    width: auto;
    margin-left: 0;
  }
  .title-page .widget-126 {
    margin-left: 0;
  }
  .title-page .block-83 .layout_193_id_194 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-83 {
    min-height: 450px;
  }
  .title-page .block-82 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .news-192 .body-outer {
    overflow: hidden;
  }
  .title-page .news-192 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-192 .news__list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .news-192 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .news-192 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .block-79 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .title-page .blocklist-186 .title:hover, .title-page .blocklist-186 .title.hover, .title-page .blocklist-186 .title.active {
    font-weight: 800;
  }
  .title-page .blocklist-186 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .block-63 .layout_151 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_177 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-91 {
    width: 400px;
    padding-left: 12px;
  }
  .title-page .block-74 .layout_171 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_175 {
    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-74 .layout_176 {
    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-109 {
    margin-left: auto;
  }
  .title-page .widget-111 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-112 {
    margin-right: auto;
  }
  .title-page .block-73 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-73 .layout_172 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-108 {
    min-height: 500px;
  }
  .title-page .slider-170 .text-slider {
    margin-bottom: 0;
    overflow: hidden;
  }
  .title-page .block-27 .layout_68 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_152 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    background: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .block-64 {
    padding: 30px;
  }
  .title-page .widget-43 {
    margin: 0;
  }
  .title-page .form-67 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-67 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-68 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-49 {
    padding-top: 30px;
  }
  .title-page .blocklist-116 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-69 .layout_70 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_102 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-63 {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0;
  }
  .title-page .blocklist-102 .body {
    margin-right: -30px;
  }
  .title-page .blocklist-102 .item {
    margin-right: 30px;
  }
  .title-page .blocklist-102 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .widget-45 {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .horizontal_blocklist-70 .header {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .title-page .horizontal_blocklist-70 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 0;
    text-align: center;
    width: auto;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-70 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-70 .image {
    width: auto;
    min-height: 200px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-70 .img-convert {
    margin: 0 0 auto;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-70 .item_detail {
    border: none;
    margin-right: auto;
    margin-top: 0;
    margin-left: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    text-align: center;
  }
  .title-page .horizontal_blocklist-70 .text {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .horizontal_blocklist-70 .title {
    text-align: center;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-70 .price-wrap {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .horizontal_blocklist-70 .more {
    text-align: center;
  }
  .title-page .horizontal_blocklist-70 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .horizontal_blocklist-70 .controls {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    left: 50%;
    margin-left: -32px;
    top: 0;
    bottom: auto;
    margin-top: 432px;
    min-height: 65px;
    width: 64px;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-70 .next {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-109 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-109 .description {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-109 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-37 .layout_89_id_98 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-37 .layout_89_id_90 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-38 .layout_91 {
    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-38 .layout_94 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-39 {
    margin-right: auto;
  }
  .title-page .widget-57 {
    margin-top: 20px;
    margin-left: auto;
  }
  .title-page .address-93 .title {
    margin-bottom: 0;
  }
  .title-page .address-93 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-58 {
    display: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widgetsocial-94 .vk .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .fb .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .tw .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .google .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .ok .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .mail .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .pin .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .lj .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .my .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .youtube .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .telegram .wg-soc-icon {
    width: 20px;
  }
  .title-page .widgetsocial-94 .whatsapp .wg-soc-icon {
    width: 20px;
  }
  .title-page .block-41 {
    padding-right: 0;
  }
  .title-page .editable_block-99 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-62 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-36 .layout_87 {
    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-36 .layout_88 {
    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: none;
  }
  .title-page .block-36 {
    width: auto;
  }
  .title-page .widget-54 {
    margin-top: 21px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_178_1 {
    margin-top: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-88 {
    padding: 30px 20px;
  }
  .title-page .block-89 .layout_204 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-89 .layout_205 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-125 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .title-page .editable_block-204 .title {
    font-size: 30px;
  }
  .title-page .editable_block-204 .text {
    font-size: 16px;
  }
  .title-page .widget-126 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .form-205 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-205 .form-success {
    font-size: 18px;
  }
  .title-page .block-83 .layout_193_id_194 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-83 {
    min-height: 400px;
  }
  .title-page .widget-120 {
    margin-top: 110px;
  }
  .title-page .block-82 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .news-192 .item-outer {
    width: 100%;
  }
  .title-page .block-79 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-186 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-186 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-186 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-186 .title:hover, .title-page .blocklist-186 .title.hover, .title-page .blocklist-186 .title.active {
    font-weight: bold;
  }
  .title-page .blocklist-186 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .block-63 .layout_151 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_177 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-91 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-74 .layout_171 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_175 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_176 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 {
    margin-top: 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-109 {
    margin-top: 0;
  }
  .title-page .widget-111 {
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .widget-112 {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-73 .layout_9 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-73 .layout_172 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-108 {
    min-height: 400px;
  }
  .title-page .slider-170 .text-slider {
    margin-top: -140px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .slider-170 .block-body {
    text-align: center;
  }
  .title-page .slider-170 .block-more {
    text-align: center;
  }
  .title-page .slider-170 .block-title {
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .slider-170 .slider-controls {
    display: none;
  }
  .title-page .block-27 .layout_68 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_152 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .form-67 .form-submit button {
    width: 100%;
  }
  .title-page .form-67 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-67 .form-captcha button {
    width: 100%;
  }
  .title-page .widget-44 {
    margin-bottom: 0;
  }
  .title-page .block-49 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-116 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-116 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-116 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .block-69 .layout_70 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_102 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-63 {
    margin: 15px 0 0;
    min-width: 300px;
  }
  .title-page .blocklist-102 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-102 .body {
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-102 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-102 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-102 .item {
    margin-right: 0;
  }
  .title-page .blocklist-102 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .widget-45 {
    margin-bottom: 0;
  }
  .title-page .horizontal_blocklist-70 .header {
    padding-bottom: 10px;
  }
  .title-page .horizontal_blocklist-70 .header_text {
    margin-top: 0;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-70 .description {
    margin-bottom: 0;
  }
  .title-page .horizontal_blocklist-70 .item {
    margin-top: 10px;
  }
  .title-page .horizontal_blocklist-70 .item_body {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .horizontal_blocklist-70 .item_detail {
    margin-top: 60px;
    background: transparent;
  }
  .title-page .horizontal_blocklist-70 .item_detail:hover, .title-page .horizontal_blocklist-70 .item_detail.hover, .title-page .horizontal_blocklist-70 .item_detail.active {
    background: #fff;
  }
  .title-page .horizontal_blocklist-70 .text {
    margin-left: 0;
    margin-right: 0;
    min-height: 77px;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-70 .title {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-70 .price-value {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-70 .more {
    margin-top: 10px;
  }
  .title-page .horizontal_blocklist-70 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .horizontal_blocklist-70 .controls {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: justify;
    margin-top: 433px;
  }
  .title-page .horizontal_blocklist-70 .prev {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .horizontal_blocklist-70 .next {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-127 {
    display: none;
  }
  .title-page .block-45 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-109 .header_text {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-109 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-109 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-109 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-109 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-109 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-37 .layout_89_id_98 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-37 .layout_89_id_90 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-37 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .block-38 .layout_91 {
    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-38 .layout_94 {
    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-38 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-39 {
    margin-right: 0;
  }
  .title-page .widget-57 {
    width: 580px;
    margin-left: 0;
  }
  .title-page .widget-58 {
    width: 580px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-62 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-36 .layout_87 {
    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: -webkit-flex;
    display: flex;
  }
  .title-page .block-36 .layout_88 {
    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: none;
  }
  .title-page .block-36 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0.02px;
  }
  .title-page .widget-54 {
    margin-top: 15px;
    margin-right: auto;
    padding-right: 0;
  }
  .title-page .widget-55 {
    margin-top: 15px;
    margin-left: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_178_1 {
    margin-top: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-88 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-89 .layout_204 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-89 .layout_205 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-125 {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .title-page .editable_block-204 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-126 {
    padding: 30px;
    display: none;
  }
  .title-page .form-205 .form__header:hover, .title-page .form-205 .form__header.hover, .title-page .form-205 .form__header.active {
    font-weight: 600;
  }
  .title-page .form-205 .form-success {
    font-size: 11px;
  }
  .title-page .block-83 .layout_193_id_194 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-83 {
    min-height: 300px;
  }
  .title-page .widget-120 {
    margin-top: 80px;
  }
  .title-page .blocklist-194 .text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-194 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-194 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .news-192 .news__title {
    -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 .news-192 .item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .news-192 .item__image {
    margin-right: 0;
  }
  .title-page .blocklist-186 .title:hover, .title-page .blocklist-186 .title.hover, .title-page .blocklist-186 .title.active {
    font-weight: 800;
  }
  .title-page .blocklist-186 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-63 .layout_151 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 .layout_177 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-63 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .widget-91 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .title-page .site-name-151 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-151 .sn-text {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-74 .layout_171 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_175 {
    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;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 .layout_176 {
    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-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-74 {
    margin-top: 20px;
  }
  .title-page .widget-109 {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  .title-page .widget-111 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }
  .title-page .widget-112 {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .title-page .block-73 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-73 .layout_172 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-108 {
    min-height: 350px;
  }
  .title-page .slider-170 .text-slider {
    margin-top: -108px;
  }
  .title-page .slider-170 .block-body {
    display: none;
  }
  .title-page .slider-170 .block-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .title-page .block-27 .layout_68 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_152 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .block-64 {
    padding: 10px;
  }
  .title-page .widget-44 {
    padding-right: 0;
  }
  .title-page .editable_block-68 .header {
    font-size: 20px;
  }
  .title-page .editable_block-68 .title {
    font-size: 20px;
  }
  .title-page .editable_block-68 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-68 .text {
    margin-bottom: 30px;
  }
  .title-page .block-49 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .blocklist-116 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-116 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-116 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-116 .bx-wrapper {
    max-width: 450px;
  }
  .title-page .block-28 {
    padding-bottom: 20px;
  }
  .title-page .block-69 .layout_70 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-69 .layout_102 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-63 {
    margin-top: 0;
  }
  .title-page .blocklist-102 .item {
    margin-right: 30px;
  }
  .title-page .blocklist-102 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .widget-45 {
    text-align: center;
  }
  .title-page .horizontal_blocklist-70 .header_text {
    font-size: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-70 .all {
    margin-top: 0;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-70 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-70 .item {
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-70 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-70 .item_figure {
    max-width: 100%;
    width: auto;
  }
  .title-page .horizontal_blocklist-70 .img-convert {
    height: 300px;
  }
  .title-page .horizontal_blocklist-70 .item_detail {
    padding-right: 0;
    padding-left: 0;
    background: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .horizontal_blocklist-70 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-70 .price-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .horizontal_blocklist-70 .price-currency {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-70 .bx-wrapper {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-70 .controls {
    margin-top: 383px;
  }
  .title-page .block-45 {
    padding-bottom: 0.02px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .blocklist-109 .item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .title-page .block-37 .layout_89_id_98 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-37 .layout_89_id_90 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-38 .layout_91 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-38 .layout_94 {
    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-38 {
    margin-top: 40px;
  }
  .title-page .widget-56 {
    margin-top: 0;
  }
  .title-page .widget-57 {
    margin-top: 0;
    margin-left: auto;
  }
  .title-page .widget-58 {
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .editable_block-99 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-99 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-62 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-36 .layout_87 {
    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-36 .layout_88 {
    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: none;
  }
  .title-page .widget-54 {
    margin-top: 21px;
    margin-bottom: 15px;
    -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-55 {
    margin-top: 0;
    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 .side-panel .widget-6 {
  padding: 20px 10px;
  margin: 0 0 auto;
  border: none;
  z-index: 2;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  min-height: 55px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.title-page .side-panel .menu-9 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-9 .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;
  display: none;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a {
  margin: 5px 0;
  width: auto;
  color: #0099d8;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  min-height: 48px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #0099d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul:hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul.hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul.active {
  background: none;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a {
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: transparent;
  font-size: 16px;
  min-height: 60px;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #fad105;
  color: #051638;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}