@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;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: url("../images/buble.png") left calc(50% + 620px) top 1200px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-33 .layout_center_68_id_49_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-33 {
  padding: 100px 30px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(2, 79, 156, 0.9), rgba(2, 79, 156, 0.9)), url("../images/54950710_2!!!.jpg?1578901394892") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 12;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-32 .layout_64 {
  -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-32 .layout_65 {
  -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-32 .layout_66 {
  -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-32 {
  margin: 20px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 5;
  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;
  max-width: 100%;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  border-left: 0px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-35 {
  margin: 4px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Montserrat, sans-serif;
  text-align: right;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-34 {
  margin: 1px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-33 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-31 .layout_61 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 .layout_62 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 {
  margin: 40px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  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-32 {
  margin: 4px 0 auto 150px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-62 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-62 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-62 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-62 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-62 .popover-body .s3_button_large:hover, .title-page .popover-wrap-62 .popover-body .s3_button_large.hover, .title-page .popover-wrap-62 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-62 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-62 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-62 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-62 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-62 .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-62 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-62 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-62 .body {
  margin: 0 -5px;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .blocklist-62 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-62 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-62 .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-62 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 16.66%;
}
.title-page .blocklist-62 .item {
  margin: 5px;
  position: relative;
  width: 180px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  align-self: auto;
}
.title-page .blocklist-62 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-62 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-62 .image {
  padding: 5px;
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-62 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-62 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 25px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-62 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-62 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-62 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-62 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-62 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-62 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-62 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-62 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-62 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-62 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-62 .bx-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.title-page .blocklist-62 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-62 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-62 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-62 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-62 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-62 .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-62 .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-62 .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-62 .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-62 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-62 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-62 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: 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-62 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-62 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-62 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-62 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-62 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-62 .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-62 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-62 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-62 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-62 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-62 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-62 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .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-62 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-62 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-62 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-62 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-62 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-62 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-31 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 550px;
}
.title-page .popover-wrap-61 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-61 .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-61 .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-61 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-61 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-61 .popover-body .s3_button_large:hover, .title-page .popover-wrap-61 .popover-body .s3_button_large.hover, .title-page .popover-wrap-61 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-61 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-61 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-61 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-61 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-61 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-61 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-61 .title {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  min-height: 50px;
}
.title-page .editable_block-61 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-61 .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-61 .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-61 .img-convert {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -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-61 .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-61 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-61 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-61 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-61 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-61 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-61 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-61 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-61 .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-61 .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-61 .clear {
  clear: both;
}
.title-page .popover-container-61 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-61 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-61 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .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-61 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-61 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .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-61 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-61 .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-61 .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-61 .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-61 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .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-61 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-61 .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-61 .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-61 .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-61 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .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-61 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-61 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .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-61 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-61 .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-61 .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-61 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-61 .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-61 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-61 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-61 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-30 .layout_55 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_56 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_57 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_58 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_69 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 {
  margin: 120px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 3;
  text-align: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 100%;
}
.title-page .widget-36 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: undefined;
  box-sizing: border-box;
  width: 230px;
}
.title-page .email-69 p:first-child {
  margin-top: 0;
}
.title-page .email-69 p:last-child {
  margin-bottom: 0;
}
.title-page .email-69 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-69 .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-69 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-69 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-69 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-69 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 5px;
}
.title-page .email-69 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.title-page .email-69 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-69 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-29 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  box-sizing: border-box;
  width: 40px;
  min-height: 40px;
  background: transparent;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widget-29:hover, .title-page .widget-29.hover, .title-page .widget-29.active {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.title-page .up-58 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNC44MyAzMC44M2w5LjE3LTkuMTcgOS4xNyA5LjE3IDIuODMtMi44My0xMi0xMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIgaWQ9InBhdGgtMyI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-58 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-28 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .schedule-57 p:first-child {
  margin-top: 0;
}
.title-page .schedule-57 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-57 .header {
  box-sizing: border-box;
}
.title-page .schedule-57 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-57 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .schedule-57 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-57 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-57 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-57 .title {
  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: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 5px;
}
.title-page .schedule-57 .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;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.title-page .schedule-57 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-57 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-27 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 350px;
}
.title-page .address-56 p:first-child {
  margin-top: 0;
}
.title-page .address-56 p:last-child {
  margin-bottom: 0;
}
.title-page .address-56 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-56 .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-56 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-56 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-56 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-56 .title {
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 5px;
}
.title-page .address-56 .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;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.title-page .address-56 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-56 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-26 {
  margin: 1px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 230px;
}
.title-page .phones-55 p:first-child {
  margin-top: 0;
}
.title-page .phones-55 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-55 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-55 .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-55 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjQxLjg5LDgwaC0wLjA3YTE3LjMsMTcuMywwLDAsMS02LjctMS41NjEsMS4xNzIsMS4xNzIsMCwwLDEsLjkzLTIuMTUyLDE1LjIyLDE1LjIyLDAsMCwwLDUuNzgsMS4zNjloMC4wNmE3LjIyMSw3LjIyMSwwLDAsMCw1LjIyLTEuOVY3NS43NDZhMi4xMDYsMi4xMDYsMCwwLDAtLjEtMi45MzZjLTMuMTUtMy4wMzQtNC42My0yLjgxMy02LjAxLTEuNDczbC0yLjE5LDIuMTcyYTEuMTY4LDEuMTY4LDAsMCwxLTEuMy4yMzksMjMuNzMsMjMuNzMsMCwwLDEtNi4zOS00LjcxMWwtMC4xNi0uMTU0YTIzLjg1LDIzLjg1LDAsMCwxLTQuNzEtNi4zOTUsMS4xNjcsMS4xNjcsMCwwLDEsLjI0LTEuM0wxMjI4LjY2LDU5YzEuMzQtMS4zNzUsMS41Ni0yLjg2LTEuNDctNi4wMDdhMi4xMTIsMi4xMTIsMCwwLDAtMi45NC0uMTA2bC0wLjAxLjAwOGE3LjI1OSw3LjI1OSwwLDAsMC0xLjksNS4yNzRjMC4wMiw0LjIxLDIuNDEsOS4xLDYuMzksMTMuMDgxLDAsMCwuMDEuMDA3LDAuMDEsMC4wMTFhMjYuMzk0LDI2LjM5NCwwLDAsMCwyLjU4LDIuMjQ0LDEuMTczLDEuMTczLDAsMCwxLTEuNDMsMS44NiwyOC40ODksMjguNDg5LDAsMCwxLTIuOC0yLjQzNnMwLS4wMDctMC4wMS0wLjAxMWMtNC40MS00LjQxMS03LjA2LTkuOTItNy4wOC0xNC43MzdhOS40ODcsOS40ODcsMCwwLDEsMi42MS02Ljk2NWMwLjAxLS4wMTQuMDMtMC4wMjksMC4wNC0wLjA0M2wwLjA0LS4wMzFhNC40NjIsNC40NjIsMCwwLDEsNi4xOS4yMjQsMTAuOTg2LDEwLjk4NiwwLDAsMSwyLjg2LDQuMzE1LDQuODIxLDQuODIxLDAsMCwxLTEuNDEsNC45NnYwLjAwNmwtMS41NywxLjU4NWEyMy40NTcsMjMuNDU3LDAsMCwwLDMuODYsNC45OTVsMC4xNSwwLjE1NGEyMy42NCwyMy42NCwwLDAsMCw1LDMuODY1bDEuNTgtMS41NzRjMC4wMSwwLC4wMSwwLDAuMDEtMC4wMDdhNC44MzIsNC44MzIsMCwwLDEsNC45Ni0xLjQwNywxMC44MjIsMTAuODIyLDAsMCwxLDQuMzEsMi44NjYsNC40NDUsNC40NDUsMCwwLDEsLjIzLDYuMTg4bC0wLjAzLjAzNGMtMC4wMi4wMTUtLjAzLDAuMDMxLTAuMDUsMC4wNDVBOS40NjcsOS40NjcsMCwwLDEsMTI0MS44OSw4MFptMC43MS0xNy4xNjhhMS4xNjYsMS4xNjYsMCwwLDAsLjc5LTEuNDU2bC0wLjAxLS4wNTRhNi43MzQsNi43MzQsMCwwLDAtNC43OC00LjcyLDEuMTcxLDEuMTcxLDAsMSwwLS42MiwyLjI1OCw0LjExNyw0LjExNywwLDAsMSwyLjAxLDEuMTQ5LDQuMjA1LDQuMjA1LDAsMCwxLDEuMTQsMS45NzRsMC4wMSwwLjA1N2ExLjE4NSwxLjE4NSwwLDAsMCwxLjEzLjg0QTEuMTQyLDEuMTQyLDAsMCwwLDEyNDIuNiw2Mi44MzFabTYuMTYsMS40N2ExMi45NzEsMTIuOTcxLDAsMCwwLTEzLTEzLjA2NmgtMC4wNmExLjE3MiwxLjE3MiwwLDAsMCwwLDIuMzQzaDAuMDZhMTAuNjQxLDEwLjY0MSwwLDAsMSwxMC42NiwxMC43MTIsMS4xNzUsMS4xNzUsMCwwLDAsMS4xNywxLjE3N2gwQTEuMTY1LDEuMTY1LDAsMCwwLDEyNDguNzYsNjQuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIwIC01MCkiIGZpbGw9IiMyYmFhZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / 18px no-repeat #fff;
  margin-right: 15px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-55 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-55 .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-55 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-55 .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;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  min-height: 40px;
  font-weight: 600;
}
.title-page .phones-55 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-55 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-55 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-29 .layout_50 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-29 .layout_53 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-29 {
  margin: 30px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  padding-bottom: 0.02px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  border-left: 0px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
}
.title-page .block-28 .layout_51 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 .layout_52 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  width: 424px;
  min-height: 0;
  z-index: 2;
  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;
}
.title-page .widget-25 {
  margin: 0 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  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: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .widgetsocial-52 .soc-header {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fa8d26;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
.title-page .widgetsocial-52 .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-52 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 33.33%;
}
.title-page .widgetsocial-52 .soc {
  margin: 5px 4px;
  border: none;
  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%;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-52 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMwNC4zNiAzMDQuMzYiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2IyYjJiMiI+CjxnIGlkPSJYTUxJRF8xXyI+Cgk8cGF0aCBpZD0iWE1MSURfODA3XyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI2MS45NDUsMTc1LjU3NmMxMC4wOTYsOS44NTcsMjAuNzUyLDE5LjEzMSwyOS44MDcsMjkuOTgyICAgYzQsNC44MjIsNy43ODcsOS43OTgsMTAuNjg0LDE1LjM5NGM0LjEwNSw3Ljk1NSwwLjM4NywxNi43MDktNi43NDYsMTcuMTg0bC00NC4zNC0wLjAyYy0xMS40MzYsMC45NDktMjAuNTU5LTMuNjU1LTI4LjIzLTExLjQ3NCAgIGMtNi4xMzktNi4yNTMtMTEuODI0LTEyLjkwOC0xNy43MjctMTkuMzcyYy0yLjQyLTIuNjQyLTQuOTUzLTUuMTI4LTcuOTc5LTcuMDkzYy02LjA1My0zLjkyOS0xMS4zMDctMi43MjYtMTQuNzY2LDMuNTg3ICAgYy0zLjUyMyw2LjQyMS00LjMyMiwxMy41MzEtNC42NjgsMjAuNjg3Yy0wLjQ3NSwxMC40NDEtMy42MzEsMTMuMTg2LTE0LjExOSwxMy42NjRjLTIyLjQxNCwxLjA1Ny00My42ODYtMi4zMzQtNjMuNDQ3LTEzLjY0MSAgIGMtMTcuNDIyLTkuOTY4LTMwLjkzMi0yNC4wNC00Mi42OTEtMzkuOTcxQzM0LjgyOCwxNTMuNDgyLDE3LjI5NSwxMTkuMzk1LDEuNTM3LDg0LjM1M0MtMi4wMSw3Ni40NTgsMC41ODQsNzIuMjIsOS4yOTUsNzIuMDcgICBjMTQuNDY1LTAuMjgxLDI4LjkyOC0wLjI2MSw0My40MS0wLjAyYzUuODc5LDAuMDg2LDkuNzcxLDMuNDU4LDEyLjA0MSw5LjAxMmM3LjgyNiwxOS4yNDMsMTcuNDAyLDM3LjU1MSwyOS40MjIsNTQuNTIxICAgYzMuMjAxLDQuNTE4LDYuNDY1LDkuMDM2LDExLjExMywxMi4yMTZjNS4xNDIsMy41MjEsOS4wNTcsMi4zNTQsMTEuNDc2LTMuMzc0YzEuNTM1LTMuNjMyLDIuMjA3LTcuNTQ0LDIuNTUzLTExLjQzNCAgIGMxLjE0Ni0xMy4zODMsMS4yOTctMjYuNzQzLTAuNzEzLTQwLjA3OWMtMS4yMzQtOC4zMjMtNS45MjItMTMuNzExLTE0LjIyNy0xNS4yODZjLTQuMjM4LTAuODAzLTMuNjA3LTIuMzgtMS41NTUtNC43OTkgICBjMy41NjQtNC4xNzIsNi45MTYtNi43NjksMTMuNTk4LTYuNzY5aDUwLjExMWM3Ljg4OSwxLjU1Nyw5LjY0MSw1LjEwMSwxMC43MjEsMTMuMDM5bDAuMDQzLDU1LjY2MyAgIGMtMC4wODYsMy4wNzMsMS41MzUsMTIuMTkyLDcuMDcsMTQuMjI2YzQuNDMsMS40NDgsNy4zNS0yLjA5NiwxMC4wMDgtNC45MDVjMTEuOTk4LTEyLjczNCwyMC41NjEtMjcuNzgzLDI4LjIxMS00My4zNjYgICBjMy4zOTUtNi44NTIsNi4zMTQtMTMuOTY4LDkuMTQzLTIxLjA3OGMyLjA5Ni01LjI3Niw1LjM4NS03Ljg3MiwxMS4zMjgtNy43NTdsNDguMjI5LDAuMDQzYzEuNDMsMCwyLjg3NywwLjAyMSw0LjI2MiwwLjI1OCAgIGM4LjEyNywxLjM4NSwxMC4zNTQsNC44ODEsNy44NDQsMTIuODE3Yy0zLjk1NSwxMi40NTEtMTEuNjUsMjIuODI3LTE5LjE3NCwzMy4yNTFjLTguMDQzLDExLjEyOS0xNi42NDUsMjEuODc3LTI0LjYyMSwzMy4wNzIgICBDMjUyLjI2LDE2MS41NDQsMjUyLjg0MiwxNjYuNjk3LDI2MS45NDUsMTc1LjU3NkwyNjEuOTQ1LDE3NS41NzZ6IE0yNjEuOTQ1LDE3NS41NzYiPjwvcGF0aD4KPC9nPgo8ZyBpZD0iZy00Ij4KPC9nPgo8ZyBpZD0iZy01Ij4KPC9nPgo8ZyBpZD0iZy02Ij4KPC9nPgo8ZyBpZD0iZy03Ij4KPC9nPgo8ZyBpZD0iZy04Ij4KPC9nPgo8ZyBpZD0iZy05Ij4KPC9nPgo8ZyBpZD0iZy0xMCI+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .vk .wg-soc-icon:hover, .title-page .widgetsocial-52 .vk .wg-soc-icon.hover, .title-page .widgetsocial-52 .vk .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOTYuMTI0cHgiIGhlaWdodD0iOTYuMTIzcHgiIHZpZXdCb3g9IjAgMCA5Ni4xMjQgOTYuMTIzIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNiMmIyYjIiPgo8ZyBpZD0iZy0yIj4KCTxwYXRoIGQ9Ik03Mi4wODksMC4wMkw1OS42MjQsMEM0NS42MiwwLDM2LjU3LDkuMjg1LDM2LjU3LDIzLjY1NnYxMC45MDdIMjQuMDM3Yy0xLjA4MywwLTEuOTYsMC44NzgtMS45NiwxLjk2MXYxNS44MDMgICBjMCwxLjA4MywwLjg3OCwxLjk2LDEuOTYsMS45NmgxMi41MzN2MzkuODc2YzAsMS4wODMsMC44NzcsMS45NiwxLjk2LDEuOTZoMTYuMzUyYzEuMDgzLDAsMS45Ni0wLjg3OCwxLjk2LTEuOTZWNTQuMjg3aDE0LjY1NCAgIGMxLjA4MywwLDEuOTYtMC44NzcsMS45Ni0xLjk2bDAuMDA2LTE1LjgwM2MwLTAuNTItMC4yMDctMS4wMTgtMC41NzQtMS4zODZjLTAuMzY3LTAuMzY4LTAuODY3LTAuNTc1LTEuMzg3LTAuNTc1SDU2Ljg0MnYtOS4yNDYgICBjMC00LjQ0NCwxLjA1OS02LjcsNi44NDgtNi43bDguMzk3LTAuMDAzYzEuMDgyLDAsMS45NTktMC44NzgsMS45NTktMS45NlYxLjk4Qzc0LjA0NiwwLjg5OSw3My4xNywwLjAyMiw3Mi4wODksMC4wMnoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KPC9nPgo8ZyBpZD0iZy00Ij4KPC9nPgo8ZyBpZD0iZy01Ij4KPC9nPgo8ZyBpZD0iZy02Ij4KPC9nPgo8ZyBpZD0iZy03Ij4KPC9nPgo8ZyBpZD0iZy04Ij4KPC9nPgo8ZyBpZD0iZy05Ij4KPC9nPgo8ZyBpZD0iZy0xMCI+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 14px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .fb .wg-soc-icon:hover, .title-page .widgetsocial-52 .fb .wg-soc-icon.hover, .title-page .widgetsocial-52 .fb .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYjJiMmIyIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8cGF0aCBkPSJNNTEyLDk3LjI0OGMtMTkuMDQsOC4zNTItMzkuMzI4LDEzLjg4OC02MC40OCwxNi41NzZjMjEuNzYtMTIuOTkyLDM4LjM2OC0zMy40MDgsNDYuMTc2LTU4LjAxNiAgICBjLTIwLjI4OCwxMi4wOTYtNDIuNjg4LDIwLjY0LTY2LjU2LDI1LjQwOEM0MTEuODcyLDYwLjcwNCwzODQuNDE2LDQ4LDM1NC40NjQsNDhjLTU4LjExMiwwLTEwNC44OTYsNDcuMTY4LTEwNC44OTYsMTA0Ljk5MiAgICBjMCw4LjMyLDAuNzA0LDE2LjMyLDIuNDMyLDIzLjkzNmMtODcuMjY0LTQuMjU2LTE2NC40OC00Ni4wOC0yMTYuMzUyLTEwOS43OTJjLTkuMDU2LDE1LjcxMi0xNC4zNjgsMzMuNjk2LTE0LjM2OCw1My4wNTYgICAgYzAsMzYuMzUyLDE4LjcyLDY4LjU3Niw0Ni42MjQsODcuMjMyYy0xNi44NjQtMC4zMi0zMy40MDgtNS4yMTYtNDcuNDI0LTEyLjkyOGMwLDAuMzIsMCwwLjczNiwwLDEuMTUyICAgIGMwLDUxLjAwOCwzNi4zODQsOTMuMzc2LDg0LjA5NiwxMDMuMTM2Yy04LjU0NCwyLjMzNi0xNy44NTYsMy40NTYtMjcuNTIsMy40NTZjLTYuNzIsMC0xMy41MDQtMC4zODQtMTkuODcyLTEuNzkyICAgIGMxMy42LDQxLjU2OCw1Mi4xOTIsNzIuMTI4LDk4LjA4LDczLjEyYy0zNS43MTIsMjcuOTM2LTgxLjA1Niw0NC43NjgtMTMwLjE0NCw0NC43NjhjLTguNjA4LDAtMTYuODY0LTAuMzg0LTI1LjEyLTEuNDQgICAgQzQ2LjQ5Niw0NDYuODgsMTAxLjYsNDY0LDE2MS4wMjQsNDY0YzE5My4xNTIsMCwyOTguNzUyLTE2MCwyOTguNzUyLTI5OC42ODhjMC00LjY0LTAuMTYtOS4xMi0wLjM4NC0xMy41NjggICAgQzQ4MC4yMjQsMTM2Ljk2LDQ5Ny43MjgsMTE4LjQ5Niw1MTIsOTcuMjQ4eiIgaWQ9InBhdGgtNCI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIGlkPSJnLTUiPgo8L2c+CjxnIGlkPSJnLTYiPgo8L2c+CjxnIGlkPSJnLTciPgo8L2c+CjxnIGlkPSJnLTgiPgo8L2c+CjxnIGlkPSJnLTkiPgo8L2c+CjxnIGlkPSJnLTEwIj4KPC9nPgo8ZyBpZD0iZy0xMSI+CjwvZz4KPGcgaWQ9ImctMTIiPgo8L2c+CjxnIGlkPSJnLTEzIj4KPC9nPgo8ZyBpZD0iZy0xNCI+CjwvZz4KPGcgaWQ9ImctMTUiPgo8L2c+CjxnIGlkPSJnLTE2Ij4KPC9nPgo8ZyBpZD0iZy0xNyI+CjwvZz4KPGcgaWQ9ImctMTgiPgo8L2c+CjxnIGlkPSJnLTE5Ij4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .tw .wg-soc-icon:hover, .title-page .widgetsocial-52 .tw .wg-soc-icon.hover, .title-page .widgetsocial-52 .tw .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1OC4yNDYgNDU4LjI0NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYjJiMmIyIj4KPGcgaWQ9ImctMiI+Cgk8cGF0aCBkPSJNMTYwLjc3NywyNTkuMzY4aDcxLjU5NGMtMTIuNTY3LDM1LjUzLTQ2LjYwMyw2MS4wMDQtODYuNDUsNjAuNzEgICBjLTQ4LjM0OS0wLjM1Ny04OC4zMjctMzkuMDM1LTkwLjIwNC04Ny4zNDljLTIuMDEyLTUxLjc4OSwzOS41MzctOTQuNTYzLDkwLjg4Ny05NC41NjNjMjMuNDc5LDAsNDQuOTA1LDguOTQ2LDYxLjA1OCwyMy42MDUgICBjMy44MjYsMy40NzMsOS42NSwzLjQ5NSwxMy40MTMtMC4wNDdsMjYuMjk2LTI0Ljc0OWM0LjExMi0zLjg3MSw0LjEyNy0xMC40MDgsMC4wMjctMTQuMjkyICAgYy0yNS42MTctMjQuMjY5LTU5Ljk4MS0zOS4zOTYtOTcuODc2LTQwLjEzNkM2OC42OTYsODAuOTY5LDAuNTY3LDE0Ny4yMzgsMC4wMDQsMjI4LjA3OCAgIGMtMC41NjgsODEuNDQ3LDY1LjI4NSwxNDcuNjQ5LDE0Ni42LDE0Ny42NDljNzguMTk5LDAsMTQyLjA4MS02MS4yMjksMTQ2LjM2LTEzOC4zNThjMC4xMTQtMC45NjcsMC4xODktMzMuNjQ4LDAuMTg5LTMzLjY0OCAgIEgxNjAuNzc3Yy01LjQyNiwwLTkuODI0LDQuMzk4LTkuODI0LDkuODI0djM1Ljk5OUMxNTAuOTUzLDI1NC45NywxNTUuMzUyLDI1OS4zNjgsMTYwLjc3NywyNTkuMzY4eiIgZmlsbD0iI2IyYjJiMiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0zIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cgk8cGF0aCBkPSJNNDE0LjQ2NCwyMDYuOTl2LTM1LjE3M2MwLTQuNzU1LTMuODU0LTguNjA5LTguNjA5LTguNjA5aC0yOS42MDRjLTQuNzU1LDAtOC42MDksMy44NTQtOC42MDksOC42MDkgICB2MzUuMTczaC0zNS4xNzNjLTQuNzU1LDAtOC42MDksMy44NTQtOC42MDksOC42MDl2MjkuNjA0YzAsNC43NTUsMy44NTQsOC42MDksOC42MDksOC42MDloMzUuMTczdjM1LjE3MyAgIGMwLDQuNzU1LDMuODU0LDguNjA5LDguNjA5LDguNjA5aDI5LjYwNGM0Ljc1NSwwLDguNjA5LTMuODU0LDguNjA5LTguNjA5di0zNS4xNzNoMzUuMTczYzQuNzU1LDAsOC42MDktMy44NTQsOC42MDktOC42MDl2LTI5LjYwNCAgIGMwLTQuNzU1LTMuODU0LTguNjA5LTguNjA5LTguNjA5TDQxNC40NjQsMjA2Ljk5TDQxNC40NjQsMjA2Ljk5eiIgZmlsbD0iI2IyYjJiMiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+CjwvZz4KPGcgaWQ9ImctNSI+CjwvZz4KPGcgaWQ9ImctNiI+CjwvZz4KPGcgaWQ9ImctNyI+CjwvZz4KPGcgaWQ9ImctOCI+CjwvZz4KPGcgaWQ9ImctOSI+CjwvZz4KPGcgaWQ9ImctMTAiPgo8L2c+CjxnIGlkPSJnLTExIj4KPC9nPgo8ZyBpZD0iZy0xMiI+CjwvZz4KPGcgaWQ9ImctMTMiPgo8L2c+CjxnIGlkPSJnLTE0Ij4KPC9nPgo8ZyBpZD0iZy0xNSI+CjwvZz4KPGcgaWQ9ImctMTYiPgo8L2c+CjxnIGlkPSJnLTE3Ij4KPC9nPgo8ZyBpZD0iZy0xOCI+CjwvZz4KPGcgaWQ9ImctMTkiPgo8L2c+Cjwvc3ZnPg==") left 50% top 50% / 21px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .google .wg-soc-icon:hover, .title-page .widgetsocial-52 .google .wg-soc-icon.hover, .title-page .widgetsocial-52 .google .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2OS4wNjNweCIgaGVpZ2h0PSIxNjkuMDYzcHgiIHZpZXdCb3g9IjAgMCAxNjkuMDYzIDE2OS4wNjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iZy0yIj4KCTxwYXRoIGQ9Ik0xMjIuNDA2LDBINDYuNjU0QzIwLjkyOSwwLDAsMjAuOTMsMCw0Ni42NTV2NzUuNzUyYzAsMjUuNzI2LDIwLjkyOSw0Ni42NTUsNDYuNjU0LDQ2LjY1NWg3NS43NTIgICBjMjUuNzI3LDAsNDYuNjU2LTIwLjkzLDQ2LjY1Ni00Ni42NTVWNDYuNjU1QzE2OS4wNjMsMjAuOTMsMTQ4LjEzMywwLDEyMi40MDYsMHogTTE1NC4wNjMsMTIyLjQwNyAgIGMwLDE3LjQ1NS0xNC4yMDEsMzEuNjU1LTMxLjY1NiwzMS42NTVINDYuNjU0QzI5LjIsMTU0LjA2MywxNSwxMzkuODYyLDE1LDEyMi40MDdWNDYuNjU1QzE1LDI5LjIwMSwyOS4yLDE1LDQ2LjY1NCwxNWg3NS43NTIgICBjMTcuNDU1LDAsMzEuNjU2LDE0LjIwMSwzMS42NTYsMzEuNjU1VjEyMi40MDd6IiBpZD0icGF0aC0zIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNiMmIyYjIiPjwvcGF0aD4KCTxwYXRoIGQ9Ik04NC41MzEsNDAuOTdjLTI0LjAyMSwwLTQzLjU2MywxOS41NDItNDMuNTYzLDQzLjU2M2MwLDI0LjAyLDE5LjU0Miw0My41NjEsNDMuNTYzLDQzLjU2MXM0My41NjMtMTkuNTQxLDQzLjU2My00My41NjEgICBDMTI4LjA5NCw2MC41MTIsMTA4LjU1Miw0MC45Nyw4NC41MzEsNDAuOTd6IE04NC41MzEsMTEzLjA5M2MtMTUuNzQ5LDAtMjguNTYzLTEyLjgxMi0yOC41NjMtMjguNTYxICAgYzAtMTUuNzUsMTIuODEzLTI4LjU2MywyOC41NjMtMjguNTYzczI4LjU2MywxMi44MTMsMjguNTYzLDI4LjU2M0MxMTMuMDk0LDEwMC4yODEsMTAwLjI4LDExMy4wOTMsODQuNTMxLDExMy4wOTN6IiBpZD0icGF0aC00IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNiMmIyYjIiPjwvcGF0aD4KCTxwYXRoIGQ9Ik0xMjkuOTIxLDI4LjI1MWMtMi44OSwwLTUuNzI5LDEuMTctNy43NywzLjIyYy0yLjA1MSwyLjA0LTMuMjMsNC44OC0zLjIzLDcuNzhjMCwyLjg5MSwxLjE4LDUuNzMsMy4yMyw3Ljc4ICAgYzIuMDQsMi4wNCw0Ljg4LDMuMjIsNy43NywzLjIyYzIuOSwwLDUuNzMtMS4xOCw3Ljc4LTMuMjJjMi4wNS0yLjA1LDMuMjItNC44OSwzLjIyLTcuNzhjMC0yLjktMS4xNy01Ljc0LTMuMjItNy43OCAgIEMxMzUuNjYxLDI5LjQyMSwxMzIuODIxLDI4LjI1MSwxMjkuOTIxLDI4LjI1MXoiIGlkPSJwYXRoLTUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2IyYjJiMiI+PC9wYXRoPgo8L2c+CjxnIGlkPSJnLTYiPgo8L2c+CjxnIGlkPSJnLTciPgo8L2c+CjxnIGlkPSJnLTgiPgo8L2c+CjxnIGlkPSJnLTkiPgo8L2c+CjxnIGlkPSJnLTEwIj4KPC9nPgo8ZyBpZD0iZy0xMSI+CjwvZz4KPGcgaWQ9ImctMTIiPgo8L2c+CjxnIGlkPSJnLTEzIj4KPC9nPgo8ZyBpZD0iZy0xNCI+CjwvZz4KPGcgaWQ9ImctMTUiPgo8L2c+CjxnIGlkPSJnLTE2Ij4KPC9nPgo8ZyBpZD0iZy0xNyI+CjwvZz4KPGcgaWQ9ImctMTgiPgo8L2c+CjxnIGlkPSJnLTE5Ij4KPC9nPgo8ZyBpZD0iZy0yMCI+CjwvZz4KPC9zdmc+") left 50% top 50% / 22px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .ins .wg-soc-icon:hover, .title-page .widgetsocial-52 .ins .wg-soc-icon.hover, .title-page .widgetsocial-52 .ins .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .ok .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOTUuNDgxcHgiIGhlaWdodD0iOTUuNDgxcHgiIHZpZXdCb3g9IjAgMCA5NS40ODEgOTUuNDgxIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNiMmIyYjIiPgo8ZyBpZD0iZy0yIj4KCTxnIGlkPSJnLTMiPgoJCTxwYXRoIGQ9Ik00My4wNDEsNjcuMjU0Yy03LjQwMi0wLjc3Mi0xNC4wNzYtMi41OTUtMTkuNzktNy4wNjRjLTAuNzA5LTAuNTU2LTEuNDQxLTEuMDkyLTIuMDg4LTEuNzEzICAgIGMtMi41MDEtMi40MDItMi43NTMtNS4xNTMtMC43NzQtNy45ODhjMS42OTMtMi40MjYsNC41MzUtMy4wNzUsNy40ODktMS42ODJjMC41NzIsMC4yNywxLjExNywwLjYwNywxLjYzOSwwLjk2OSAgICBjMTAuNjQ5LDcuMzE3LDI1LjI3OCw3LjUxOSwzNS45NjcsMC4zMjljMS4wNTktMC44MTIsMi4xOTEtMS40NzQsMy41MDMtMS44MTJjMi41NTEtMC42NTUsNC45MywwLjI4Miw2LjI5OSwyLjUxNCAgICBjMS41NjQsMi41NDksMS41NDQsNS4wMzctMC4zODMsNy4wMTZjLTIuOTU2LDMuMDM0LTYuNTExLDUuMjI5LTEwLjQ2MSw2Ljc2MWMtMy43MzUsMS40NDgtNy44MjYsMi4xNzctMTEuODc1LDIuNjYxICAgIGMwLjYxMSwwLjY2NSwwLjg5OSwwLjk5MiwxLjI4MSwxLjM3NmM1LjQ5OCw1LjUyNCwxMS4wMiwxMS4wMjUsMTYuNSwxNi41NjZjMS44NjcsMS44ODgsMi4yNTcsNC4yMjksMS4yMjksNi40MjUgICAgYy0xLjEyNCwyLjQtMy42NCwzLjk3OS02LjEwNywzLjgxYy0xLjU2My0wLjEwOC0yLjc4Mi0wLjg4Ni0zLjg2NS0xLjk3N2MtNC4xNDktNC4xNzUtOC4zNzYtOC4yNzMtMTIuNDQxLTEyLjUyNyAgICBjLTEuMTgzLTEuMjM3LTEuNzUyLTEuMDAzLTIuNzk2LDAuMDcxYy00LjE3NCw0LjI5Ny04LjQxNiw4LjUyOC0xMi42ODMsMTIuNzM1Yy0xLjkxNiwxLjg4OS00LjE5NiwyLjIyOS02LjQxOCwxLjE1ICAgIGMtMi4zNjItMS4xNDUtMy44NjUtMy41NTYtMy43NDktNS45NzljMC4wOC0xLjYzOSwwLjg4Ni0yLjg5MSwyLjAxMS00LjAxNGM1LjQ0MS01LjQzMywxMC44NjctMTAuODgsMTYuMjk1LTE2LjMyMiAgICBDNDIuMTgzLDY4LjE5Nyw0Mi41MTgsNjcuODEzLDQzLjA0MSw2Ny4yNTR6IiBpZD0icGF0aC00Ij48L3BhdGg+CgkJPHBhdGggZD0iTTQ3LjU1LDQ4LjMyOWMtMTMuMjA1LTAuMDQ1LTI0LjAzMy0xMC45OTItMjMuOTU2LTI0LjIxOEMyMy42NywxMC43MzksMzQuNTA1LTAuMDM3LDQ3Ljg0LDAgICAgYzEzLjM2MiwwLjAzNiwyNC4wODcsMTAuOTY3LDI0LjAyLDI0LjQ3OEM3MS43OTIsMzcuNjc3LDYwLjg4OSw0OC4zNzUsNDcuNTUsNDguMzI5eiBNNTkuNTUxLDI0LjE0MyAgICBjLTAuMDIzLTYuNTY3LTUuMjUzLTExLjc5NS0xMS44MDctMTEuODAxYy02LjYwOS0wLjAwNy0xMS44ODYsNS4zMTYtMTEuODM1LDExLjk0M2MwLjA0OSw2LjU0Miw1LjMyNCwxMS43MzMsMTEuODk2LDExLjcwOSAgICBDNTQuMzU3LDM1Ljk3MSw1OS41NzMsMzAuNzA5LDU5LjU1MSwyNC4xNDN6IiBpZD0icGF0aC01Ij48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgaWQ9ImctNiI+CjwvZz4KPGcgaWQ9ImctNyI+CjwvZz4KPGcgaWQ9ImctOCI+CjwvZz4KPGcgaWQ9ImctOSI+CjwvZz4KPGcgaWQ9ImctMTAiPgo8L2c+CjxnIGlkPSJnLTExIj4KPC9nPgo8ZyBpZD0iZy0xMiI+CjwvZz4KPGcgaWQ9ImctMTMiPgo8L2c+CjxnIGlkPSJnLTE0Ij4KPC9nPgo8ZyBpZD0iZy0xNSI+CjwvZz4KPGcgaWQ9ImctMTYiPgo8L2c+CjxnIGlkPSJnLTE3Ij4KPC9nPgo8ZyBpZD0iZy0xOCI+CjwvZz4KPGcgaWQ9ImctMTkiPgo8L2c+CjxnIGlkPSJnLTIwIj4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 18px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .ok .wg-soc-icon:hover, .title-page .widgetsocial-52 .ok .wg-soc-icon.hover, .title-page .widgetsocial-52 .ok .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .mail .wg-soc-icon {
  border: none;
  background: url("../images/lib_2405201_logomailru.png") left 50% top 50% / 24px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .mail .wg-soc-icon:hover, .title-page .widgetsocial-52 .mail .wg-soc-icon.hover, .title-page .widgetsocial-52 .mail .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .pin .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOTcuNzVweCIgaGVpZ2h0PSI5Ny43NXB4IiB2aWV3Qm94PSIwIDAgOTcuNzUgOTcuNzUiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2IyYjJiMiI+CjxnIGlkPSJnLTIiPgoJPHBhdGggZD0iTTQ4Ljg3NSwwQzIxLjg4MywwLDAsMjEuODgyLDAsNDguODc1UzIxLjg4Myw5Ny43NSw0OC44NzUsOTcuNzVTOTcuNzUsNzUuODY4LDk3Ljc1LDQ4Ljg3NVM3NS44NjcsMCw0OC44NzUsMHogICAgTTU0LjQ5OSw2NS4xMDljLTQuNTIxLDAtOC43NzMtMi40NDQtMTAuMjI5LTUuMjE5YzAsMC0yLjQzMiw5LjY0NS0yLjk0MywxMS41MDZjLTEuODEzLDYuNTgtNy4xNDYsMTMuMTYyLTcuNTYxLDEzLjcwMSAgIGMtMC4yODksMC4zNzUtMC45MjgsMC4yNTgtMC45OTQtMC4yNGMtMC4xMTMtMC44MzgtMS40NzUtOS4xMzksMC4xMjctMTUuOTA5YzAuODAxLTMuNCw1LjM4My0yMi44MTQsNS4zODMtMjIuODE0ICAgcy0xLjMzNC0yLjY3My0xLjMzNC02LjYyNWMwLTYuMjA1LDMuNTk2LTEwLjgzNyw4LjA3NC0xMC44MzdjMy44MDcsMCw1LjY0NSwyLjg1OSw1LjY0NSw2LjI4NmMwLDMuODI4LTIuNDM2LDkuNTUyLTMuNjkzLDE0Ljg1NiAgIGMtMS4wNTEsNC40NDEsMi4yMjUsOC4wNjQsNi42MDUsOC4wNjRjNy45MzMsMCwxMy4yNzItMTAuMTg4LDEzLjI3Mi0yMi4yNjFjMC05LjE3NC02LjE3Ni0xNi4wNDQtMTcuNDE4LTE2LjA0NCAgIGMtMTIuNjk3LDAtMjAuNjE1LDkuNDcxLTIwLjYxNSwyMC4wNTJjMCwzLjY0NiwxLjA3OCw2LjIyMSwyLjc2NCw4LjIxYzAuNzczLDAuOTE1LDAuODgzLDEuMjgzLDAuNjAyLDIuMzMzICAgYy0wLjIwMywwLjc3MS0wLjY2LDIuNjI1LTAuODU0LDMuMzU4Yy0wLjI3OSwxLjA2Mi0xLjEzNywxLjQ0LTIuMDk4LDEuMDQ5Yy01Ljg0Ni0yLjM4Ny04LjU3Mi04Ljc5My04LjU3Mi0xNS45OTQgICBjMC0xMS44OTMsMTAuMDI5LTI2LjE1NCwyOS45MjItMjYuMTU0YzE1Ljk4NSwwLDI2LjUwNiwxMS41NjYsMjYuNTA2LDIzLjk4NEM3Ny4wODksNTIuODM5LDY3Ljk1Niw2NS4xMDksNTQuNDk5LDY1LjEwOXoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KPC9nPgo8ZyBpZD0iZy00Ij4KPC9nPgo8ZyBpZD0iZy01Ij4KPC9nPgo8ZyBpZD0iZy02Ij4KPC9nPgo8ZyBpZD0iZy03Ij4KPC9nPgo8ZyBpZD0iZy04Ij4KPC9nPgo8ZyBpZD0iZy05Ij4KPC9nPgo8ZyBpZD0iZy0xMCI+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 23px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .pin .wg-soc-icon:hover, .title-page .widgetsocial-52 .pin .wg-soc-icon.hover, .title-page .widgetsocial-52 .pin .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .lj .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEycHQiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHQiIGlkPSJzdmctMSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYjJiMmIyIj48cGF0aCBkPSJtMTMwLjcyNjU2MiAxNDIuNDY4NzVoLTg4LjgxNjQwNmMtOC43ODEyNSAyMS4wMTk1MzEtMTQuNDI5Njg3IDQzLjM0Mzc1LTE2LjY4NzUgNjYuMzk4NDM4aDk1LjkyNTc4MmMxLjI5Njg3NC0yMy4wNTQ2ODggNC41MzkwNjItNDUuMzg2NzE5IDkuNTc4MTI0LTY2LjM5ODQzOHptMCAwIiBpZD0icGF0aC0yIj48L3BhdGg+PHBhdGggZD0ibTE1NC45NTMxMjUgMjg5LjE5OTIxOWg4Ni4wNDY4NzV2LTUwLjMzMjAzMWgtOTAuNDE3OTY5Yy4zMTI1IDE3LjE0ODQzNyAxLjc4MTI1IDM0IDQuMzcxMDk0IDUwLjMzMjAzMXptMCAwIiBpZD0icGF0aC0zIj48L3BhdGg+PHBhdGggZD0ibTI0MSAxNDIuNDY4NzVoLTc5LjE3MTg3NWMtNS40NjA5MzcgMjAuNTExNzE5LTkuMTM2NzE5IDQyLjkxMDE1Ni0xMC42MDE1NjMgNjYuMzk4NDM4aDg5Ljc3MzQzOHptMCAwIiBpZD0icGF0aC00Ij48L3BhdGg+PHBhdGggZD0ibTM5MC44NTE1NjIgMjA4Ljg2NzE4OGg5NS45MjU3ODJjLTIuMjU3ODEzLTIzLjA1NDY4OC03LjkwNjI1LTQ1LjM3ODkwNy0xNi42ODc1LTY2LjM5ODQzOGgtODguODE2NDA2YzUuMDM1MTU2IDIxLjAxMTcxOSA4LjI4MTI1IDQzLjM0Mzc1IDkuNTc4MTI0IDY2LjM5ODQzOHptMCAwIiBpZD0icGF0aC01Ij48L3BhdGg+PHBhdGggZD0ibTI3MSAyODkuMTk5MjE5aDg2LjA0Njg3NWMyLjU4OTg0NC0xNi4zMzIwMzEgNC4wNjI1LTMzLjE4MzU5NCA0LjM3MTA5NC01MC4zMzIwMzFoLTkwLjQxNzk2OXptMCAwIiBpZD0icGF0aC02Ij48L3BhdGg+PHBhdGggZD0ibTI3MSAzMi4xNDg0Mzh2ODAuMzE2NDA2aDY5LjQwNjI1Yy0xNi41MzEyNS00Mi4yNS00MS4zNzg5MDYtNzIuMjkyOTY5LTY5LjQwNjI1LTgwLjMxNjQwNnptMCAwIiBpZD0icGF0aC03Ij48L3BhdGg+PHBhdGggZD0ibTI0MSAzMi4xNDg0MzhjLTI4LjAyNzM0NCA4LjAyMzQzNy01Mi44NzUgMzguMDY2NDA2LTY5LjQwNjI1IDgwLjMxNjQwNmg2OS40MDYyNXptMCAwIiBpZD0icGF0aC04Ij48L3BhdGg+PHBhdGggZD0ibTU1LjE2NDA2MiAyODkuMTk5MjE5aDY5LjQyNTc4MmMtMi4zOTA2MjUtMTYuMzk4NDM4LTMuNzIyNjU2LTMzLjI1LTQuMDA3ODEzLTUwLjMzMjAzMWgtOTYuMzc1Yy41MzkwNjMgMTguMTk1MzEyIDMuMTgzNTk0IDM2LjExNzE4NyA3Ljg4NjcxOSA1My41MzUxNTYgNy4zNDM3NS0yLjA3MDMxMyAxNS4wNzQyMTktMy4yMDMxMjUgMjMuMDcwMzEyLTMuMjAzMTI1em0wIDAiIGlkPSJwYXRoLTkiPjwvcGF0aD48cGF0aCBkPSJtMzg3LjQxMDE1NiAyODkuMTk5MjE5aDY5LjQyNTc4MmM3Ljk5NjA5MyAwIDE1LjcyNjU2MiAxLjEzMjgxMiAyMy4wNzAzMTIgMy4yMDMxMjUgNC43MDMxMjUtMTcuNDE3OTY5IDcuMzQ3NjU2LTM1LjMzOTg0NCA3Ljg4NjcxOS01My41MzUxNTZoLTk2LjM3NWMtLjI4NTE1NyAxNy4wODIwMzEtMS42MTcxODggMzMuOTMzNTkzLTQuMDA3ODEzIDUwLjMzMjAzMXptMCAwIiBpZD0icGF0aC0xMCI+PC9wYXRoPjxwYXRoIGQ9Im0xNTcuNjgzNTk0IDcxLjI0MjE4OGMyNS41MTk1MzEtNDUuOTQxNDA3IDYwLjQzNzUtNzEuMjQyMTg4IDk4LjMxNjQwNi03MS4yNDIxODgtNjEuOTQxNDA2IDAtMTIwLjE3OTY4OCAyNC4xMjEwOTQtMTYzLjk4MDQ2OSA2Ny45MjE4NzUtMTMuNTY2NDA2IDEzLjU2NjQwNi0yNS4yNDIxODcgMjguNTIzNDM3LTM0LjkwMjM0MyA0NC41NDY4NzVoODIuMzQzNzVjNS4xMTMyODEtMTQuNzUzOTA2IDExLjE5OTIxOC0yOC41ODk4NDQgMTguMjIyNjU2LTQxLjIyNjU2MnptMCAwIiBpZD0icGF0aC0xMSI+PC9wYXRoPjxwYXRoIGQ9Im0yNzEgMjA4Ljg2NzE4OGg4OS43NzM0MzhjLTEuNDY4NzUtMjMuNDg4MjgyLTUuMTQwNjI2LTQ1Ljg4NjcxOS0xMC42MDE1NjMtNjYuMzk4NDM4aC03OS4xNzE4NzV6bTAgMCIgaWQ9InBhdGgtMTIiPjwvcGF0aD48cGF0aCBkPSJtMzU0LjMxNjQwNiA3MS4yNDIxODhjNy4wMjM0MzggMTIuNjM2NzE4IDEzLjEwOTM3NSAyNi40NzI2NTYgMTguMjIyNjU2IDQxLjIyNjU2Mmg4Mi4zNDM3NWMtOS42NjAxNTYtMTYuMDIzNDM4LTIxLjMzNTkzNy0zMC45ODA0NjktMzQuOTAyMzQzLTQ0LjU0Njg3NS00My44MDA3ODEtNDMuODAwNzgxLTEwMi4wMzkwNjMtNjcuOTIxODc1LTE2My45ODA0NjktNjcuOTIxODc1IDM3Ljg3ODkwNiAwIDcyLjc5Njg3NSAyNS4zMDA3ODEgOTguMzE2NDA2IDcxLjI0MjE4OHptMCAwIiBpZD0icGF0aC0xMyI+PC9wYXRoPjxwYXRoIGQ9Im00NTYuODM1OTM4IDMxOS4xOTkyMTloLTQwMS42NzE4NzZjLTMwLjQxNzk2OCAwLTU1LjE2NDA2MiAyNC43NDYwOTMtNTUuMTY0MDYyIDU1LjE2Nzk2OXY4Mi40NjQ4NDNjMCAzMC40MjE4NzUgMjQuNzQ2MDk0IDU1LjE2Nzk2OSA1NS4xNjQwNjIgNTUuMTY3OTY5aDQwMS42NzE4NzZjMzAuNDE3OTY4IDAgNTUuMTY0MDYyLTI0Ljc0NjA5NCA1NS4xNjQwNjItNTUuMTY3OTY5di04Mi40NjQ4NDNjMC0zMC40MjE4NzYtMjQuNzQ2MDk0LTU1LjE2Nzk2OS01NS4xNjQwNjItNTUuMTY3OTY5em0tMjgyLjM3MTA5NCAxNTkuMTQ0NTMxaC01MC45MzM1OTRjLTcuOTE3OTY5IDAtMTMuNjYwMTU2LTQuNjYwMTU2LTEzLjY2MDE1Ni0xMS4wODU5Mzh2LTEwNC40NDE0MDZjMC02LjUzNTE1NiA2LjAwMzkwNi0xMC45MjU3ODEgMTQuOTQxNDA2LTEwLjkyNTc4MSA4Ljk0MTQwNiAwIDE0Ljk0NTMxMiA0LjM5MDYyNSAxNC45NDUzMTIgMTAuOTI1Nzgxdjg4LjIxMDkzOGgzNC43MDMxMjZjNi4zMzk4NDMgMCAxMC43Njk1MzEgNS42MTcxODcgMTAuNzY5NTMxIDEzLjY2MDE1NiAwIDcuOTE0MDYyLTQuNTI3MzQ0IDEzLjY1NjI1LTEwLjc2NTYyNSAxMy42NTYyNXptNDMuMDU0Njg3LTExLjA4NTkzOGMwIDYuNDI1NzgyLTYuMjg1MTU2IDExLjA4NTkzOC0xNC45NDE0MDYgMTEuMDg1OTM4LTguODAwNzgxIDAtMTQuOTQ1MzEzLTQuNTU4NTk0LTE0Ljk0NTMxMy0xMS4wODU5Mzh2LTEwNC40NDE0MDZjMC02LjUzNTE1NiA2LjAwNzgxMy0xMC45MjU3ODEgMTQuOTQ1MzEzLTEwLjkyNTc4MXMxNC45NDE0MDYgNC4zOTA2MjUgMTQuOTQxNDA2IDEwLjkyNTc4MXptMTAwLjIwNzAzMS05OS44MDA3ODEtLjA4MjAzMS4zMTY0MDdjLS4wMTk1MzEuMDc0MjE4LS4wMzkwNjIuMTQ0NTMxLS4wNjI1LjIxNDg0M2wtMzAuODQ3NjU2IDEwMS4wNjY0MDdjLTEuODk4NDM3IDYuMzE2NDA2LTguNzE4NzUgMTAuMjUzOTA2LTE3LjgwMDc4MSAxMC4yNTM5MDYtOC44NzUgMC0xNS42Nzk2ODgtMy44ODY3MTktMTcuNzY5NTMyLTEwLjE0ODQzOC0uMDA3ODEyLS4wMzEyNS0uMDE5NTMxLS4wNjY0MDYtLjAzMTI1LS4xMDE1NjJsLTMxLjAxMTcxOC0xMDEuMDY2NDA2Yy0uMDE5NTMyLS4wNzgxMjYtLjA0Mjk2OS0uMTUyMzQ0LS4wNjI1LS4yMzA0NjktLjI0MjE4OC0uOTc2NTYzLS40NTMxMjUtMS44MjAzMTMtLjQ1MzEyNS0yLjY5NTMxMyAwLTguNDg0Mzc1IDEwLjQ0OTIxOS0xMy4xNzU3ODEgMTcuNjc1NzgxLTEzLjE3NTc4MSA4LjUxOTUzMSAwIDEwLjgyNDIxOSA1LjI2OTUzMSAxMS40MTc5NjkgNy41MzUxNTZsMjAuMjE4NzUgNzEuNjEzMjgxIDIwLjEwNTQ2OS03MS42ODc1Yy41NzgxMjQtMi4xOTUzMTIgMi44ODI4MTItNy40NjQ4NDMgMTEuNDAyMzQzLTcuNDY0ODQzIDcuMjIyNjU3IDAgMTcuNjc1NzgxIDQuNjk1MzEyIDE3LjY3NTc4MSAxMy4xNzk2ODcgMCAuOTcyNjU2LS4yMDcwMzEgMS43NTc4MTMtLjM3NSAyLjM5MDYyNXptNTIuMjY1NjI2IDM0Ljg4NjcxOWM2LjMyMDMxMiAwIDExLjA4OTg0MyA1LjUyNzM0NCAxMS4wODk4NDMgMTIuODU1NDY5IDAgNi4wNzQyMTktMy44ODY3MTkgMTIuNTMxMjUtMTEuMDg5ODQzIDEyLjUzMTI1aC0xOS45MjE4NzZ2MjMuMjk2ODc1aDQwLjk2ODc1YzYuNDI5Njg4IDAgMTEuMDg5ODQ0IDUuODEyNSAxMS4wODk4NDQgMTMuODIwMzEyIDAgNy44MjAzMTMtNC42NjAxNTYgMTMuNDk2MDk0LTExLjA4OTg0NCAxMy40OTYwOTRoLTU3LjE5NTMxMmMtNy45MTc5NjkgMC0xMy42NjAxNTYtNC42NjAxNTYtMTMuNjYwMTU2LTExLjA4NTkzOHYtMTA0LjI3NzM0M2MwLTYuNDI1NzgxIDUuNzQyMTg3LTExLjA4OTg0NCAxMy42NjAxNTYtMTEuMDg5ODQ0aDU3LjE5NTMxMmM2LjQyOTY4OCAwIDExLjA4OTg0NCA1LjY3NTc4MSAxMS4wODk4NDQgMTMuNSAwIDguMDAzOTA2LTQuNjYwMTU2IDEzLjgxNjQwNi0xMS4wODk4NDQgMTMuODE2NDA2aC00MC45Njg3NXYyMy4xMzY3MTl6bTAgMCIgaWQ9InBhdGgtMTQiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 20px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .lj .wg-soc-icon:hover, .title-page .widgetsocial-52 .lj .wg-soc-icon.hover, .title-page .widgetsocial-52 .lj .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .my .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2IyYjJiMiI+CjxnIGlkPSJYTUxJRF84NV8iPgoJPHBhdGggaWQ9IlhNTElEXzg2XyIgZD0iTTI3Mi41NDEsMTY4LjUwNWMyOS4wNzIsMCw1Mi43MjUtMjMuNTc2LDUyLjcyNS01Mi41NTZzLTIzLjY1Mi01Mi41NTYtNTIuNzI1LTUyLjU1NiAgIGMtMjkuMDg1LDAtNTIuNzQ4LDIzLjU3Ni01Mi43NDgsNTIuNTU2UzI0My40NTYsMTY4LjUwNSwyNzIuNTQxLDE2OC41MDV6Ij48L3BhdGg+Cgk8cGF0aCBpZD0iWE1MSURfODdfIiBkPSJNMTU1LjAwOSwxNzcuMzE1YzI2LjQ0NiwwLDQ3Ljk2Mi0yMS40NDMsNDcuOTYyLTQ3LjgwMmMwLTI2LjM2Mi0yMS41MTYtNDcuODA5LTQ3Ljk2Mi00Ny44MDkgICBjLTI2LjQ0OSwwLTQ3Ljk2NywyMS40NDYtNDcuOTY3LDQ3LjgwOUMxMDcuMDQyLDE1NS44NzIsMTI4LjU2LDE3Ny4zMTUsMTU1LjAwOSwxNzcuMzE1eiI+PC9wYXRoPgoJPHBhdGggaWQ9IlhNTElEXzg4XyIgZD0iTTQ3LjQ5NCwxODUuMjM5YzI0LjA3OSwwLDQzLjY2OS0xOS41MTgsNDMuNjY5LTQzLjUwOGMwLTIzLjk5OC0xOS41OS00My41MjEtNDMuNjY5LTQzLjUyMSAgIGMtMjQuMDc4LDAtNDMuNjY4LDE5LjUyMy00My42NjgsNDMuNTIxQzMuODI2LDE2NS43MjIsMjMuNDE2LDE4NS4yMzksNDcuNDk0LDE4NS4yMzl6Ij48L3BhdGg+Cgk8cGF0aCBpZD0iWE1MSURfODlfIiBkPSJNNDcuNDk1LDE5NC4wMzRDMTkuMDg1LDE5NC4wMzQsMCwyMTkuMjQ0LDAsMjQyLjc5djE0Ljk2NWMwLDQuODgxLDMuOTc2LDguODUyLDguODYxLDguODUyaDc3LjI1NiAgIGM0Ljg5MSwwLDguODY5LTMuOTcxLDguODY5LTguODUyVjI0Mi43OUM5NC45ODYsMjE5LjI0NCw3NS45MDMsMTk0LjAzNCw0Ny40OTUsMTk0LjAzNHoiPjwvcGF0aD4KCTxwYXRoIGlkPSJYTUxJRF85MF8iIGQ9Ik0xNTUuMDA3LDE4Ny4wNzNjLTMxLjIzNywwLTUyLjIyMSwyNy43MjctNTIuMjIxLDUzLjYyMXYxNi42MjljMCw1LjExOSw0LjE2OCw5LjI4Myw5LjI5Miw5LjI4M2g4NS44NDYgICBjNS4xMjksMCw5LjMwMS00LjE2NCw5LjMwMS05LjI4M3YtMTYuNjI5QzIwNy4yMjUsMjE0LjgsMTg2LjI0MiwxODcuMDczLDE1NS4wMDcsMTg3LjA3M3oiPjwvcGF0aD4KCTxwYXRoIGlkPSJYTUxJRF85MV8iIGQ9Ik0yNzIuNTM1LDE3OS4zNTFjLTM0LjM3NCwwLTU3LjQ2NSwzMC41Mi01Ny40NjUsNTkuMDIzdjE4LjQ3NWMwLDUuMzgxLDQuMzgzLDkuNzU4LDkuNzcsOS43NThoOTUuMzc5ICAgYzUuMzk0LDAsOS43ODEtNC4zNzcsOS43ODEtOS43NTh2LTE4LjQ3NUMzMzAsMjA5Ljg3LDMwNi45MDksMTc5LjM1MSwyNzIuNTM1LDE3OS4zNTF6Ij48L3BhdGg+CjwvZz4KPGcgaWQ9ImctOSI+CjwvZz4KPGcgaWQ9ImctMTAiPgo8L2c+CjxnIGlkPSJnLTExIj4KPC9nPgo8ZyBpZD0iZy0xMiI+CjwvZz4KPGcgaWQ9ImctMTMiPgo8L2c+CjxnIGlkPSJnLTE0Ij4KPC9nPgo8ZyBpZD0iZy0xNSI+CjwvZz4KPGcgaWQ9ImctMTYiPgo8L2c+CjxnIGlkPSJnLTE3Ij4KPC9nPgo8ZyBpZD0iZy0xOCI+CjwvZz4KPGcgaWQ9ImctMTkiPgo8L2c+CjxnIGlkPSJnLTIwIj4KPC9nPgo8ZyBpZD0iZy0yMSI+CjwvZz4KPGcgaWQ9ImctMjIiPgo8L2c+CjxnIGlkPSJnLTIzIj4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 23px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .my .wg-soc-icon:hover, .title-page .widgetsocial-52 .my .wg-soc-icon.hover, .title-page .widgetsocial-52 .my .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxMCAzMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2IyYjJiMiI+CjxnIGlkPSJYTUxJRF84MjJfIj4KCTxwYXRoIGlkPSJYTUxJRF84MjNfIiBkPSJNMjk3LjkxNyw2NC42NDVjLTExLjE5LTEzLjMwMi0zMS44NS0xOC43MjgtNzEuMzA2LTE4LjcyOEg4My4zODZjLTQwLjM1OSwwLTYxLjM2OSw1Ljc3Ni03Mi41MTcsMTkuOTM4ICAgQzAsNzkuNjYzLDAsMTAwLjAwOCwwLDEyOC4xNjZ2NTMuNjY5YzAsNTQuNTUxLDEyLjg5Niw4Mi4yNDgsODMuMzg2LDgyLjI0OGgxNDMuMjI2YzM0LjIxNiwwLDUzLjE3Ni00Ljc4OCw2NS40NDItMTYuNTI3ICAgQzMwNC42MzMsMjM1LjUxOCwzMTAsMjE1Ljg2MywzMTAsMTgxLjgzNXYtNTMuNjY5QzMxMCw5OC40NzEsMzA5LjE1OSw3OC4wMDYsMjk3LjkxNyw2NC42NDV6IE0xOTkuMDIxLDE2Mi40MWwtNjUuMDM4LDMzLjk5MSAgIGMtMS40NTQsMC43Ni0zLjA0NCwxLjEzNy00LjYzMiwxLjEzN2MtMS43OTgsMC0zLjU5Mi0wLjQ4NC01LjE4MS0xLjQ0NmMtMi45OTItMS44MTMtNC44MTktNS4wNTYtNC44MTktOC41NTR2LTY3Ljc2NCAgIGMwLTMuNDkyLDEuODIyLTYuNzMyLDQuODA4LTguNTQ2YzIuOTg3LTEuODE0LDYuNzAyLTEuOTM4LDkuODAxLTAuMzI4bDY1LjAzOCwzMy43NzJjMy4zMDksMS43MTgsNS4zODcsNS4xMzQsNS4zOTIsOC44NjEgICBDMjA0LjM5NCwxNTcuMjYzLDIwMi4zMjUsMTYwLjY4NCwxOTkuMDIxLDE2Mi40MXoiPjwvcGF0aD4KPC9nPgo8ZyBpZD0iZy00Ij4KPC9nPgo8ZyBpZD0iZy01Ij4KPC9nPgo8ZyBpZD0iZy02Ij4KPC9nPgo8ZyBpZD0iZy03Ij4KPC9nPgo8ZyBpZD0iZy04Ij4KPC9nPgo8ZyBpZD0iZy05Ij4KPC9nPgo8ZyBpZD0iZy0xMCI+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 21px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-52 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-52 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .telegram .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTMxIDUxMiA1MTIiIGlkPSJzdmctMSI+PHBhdGggZD0ibTEyMy4xOTUzMTIgMjYwLjczODI4MSA2My42Nzk2ODggMTU5LjE4NzUgODIuOTAyMzQ0LTgyLjkwMjM0MyAxNDIuMTQwNjI1IDExMi45NzY1NjIgMTAwLjA4MjAzMS00NTAtNTEyIDIxMy4yNjU2MjV6bTI0Mi41LTEzMS42Mjg5MDYtMTU2LjcxNDg0MyAxNDIuOTQxNDA2LTE5LjUxOTUzMSA3My41NjY0MDctMzYuMDU4NTk0LTkwLjE2NDA2M3ptMCAwIiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNiMmIyYjIiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 17px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-52 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-52 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .whatsapp .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjYjJiMmIyIj4KPGcgaWQ9ImctMiI+Cgk8ZyBpZD0iZy0zIj4KCQk8cGF0aCBkPSJNMjU2LjA2NCwwaC0wLjEyOEMxMTQuNzg0LDAsMCwxMTQuODE2LDAsMjU2YzAsNTYsMTguMDQ4LDEwNy45MDQsNDguNzM2LDE1MC4wNDhsLTMxLjkwNCw5NS4xMDRsOTguNC0zMS40NTYgICAgQzE1NS43MTIsNDk2LjUxMiwyMDQsNTEyLDI1Ni4wNjQsNTEyQzM5Ny4yMTYsNTEyLDUxMiwzOTcuMTUyLDUxMiwyNTZTMzk3LjIxNiwwLDI1Ni4wNjQsMHogTTQwNS4wMjQsMzYxLjUwNCAgICBjLTYuMTc2LDE3LjQ0LTMwLjY4OCwzMS45MDQtNTAuMjQsMzYuMTI4Yy0xMy4zNzYsMi44NDgtMzAuODQ4LDUuMTItODkuNjY0LTE5LjI2NEMxODkuODg4LDM0Ny4yLDE0MS40NCwyNzAuNzUyLDEzNy42NjQsMjY1Ljc5MiAgICBjLTMuNjE2LTQuOTYtMzAuNC00MC40OC0zMC40LTc3LjIxNnMxOC42NTYtNTQuNjI0LDI2LjE3Ni02Mi4zMDRjNi4xNzYtNi4zMDQsMTYuMzg0LTkuMTg0LDI2LjE3Ni05LjE4NCAgICBjMy4xNjgsMCw2LjAxNiwwLjE2LDguNTc2LDAuMjg4YzcuNTIsMC4zMiwxMS4yOTYsMC43NjgsMTYuMjU2LDEyLjY0YzYuMTc2LDE0Ljg4LDIxLjIxNiw1MS42MTYsMjMuMDA4LDU1LjM5MiAgICBjMS44MjQsMy43NzYsMy42NDgsOC44OTYsMS4wODgsMTMuODU2Yy0yLjQsNS4xMi00LjUxMiw3LjM5Mi04LjI4OCwxMS43NDRjLTMuNzc2LDQuMzUyLTcuMzYsNy42OC0xMS4xMzYsMTIuMzUyICAgIGMtMy40NTYsNC4wNjQtNy4zNiw4LjQxNi0zLjAwOCwxNS45MzZjNC4zNTIsNy4zNiwxOS4zOTIsMzEuOTA0LDQxLjUzNiw1MS42MTZjMjguNTc2LDI1LjQ0LDUxLjc0NCwzMy41NjgsNjAuMDMyLDM3LjAyNCAgICBjNi4xNzYsMi41NiwxMy41MzYsMS45NTIsMTguMDQ4LTIuODQ4YzUuNzI4LTYuMTc2LDEyLjgtMTYuNDE2LDIwLTI2LjQ5NmM1LjEyLTcuMjMyLDExLjU4NC04LjEyOCwxOC4zNjgtNS41NjggICAgYzYuOTEyLDIuNCw0My40ODgsMjAuNDgsNTEuMDA4LDI0LjIyNGM3LjUyLDMuNzc2LDEyLjQ4LDUuNTY4LDE0LjMwNCw4LjczNkM0MTEuMiwzMjkuMTUyLDQxMS4yLDM0NC4wMzIsNDA1LjAyNCwzNjEuNTA0eiIgaWQ9InBhdGgtNCI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIGlkPSJnLTUiPgo8L2c+CjxnIGlkPSJnLTYiPgo8L2c+CjxnIGlkPSJnLTciPgo8L2c+CjxnIGlkPSJnLTgiPgo8L2c+CjxnIGlkPSJnLTkiPgo8L2c+CjxnIGlkPSJnLTEwIj4KPC9nPgo8ZyBpZD0iZy0xMSI+CjwvZz4KPGcgaWQ9ImctMTIiPgo8L2c+CjxnIGlkPSJnLTEzIj4KPC9nPgo8ZyBpZD0iZy0xNCI+CjwvZz4KPGcgaWQ9ImctMTUiPgo8L2c+CjxnIGlkPSJnLTE2Ij4KPC9nPgo8ZyBpZD0iZy0xNyI+CjwvZz4KPGcgaWQ9ImctMTgiPgo8L2c+CjxnIGlkPSJnLTE5Ij4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 18px no-repeat #fafafa;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widgetsocial-52 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-52 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-52 .whatsapp .wg-soc-icon.active {
  -webkit-box-shadow: 0px 0px 0px 5px #2baaff;
  -moz-box-shadow: 0px 0px 0px 5px #2baaff;
  box-shadow: 0px 0px 0px 5px #2baaff;
}
.title-page .widgetsocial-52 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-52 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-24 {
  margin: 15px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 240px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-24:hover, .title-page .widget-24.hover, .title-page .widget-24.active {
  text-decoration: underline;
}
.title-page .popover-wrap-51 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-51 .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-51 .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-51 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large:hover, .title-page .popover-wrap-51 .popover-body .s3_button_large.hover, .title-page .popover-wrap-51 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-51 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-51 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-51 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-51 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-51 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-51 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .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-51 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .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-51 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .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-51 .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-51 .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-51 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .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-51 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .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-51 .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-51 .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-51 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .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-51 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-51 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .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-51 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-51 .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-51 .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-51 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-51 .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-51 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-51 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-51 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-23 {
  margin: 7px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-50 .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-50 .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-50 .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-50 .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-50 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-50 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: 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-50 .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-50 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-50 .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-50 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  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: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .menu-50 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-50 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-50 .menu-scroll > ul > li.menu-item > a.active {
  text-decoration: underline;
  color: #fff;
}
.title-page .menu-50 .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-50 .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-50 .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-50 .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-50 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-50 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-50 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-50 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-50 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-50 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-50 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .menu-50 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-50 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-50 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-50 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .widget-22 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 550px;
  min-height: 170px;
}
.title-page .form-49 .form__header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-49 .form__text {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 25px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  text-decoration: none;
}
.title-page .form-49 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-49 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-49 .form__body {
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-49 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-49 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-49 .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-49 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-49 .form-text {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-49 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-49 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-49 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-49 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-49 .form-text input {
  padding: 10px 30px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 48px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 48px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-49 .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;
  text-align: left;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-49 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-49 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-49 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-49 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-49 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-49 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-49 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-49 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-49 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-49 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-49 .form-submit {
  box-sizing: border-box;
  text-align: left;
  margin-right: 5px;
}
.title-page .form-49 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-49 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-49 .form-submit button {
  padding: 15px 35px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to right, rgba(2, 79, 156, 0) 0%, rgba(43, 170, 255, 0) 100%) #2baaff;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -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-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 15px;
}
.title-page .form-49 .form-submit button:hover, .title-page .form-49 .form-submit button.hover, .title-page .form-49 .form-submit button.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .form-49 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-49 .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-49 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-49 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 57px;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-49 .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-49 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-49 .form-captcha button {
  padding: 15px 35px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to right, rgba(35, 75, 163, 0) 0%, rgba(0, 127, 217, 0) 100%) #007fd9;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -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-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 15px;
}
.title-page .form-49 .form-captcha button:hover, .title-page .form-49 .form-captcha button.hover, .title-page .form-49 .form-captcha button.active {
  background: repeating-linear-gradient(to right, rgba(0, 127, 217, 0.55) 0%, rgba(35, 75, 163, 0.55) 100%) #234ba3;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(35, 75, 163, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(35, 75, 163, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(35, 75, 163, 0.39);
}
.title-page .form-49 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-49 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-49 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-49 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-49 .form-checkbox {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .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-49 .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-49 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-49 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-49 .form-radio {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .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-49 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-49 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-49 .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-49 .form-select {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .form-div {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .form-html {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-49 .form-upload {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .form-calendar {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .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-49 .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-49 .form-calendar_interval {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-49 .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-49 .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-49 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-49 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-49 .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-49 .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-49 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-49 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-49 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-49 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-49 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #a2db6d;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}
.title-page .form-49 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-49 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-49 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-21 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 11;
  text-align: left;
  width: auto;
  min-height: 500px;
  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-27 {
  padding: 70px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fafafa;
  z-index: 10;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-26 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-45 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-45 .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-45 .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-45 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-45 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-45 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-45 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-45 .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: 45px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-45 .header_text {
  font-size: 45px;
  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;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-45 .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-45 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-45 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 16.66%;
}
.title-page .blocklist-45 .item {
  margin: 10px;
  position: relative;
  width: 180px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-45 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-45 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-45 .image {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-45 .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-45 .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-45 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-45 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-45 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-45 .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-45 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-45 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-45 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-45 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-45 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 35px;
}
.title-page .blocklist-45 .all {
  padding: 15px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-45 .all:hover, .title-page .blocklist-45 .all.hover, .title-page .blocklist-45 .all.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-45 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-45 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-45 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-45 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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-45 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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-45 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-45 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-45 .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-45 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-25 {
  padding: 100px 30px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-24 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-42 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-42 .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-42 .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-42 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-42 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-42 .popover-body .s3_button_large:hover, .title-page .popover-wrap-42 .popover-body .s3_button_large.hover, .title-page .popover-wrap-42 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-42 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-42 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-42 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-42 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-42 .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-42 .header_text {
  font-size: 45px;
  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;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-42 .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-42 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 20px;
  color: #a6a6a6;
  text-decoration: none;
}
.title-page .blocklist-42 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-right: 150px;
  padding-left: 150px;
}
.title-page .blocklist-42 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-42 .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-42 .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-42 .bx-wrapper {
  max-width: 900px;
}
.title-page .blocklist-42 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-42 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 900px;
}
.title-page .blocklist-42 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-42 .item {
  margin: 10px auto;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  left: 0;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-42 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 1.9;
  text-decoration: none;
}
.title-page .blocklist-42 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-42 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
  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-42 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMyAyNSIgaGVpZ2h0PSIyNXB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzMgMjUiIHdpZHRoPSIzM3B4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iZy0yIj48cGF0aCBkPSJNMTguMDA2LDYuNTM4YzAtMS45NzMsMC42NjItMy41NTQsMS45ODgtNC43NDNjMS4zMjYtMS4xOSwyLjk3Ny0xLjc4NSw0Ljk0Ny0xLjc4NSAgIGMyLjUxNywwLDQuNDg4LDAuNzk5LDUuOTE2LDIuMzk3QzMyLjI4NSw0LjAwNCwzMyw2LjEzLDMzLDguNzgyYzAsMi43MTktMC40MjQsNS4wMzItMS4yNzUsNi45MzYgICBjLTAuODUsMS45MDMtMS44NjksMy40ODMtMy4wNjEsNC43NDNjLTEuMTg4LDEuMjU4LTIuNDMsMi4yNDQtMy43MjMsMi45NThjLTEuMjkxLDAuNzE0LTIuNDEzLDEuMjM5LTMuMzY1LDEuNTgxbC0zLjI2NS01LjUwOCAgIGMxLjM2LTAuNTQ1LDIuNTE3LTEuNDEyLDMuNDY4LTIuNjAyYzAuOTUzLTEuMTksMS40OTYtMi40NjUsMS42MzMtMy44MjRjLTEuMzU5LDAtMi42MDItMC41OTctMy43MjQtMS43ODYgICBDMTguNTY2LDEwLjA5LDE4LjAwNiw4LjUwOSwxOC4wMDYsNi41Mzh6IE0wLjM1OSw2LjUzOGMwLTEuOTczLDAuNjYzLTMuNTU0LDEuOTg5LTQuNzQzQzMuNjc0LDAuNjA0LDUuMzI0LDAuMDEsNy4yOTUsMC4wMSAgIGMyLjUxOCwwLDQuNDg4LDAuNzk5LDUuOTE2LDIuMzk3YzEuNDI5LDEuNTk3LDIuMTQzLDMuNzIzLDIuMTQzLDYuMzc1YzAsMi43MTktMC40MjQsNS4wMzItMS4yNzUsNi45MzYgICBjLTAuODUsMS45MDMtMS44NjksMy40ODMtMy4wNiw0Ljc0M2MtMS4xODgsMS4yNTgtMi40MzEsMi4yNDQtMy43MjQsMi45NThDNi4wMDQsMjQuMTMzLDQuODgzLDI0LjY1OCwzLjkzLDI1bC0zLjI2NC01LjUwOCAgIGMxLjM2LTAuNTQ1LDIuNTE2LTEuNDEyLDMuNDY3LTIuNjAyYzAuOTUzLTEuMTksMS40OTctMi40NjUsMS42MzMtMy44MjRjLTEuMzU5LDAtMi42MDItMC41OTctMy43MjMtMS43ODYgICBDMC45MiwxMC4wOSwwLjM1OSw4LjUwOSwwLjM1OSw2LjUzOHoiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtMyIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=") left 50% top 50% / 13px no-repeat #6db82b;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 0;
  text-decoration: none;
  right: auto;
  margin-left: -15px;
  bottom: 0;
  margin-bottom: -15px;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-42 .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-42 .img-convert {
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-42 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-42 .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-42 .title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
  color: #6b7080;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-42 .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-42 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-42 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-42 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-42 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-42 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-42 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-42 .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-42 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-42 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-42 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-42 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 35px;
}
.title-page .blocklist-42 .all {
  padding: 15px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-42 .all:hover, .title-page .blocklist-42 .all.hover, .title-page .blocklist-42 .all.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .blocklist-42 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
  margin-right: 100px;
  margin-left: 100px;
}
.title-page .blocklist-42 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zMC44MyAzMi42N2wtOS4xNy05LjE3IDkuMTctOS4xNy0yLjgzLTIuODMtMTIgMTIgMTIgMTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNjY2NjY2MiPjwvcGF0aD48cGF0aCBkPSJNMC0uNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left calc(50% + 1px) top calc(50% + 1px) / 29px no-repeat #f5f4f9;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0px 0px 0px 3px #f8fcff;
  -moz-box-shadow: 0px 0px 0px 3px #f8fcff;
  box-shadow: 0px 0px 0px 3px #f8fcff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .blocklist-42 .prev:hover, .title-page .blocklist-42 .prev.hover, .title-page .blocklist-42 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zMC44MyAzMi42N2wtOS4xNy05LjE3IDkuMTctOS4xNy0yLjgzLTIuODMtMTIgMTIgMTIgMTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNjY2NjY2MiPjwvcGF0aD48cGF0aCBkPSJNMC0uNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left calc(50% + 1px) top calc(50% + 1px) / 19px no-repeat #fff;
}
.title-page .blocklist-42 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2NjY2NjYyI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left calc(50% + 1px) top calc(50% + 1px) / 29px no-repeat #f5f4f9;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0px 0px 0px 3px #f8fcff;
  -moz-box-shadow: 0px 0px 0px 3px #f8fcff;
  box-shadow: 0px 0px 0px 3px #f8fcff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .blocklist-42 .next:hover, .title-page .blocklist-42 .next.hover, .title-page .blocklist-42 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2NjY2NjYyI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left calc(50% + 1px) top calc(50% + 1px) / 19px no-repeat #fff;
}
.title-page .blocklist-42 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-42 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-42 .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-42 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-42 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-42 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-42 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-42 .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-42 .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-42 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-42 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-42 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-42 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-42 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-42 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-42 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .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-42 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-42 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .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-42 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-42 .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-42 .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-42 .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-42 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .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-42 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-42 .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-42 .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-42 .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-42 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .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-42 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-42 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .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-42 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-42 .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-42 .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-42 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-42 .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-42 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-42 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-42 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-23 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(2, 79, 156, 0.8), rgba(2, 79, 156, 0.8)), url("../images/54950746_2!!!.jpg?1578901394881") left 50% top 50% / cover no-repeat fixed;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-22 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-39 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-39 .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-39 .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-39 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-39 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-39 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-39 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-39 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-39 .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: 45px;
  box-sizing: border-box;
}
.title-page .blocklist-39 .header_text {
  font-size: 45px;
  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;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-39 .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-39 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-39 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 .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-39 .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-39 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-39 .item {
  margin: 10px 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%;
}
.title-page .blocklist-39 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .blocklist-39 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-39 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  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-39 .item-label {
  padding: 6px 5px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 5;
  background: #fca02f;
  color: #fff;
  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: 15px;
  right: auto;
  margin-left: 20px;
  bottom: 0;
  margin-bottom: -25px;
  width: 55px;
  min-height: 55px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(252, 160, 47, 0.5);
  -moz-box-shadow: 0px 0px 0px 5px rgba(252, 160, 47, 0.5);
  box-shadow: 0px 0px 0px 5px rgba(252, 160, 47, 0.5);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  margin-right: 0;
}
.title-page .blocklist-39 .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-39 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 0px 0px 10px #fca02f;
  -moz-box-shadow: 0px 0px 0px 10px #fca02f;
  box-shadow: 0px 0px 0px 10px #fca02f;
}
.title-page .blocklist-39 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .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-39 .title {
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-39 .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-39 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-39 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-39 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-39 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-39 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-39 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.title-page .blocklist-39 .more > a {
  padding: 15px 35px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none #fca02f;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-39 .more > a:hover, .title-page .blocklist-39 .more > a.hover, .title-page .blocklist-39 .more > a.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .blocklist-39 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-39 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-39 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-39 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-39 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-39 .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-39 .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-39 .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-39 .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-39 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-39 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-39 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 .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-39 .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-39 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-39 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-39 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-39 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .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-39 .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-39 .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-39 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .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-39 .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-39 .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-39 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-39 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-39 .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-39 .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-39 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-39 .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-39 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-21 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/Image_girl.png") left 50% bottom 26px / auto auto no-repeat;
  z-index: 7;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-right: 30px;
  padding-bottom: 570px;
  padding-left: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-20 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-36 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-36 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-36 .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-36 .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-36 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-36 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-36 .popover-body .s3_button_large:hover, .title-page .popover-wrap-36 .popover-body .s3_button_large.hover, .title-page .popover-wrap-36 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-36 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-36 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-36 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-36 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-36 .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-36 .header_text {
  font-size: 45px;
  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;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-36 .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-36 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #a6a6a6;
  text-decoration: none;
  font-size: 20px;
}
.title-page .blocklist-36 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-36 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-36 .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-36 .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-36 .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-36 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-36 .item {
  margin: 10px 20px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-36 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-36 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-36 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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-36 .item-label {
  padding: 2px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: #024f9c;
  color: #fff;
  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: 15px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  width: 30px;
  min-height: 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  right: auto;
  margin-left: 30px;
}
.title-page .blocklist-36 .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-36 .img-convert {
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-36 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .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-36 .title {
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #6b7080;
  text-decoration: none;
  font-size: 17px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-36 .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-36 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-36 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-36 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-36 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-36 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-36 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-36 .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-36 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-36 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-36 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-36 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-36 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-36 .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-36 .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-36 .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-36 .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-36 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-36 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-36 .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-36 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-36 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-36 .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-36 .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-36 .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-36 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-36 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-36 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-36 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-36 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-36 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-36 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-36 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-36 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-36 .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-36 .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-36 .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-36 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-36 .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-36 .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-36 .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-36 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-36 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-36 .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-36 .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-36 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-36 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-36 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-36 .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-36 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-36 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-36 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-19 {
  padding: 100px 30px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-18 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-33 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-33 .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-33 .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-33 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-33 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-33 .popover-body .s3_button_large:hover, .title-page .popover-wrap-33 .popover-body .s3_button_large.hover, .title-page .popover-wrap-33 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-33 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-33 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-33 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-33 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-33 .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: 45px;
  box-sizing: border-box;
}
.title-page .blocklist-33 .header_text {
  font-size: 45px;
  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;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-33 .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-33 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-33 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-33 .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-33 .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-33 .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-33 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-33 .item {
  margin: 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-33 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  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-33 .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-33 .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-33 .img-convert {
  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;
}
.title-page .blocklist-33 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .image-inner {
  padding: 30px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: rgba(107, 112, 128, 0.45);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-33 .image-inner:hover, .title-page .blocklist-33 .image-inner.hover, .title-page .blocklist-33 .image-inner.active {
  background: rgba(107, 112, 128, 0.75);
}
.title-page .blocklist-33 .text {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-33 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-33 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-33 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-33 .more > a {
  padding: 15px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: linear-gradient(#fca02f, #fca02f);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 170px;
}
.title-page .blocklist-33 .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-33 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-33 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-33 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-33 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-33 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-33 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-33 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-33 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-33 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-33 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 35px;
}
.title-page .blocklist-33 .all {
  padding: 15px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-33 .all:hover, .title-page .blocklist-33 .all.hover, .title-page .blocklist-33 .all.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .blocklist-33 .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-33 .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-33 .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-33 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-33 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-33 .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-33 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-33 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-33 .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-33 .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-33 .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-33 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-33 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-33 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-33 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-33 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .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-33 .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-33 .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-33 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .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-33 .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-33 .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-33 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-33 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-33 .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-33 .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-33 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-33 .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-33 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-33 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-33 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/preim.jpg?1578586962317") left calc(50% + 500px) bottom 0px / auto auto no-repeat, url("../images/elem_hed.svg") left 50% bottom 0px / auto auto no-repeat #fafafa;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-16 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-15 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: 750px;
  min-width: 750px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
}
.title-page .popover-wrap-30 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-30 .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-30 .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-30 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large:hover, .title-page .popover-wrap-30 .popover-body .s3_button_large.hover, .title-page .popover-wrap-30 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-30 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-30 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-30 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-30 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-30 .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: 5px;
  box-sizing: border-box;
}
.title-page .blocklist-30 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-30 .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-30 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #a6a6a6;
  text-decoration: none;
  font-size: 20px;
}
.title-page .blocklist-30 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-right: 150px;
}
.title-page .blocklist-30 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-30 .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-30 .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-30 .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-30 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-30 .item {
  margin: 20px 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%;
  display: block;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-30 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-30 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-30 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 40px;
  margin-left: 0;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-30 .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-30 .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-30 .img-convert {
  margin: -15px -15px 15px 15px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  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;
  align-self: auto;
}
.title-page .blocklist-30 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .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-30 .title {
  font-weight: 600;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #6b7080;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: -15px;
}
.title-page .blocklist-30 .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-30 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-30 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-30 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-30 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-30 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-30 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-30 .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-30 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-30 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-30 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-30 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-30 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-30 .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-30 .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-30 .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-30 .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-30 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-30 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-30 .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-30 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-30 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-30 .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-30 .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-30 .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-30 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-30 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-30 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-30 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .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-30 .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-30 .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-30 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .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-30 .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-30 .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-30 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-30 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-30 .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-30 .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-30 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-30 .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-30 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-30 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-30 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
}
.title-page .block-14 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-27 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-27 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-27 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-27 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-27 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 45px;
  box-sizing: border-box;
}
.title-page .blocklist-27 .header_text {
  font-size: 45px;
  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;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-27 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-27 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-27 .body {
  margin: 0 -30px;
  box-sizing: border-box;
}
.title-page .blocklist-27 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-27 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-27 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-27 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-27 .item {
  margin: 0 30px 20px;
  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;
  align-self: auto;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-27 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #a6a6a6;
  line-height: 1.6;
  text-decoration: none;
  font-size: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-27 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-27 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  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: 80px;
  min-height: 50px;
}
.title-page .blocklist-27 .item-label {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC42NTYiIGhlaWdodD0iMTAuNzgiIHZpZXdCb3g9IjAgMCAxMC42NTYgMTAuNzgiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJ0b2NoLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTg3LjMxOSwxNTU0LjE5YTUuNSw1LjUsMCwwLDAsMy44LTkuMyw1LjMzNCw1LjMzNCwwLDAsMC05LjEzNSwzLjkxLDUuMjc3LDUuMjc3LDAsMCwwLDUuMzMxLDUuMzloMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODIgLTE1NDMuNDEpIiBmaWxsPSIjNmRiODJiIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") right 0px bottom 0px / auto auto no-repeat #fff;
  color: #6b7080;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 0.7;
  text-decoration: none;
  font-size: 60px;
  width: 90px;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: 0;
  align-self: auto;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
  min-height: 50px;
}
.title-page .blocklist-27 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-27 .img-convert {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-27 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-27 .title {
  font-weight: bold;
  margin-bottom: 20px;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #6b7080;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-27 .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-27 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-27 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-27 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-27 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-27 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 35px;
}
.title-page .blocklist-27 .more > a {
  padding: 15px 35px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-27 .more > a:hover, .title-page .blocklist-27 .more > a.hover, .title-page .blocklist-27 .more > a.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .blocklist-27 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-27 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-27 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-27 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-27 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-27 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-27 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-27 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-27 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-27 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-27 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-27 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-27 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-27 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-27 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-27 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-27 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-27 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-27 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-27 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-27 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-27 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-13 {
  padding: 50px 30px 100px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-12 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 450px;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-24 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-24 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-24 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-24 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-24 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-24 .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-24 .title {
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  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;
  color: #6b7080;
  text-decoration: none;
  font-weight: 300;
}
.title-page .editable_block-24 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 120px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-24 .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-24 .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-24 .img-convert {
  box-sizing: border-box;
  width: 450px;
  height: 450px;
  -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-24 .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-24 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #a6a6a6;
  line-height: 1.8;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-24 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-24 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-24 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-24 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-24 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-24 .more {
  box-sizing: border-box;
  margin-top: 50px;
  pointer-events: auto;
}
.title-page .editable_block-24 .more > a {
  padding: 25px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-24 .more > a:hover, .title-page .editable_block-24 .more > a.hover, .title-page .editable_block-24 .more > a.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .editable_block-24 .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-24 .clear {
  clear: both;
}
.title-page .popover-container-24 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-24 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-24 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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-24 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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-24 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-24 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-24 .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-24 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-right: 70px;
  padding-left: 70px;
}
.title-page .block-7 .layout_14 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_15 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-decoration: none;
  right: 0;
}
.title-page .widget-9 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 750px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .menu-15 .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-15 .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-15 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-15 .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-15 .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-15 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-15 .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-15 .menu-scroll > ul ul {
  padding: 10px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f0f7fa;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-15 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-15 .menu-scroll > ul ul > li > a {
  padding: 4px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: rgba(153, 153, 153, 0);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #a6a6a6;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.title-page .menu-15 .menu-scroll > ul ul > li > a:hover, .title-page .menu-15 .menu-scroll > ul ul > li > a.hover, .title-page .menu-15 .menu-scroll > ul ul > li > a.active {
  color: #2baaff;
}
.title-page .menu-15 .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-15 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-15 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-15 .menu-scroll > ul > li.menu-item > a {
  padding: 35px 15px;
  margin: 0 10px;
  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: #5e5e5e;
  font-size: 13px;
  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-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  font-weight: bold;
  -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-15 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-15 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-15 .menu-scroll > ul > li.menu-item > a.active {
  color: #2baaff;
  -webkit-box-shadow: inset 0px 3px 0px 0px #2baaff;
  -moz-box-shadow: inset 0px 3px 0px 0px #2baaff;
  box-shadow: inset 0px 3px 0px 0px #2baaff;
}
.title-page .menu-15 .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-15 .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-15 .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-15 .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-15 .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-15 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-15 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-15 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-15 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-15 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-15 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-6 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-6 .layout_13 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-6 {
  margin: 16px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 350px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .block-5 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  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;
}
.title-page .widget-8 {
  margin: 3px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #a6a6a6;
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .widget-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 250px;
  min-height: 0;
  font-size: 25px;
}
.title-page .site-name-11 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-11 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-11 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-11 .sn-text {
  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;
  color: #1f1f1f;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.title-page .site-name-11 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100px;
  min-height: 50px;
  font-size: 25px;
}
.title-page .site-name-10 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-10 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-10 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-10 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .site-name-10 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-11 {
  padding: 70px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 800px;
  background: url("../images/elem_hed.svg") left 50% bottom 0px / auto auto no-repeat, url("../images/hed_img.jpg") left 50% top 0px / auto auto no-repeat;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-10 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 750px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 .layout_19 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 .layout_20 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-9 {
  margin: 175px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-12 {
  margin: -5px 0 auto 230px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-20 p:first-child {
  margin-top: 0;
}
.title-page .address-20 p:last-child {
  margin-bottom: 0;
}
.title-page .address-20 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-20 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-20 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDI1IDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYWRyZXMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05NjIuNSw2NS42NDRhNS41MDgsNS41MDgsMCwxLDEsNS40NjUtNS41MDgsNS42NDcsNS42NDcsMCwwLDEtLjA3MS44OTIsMS4xNjMsMS4xNjMsMCwxLDEtMi4zLS4zNzcsMy4yNjQsMy4yNjQsMCwwLDAsLjA0MS0wLjUxNCwzLjEzNywzLjEzNywwLDEsMC0yLjcxMywzLjEzNSwxLjE3MiwxLjE3MiwwLDAsMSwuMzExLDIuMzIzQTUuNTEzLDUuNTEzLDAsMCwxLDk2Mi41LDY1LjY0NFptLTQuNzQ3LDQuNTA3Yy0yLjYwOS0yLjgyMy01LjMwNy01Ljc0MS01LjMxMS0xMC4wNzJhMTAuMDg3LDEwLjA4NywwLDAsMSwyMC4xNzQsMGMwLDQuMzI3LTIuNzE1LDcuMjQtNS4zMzgsMTAuMDU3YTMxLjgyNywzMS44MjcsMCwwLDAtMy44LDQuNjMzLDEuMTU4LDEuMTU4LDAsMCwxLTEuOTY2LDBBMzIuMTQ4LDMyLjE0OCwwLDAsMCw5NTcuNzUzLDcwLjE1MVptLTIuOTg2LTEwLjA3MmMwLDMuNDA3LDIuMTc0LDUuNzU2LDQuNjg4LDguNDc0YTQ1LjAwNyw0NS4wMDcsMCwwLDEsMy4wNDYsMy41MzYsNDQuMzI1LDQ0LjMyNSwwLDAsMSwzLjA4MS0zLjU1OWMyLjUyNS0yLjcxMyw0LjcwNS01LjA1Niw0LjcwOS04LjQ1NGE3Ljc3OCw3Ljc3OCwwLDAsMC03Ljc5MS03LjczM0E3LjY1OCw3LjY1OCwwLDAsMCw5NTQuNzY3LDYwLjA3OVptMTguMzU5LDEzLjE2YTE0LjAzMSwxNC4wMzEsMCwwLDAtMy42NS0xLjE4NCwxLjE3MiwxLjE3MiwwLDAsMC0uNDYzLDIuM2MyLjM1NiwwLjQ4MiwzLjMyMiwxLjA2MSwzLjYsMS4zNDNhNi4zMiw2LjMyLDAsMCwxLTIuOTA5LDEuMjE3LDM1LjIwOCwzNS4yMDgsMCwwLDEtMTQuNDEsMCw2LjMxMyw2LjMxMywwLDAsMS0yLjkwOS0xLjIxN2MwLjI3OS0uMjgxLDEuMjQ1LTAuODYsMy42LTEuMzQzYTEuMTcyLDEuMTcyLDAsMCwwLS40NjMtMi4zLDE0LjAxOCwxNC4wMTgsMCwwLDAtMy42NSwxLjE4NEEyLjg4NCwyLjg4NCwwLDAsMCw5NTAsNzUuN2MwLDEuNDU0LDEuNCwyLjU3OSw0LjE3NiwzLjM0NWEzNi42LDM2LjYsMCwwLDAsMTYuNjQ4LDBDOTczLjYsNzguMjc1LDk3NSw3Ny4xNSw5NzUsNzUuN0EyLjg4NiwyLjg4NiwwLDAsMCw5NzMuMTI2LDczLjIzOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NTAgLTUwKSIgZmlsbD0iIzJiYWFmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
  margin-right: 10px;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-20 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-20 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-20 .title {
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #a6a6a6;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 5px;
}
.title-page .address-20 .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;
  color: #a6a6a6;
  text-decoration: none;
  font-size: 17px;
  min-height: 40px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: normal;
}
.title-page .address-20 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-20 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-11 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 230px;
}
.title-page .phones-19 p:first-child {
  margin-top: 0;
}
.title-page .phones-19 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-19 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-19 .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-19 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjQxLjg5LDgwaC0wLjA3YTE3LjMsMTcuMywwLDAsMS02LjctMS41NjEsMS4xNzIsMS4xNzIsMCwwLDEsLjkzLTIuMTUyLDE1LjIyLDE1LjIyLDAsMCwwLDUuNzgsMS4zNjloMC4wNmE3LjIyMSw3LjIyMSwwLDAsMCw1LjIyLTEuOVY3NS43NDZhMi4xMDYsMi4xMDYsMCwwLDAtLjEtMi45MzZjLTMuMTUtMy4wMzQtNC42My0yLjgxMy02LjAxLTEuNDczbC0yLjE5LDIuMTcyYTEuMTY4LDEuMTY4LDAsMCwxLTEuMy4yMzksMjMuNzMsMjMuNzMsMCwwLDEtNi4zOS00LjcxMWwtMC4xNi0uMTU0YTIzLjg1LDIzLjg1LDAsMCwxLTQuNzEtNi4zOTUsMS4xNjcsMS4xNjcsMCwwLDEsLjI0LTEuM0wxMjI4LjY2LDU5YzEuMzQtMS4zNzUsMS41Ni0yLjg2LTEuNDctNi4wMDdhMi4xMTIsMi4xMTIsMCwwLDAtMi45NC0uMTA2bC0wLjAxLjAwOGE3LjI1OSw3LjI1OSwwLDAsMC0xLjksNS4yNzRjMC4wMiw0LjIxLDIuNDEsOS4xLDYuMzksMTMuMDgxLDAsMCwuMDEuMDA3LDAuMDEsMC4wMTFhMjYuMzk0LDI2LjM5NCwwLDAsMCwyLjU4LDIuMjQ0LDEuMTczLDEuMTczLDAsMCwxLTEuNDMsMS44NiwyOC40ODksMjguNDg5LDAsMCwxLTIuOC0yLjQzNnMwLS4wMDctMC4wMS0wLjAxMWMtNC40MS00LjQxMS03LjA2LTkuOTItNy4wOC0xNC43MzdhOS40ODcsOS40ODcsMCwwLDEsMi42MS02Ljk2NWMwLjAxLS4wMTQuMDMtMC4wMjksMC4wNC0wLjA0M2wwLjA0LS4wMzFhNC40NjIsNC40NjIsMCwwLDEsNi4xOS4yMjQsMTAuOTg2LDEwLjk4NiwwLDAsMSwyLjg2LDQuMzE1LDQuODIxLDQuODIxLDAsMCwxLTEuNDEsNC45NnYwLjAwNmwtMS41NywxLjU4NWEyMy40NTcsMjMuNDU3LDAsMCwwLDMuODYsNC45OTVsMC4xNSwwLjE1NGEyMy42NCwyMy42NCwwLDAsMCw1LDMuODY1bDEuNTgtMS41NzRjMC4wMSwwLC4wMSwwLDAuMDEtMC4wMDdhNC44MzIsNC44MzIsMCwwLDEsNC45Ni0xLjQwNywxMC44MjIsMTAuODIyLDAsMCwxLDQuMzEsMi44NjYsNC40NDUsNC40NDUsMCwwLDEsLjIzLDYuMTg4bC0wLjAzLjAzNGMtMC4wMi4wMTUtLjAzLDAuMDMxLTAuMDUsMC4wNDVBOS40NjcsOS40NjcsMCwwLDEsMTI0MS44OSw4MFptMC43MS0xNy4xNjhhMS4xNjYsMS4xNjYsMCwwLDAsLjc5LTEuNDU2bC0wLjAxLS4wNTRhNi43MzQsNi43MzQsMCwwLDAtNC43OC00LjcyLDEuMTcxLDEuMTcxLDAsMSwwLS42MiwyLjI1OCw0LjExNyw0LjExNywwLDAsMSwyLjAxLDEuMTQ5LDQuMjA1LDQuMjA1LDAsMCwxLDEuMTQsMS45NzRsMC4wMSwwLjA1N2ExLjE4NSwxLjE4NSwwLDAsMCwxLjEzLjg0QTEuMTQyLDEuMTQyLDAsMCwwLDEyNDIuNiw2Mi44MzFabTYuMTYsMS40N2ExMi45NzEsMTIuOTcxLDAsMCwwLTEzLTEzLjA2NmgtMC4wNmExLjE3MiwxLjE3MiwwLDAsMCwwLDIuMzQzaDAuMDZhMTAuNjQxLDEwLjY0MSwwLDAsMSwxMC42NiwxMC43MTIsMS4xNzUsMS4xNzUsMCwwLDAsMS4xNywxLjE3N2gwQTEuMTY1LDEuMTY1LDAsMCwwLDEyNDguNzYsNjQuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIwIC01MCkiIGZpbGw9IiMyYmFhZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / 24px no-repeat;
  margin-right: 10px;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-19 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-19 .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-19 .title {
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #a6a6a6;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 5px;
}
.title-page .phones-19 .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;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-19 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-19 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-19 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-10 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-18 .popover-body {
  padding: 50px 70px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/toch.svg?1578631058600") left -7px top -6px / 22px no-repeat, url("../images/buble.png?1578631058714") right -110px top calc(50% + 102px) / 318px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_text input {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body textarea {
  padding: 15px 20px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: #fff;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large {
  padding: 15px 35px;
  border: none;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .popover-wrap-18 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #a6a6a6;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjJiMmIyIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-18 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-18 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-18 .header {
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 5px;
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #515561;
  text-decoration: none;
  font-weight: 600;
}
.title-page .editable_block-18 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-18 .title {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #6b7080;
  text-decoration: none;
}
.title-page .editable_block-18 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-18 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-18 .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-18 .img-convert {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-18 .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-18 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -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;
  color: #6db82b;
  line-height: 1.3;
  text-decoration: none;
  font-size: 18px;
  width: 350px;
  min-height: 50px;
  font-weight: 500;
}
.title-page .editable_block-18 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-18 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-18 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-18 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-18 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-18 .more {
  box-sizing: border-box;
  margin-top: -50px;
  pointer-events: auto;
  text-align: right;
}
.title-page .editable_block-18 .more > a {
  padding: 25px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to right, #024f9c 0%, #2baaff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-18 .more > a:hover, .title-page .editable_block-18 .more > a.hover, .title-page .editable_block-18 .more > a.active {
  background: repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%) #024f9c;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  -moz-box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
  box-shadow: 0px 4px 20px 2px rgba(2, 79, 156, 0.39);
}
.title-page .editable_block-18 .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-18 .clear {
  clear: both;
}
.title-page .popover-container-18 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-18 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-18 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #6b7080;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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-18 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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-18 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-18 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_required {
  color: #6db82b;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-18 .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-18 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-18 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-18 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-37 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-70 .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;
  text-align: left;
}
.title-page .side-panel-70 .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-70 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: left;
}
.title-page .side-panel-70 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-70 .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-70 .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: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
}
.title-page .side-panel-70 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-70 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-70 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-33 .layout_center_68_id_49_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-33 {
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-32 .layout_64 {
    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-32 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 {
    background: none;
    margin-left: 0;
    padding-top: 30px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-35 {
    margin-top: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-34 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
  }
  .title-page .widget-33 {
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .block-31 .layout_61 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-31 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-31 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-32 {
    display: none;
  }
  .title-page .blocklist-62 .body-outer {
    width: auto;
  }
  .title-page .blocklist-62 .body {
    width: auto;
  }
  .title-page .blocklist-62 .item-outer {
    width: 25%;
  }
  .title-page .blocklist-62 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-62 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .widget-31 {
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    display: none;
  }
  .title-page .editable_block-61 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-61 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-61 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-61 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-61 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-61 .more {
    clear: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-30 .layout_55 {
    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-30 .layout_56 {
    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;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_57 {
    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;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_58 {
    margin-top: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_69 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    margin-top: 50px;
    margin-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-36 {
    margin-top: 20px;
  }
  .title-page .email-69 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-69 .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-29 {
    margin-top: 15px;
    margin-left: auto;
    -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-28 {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .schedule-57 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-57 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-27 {
    margin: 15px auto 0;
  }
  .title-page .address-56 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-56 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-26 {
    text-align: left;
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .phones-55 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-55 .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-29 .layout_50 {
    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-29 .layout_53 {
    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-29 {
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_52 {
    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-28 {
    width: auto;
    margin-left: 0;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-25 {
    margin-left: auto;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-24 {
    background: none;
    margin-top: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-23 {
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    display: none;
  }
  .title-page .menu-50 .menu-scroll > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .menu-50 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    display: block;
  }
  .title-page .form-49 .form__header {
    font-size: 35px;
  }
  .title-page .form-49 .form-submit button {
    background: linear-gradient(#2baaff, #2baaff), repeating-linear-gradient(to right, rgba(2, 79, 156, 0) 0%, rgba(43, 170, 255, 0) 100%);
  }
  .title-page .form-49 .form-submit button:hover, .title-page .form-49 .form-submit button.hover, .title-page .form-49 .form-submit button.active {
    background: linear-gradient(#024f9c, #024f9c), repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%);
  }
  .title-page .form-49 .form-captcha button {
    background: linear-gradient(#007fd9, #007fd9), repeating-linear-gradient(to right, rgba(35, 75, 163, 0) 0%, rgba(0, 127, 217, 0) 100%);
  }
  .title-page .form-49 .form-captcha button:hover, .title-page .form-49 .form-captcha button.hover, .title-page .form-49 .form-captcha button.active {
    background: linear-gradient(#234ba3, #234ba3), repeating-linear-gradient(to right, rgba(0, 127, 217, 0.55) 0%, rgba(35, 75, 163, 0.55) 100%);
  }
  .title-page .widget-21 {
    display: none;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-27 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-26 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-20 {
    display: block;
  }
  .title-page .blocklist-45 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 35px;
    text-align: center;
  }
  .title-page .blocklist-45 .body-outer {
    width: auto;
  }
  .title-page .blocklist-45 .body {
    width: auto;
  }
  .title-page .blocklist-45 .item-outer {
    width: 25%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-45 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-45 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-45 .pager-wrap {
    display: none;
  }
  .title-page .block-25 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-24 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-19 {
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    display: block;
  }
  .title-page .blocklist-42 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-42 .body-outer {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .title-page .blocklist-42 .body {
    width: auto;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 608px;
  }
  .title-page .blocklist-42 .list {
    width: 608px;
  }
  .title-page .blocklist-42 .item {
    width: 408px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-42 .image {
    margin-right: 0;
    margin-bottom: 45px;
    float: none;
  }
  .title-page .blocklist-42 .controls {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -85px;
  }
  .title-page .block-23 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-18 {
    padding-right: 0;
    padding-left: 0;
    background: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .title-page .blocklist-39 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-39 .body-outer {
    width: auto;
  }
  .title-page .blocklist-39 .body {
    width: auto;
  }
  .title-page .blocklist-39 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-39 .image {
    margin-right: 0;
    margin-bottom: 45px;
    float: none;
  }
  .title-page .blocklist-39 .img-convert {
    background: none;
  }
  .title-page .blocklist-39 .more > a {
    background: linear-gradient(#fca02f, #fca02f), none;
  }
  .title-page .blocklist-39 .more > a:hover, .title-page .blocklist-39 .more > a.hover, .title-page .blocklist-39 .more > a.active {
    background: linear-gradient(#024f9c, #024f9c), repeating-linear-gradient(to right, rgba(43, 170, 255, 0.55) 0%, rgba(2, 79, 156, 0.55) 100%);
  }
  .title-page .block-21 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-20 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-17 {
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .blocklist-36 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-36 .body-outer {
    width: auto;
  }
  .title-page .blocklist-36 .body {
    width: auto;
  }
  .title-page .blocklist-36 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-36 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .blocklist-36 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .block-19 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-18 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-16 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .blocklist-33 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-33 .body-outer {
    width: auto;
  }
  .title-page .blocklist-33 .body {
    width: auto;
  }
  .title-page .blocklist-33 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-33 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-33 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-33 .text {
    font-size: 14px;
  }
  .title-page .blocklist-33 .title {
    font-size: 16px;
  }
  .title-page .block-17 {
    background: #fafafa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-16 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-15 {
    width: auto;
    min-width: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    right: 0;
    display: block;
  }
  .title-page .blocklist-30 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-30 .header_text {
    font-size: 35px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-30 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-30 .body-outer {
    width: auto;
    padding-right: 0;
  }
  .title-page .blocklist-30 .body {
    width: auto;
  }
  .title-page .blocklist-30 .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-30 .image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-30 .title {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-15 {
    padding-bottom: 50px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-14 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-14 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .blocklist-27 .header_text {
    font-size: 35px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-27 .body-outer {
    width: auto;
  }
  .title-page .blocklist-27 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-27 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-27 .item {
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-27 .image {
    margin-right: 40px;
    margin-bottom: 0;
    float: left;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-27 .pager-wrap {
    display: none;
  }
  .title-page .block-13 {
    padding-bottom: 50px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-13 {
    min-height: 400px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .editable_block-24 .body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-24 .title {
    font-size: 35px;
  }
  .title-page .editable_block-24 .image {
    margin-right: 50px;
  }
  .title-page .editable_block-24 .img-convert {
    width: 200px;
    height: 400px;
  }
  .title-page .editable_block-24 .more {
    clear: none;
  }
  .title-page .block-8 {
    padding: 20px 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_15 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-6 .layout_10 {
    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-6 .layout_13 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-5 {
    margin-top: auto;
    margin-left: auto;
  }
  .title-page .widget-8 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-7 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-6 {
    margin-right: auto;
  }
  .title-page .block-11 {
    padding: 50px 30px 150px;
    min-height: 0;
    background: url("../images/hed_img.jpg") left 0px top 0px / 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;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-10 {
    width: auto;
  }
  .title-page .block-9 .layout_19 {
    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-9 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-12 {
    margin-left: auto;
    display: none;
  }
  .title-page .address-20 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-20 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-10 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-18 .header {
    font-size: 35px;
  }
  .title-page .editable_block-18 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-18 .title {
    font-size: 25px;
  }
  .title-page .editable_block-18 .image {
    display: none;
  }
  .title-page .editable_block-18 .more {
    clear: none;
    text-align: left;
    margin-top: 20px;
  }
  .title-page .widget-37 {
    text-align: left;
    box-sizing: border-box;
    margin-right: 30px;
    margin-top: 30px;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .side-panel-70 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-70 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    width: 40px;
    min-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyB9Cjwvc3R5bGU+PC9kZWZzPjx0aXRsZSBpZD0idGl0bGUtNCI+PC90aXRsZT48ZyBpZD0iY3Jvc3MiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjciIHkyPSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHgyPSIyNSIgeTE9IjI1IiB5Mj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJsaW5lLTciIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjwvZz48L3N2Zz4=") left 50% top 50% / 22px no-repeat #6db82b;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    margin-top: 20px;
    margin-right: -20px;
  }
  .title-page .side-panel-70 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-70 .side-panel-button {
    border: none;
    width: 35px;
    min-height: 35px;
    padding-top: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #024f9c;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .side-panel-70 .side-panel-button-icon-line {
    border: none;
    min-height: 2px;
    margin-top: 4px;
    width: 18px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-33 .layout_center_68_id_49_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-32 .layout_64 {
    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-32 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-35 {
    text-align: center;
    margin-top: 20px;
  }
  .title-page .widget-34 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-33 {
    text-align: center;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-31 .layout_61 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-31 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .blocklist-62 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-62 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-62 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-30 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_57 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_58 {
    margin-top: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_69 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-29 {
    margin-top: 0;
  }
  .title-page .widget-28 {
    margin-right: 0;
  }
  .title-page .widget-27 {
    margin-top: 0;
  }
  .title-page .widget-26 {
    margin-top: 0;
  }
  .title-page .block-29 .layout_50 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_52 {
    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 .blocklist-45 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 480px;
  }
  .title-page .blocklist-42 .list {
    width: 480px;
  }
  .title-page .blocklist-42 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-21 {
    background: none;
    padding-bottom: 50px;
  }
  .title-page .blocklist-33 .header {
    margin-bottom: 35px;
  }
  .title-page .blocklist-33 .image-inner {
    padding: 20px;
  }
  .title-page .blocklist-33 .text {
    font-size: 13px;
  }
  .title-page .blocklist-33 .title {
    font-size: 15px;
  }
  .title-page .blocklist-30 .image {
    margin-right: 45px;
  }
  .title-page .blocklist-30 .title {
    font-size: 16px;
  }
  .title-page .blocklist-27 .image {
    margin-right: 45px;
  }
  .title-page .widget-13 {
    min-height: 0;
  }
  .title-page .editable_block-24 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-24 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-24 .image {
    margin-right: 120px;
    display: none;
  }
  .title-page .editable_block-24 .img-convert {
    height: 450px;
  }
  .title-page .editable_block-24 .more {
    text-align: center;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_15 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_10 {
    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-6 .layout_13 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    margin-top: 15px;
  }
  .title-page .block-11 {
    background: url("../images/hed_img.jpg") left -83px top 0px / cover no-repeat;
  }
  .title-page .block-9 .layout_19 {
    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-9 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-33 .layout_center_68_id_49_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-33 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-32 .layout_64 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-35 {
    margin-bottom: 0;
  }
  .title-page .widget-33 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-31 .layout_61 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-31 .layout_62 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-32 {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-31 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .block-30 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_57 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_58 {
    margin-top: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_69 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-36 {
    margin-left: auto;
  }
  .title-page .widget-29 {
    margin-bottom: -40px;
  }
  .title-page .widget-28 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-27 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-29 .layout_50 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_51 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_52 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-24 {
    margin-top: 15px;
  }
  .title-page .widget-23 {
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .menu-50 .menu-scroll > ul > li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 1px;
    width: auto;
  }
  .title-page .menu-50 .menu-scroll > ul > li.menu-item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .title-page .menu-50 .menu-scroll > ul > li.menu-item > a {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .title-page .menu-50 .menu-scroll > ul > li.home-button {
    display: none;
  }
  .title-page .menu-50 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .menu-50 .menu-scroll > ul ul {
    width: auto;
    right: 0;
  }
  .title-page .menu-50 .menu-scroll > ul ul ul {
    width: 100%;
    right: auto;
  }
  .title-page .form-49 .form__header {
    font-size: 25px;
    font-weight: normal;
  }
  .title-page .form-49 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-49 .form-submit button {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    position: relative;
  }
  .title-page .form-49 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-49 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-49 .form-captcha button {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    position: relative;
  }
  .title-page .block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 25px;
    font-weight: normal;
  }
  .title-page .blocklist-45 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 441px;
  }
  .title-page .block-25 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-42 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
  }
  .title-page .blocklist-42 .description {
    font-size: 16px;
  }
  .title-page .blocklist-42 .body-outer {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-42 .list {
    width: 440px;
  }
  .title-page .blocklist-42 .controls {
    bottom: 0;
    top: auto;
    margin-bottom: 0;
  }
  .title-page .block-23 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-39 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
  }
  .title-page .blocklist-39 .text {
    font-size: 18px;
  }
  .title-page .blocklist-39 .image {
    margin-bottom: 50px;
  }
  .title-page .blocklist-39 .title {
    font-size: 18px;
  }
  .title-page .block-21 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-36 .header_text {
    font-size: 25px;
    font-weight: normal;
  }
  .title-page .blocklist-36 .description {
    font-size: 15px;
  }
  .title-page .blocklist-36 .title {
    font-size: 15px;
  }
  .title-page .block-19 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-33 .header_text {
    font-size: 25px;
    font-weight: normal;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-33 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-33 .text {
    display: none;
  }
  .title-page .blocklist-33 .more {
    width: 140px;
  }
  .title-page .blocklist-33 .more > a {
    font-size: 13px;
  }
  .title-page .block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-30 .header_text {
    font-size: 25px;
    font-weight: normal;
  }
  .title-page .blocklist-30 .description {
    font-size: 15px;
  }
  .title-page .blocklist-30 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-30 .image {
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
    width: 50px;
    margin-left: auto;
  }
  .title-page .blocklist-30 .title {
    font-weight: 500;
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-15 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-27 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
  }
  .title-page .blocklist-27 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-27 .image {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  .title-page .block-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .editable_block-24 .title {
    font-weight: normal;
    font-size: 25px;
  }
  .title-page .block-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_15 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_10 {
    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-6 .layout_13 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    background: linear-gradient(rgba(31, 31, 31, 0.45), rgba(31, 31, 31, 0.45)), url("../images/hed_img.jpg") left 50% top 50% / cover no-repeat;
    padding-bottom: 50px;
  }
  .title-page .block-9 .layout_19 {
    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-9 .layout_20 {
    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-9 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-12 {
    margin-right: auto;
  }
  .title-page .editable_block-18 .header {
    color: #fff;
  }
  .title-page .editable_block-18 .title {
    color: #fff;
  }
  .title-page .editable_block-18 .text {
    width: auto;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-37 {
    margin-right: 20px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-33 .layout_center_68_id_49_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-32 .layout_64 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 {
    margin-left: auto;
  }
  .title-page .block-31 .layout_61 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-31 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-31 {
    margin-left: auto;
  }
  .title-page .popover-wrap-62 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-62 .item-outer {
    width: 50%;
  }
  .title-page .popover-wrap-61 .popover-body {
    padding: 40px 30px;
  }
  .title-page .editable_block-61 .image {
    float: none;
    margin-right: 0;
  }
  .title-page .block-30 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_57 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_58 {
    margin-top: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_69 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    margin-left: auto;
  }
  .title-page .widget-36 {
    text-align: center;
    width: auto;
    margin-left: 0;
    right: 0;
  }
  .title-page .email-69 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-69 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-29 {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-28 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }
  .title-page .schedule-57 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .schedule-57 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-27 {
    text-align: center;
    width: auto;
    right: 0;
  }
  .title-page .address-56 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-56 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-26 {
    left: auto;
    margin-top: 15px;
    right: auto;
  }
  .title-page .block-29 .layout_50 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 {
    margin-left: auto;
  }
  .title-page .block-28 .layout_51 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_52 {
    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 .widget-25 {
    margin-top: 15px;
    margin-left: 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 .widgetsocial-52 .soc-item {
    width: auto;
  }
  .title-page .widget-24 {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .popover-wrap-51 .popover-body {
    padding: 40px 30px;
  }
  .title-page .widget-23 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-50 .menu-button {
    display: -webkit-flex;
    display: flex;
    position: static;
    width: 100%;
    min-height: 0;
  }
  .title-page .menu-50 .menu-scroll > ul {
    display: block;
  }
  .title-page .menu-50 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-50 .menu-scroll > ul > li.menu-item > a {
    width: auto;
  }
  .title-page .menu-50 .menu-scroll > ul ul {
    position: static;
  }
  .title-page .menu-50 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
  }
  .title-page .popover-wrap-45 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-45 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-45 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-45 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .popover-wrap-42 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-42 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-42 .list {
    width: 280px;
  }
  .title-page .blocklist-42 .controls {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-42 .prev {
    width: 40px;
    min-height: 40px;
  }
  .title-page .blocklist-42 .next {
    width: 40px;
    min-height: 40px;
  }
  .title-page .popover-wrap-39 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-39 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .popover-wrap-36 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-36 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-36 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-36 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-36 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-36 .image {
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-33 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-33 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-33 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-33 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-33 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-33 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-33 .text {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .popover-wrap-30 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-30 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .popover-wrap-27 .popover-body {
    padding: 40px 30px;
  }
  .title-page .blocklist-27 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .popover-wrap-24 .popover-body {
    padding: 40px 30px;
  }
  .title-page .editable_block-24 .title {
    margin-bottom: 25px;
  }
  .title-page .editable_block-24 .image {
    float: none;
    margin-right: 0;
  }
  .title-page .block-7 .layout_14 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_15 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_10 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_13 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    margin-top: 20px;
    margin-left: 0;
  }
  .title-page .widget-6 {
    margin-bottom: 0;
    margin-right: 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-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-9 .layout_19 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-9 .layout_20 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-12 {
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .popover-wrap-18 .popover-body {
    padding: 40px 30px;
  }
  .title-page .editable_block-18 .header {
    font-size: 20px;
  }
  .title-page .editable_block-18 .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .title-page .editable_block-18 .image {
    float: none;
    margin-right: 0;
  }
  .title-page .editable_block-18 .text {
    font-size: 14px;
  }
}
.title-page .side-panel .widget-9 {
  margin: 30px 20px 20px;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-15 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-15 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-15 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-15 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-15 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-15 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-15 .menu-scroll > ul ul > li > a.active {
  color: #2baaff;
}
.title-page .side-panel .menu-15 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-15 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: none;
}
.title-page .side-panel .menu-15 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-15 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-15 .menu-scroll > ul > li.menu-item > a.active {
  color: #2baaff;
  -webkit-box-shadow: inset 0px 3px 0px 0px #2baaff;
  -moz-box-shadow: inset 0px 3px 0px 0px #2baaff;
  box-shadow: inset 0px 3px 0px 0px #2baaff;
}
.title-page .side-panel .widget-11 {
  margin: 0 30px auto;
  z-index: 1;
  text-align: left;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  box-sizing: border-box;
  right: 0;
}
.title-page .side-panel .phones-19 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-19 .cell-icon {
  display: none;
}
.title-page .side-panel .phones-19 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
}
